summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2016-08-19 10:11:28 +0200
committerYehonal <yehonal.azeroth@gmail.com>2016-08-19 10:11:28 +0200
commitd8de9c92964a3d46765cdc29dde7482384c6becf (patch)
treec99b4a4e5742411430e5bb5f7370e93723538856 /modules
parentc36b4f384f2dd7a2defc7e2d8becbd32bc55f908 (diff)
parent3761e9d8433f4d031b3477b787134a1d868a8971 (diff)
Merge branch 'master' of github.com:azerothcore/azerothcore-wotlk
Diffstat (limited to 'modules')
-rw-r--r--modules/acore/extractors/map_extractor/System.cpp18
-rw-r--r--modules/acore/extractors/map_extractor/adt.cpp18
-rw-r--r--modules/acore/extractors/map_extractor/adt.h18
-rw-r--r--modules/acore/extractors/map_extractor/dbcfile.cpp18
-rw-r--r--modules/acore/extractors/map_extractor/dbcfile.h18
-rw-r--r--modules/acore/extractors/map_extractor/loadlib.cpp18
-rw-r--r--modules/acore/extractors/map_extractor/loadlib/loadlib.h18
-rw-r--r--modules/acore/extractors/map_extractor/mpq_libmpq.cpp18
-rw-r--r--modules/acore/extractors/map_extractor/mpq_libmpq04.h18
-rw-r--r--modules/acore/extractors/map_extractor/wdt.cpp18
-rw-r--r--modules/acore/extractors/map_extractor/wdt.h18
-rw-r--r--modules/acore/extractors/mesh_extractor/ADT.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/ADT.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/Cache.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/Chunk.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/Chunk.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/ChunkedData.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/ChunkedData.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/Constants.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/ContinentBuilder.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/ContinentBuilder.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/DBC.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/DBC.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/DoodadHandler.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/DoodadHandler.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/Geometry.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/Geometry.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/LiquidHandler.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/LiquidHandler.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/MPQ.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/MPQ.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/MPQManager.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/MPQManager.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/MapChunk.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/MapChunk.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/MeshExtractor.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/Model.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/Model.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/ObjectDataHandler.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/ObjectDataHandler.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/TileBuilder.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/TileBuilder.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/Utils.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/Utils.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/WDT.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/WDT.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/WorldModelGroup.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/WorldModelGroup.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/WorldModelHandler.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/WorldModelHandler.h14
-rw-r--r--modules/acore/extractors/mesh_extractor/WorldModelRoot.cpp14
-rw-r--r--modules/acore/extractors/mesh_extractor/WorldModelRoot.h14
-rw-r--r--modules/acore/extractors/mmaps_generator/IntermediateValues.cpp18
-rw-r--r--modules/acore/extractors/mmaps_generator/IntermediateValues.h18
-rw-r--r--modules/acore/extractors/mmaps_generator/MapBuilder.cpp18
-rw-r--r--modules/acore/extractors/mmaps_generator/MapBuilder.h18
-rw-r--r--modules/acore/extractors/mmaps_generator/PathCommon.h18
-rw-r--r--modules/acore/extractors/mmaps_generator/PathGenerator.cpp18
-rw-r--r--modules/acore/extractors/mmaps_generator/TerrainBuilder.cpp18
-rw-r--r--modules/acore/extractors/mmaps_generator/TerrainBuilder.h18
-rw-r--r--modules/acore/extractors/mmaps_generator/VMapExtensions.cpp18
-rw-r--r--modules/acore/extractors/vmap4_assembler/VMapAssembler.cpp18
-rw-r--r--modules/acore/extractors/vmap4_extractor/adtfile.cpp18
-rw-r--r--modules/acore/extractors/vmap4_extractor/adtfile.h18
-rw-r--r--modules/acore/extractors/vmap4_extractor/dbcfile.cpp18
-rw-r--r--modules/acore/extractors/vmap4_extractor/dbcfile.h18
-rw-r--r--modules/acore/extractors/vmap4_extractor/gameobject_extract.cpp18
-rw-r--r--modules/acore/extractors/vmap4_extractor/loadlib/loadlib.h18
-rw-r--r--modules/acore/extractors/vmap4_extractor/model.cpp18
-rw-r--r--modules/acore/extractors/vmap4_extractor/model.h18
-rw-r--r--modules/acore/extractors/vmap4_extractor/modelheaders.h18
-rw-r--r--modules/acore/extractors/vmap4_extractor/mpq_libmpq.cpp18
-rw-r--r--modules/acore/extractors/vmap4_extractor/mpq_libmpq04.h18
-rw-r--r--modules/acore/extractors/vmap4_extractor/vec3d.h18
-rw-r--r--modules/acore/extractors/vmap4_extractor/vmapexport.cpp18
-rw-r--r--modules/acore/extractors/vmap4_extractor/vmapexport.h18
-rw-r--r--modules/acore/extractors/vmap4_extractor/wdtfile.cpp18
-rw-r--r--modules/acore/extractors/vmap4_extractor/wdtfile.h18
-rw-r--r--modules/acore/extractors/vmap4_extractor/wmo.cpp18
-rw-r--r--modules/acore/extractors/vmap4_extractor/wmo.h18
-rw-r--r--modules/acore/framework/AutoPtr.h14
-rw-r--r--modules/acore/framework/Common.cpp18
-rw-r--r--modules/acore/framework/Common.h18
-rw-r--r--modules/acore/framework/CompilerDefs.h18
-rw-r--r--modules/acore/framework/Configuration/Config.cpp18
-rw-r--r--modules/acore/framework/Configuration/Config.h18
-rw-r--r--modules/acore/framework/Containers.h14
-rw-r--r--modules/acore/framework/Cryptography/ARC4.cpp18
-rw-r--r--modules/acore/framework/Cryptography/ARC4.h18
-rw-r--r--modules/acore/framework/Cryptography/Authentication/AuthCrypt.cpp18
-rw-r--r--modules/acore/framework/Cryptography/Authentication/AuthCrypt.h18
-rw-r--r--modules/acore/framework/Cryptography/BigNumber.cpp18
-rw-r--r--modules/acore/framework/Cryptography/BigNumber.h18
-rw-r--r--modules/acore/framework/Cryptography/HMACSHA1.cpp18
-rw-r--r--modules/acore/framework/Cryptography/HMACSHA1.h18
-rw-r--r--modules/acore/framework/Cryptography/OpenSSLCrypto.cpp14
-rw-r--r--modules/acore/framework/Cryptography/OpenSSLCrypto.h14
-rw-r--r--modules/acore/framework/Cryptography/SHA1.cpp18
-rw-r--r--modules/acore/framework/Cryptography/SHA1.h18
-rw-r--r--modules/acore/framework/Cryptography/WardenKeyGeneration.h18
-rw-r--r--modules/acore/framework/DataStores/DBCFileLoader.cpp18
-rw-r--r--modules/acore/framework/DataStores/DBCFileLoader.h18
-rw-r--r--modules/acore/framework/DataStores/DBCStore.h18
-rw-r--r--modules/acore/framework/Database/AdhocStatement.cpp14
-rw-r--r--modules/acore/framework/Database/AdhocStatement.h14
-rw-r--r--modules/acore/framework/Database/DatabaseEnv.h18
-rw-r--r--modules/acore/framework/Database/DatabaseWorker.cpp14
-rw-r--r--modules/acore/framework/Database/DatabaseWorker.h14
-rw-r--r--modules/acore/framework/Database/DatabaseWorkerPool.h14
-rw-r--r--modules/acore/framework/Database/Field.cpp14
-rw-r--r--modules/acore/framework/Database/Field.h14
-rw-r--r--modules/acore/framework/Database/Implementation/CharacterDatabase.cpp14
-rw-r--r--modules/acore/framework/Database/Implementation/CharacterDatabase.h14
-rw-r--r--modules/acore/framework/Database/Implementation/LoginDatabase.cpp14
-rw-r--r--modules/acore/framework/Database/Implementation/LoginDatabase.h14
-rw-r--r--modules/acore/framework/Database/Implementation/WorldDatabase.cpp14
-rw-r--r--modules/acore/framework/Database/Implementation/WorldDatabase.h14
-rw-r--r--modules/acore/framework/Database/MySQLConnection.cpp14
-rw-r--r--modules/acore/framework/Database/MySQLConnection.h14
-rw-r--r--modules/acore/framework/Database/MySQLThreading.h14
-rw-r--r--modules/acore/framework/Database/PreparedStatement.cpp14
-rw-r--r--modules/acore/framework/Database/PreparedStatement.h14
-rw-r--r--modules/acore/framework/Database/QueryHolder.cpp14
-rw-r--r--modules/acore/framework/Database/QueryHolder.h14
-rw-r--r--modules/acore/framework/Database/QueryResult.cpp18
-rw-r--r--modules/acore/framework/Database/QueryResult.h18
-rw-r--r--modules/acore/framework/Database/SQLOperation.h14
-rw-r--r--modules/acore/framework/Database/Transaction.cpp14
-rw-r--r--modules/acore/framework/Database/Transaction.h14
-rw-r--r--modules/acore/framework/Debugging/Errors.cpp18
-rw-r--r--modules/acore/framework/Debugging/Errors.h18
-rw-r--r--modules/acore/framework/Define.h18
-rw-r--r--modules/acore/framework/Dynamic/FactoryHolder.h18
-rw-r--r--modules/acore/framework/Dynamic/HashNamespace.h18
-rw-r--r--modules/acore/framework/Dynamic/LinkedList.h18
-rw-r--r--modules/acore/framework/Dynamic/LinkedReference/RefManager.h18
-rw-r--r--modules/acore/framework/Dynamic/LinkedReference/Reference.h18
-rw-r--r--modules/acore/framework/Dynamic/ObjectRegistry.h18
-rw-r--r--modules/acore/framework/Dynamic/TypeContainer.h18
-rw-r--r--modules/acore/framework/Dynamic/TypeContainerFunctions.h18
-rw-r--r--modules/acore/framework/Dynamic/TypeContainerFunctionsPtr.h18
-rw-r--r--modules/acore/framework/Dynamic/TypeContainerVisitor.h18
-rw-r--r--modules/acore/framework/Dynamic/TypeList.h18
-rw-r--r--modules/acore/framework/Dynamic/UnorderedMap.h18
-rw-r--r--modules/acore/framework/Dynamic/UnorderedSet.h18
-rw-r--r--modules/acore/framework/Logging/Log.cpp18
-rw-r--r--modules/acore/framework/Logging/Log.h18
-rw-r--r--modules/acore/framework/Packets/ByteBuffer.cpp18
-rw-r--r--modules/acore/framework/Packets/ByteBuffer.h18
-rw-r--r--modules/acore/framework/Packets/WorldPacket.h18
-rw-r--r--modules/acore/framework/SystemConfig.h18
-rw-r--r--modules/acore/framework/Threading/Callback.h14
-rw-r--r--modules/acore/framework/Threading/LockedQueue.h18
-rw-r--r--modules/acore/framework/Threading/Threading.cpp18
-rw-r--r--modules/acore/framework/Threading/Threading.h18
-rw-r--r--modules/acore/framework/Utilities/ByteConverter.h18
-rw-r--r--modules/acore/framework/Utilities/EventProcessor.cpp18
-rw-r--r--modules/acore/framework/Utilities/EventProcessor.h18
-rw-r--r--modules/acore/framework/Utilities/ServiceWin32.cpp18
-rw-r--r--modules/acore/framework/Utilities/ServiceWin32.h18
-rw-r--r--modules/acore/framework/Utilities/SignalHandler.h18
-rw-r--r--modules/acore/framework/Utilities/Timer.h18
-rw-r--r--modules/acore/framework/Utilities/Util.cpp18
-rw-r--r--modules/acore/framework/Utilities/Util.h18
-rw-r--r--modules/acore/world-engine/collision/BoundingIntervalHierarchy.cpp18
-rw-r--r--modules/acore/world-engine/collision/BoundingIntervalHierarchy.h18
-rw-r--r--modules/acore/world-engine/collision/BoundingIntervalHierarchyWrapper.h18
-rw-r--r--modules/acore/world-engine/collision/DynamicTree.cpp18
-rw-r--r--modules/acore/world-engine/collision/DynamicTree.h18
-rw-r--r--modules/acore/world-engine/collision/Management/IMMAPManager.h14
-rw-r--r--modules/acore/world-engine/collision/Management/IVMapManager.h18
-rw-r--r--modules/acore/world-engine/collision/Management/MMapFactory.cpp18
-rw-r--r--modules/acore/world-engine/collision/Management/MMapFactory.h18
-rw-r--r--modules/acore/world-engine/collision/Management/MMapManager.cpp18
-rw-r--r--modules/acore/world-engine/collision/Management/MMapManager.h18
-rw-r--r--modules/acore/world-engine/collision/Management/VMapFactory.cpp18
-rw-r--r--modules/acore/world-engine/collision/Management/VMapFactory.h18
-rw-r--r--modules/acore/world-engine/collision/Management/VMapManager2.cpp18
-rw-r--r--modules/acore/world-engine/collision/Management/VMapManager2.h18
-rw-r--r--modules/acore/world-engine/collision/Maps/MapTree.cpp18
-rw-r--r--modules/acore/world-engine/collision/Maps/MapTree.h18
-rw-r--r--modules/acore/world-engine/collision/Maps/TileAssembler.cpp18
-rw-r--r--modules/acore/world-engine/collision/Maps/TileAssembler.h18
-rw-r--r--modules/acore/world-engine/collision/Models/GameObjectModel.cpp18
-rw-r--r--modules/acore/world-engine/collision/Models/GameObjectModel.h18
-rw-r--r--modules/acore/world-engine/collision/Models/ModelInstance.cpp18
-rw-r--r--modules/acore/world-engine/collision/Models/ModelInstance.h18
-rw-r--r--modules/acore/world-engine/collision/Models/WorldModel.cpp18
-rw-r--r--modules/acore/world-engine/collision/Models/WorldModel.h18
-rw-r--r--modules/acore/world-engine/collision/VMapDefinitions.h18
-rw-r--r--modules/acore/world-engine/collision/VMapTools.h18
191 files changed, 503 insertions, 2655 deletions
diff --git a/modules/acore/extractors/map_extractor/System.cpp b/modules/acore/extractors/map_extractor/System.cpp
index 984fd7a1e1..defab209d7 100644
--- a/modules/acore/extractors/map_extractor/System.cpp
+++ b/modules/acore/extractors/map_extractor/System.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#define _CRT_SECURE_NO_DEPRECATE
diff --git a/modules/acore/extractors/map_extractor/adt.cpp b/modules/acore/extractors/map_extractor/adt.cpp
index fe2d9b1e20..574167c216 100644
--- a/modules/acore/extractors/map_extractor/adt.cpp
+++ b/modules/acore/extractors/map_extractor/adt.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#define _CRT_SECURE_NO_DEPRECATE
diff --git a/modules/acore/extractors/map_extractor/adt.h b/modules/acore/extractors/map_extractor/adt.h
index 19140bc2c3..d56e6731f2 100644
--- a/modules/acore/extractors/map_extractor/adt.h
+++ b/modules/acore/extractors/map_extractor/adt.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef ADT_H
diff --git a/modules/acore/extractors/map_extractor/dbcfile.cpp b/modules/acore/extractors/map_extractor/dbcfile.cpp
index ff41ae3cff..59217aaed5 100644
--- a/modules/acore/extractors/map_extractor/dbcfile.cpp
+++ b/modules/acore/extractors/map_extractor/dbcfile.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#define _CRT_SECURE_NO_DEPRECATE
diff --git a/modules/acore/extractors/map_extractor/dbcfile.h b/modules/acore/extractors/map_extractor/dbcfile.h
index 5d01ac3847..37993f20a6 100644
--- a/modules/acore/extractors/map_extractor/dbcfile.h
+++ b/modules/acore/extractors/map_extractor/dbcfile.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef DBCFILE_H
diff --git a/modules/acore/extractors/map_extractor/loadlib.cpp b/modules/acore/extractors/map_extractor/loadlib.cpp
index cf498cc10d..2a3b0482f5 100644
--- a/modules/acore/extractors/map_extractor/loadlib.cpp
+++ b/modules/acore/extractors/map_extractor/loadlib.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#define _CRT_SECURE_NO_DEPRECATE
diff --git a/modules/acore/extractors/map_extractor/loadlib/loadlib.h b/modules/acore/extractors/map_extractor/loadlib/loadlib.h
index 3cf44167dd..a2169b6b4b 100644
--- a/modules/acore/extractors/map_extractor/loadlib/loadlib.h
+++ b/modules/acore/extractors/map_extractor/loadlib/loadlib.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef LOAD_LIB_H
diff --git a/modules/acore/extractors/map_extractor/mpq_libmpq.cpp b/modules/acore/extractors/map_extractor/mpq_libmpq.cpp
index aaa6eb421b..be8164f442 100644
--- a/modules/acore/extractors/map_extractor/mpq_libmpq.cpp
+++ b/modules/acore/extractors/map_extractor/mpq_libmpq.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "mpq_libmpq04.h"
diff --git a/modules/acore/extractors/map_extractor/mpq_libmpq04.h b/modules/acore/extractors/map_extractor/mpq_libmpq04.h
index 71005a1e55..cd67710906 100644
--- a/modules/acore/extractors/map_extractor/mpq_libmpq04.h
+++ b/modules/acore/extractors/map_extractor/mpq_libmpq04.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef MPQ_H
diff --git a/modules/acore/extractors/map_extractor/wdt.cpp b/modules/acore/extractors/map_extractor/wdt.cpp
index a74cce4d7d..82a5e32f24 100644
--- a/modules/acore/extractors/map_extractor/wdt.cpp
+++ b/modules/acore/extractors/map_extractor/wdt.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#define _CRT_SECURE_NO_DEPRECATE
diff --git a/modules/acore/extractors/map_extractor/wdt.h b/modules/acore/extractors/map_extractor/wdt.h
index 77ac5341cb..f65d6d9386 100644
--- a/modules/acore/extractors/map_extractor/wdt.h
+++ b/modules/acore/extractors/map_extractor/wdt.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef WDT_H
diff --git a/modules/acore/extractors/mesh_extractor/ADT.cpp b/modules/acore/extractors/mesh_extractor/ADT.cpp
index e492fc259b..85d81e3db5 100644
--- a/modules/acore/extractors/mesh_extractor/ADT.cpp
+++ b/modules/acore/extractors/mesh_extractor/ADT.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "ADT.h"
diff --git a/modules/acore/extractors/mesh_extractor/ADT.h b/modules/acore/extractors/mesh_extractor/ADT.h
index d055e7f2e4..9a4532303f 100644
--- a/modules/acore/extractors/mesh_extractor/ADT.h
+++ b/modules/acore/extractors/mesh_extractor/ADT.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef ADT_H
diff --git a/modules/acore/extractors/mesh_extractor/Cache.h b/modules/acore/extractors/mesh_extractor/Cache.h
index 0d5d805ca6..dafed276ec 100644
--- a/modules/acore/extractors/mesh_extractor/Cache.h
+++ b/modules/acore/extractors/mesh_extractor/Cache.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef CACHE_H
diff --git a/modules/acore/extractors/mesh_extractor/Chunk.cpp b/modules/acore/extractors/mesh_extractor/Chunk.cpp
index 88c453d2a0..cad81d03ae 100644
--- a/modules/acore/extractors/mesh_extractor/Chunk.cpp
+++ b/modules/acore/extractors/mesh_extractor/Chunk.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "Chunk.h"
diff --git a/modules/acore/extractors/mesh_extractor/Chunk.h b/modules/acore/extractors/mesh_extractor/Chunk.h
index dbbd8c0366..4b2317d656 100644
--- a/modules/acore/extractors/mesh_extractor/Chunk.h
+++ b/modules/acore/extractors/mesh_extractor/Chunk.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef CHUNK_H
diff --git a/modules/acore/extractors/mesh_extractor/ChunkedData.cpp b/modules/acore/extractors/mesh_extractor/ChunkedData.cpp
index 8a59f226ca..8b9ddd186c 100644
--- a/modules/acore/extractors/mesh_extractor/ChunkedData.cpp
+++ b/modules/acore/extractors/mesh_extractor/ChunkedData.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "ChunkedData.h"
diff --git a/modules/acore/extractors/mesh_extractor/ChunkedData.h b/modules/acore/extractors/mesh_extractor/ChunkedData.h
index f4627bac87..74a8b7a443 100644
--- a/modules/acore/extractors/mesh_extractor/ChunkedData.h
+++ b/modules/acore/extractors/mesh_extractor/ChunkedData.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef CHNK_H
diff --git a/modules/acore/extractors/mesh_extractor/Constants.h b/modules/acore/extractors/mesh_extractor/Constants.h
index 4b808c297c..f34cf01fd5 100644
--- a/modules/acore/extractors/mesh_extractor/Constants.h
+++ b/modules/acore/extractors/mesh_extractor/Constants.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef CONSTANTS_H
diff --git a/modules/acore/extractors/mesh_extractor/ContinentBuilder.cpp b/modules/acore/extractors/mesh_extractor/ContinentBuilder.cpp
index 2abd772929..123d4efe02 100644
--- a/modules/acore/extractors/mesh_extractor/ContinentBuilder.cpp
+++ b/modules/acore/extractors/mesh_extractor/ContinentBuilder.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "ContinentBuilder.h"
diff --git a/modules/acore/extractors/mesh_extractor/ContinentBuilder.h b/modules/acore/extractors/mesh_extractor/ContinentBuilder.h
index 32ff047db2..b8c07aee09 100644
--- a/modules/acore/extractors/mesh_extractor/ContinentBuilder.h
+++ b/modules/acore/extractors/mesh_extractor/ContinentBuilder.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef CONT_BUILDER_H
diff --git a/modules/acore/extractors/mesh_extractor/DBC.cpp b/modules/acore/extractors/mesh_extractor/DBC.cpp
index a6d4d75588..2ecf21e813 100644
--- a/modules/acore/extractors/mesh_extractor/DBC.cpp
+++ b/modules/acore/extractors/mesh_extractor/DBC.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include <cstdio>
diff --git a/modules/acore/extractors/mesh_extractor/DBC.h b/modules/acore/extractors/mesh_extractor/DBC.h
index 178ac032ee..8521f6111b 100644
--- a/modules/acore/extractors/mesh_extractor/DBC.h
+++ b/modules/acore/extractors/mesh_extractor/DBC.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef DBC_H
diff --git a/modules/acore/extractors/mesh_extractor/DoodadHandler.cpp b/modules/acore/extractors/mesh_extractor/DoodadHandler.cpp
index 12a1ba9a18..67b4ae567a 100644
--- a/modules/acore/extractors/mesh_extractor/DoodadHandler.cpp
+++ b/modules/acore/extractors/mesh_extractor/DoodadHandler.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "DoodadHandler.h"
diff --git a/modules/acore/extractors/mesh_extractor/DoodadHandler.h b/modules/acore/extractors/mesh_extractor/DoodadHandler.h
index 748a826b77..319010f092 100644
--- a/modules/acore/extractors/mesh_extractor/DoodadHandler.h
+++ b/modules/acore/extractors/mesh_extractor/DoodadHandler.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef DOOADHNDL_H
diff --git a/modules/acore/extractors/mesh_extractor/Geometry.cpp b/modules/acore/extractors/mesh_extractor/Geometry.cpp
index d70ded8e28..23105306cf 100644
--- a/modules/acore/extractors/mesh_extractor/Geometry.cpp
+++ b/modules/acore/extractors/mesh_extractor/Geometry.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "Geometry.h"
diff --git a/modules/acore/extractors/mesh_extractor/Geometry.h b/modules/acore/extractors/mesh_extractor/Geometry.h
index e274077e2d..23f6777119 100644
--- a/modules/acore/extractors/mesh_extractor/Geometry.h
+++ b/modules/acore/extractors/mesh_extractor/Geometry.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef GEOMETRY_H
diff --git a/modules/acore/extractors/mesh_extractor/LiquidHandler.cpp b/modules/acore/extractors/mesh_extractor/LiquidHandler.cpp
index 44dfdae7b4..22069aedf0 100644
--- a/modules/acore/extractors/mesh_extractor/LiquidHandler.cpp
+++ b/modules/acore/extractors/mesh_extractor/LiquidHandler.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "LiquidHandler.h"
diff --git a/modules/acore/extractors/mesh_extractor/LiquidHandler.h b/modules/acore/extractors/mesh_extractor/LiquidHandler.h
index 9d5272bcd0..bf38514be1 100644
--- a/modules/acore/extractors/mesh_extractor/LiquidHandler.h
+++ b/modules/acore/extractors/mesh_extractor/LiquidHandler.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef LIQUID_H
diff --git a/modules/acore/extractors/mesh_extractor/MPQ.cpp b/modules/acore/extractors/mesh_extractor/MPQ.cpp
index 053c3256d9..93c5eebb5b 100644
--- a/modules/acore/extractors/mesh_extractor/MPQ.cpp
+++ b/modules/acore/extractors/mesh_extractor/MPQ.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "MPQ.h"
diff --git a/modules/acore/extractors/mesh_extractor/MPQ.h b/modules/acore/extractors/mesh_extractor/MPQ.h
index 9ab004ab2a..7cdab23b3c 100644
--- a/modules/acore/extractors/mesh_extractor/MPQ.h
+++ b/modules/acore/extractors/mesh_extractor/MPQ.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef MPQ_H
diff --git a/modules/acore/extractors/mesh_extractor/MPQManager.cpp b/modules/acore/extractors/mesh_extractor/MPQManager.cpp
index 74efa742b3..ffb353edc4 100644
--- a/modules/acore/extractors/mesh_extractor/MPQManager.cpp
+++ b/modules/acore/extractors/mesh_extractor/MPQManager.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "MPQManager.h"
diff --git a/modules/acore/extractors/mesh_extractor/MPQManager.h b/modules/acore/extractors/mesh_extractor/MPQManager.h
index 0ab43b74ec..72102e892a 100644
--- a/modules/acore/extractors/mesh_extractor/MPQManager.h
+++ b/modules/acore/extractors/mesh_extractor/MPQManager.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef MPQ_MANAGER_H
diff --git a/modules/acore/extractors/mesh_extractor/MapChunk.cpp b/modules/acore/extractors/mesh_extractor/MapChunk.cpp
index 3a9c7ab866..ced96f985c 100644
--- a/modules/acore/extractors/mesh_extractor/MapChunk.cpp
+++ b/modules/acore/extractors/mesh_extractor/MapChunk.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "MapChunk.h"
diff --git a/modules/acore/extractors/mesh_extractor/MapChunk.h b/modules/acore/extractors/mesh_extractor/MapChunk.h
index 7702daf7d6..0db4286f2b 100644
--- a/modules/acore/extractors/mesh_extractor/MapChunk.h
+++ b/modules/acore/extractors/mesh_extractor/MapChunk.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef MAPCHUNK_H
diff --git a/modules/acore/extractors/mesh_extractor/MeshExtractor.cpp b/modules/acore/extractors/mesh_extractor/MeshExtractor.cpp
index b0e843c040..22c564cadc 100644
--- a/modules/acore/extractors/mesh_extractor/MeshExtractor.cpp
+++ b/modules/acore/extractors/mesh_extractor/MeshExtractor.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "MPQManager.h"
diff --git a/modules/acore/extractors/mesh_extractor/Model.cpp b/modules/acore/extractors/mesh_extractor/Model.cpp
index cf7cc6798d..d696cb7990 100644
--- a/modules/acore/extractors/mesh_extractor/Model.cpp
+++ b/modules/acore/extractors/mesh_extractor/Model.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "Model.h"
diff --git a/modules/acore/extractors/mesh_extractor/Model.h b/modules/acore/extractors/mesh_extractor/Model.h
index 883ac2ea22..235f518814 100644
--- a/modules/acore/extractors/mesh_extractor/Model.h
+++ b/modules/acore/extractors/mesh_extractor/Model.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef MODEL_H
diff --git a/modules/acore/extractors/mesh_extractor/ObjectDataHandler.cpp b/modules/acore/extractors/mesh_extractor/ObjectDataHandler.cpp
index 147c79f66d..a61b3c8564 100644
--- a/modules/acore/extractors/mesh_extractor/ObjectDataHandler.cpp
+++ b/modules/acore/extractors/mesh_extractor/ObjectDataHandler.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "ObjectDataHandler.h"
diff --git a/modules/acore/extractors/mesh_extractor/ObjectDataHandler.h b/modules/acore/extractors/mesh_extractor/ObjectDataHandler.h
index 4f004401ad..c159c6477e 100644
--- a/modules/acore/extractors/mesh_extractor/ObjectDataHandler.h
+++ b/modules/acore/extractors/mesh_extractor/ObjectDataHandler.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef ODATA_HNDL_H
diff --git a/modules/acore/extractors/mesh_extractor/TileBuilder.cpp b/modules/acore/extractors/mesh_extractor/TileBuilder.cpp
index 6f1d88b516..156c073cf5 100644
--- a/modules/acore/extractors/mesh_extractor/TileBuilder.cpp
+++ b/modules/acore/extractors/mesh_extractor/TileBuilder.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "ContinentBuilder.h"
diff --git a/modules/acore/extractors/mesh_extractor/TileBuilder.h b/modules/acore/extractors/mesh_extractor/TileBuilder.h
index 0b91b64375..37bb4792c1 100644
--- a/modules/acore/extractors/mesh_extractor/TileBuilder.h
+++ b/modules/acore/extractors/mesh_extractor/TileBuilder.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef TILE_BUILD_H
diff --git a/modules/acore/extractors/mesh_extractor/Utils.cpp b/modules/acore/extractors/mesh_extractor/Utils.cpp
index cfbbdd9019..f568e26cc0 100644
--- a/modules/acore/extractors/mesh_extractor/Utils.cpp
+++ b/modules/acore/extractors/mesh_extractor/Utils.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "Utils.h"
diff --git a/modules/acore/extractors/mesh_extractor/Utils.h b/modules/acore/extractors/mesh_extractor/Utils.h
index e21cedfad4..bf98e65f01 100644
--- a/modules/acore/extractors/mesh_extractor/Utils.h
+++ b/modules/acore/extractors/mesh_extractor/Utils.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef UTILS_H
diff --git a/modules/acore/extractors/mesh_extractor/WDT.cpp b/modules/acore/extractors/mesh_extractor/WDT.cpp
index 791e9a7a15..fea92a9821 100644
--- a/modules/acore/extractors/mesh_extractor/WDT.cpp
+++ b/modules/acore/extractors/mesh_extractor/WDT.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "WDT.h"
diff --git a/modules/acore/extractors/mesh_extractor/WDT.h b/modules/acore/extractors/mesh_extractor/WDT.h
index 3080a2c774..98033a4e4d 100644
--- a/modules/acore/extractors/mesh_extractor/WDT.h
+++ b/modules/acore/extractors/mesh_extractor/WDT.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef WDT_H
diff --git a/modules/acore/extractors/mesh_extractor/WorldModelGroup.cpp b/modules/acore/extractors/mesh_extractor/WorldModelGroup.cpp
index b38a69aa58..a9412c5221 100644
--- a/modules/acore/extractors/mesh_extractor/WorldModelGroup.cpp
+++ b/modules/acore/extractors/mesh_extractor/WorldModelGroup.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "WorldModelGroup.h"
diff --git a/modules/acore/extractors/mesh_extractor/WorldModelGroup.h b/modules/acore/extractors/mesh_extractor/WorldModelGroup.h
index 42276d09fb..d4b6f82c59 100644
--- a/modules/acore/extractors/mesh_extractor/WorldModelGroup.h
+++ b/modules/acore/extractors/mesh_extractor/WorldModelGroup.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef WMOGROUP_H
diff --git a/modules/acore/extractors/mesh_extractor/WorldModelHandler.cpp b/modules/acore/extractors/mesh_extractor/WorldModelHandler.cpp
index 8c7f562f35..7028450ec5 100644
--- a/modules/acore/extractors/mesh_extractor/WorldModelHandler.cpp
+++ b/modules/acore/extractors/mesh_extractor/WorldModelHandler.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "WorldModelHandler.h"
diff --git a/modules/acore/extractors/mesh_extractor/WorldModelHandler.h b/modules/acore/extractors/mesh_extractor/WorldModelHandler.h
index 6abf6bb6d3..b5a9be50d6 100644
--- a/modules/acore/extractors/mesh_extractor/WorldModelHandler.h
+++ b/modules/acore/extractors/mesh_extractor/WorldModelHandler.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef WMODEL_HNDL_H
diff --git a/modules/acore/extractors/mesh_extractor/WorldModelRoot.cpp b/modules/acore/extractors/mesh_extractor/WorldModelRoot.cpp
index 2b42c3902d..5e25589cf3 100644
--- a/modules/acore/extractors/mesh_extractor/WorldModelRoot.cpp
+++ b/modules/acore/extractors/mesh_extractor/WorldModelRoot.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "WorldModelRoot.h"
diff --git a/modules/acore/extractors/mesh_extractor/WorldModelRoot.h b/modules/acore/extractors/mesh_extractor/WorldModelRoot.h
index 140a319654..fff149cfcb 100644
--- a/modules/acore/extractors/mesh_extractor/WorldModelRoot.h
+++ b/modules/acore/extractors/mesh_extractor/WorldModelRoot.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef WMOROOT_H
diff --git a/modules/acore/extractors/mmaps_generator/IntermediateValues.cpp b/modules/acore/extractors/mmaps_generator/IntermediateValues.cpp
index 9a796eb7aa..6dc63e7faa 100644
--- a/modules/acore/extractors/mmaps_generator/IntermediateValues.cpp
+++ b/modules/acore/extractors/mmaps_generator/IntermediateValues.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "IntermediateValues.h"
diff --git a/modules/acore/extractors/mmaps_generator/IntermediateValues.h b/modules/acore/extractors/mmaps_generator/IntermediateValues.h
index e434e14854..0754b7de1b 100644
--- a/modules/acore/extractors/mmaps_generator/IntermediateValues.h
+++ b/modules/acore/extractors/mmaps_generator/IntermediateValues.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _INTERMEDIATE_VALUES_H
diff --git a/modules/acore/extractors/mmaps_generator/MapBuilder.cpp b/modules/acore/extractors/mmaps_generator/MapBuilder.cpp
index 431ee0cf76..9e96f8e6ce 100644
--- a/modules/acore/extractors/mmaps_generator/MapBuilder.cpp
+++ b/modules/acore/extractors/mmaps_generator/MapBuilder.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "PathCommon.h"
diff --git a/modules/acore/extractors/mmaps_generator/MapBuilder.h b/modules/acore/extractors/mmaps_generator/MapBuilder.h
index 84c441e7af..adca238408 100644
--- a/modules/acore/extractors/mmaps_generator/MapBuilder.h
+++ b/modules/acore/extractors/mmaps_generator/MapBuilder.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _MAP_BUILDER_H
diff --git a/modules/acore/extractors/mmaps_generator/PathCommon.h b/modules/acore/extractors/mmaps_generator/PathCommon.h
index af19f97177..3c1fc73c21 100644
--- a/modules/acore/extractors/mmaps_generator/PathCommon.h
+++ b/modules/acore/extractors/mmaps_generator/PathCommon.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _MMAP_COMMON_H
diff --git a/modules/acore/extractors/mmaps_generator/PathGenerator.cpp b/modules/acore/extractors/mmaps_generator/PathGenerator.cpp
index 1294785a26..02be66378d 100644
--- a/modules/acore/extractors/mmaps_generator/PathGenerator.cpp
+++ b/modules/acore/extractors/mmaps_generator/PathGenerator.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "PathCommon.h"
diff --git a/modules/acore/extractors/mmaps_generator/TerrainBuilder.cpp b/modules/acore/extractors/mmaps_generator/TerrainBuilder.cpp
index 9a53355337..260bb6da7e 100644
--- a/modules/acore/extractors/mmaps_generator/TerrainBuilder.cpp
+++ b/modules/acore/extractors/mmaps_generator/TerrainBuilder.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "TerrainBuilder.h"
diff --git a/modules/acore/extractors/mmaps_generator/TerrainBuilder.h b/modules/acore/extractors/mmaps_generator/TerrainBuilder.h
index d920a62065..bf74312251 100644
--- a/modules/acore/extractors/mmaps_generator/TerrainBuilder.h
+++ b/modules/acore/extractors/mmaps_generator/TerrainBuilder.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _MMAP_TERRAIN_BUILDER_H
diff --git a/modules/acore/extractors/mmaps_generator/VMapExtensions.cpp b/modules/acore/extractors/mmaps_generator/VMapExtensions.cpp
index 2c653ed91d..b4c98f7578 100644
--- a/modules/acore/extractors/mmaps_generator/VMapExtensions.cpp
+++ b/modules/acore/extractors/mmaps_generator/VMapExtensions.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include <vector>
diff --git a/modules/acore/extractors/vmap4_assembler/VMapAssembler.cpp b/modules/acore/extractors/vmap4_assembler/VMapAssembler.cpp
index 70c00bee2b..3b0e4e0a7c 100644
--- a/modules/acore/extractors/vmap4_assembler/VMapAssembler.cpp
+++ b/modules/acore/extractors/vmap4_assembler/VMapAssembler.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include <string>
diff --git a/modules/acore/extractors/vmap4_extractor/adtfile.cpp b/modules/acore/extractors/vmap4_extractor/adtfile.cpp
index 20615498a4..748b1c3744 100644
--- a/modules/acore/extractors/vmap4_extractor/adtfile.cpp
+++ b/modules/acore/extractors/vmap4_extractor/adtfile.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "vmapexport.h"
diff --git a/modules/acore/extractors/vmap4_extractor/adtfile.h b/modules/acore/extractors/vmap4_extractor/adtfile.h
index d44dc4cd12..fcae8d4f39 100644
--- a/modules/acore/extractors/vmap4_extractor/adtfile.h
+++ b/modules/acore/extractors/vmap4_extractor/adtfile.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef ADT_H
diff --git a/modules/acore/extractors/vmap4_extractor/dbcfile.cpp b/modules/acore/extractors/vmap4_extractor/dbcfile.cpp
index 583aca3df1..2ee2b3de5a 100644
--- a/modules/acore/extractors/vmap4_extractor/dbcfile.cpp
+++ b/modules/acore/extractors/vmap4_extractor/dbcfile.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "dbcfile.h"
diff --git a/modules/acore/extractors/vmap4_extractor/dbcfile.h b/modules/acore/extractors/vmap4_extractor/dbcfile.h
index 1c211cd4b3..711d8257b3 100644
--- a/modules/acore/extractors/vmap4_extractor/dbcfile.h
+++ b/modules/acore/extractors/vmap4_extractor/dbcfile.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef DBCFILE_H
diff --git a/modules/acore/extractors/vmap4_extractor/gameobject_extract.cpp b/modules/acore/extractors/vmap4_extractor/gameobject_extract.cpp
index 32f177b513..e307aea6f5 100644
--- a/modules/acore/extractors/vmap4_extractor/gameobject_extract.cpp
+++ b/modules/acore/extractors/vmap4_extractor/gameobject_extract.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "model.h"
diff --git a/modules/acore/extractors/vmap4_extractor/loadlib/loadlib.h b/modules/acore/extractors/vmap4_extractor/loadlib/loadlib.h
index 1643561398..e55b4a7c56 100644
--- a/modules/acore/extractors/vmap4_extractor/loadlib/loadlib.h
+++ b/modules/acore/extractors/vmap4_extractor/loadlib/loadlib.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef LOAD_LIB_H
diff --git a/modules/acore/extractors/vmap4_extractor/model.cpp b/modules/acore/extractors/vmap4_extractor/model.cpp
index eee6c78eeb..28c1bad31b 100644
--- a/modules/acore/extractors/vmap4_extractor/model.cpp
+++ b/modules/acore/extractors/vmap4_extractor/model.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "vmapexport.h"
diff --git a/modules/acore/extractors/vmap4_extractor/model.h b/modules/acore/extractors/vmap4_extractor/model.h
index 87e1c2a694..b403129c6f 100644
--- a/modules/acore/extractors/vmap4_extractor/model.h
+++ b/modules/acore/extractors/vmap4_extractor/model.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef MODEL_H
diff --git a/modules/acore/extractors/vmap4_extractor/modelheaders.h b/modules/acore/extractors/vmap4_extractor/modelheaders.h
index 754d07379d..aa878ba435 100644
--- a/modules/acore/extractors/vmap4_extractor/modelheaders.h
+++ b/modules/acore/extractors/vmap4_extractor/modelheaders.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef MODELHEADERS_H
diff --git a/modules/acore/extractors/vmap4_extractor/mpq_libmpq.cpp b/modules/acore/extractors/vmap4_extractor/mpq_libmpq.cpp
index 1b46f39232..70a02e5acc 100644
--- a/modules/acore/extractors/vmap4_extractor/mpq_libmpq.cpp
+++ b/modules/acore/extractors/vmap4_extractor/mpq_libmpq.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "mpq_libmpq04.h"
diff --git a/modules/acore/extractors/vmap4_extractor/mpq_libmpq04.h b/modules/acore/extractors/vmap4_extractor/mpq_libmpq04.h
index e921280bad..80041b16d5 100644
--- a/modules/acore/extractors/vmap4_extractor/mpq_libmpq04.h
+++ b/modules/acore/extractors/vmap4_extractor/mpq_libmpq04.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef MPQ_H
diff --git a/modules/acore/extractors/vmap4_extractor/vec3d.h b/modules/acore/extractors/vmap4_extractor/vec3d.h
index e4df33bf8d..ead433644a 100644
--- a/modules/acore/extractors/vmap4_extractor/vec3d.h
+++ b/modules/acore/extractors/vmap4_extractor/vec3d.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef VEC3D_H
diff --git a/modules/acore/extractors/vmap4_extractor/vmapexport.cpp b/modules/acore/extractors/vmap4_extractor/vmapexport.cpp
index 28b3266567..ff28ae97e2 100644
--- a/modules/acore/extractors/vmap4_extractor/vmapexport.cpp
+++ b/modules/acore/extractors/vmap4_extractor/vmapexport.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#define _CRT_SECURE_NO_DEPRECATE
diff --git a/modules/acore/extractors/vmap4_extractor/vmapexport.h b/modules/acore/extractors/vmap4_extractor/vmapexport.h
index 5085777aaf..47c16d89ce 100644
--- a/modules/acore/extractors/vmap4_extractor/vmapexport.h
+++ b/modules/acore/extractors/vmap4_extractor/vmapexport.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef VMAPEXPORT_H
diff --git a/modules/acore/extractors/vmap4_extractor/wdtfile.cpp b/modules/acore/extractors/vmap4_extractor/wdtfile.cpp
index ce084912c9..a79bec03c5 100644
--- a/modules/acore/extractors/vmap4_extractor/wdtfile.cpp
+++ b/modules/acore/extractors/vmap4_extractor/wdtfile.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "vmapexport.h"
diff --git a/modules/acore/extractors/vmap4_extractor/wdtfile.h b/modules/acore/extractors/vmap4_extractor/wdtfile.h
index 86c7e298ca..21dd5bb2ce 100644
--- a/modules/acore/extractors/vmap4_extractor/wdtfile.h
+++ b/modules/acore/extractors/vmap4_extractor/wdtfile.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef WDTFILE_H
diff --git a/modules/acore/extractors/vmap4_extractor/wmo.cpp b/modules/acore/extractors/vmap4_extractor/wmo.cpp
index 75d663bf61..e699b2845d 100644
--- a/modules/acore/extractors/vmap4_extractor/wmo.cpp
+++ b/modules/acore/extractors/vmap4_extractor/wmo.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "vmapexport.h"
diff --git a/modules/acore/extractors/vmap4_extractor/wmo.h b/modules/acore/extractors/vmap4_extractor/wmo.h
index 76390da3a7..42d771c77f 100644
--- a/modules/acore/extractors/vmap4_extractor/wmo.h
+++ b/modules/acore/extractors/vmap4_extractor/wmo.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef WMO_H
diff --git a/modules/acore/framework/AutoPtr.h b/modules/acore/framework/AutoPtr.h
index 30a42cc430..508056d489 100644
--- a/modules/acore/framework/AutoPtr.h
+++ b/modules/acore/framework/AutoPtr.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _TRINITY_AUTO_PTR_H
diff --git a/modules/acore/framework/Common.cpp b/modules/acore/framework/Common.cpp
index ae40b23700..1bde202041 100644
--- a/modules/acore/framework/Common.cpp
+++ b/modules/acore/framework/Common.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "Common.h"
diff --git a/modules/acore/framework/Common.h b/modules/acore/framework/Common.h
index 632b3d085e..9fb4d30c69 100644
--- a/modules/acore/framework/Common.h
+++ b/modules/acore/framework/Common.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef AZEROTHCORE_COMMON_H
diff --git a/modules/acore/framework/CompilerDefs.h b/modules/acore/framework/CompilerDefs.h
index 174e267783..e189799c3f 100644
--- a/modules/acore/framework/CompilerDefs.h
+++ b/modules/acore/framework/CompilerDefs.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef TRINITY_COMPILERDEFS_H
diff --git a/modules/acore/framework/Configuration/Config.cpp b/modules/acore/framework/Configuration/Config.cpp
index 2dce7a7482..cbc2d21a23 100644
--- a/modules/acore/framework/Configuration/Config.cpp
+++ b/modules/acore/framework/Configuration/Config.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "Config.h"
diff --git a/modules/acore/framework/Configuration/Config.h b/modules/acore/framework/Configuration/Config.h
index cb51293b30..5ef1099635 100644
--- a/modules/acore/framework/Configuration/Config.h
+++ b/modules/acore/framework/Configuration/Config.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef CONFIG_H
diff --git a/modules/acore/framework/Containers.h b/modules/acore/framework/Containers.h
index 4316bf2b14..d5974cefab 100644
--- a/modules/acore/framework/Containers.h
+++ b/modules/acore/framework/Containers.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef TRINITY_CONTAINERS_H
diff --git a/modules/acore/framework/Cryptography/ARC4.cpp b/modules/acore/framework/Cryptography/ARC4.cpp
index 4419b74a9c..429abfcdf3 100644
--- a/modules/acore/framework/Cryptography/ARC4.cpp
+++ b/modules/acore/framework/Cryptography/ARC4.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "ARC4.h"
diff --git a/modules/acore/framework/Cryptography/ARC4.h b/modules/acore/framework/Cryptography/ARC4.h
index b29ea56f85..bb25410e28 100644
--- a/modules/acore/framework/Cryptography/ARC4.h
+++ b/modules/acore/framework/Cryptography/ARC4.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _AUTH_SARC4_H
diff --git a/modules/acore/framework/Cryptography/Authentication/AuthCrypt.cpp b/modules/acore/framework/Cryptography/Authentication/AuthCrypt.cpp
index fc07c52a74..171939cfb5 100644
--- a/modules/acore/framework/Cryptography/Authentication/AuthCrypt.cpp
+++ b/modules/acore/framework/Cryptography/Authentication/AuthCrypt.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "AuthCrypt.h"
diff --git a/modules/acore/framework/Cryptography/Authentication/AuthCrypt.h b/modules/acore/framework/Cryptography/Authentication/AuthCrypt.h
index 803f808e5d..061841679a 100644
--- a/modules/acore/framework/Cryptography/Authentication/AuthCrypt.h
+++ b/modules/acore/framework/Cryptography/Authentication/AuthCrypt.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _AUTHCRYPT_H
diff --git a/modules/acore/framework/Cryptography/BigNumber.cpp b/modules/acore/framework/Cryptography/BigNumber.cpp
index 0010a7b839..c43265ec89 100644
--- a/modules/acore/framework/Cryptography/BigNumber.cpp
+++ b/modules/acore/framework/Cryptography/BigNumber.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include <ace/Guard_T.h>
diff --git a/modules/acore/framework/Cryptography/BigNumber.h b/modules/acore/framework/Cryptography/BigNumber.h
index 34367145b9..337dee9db1 100644
--- a/modules/acore/framework/Cryptography/BigNumber.h
+++ b/modules/acore/framework/Cryptography/BigNumber.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _AUTH_BIGNUMBER_H
diff --git a/modules/acore/framework/Cryptography/HMACSHA1.cpp b/modules/acore/framework/Cryptography/HMACSHA1.cpp
index 614919f331..93872d2716 100644
--- a/modules/acore/framework/Cryptography/HMACSHA1.cpp
+++ b/modules/acore/framework/Cryptography/HMACSHA1.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "HMACSHA1.h"
diff --git a/modules/acore/framework/Cryptography/HMACSHA1.h b/modules/acore/framework/Cryptography/HMACSHA1.h
index b5518448f0..3c99dc0838 100644
--- a/modules/acore/framework/Cryptography/HMACSHA1.h
+++ b/modules/acore/framework/Cryptography/HMACSHA1.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _AUTH_HMAC_H
diff --git a/modules/acore/framework/Cryptography/OpenSSLCrypto.cpp b/modules/acore/framework/Cryptography/OpenSSLCrypto.cpp
index 1fe7014548..d8b1b7c6e9 100644
--- a/modules/acore/framework/Cryptography/OpenSSLCrypto.cpp
+++ b/modules/acore/framework/Cryptography/OpenSSLCrypto.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include <OpenSSLCrypto.h>
diff --git a/modules/acore/framework/Cryptography/OpenSSLCrypto.h b/modules/acore/framework/Cryptography/OpenSSLCrypto.h
index 1c1fa1d444..4285f7d750 100644
--- a/modules/acore/framework/Cryptography/OpenSSLCrypto.h
+++ b/modules/acore/framework/Cryptography/OpenSSLCrypto.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef OPENSSL_CRYPTO_H
diff --git a/modules/acore/framework/Cryptography/SHA1.cpp b/modules/acore/framework/Cryptography/SHA1.cpp
index 2555141cc4..a4176eecc6 100644
--- a/modules/acore/framework/Cryptography/SHA1.cpp
+++ b/modules/acore/framework/Cryptography/SHA1.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "SHA1.h"
diff --git a/modules/acore/framework/Cryptography/SHA1.h b/modules/acore/framework/Cryptography/SHA1.h
index 7c3cdf37c8..afa6667439 100644
--- a/modules/acore/framework/Cryptography/SHA1.h
+++ b/modules/acore/framework/Cryptography/SHA1.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _AUTH_SHA1_H
diff --git a/modules/acore/framework/Cryptography/WardenKeyGeneration.h b/modules/acore/framework/Cryptography/WardenKeyGeneration.h
index 8911ab5cc1..5d73b3037a 100644
--- a/modules/acore/framework/Cryptography/WardenKeyGeneration.h
+++ b/modules/acore/framework/Cryptography/WardenKeyGeneration.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "SHA1.h"
diff --git a/modules/acore/framework/DataStores/DBCFileLoader.cpp b/modules/acore/framework/DataStores/DBCFileLoader.cpp
index 3d407753d7..6d5790b383 100644
--- a/modules/acore/framework/DataStores/DBCFileLoader.cpp
+++ b/modules/acore/framework/DataStores/DBCFileLoader.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include <stdio.h>
diff --git a/modules/acore/framework/DataStores/DBCFileLoader.h b/modules/acore/framework/DataStores/DBCFileLoader.h
index 1fb1af66b4..2afba9579e 100644
--- a/modules/acore/framework/DataStores/DBCFileLoader.h
+++ b/modules/acore/framework/DataStores/DBCFileLoader.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef DBC_FILE_LOADER_H
diff --git a/modules/acore/framework/DataStores/DBCStore.h b/modules/acore/framework/DataStores/DBCStore.h
index 0e6dff90dc..533e542041 100644
--- a/modules/acore/framework/DataStores/DBCStore.h
+++ b/modules/acore/framework/DataStores/DBCStore.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef DBCSTORE_H
diff --git a/modules/acore/framework/Database/AdhocStatement.cpp b/modules/acore/framework/Database/AdhocStatement.cpp
index 04efc7adb6..e752ab9e7d 100644
--- a/modules/acore/framework/Database/AdhocStatement.cpp
+++ b/modules/acore/framework/Database/AdhocStatement.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "AdhocStatement.h"
diff --git a/modules/acore/framework/Database/AdhocStatement.h b/modules/acore/framework/Database/AdhocStatement.h
index bfbd8ff5d7..b527efcada 100644
--- a/modules/acore/framework/Database/AdhocStatement.h
+++ b/modules/acore/framework/Database/AdhocStatement.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _ADHOCSTATEMENT_H
diff --git a/modules/acore/framework/Database/DatabaseEnv.h b/modules/acore/framework/Database/DatabaseEnv.h
index cd45b97a1f..cfa9eef24a 100644
--- a/modules/acore/framework/Database/DatabaseEnv.h
+++ b/modules/acore/framework/Database/DatabaseEnv.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef DATABASEENV_H
diff --git a/modules/acore/framework/Database/DatabaseWorker.cpp b/modules/acore/framework/Database/DatabaseWorker.cpp
index e811c5ad9d..aa6a5ba16c 100644
--- a/modules/acore/framework/Database/DatabaseWorker.cpp
+++ b/modules/acore/framework/Database/DatabaseWorker.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "DatabaseEnv.h"
diff --git a/modules/acore/framework/Database/DatabaseWorker.h b/modules/acore/framework/Database/DatabaseWorker.h
index 6e8c2ba52d..6fa544d452 100644
--- a/modules/acore/framework/Database/DatabaseWorker.h
+++ b/modules/acore/framework/Database/DatabaseWorker.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _WORKERTHREAD_H
diff --git a/modules/acore/framework/Database/DatabaseWorkerPool.h b/modules/acore/framework/Database/DatabaseWorkerPool.h
index c844c523cc..95f83e3a3f 100644
--- a/modules/acore/framework/Database/DatabaseWorkerPool.h
+++ b/modules/acore/framework/Database/DatabaseWorkerPool.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _DATABASEWORKERPOOL_H
diff --git a/modules/acore/framework/Database/Field.cpp b/modules/acore/framework/Database/Field.cpp
index c5a78e9aa1..fdc5ded657 100644
--- a/modules/acore/framework/Database/Field.cpp
+++ b/modules/acore/framework/Database/Field.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "Field.h"
diff --git a/modules/acore/framework/Database/Field.h b/modules/acore/framework/Database/Field.h
index 63aaf9f1b2..568532fb04 100644
--- a/modules/acore/framework/Database/Field.h
+++ b/modules/acore/framework/Database/Field.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _FIELD_H
diff --git a/modules/acore/framework/Database/Implementation/CharacterDatabase.cpp b/modules/acore/framework/Database/Implementation/CharacterDatabase.cpp
index 8bf230f19e..7d61d96fee 100644
--- a/modules/acore/framework/Database/Implementation/CharacterDatabase.cpp
+++ b/modules/acore/framework/Database/Implementation/CharacterDatabase.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "CharacterDatabase.h"
diff --git a/modules/acore/framework/Database/Implementation/CharacterDatabase.h b/modules/acore/framework/Database/Implementation/CharacterDatabase.h
index 43ee797e5f..8f0243665a 100644
--- a/modules/acore/framework/Database/Implementation/CharacterDatabase.h
+++ b/modules/acore/framework/Database/Implementation/CharacterDatabase.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _CHARACTERDATABASE_H
diff --git a/modules/acore/framework/Database/Implementation/LoginDatabase.cpp b/modules/acore/framework/Database/Implementation/LoginDatabase.cpp
index bbf71da888..38590704dd 100644
--- a/modules/acore/framework/Database/Implementation/LoginDatabase.cpp
+++ b/modules/acore/framework/Database/Implementation/LoginDatabase.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "LoginDatabase.h"
diff --git a/modules/acore/framework/Database/Implementation/LoginDatabase.h b/modules/acore/framework/Database/Implementation/LoginDatabase.h
index 2ce40e5dbc..6ba77531ac 100644
--- a/modules/acore/framework/Database/Implementation/LoginDatabase.h
+++ b/modules/acore/framework/Database/Implementation/LoginDatabase.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _LOGINDATABASE_H
diff --git a/modules/acore/framework/Database/Implementation/WorldDatabase.cpp b/modules/acore/framework/Database/Implementation/WorldDatabase.cpp
index fda540c42e..a29e96fcf1 100644
--- a/modules/acore/framework/Database/Implementation/WorldDatabase.cpp
+++ b/modules/acore/framework/Database/Implementation/WorldDatabase.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "WorldDatabase.h"
diff --git a/modules/acore/framework/Database/Implementation/WorldDatabase.h b/modules/acore/framework/Database/Implementation/WorldDatabase.h
index 340d2453a7..df42677077 100644
--- a/modules/acore/framework/Database/Implementation/WorldDatabase.h
+++ b/modules/acore/framework/Database/Implementation/WorldDatabase.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _WORLDDATABASE_H
diff --git a/modules/acore/framework/Database/MySQLConnection.cpp b/modules/acore/framework/Database/MySQLConnection.cpp
index 3e63af4aaf..b11f161be8 100644
--- a/modules/acore/framework/Database/MySQLConnection.cpp
+++ b/modules/acore/framework/Database/MySQLConnection.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
diff --git a/modules/acore/framework/Database/MySQLConnection.h b/modules/acore/framework/Database/MySQLConnection.h
index 256898ccff..2631ba2fd3 100644
--- a/modules/acore/framework/Database/MySQLConnection.h
+++ b/modules/acore/framework/Database/MySQLConnection.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include <ace/Activation_Queue.h>
diff --git a/modules/acore/framework/Database/MySQLThreading.h b/modules/acore/framework/Database/MySQLThreading.h
index 1a8fd16644..fd2ddfe214 100644
--- a/modules/acore/framework/Database/MySQLThreading.h
+++ b/modules/acore/framework/Database/MySQLThreading.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _MYSQLTHREADING_H
diff --git a/modules/acore/framework/Database/PreparedStatement.cpp b/modules/acore/framework/Database/PreparedStatement.cpp
index 1e6391dede..f3ec96fa48 100644
--- a/modules/acore/framework/Database/PreparedStatement.cpp
+++ b/modules/acore/framework/Database/PreparedStatement.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "PreparedStatement.h"
diff --git a/modules/acore/framework/Database/PreparedStatement.h b/modules/acore/framework/Database/PreparedStatement.h
index 6e01840fcb..0d55c24d8a 100644
--- a/modules/acore/framework/Database/PreparedStatement.h
+++ b/modules/acore/framework/Database/PreparedStatement.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _PREPAREDSTATEMENT_H
diff --git a/modules/acore/framework/Database/QueryHolder.cpp b/modules/acore/framework/Database/QueryHolder.cpp
index 01b3f26446..dd98f117aa 100644
--- a/modules/acore/framework/Database/QueryHolder.cpp
+++ b/modules/acore/framework/Database/QueryHolder.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "MySQLConnection.h"
diff --git a/modules/acore/framework/Database/QueryHolder.h b/modules/acore/framework/Database/QueryHolder.h
index 4939885225..efd45c383f 100644
--- a/modules/acore/framework/Database/QueryHolder.h
+++ b/modules/acore/framework/Database/QueryHolder.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _QUERYHOLDER_H
diff --git a/modules/acore/framework/Database/QueryResult.cpp b/modules/acore/framework/Database/QueryResult.cpp
index 53f079ff13..aea203080c 100644
--- a/modules/acore/framework/Database/QueryResult.cpp
+++ b/modules/acore/framework/Database/QueryResult.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "DatabaseEnv.h"
diff --git a/modules/acore/framework/Database/QueryResult.h b/modules/acore/framework/Database/QueryResult.h
index b0c1bce8ee..72973b4c8c 100644
--- a/modules/acore/framework/Database/QueryResult.h
+++ b/modules/acore/framework/Database/QueryResult.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef QUERYRESULT_H
diff --git a/modules/acore/framework/Database/SQLOperation.h b/modules/acore/framework/Database/SQLOperation.h
index 7eec54d8fa..72ce6fd6a0 100644
--- a/modules/acore/framework/Database/SQLOperation.h
+++ b/modules/acore/framework/Database/SQLOperation.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _SQLOPERATION_H
diff --git a/modules/acore/framework/Database/Transaction.cpp b/modules/acore/framework/Database/Transaction.cpp
index f28284f4d8..a2dfb9beea 100644
--- a/modules/acore/framework/Database/Transaction.cpp
+++ b/modules/acore/framework/Database/Transaction.cpp
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "DatabaseEnv.h"
diff --git a/modules/acore/framework/Database/Transaction.h b/modules/acore/framework/Database/Transaction.h
index c951ba6c4f..48afc65a4f 100644
--- a/modules/acore/framework/Database/Transaction.h
+++ b/modules/acore/framework/Database/Transaction.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _TRANSACTION_H
diff --git a/modules/acore/framework/Debugging/Errors.cpp b/modules/acore/framework/Debugging/Errors.cpp
index 756396adfe..3ed8dc5e0a 100644
--- a/modules/acore/framework/Debugging/Errors.cpp
+++ b/modules/acore/framework/Debugging/Errors.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "Errors.h"
diff --git a/modules/acore/framework/Debugging/Errors.h b/modules/acore/framework/Debugging/Errors.h
index 4192f22a3b..11aeebfece 100644
--- a/modules/acore/framework/Debugging/Errors.h
+++ b/modules/acore/framework/Debugging/Errors.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef AZEROTHCORE_ERRORS_H
diff --git a/modules/acore/framework/Define.h b/modules/acore/framework/Define.h
index 03d90279cc..3056e257d5 100644
--- a/modules/acore/framework/Define.h
+++ b/modules/acore/framework/Define.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef TRINITY_DEFINE_H
diff --git a/modules/acore/framework/Dynamic/FactoryHolder.h b/modules/acore/framework/Dynamic/FactoryHolder.h
index 5fd00f841b..a53b55abc7 100644
--- a/modules/acore/framework/Dynamic/FactoryHolder.h
+++ b/modules/acore/framework/Dynamic/FactoryHolder.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef TRINITY_FACTORY_HOLDER
diff --git a/modules/acore/framework/Dynamic/HashNamespace.h b/modules/acore/framework/Dynamic/HashNamespace.h
index 5fd1b8eb7d..b9cbe5e658 100644
--- a/modules/acore/framework/Dynamic/HashNamespace.h
+++ b/modules/acore/framework/Dynamic/HashNamespace.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef TRINITY_HASH_NAMESPACE_H
diff --git a/modules/acore/framework/Dynamic/LinkedList.h b/modules/acore/framework/Dynamic/LinkedList.h
index 5d81c8c99e..cc353d9695 100644
--- a/modules/acore/framework/Dynamic/LinkedList.h
+++ b/modules/acore/framework/Dynamic/LinkedList.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _LINKEDLIST
diff --git a/modules/acore/framework/Dynamic/LinkedReference/RefManager.h b/modules/acore/framework/Dynamic/LinkedReference/RefManager.h
index 7ecd40621d..52e397c86a 100644
--- a/modules/acore/framework/Dynamic/LinkedReference/RefManager.h
+++ b/modules/acore/framework/Dynamic/LinkedReference/RefManager.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _REFMANAGER_H
diff --git a/modules/acore/framework/Dynamic/LinkedReference/Reference.h b/modules/acore/framework/Dynamic/LinkedReference/Reference.h
index c05eca4d46..9bf2509f6a 100644
--- a/modules/acore/framework/Dynamic/LinkedReference/Reference.h
+++ b/modules/acore/framework/Dynamic/LinkedReference/Reference.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _REFERENCE_H
diff --git a/modules/acore/framework/Dynamic/ObjectRegistry.h b/modules/acore/framework/Dynamic/ObjectRegistry.h
index c3f2935709..27388ebf76 100644
--- a/modules/acore/framework/Dynamic/ObjectRegistry.h
+++ b/modules/acore/framework/Dynamic/ObjectRegistry.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef TRINITY_OBJECTREGISTRY_H
diff --git a/modules/acore/framework/Dynamic/TypeContainer.h b/modules/acore/framework/Dynamic/TypeContainer.h
index 97e5f199c1..3bd5fbd919 100644
--- a/modules/acore/framework/Dynamic/TypeContainer.h
+++ b/modules/acore/framework/Dynamic/TypeContainer.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef TRINITY_TYPECONTAINER_H
diff --git a/modules/acore/framework/Dynamic/TypeContainerFunctions.h b/modules/acore/framework/Dynamic/TypeContainerFunctions.h
index 1941c30414..50c31699e2 100644
--- a/modules/acore/framework/Dynamic/TypeContainerFunctions.h
+++ b/modules/acore/framework/Dynamic/TypeContainerFunctions.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef TYPECONTAINER_FUNCTIONS_H
diff --git a/modules/acore/framework/Dynamic/TypeContainerFunctionsPtr.h b/modules/acore/framework/Dynamic/TypeContainerFunctionsPtr.h
index 79304f8162..6237094016 100644
--- a/modules/acore/framework/Dynamic/TypeContainerFunctionsPtr.h
+++ b/modules/acore/framework/Dynamic/TypeContainerFunctionsPtr.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef TYPECONTAINER_FUNCTIONS_PTR_H
diff --git a/modules/acore/framework/Dynamic/TypeContainerVisitor.h b/modules/acore/framework/Dynamic/TypeContainerVisitor.h
index 208dd025c6..58725a7f65 100644
--- a/modules/acore/framework/Dynamic/TypeContainerVisitor.h
+++ b/modules/acore/framework/Dynamic/TypeContainerVisitor.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef TRINITY_TYPECONTAINERVISITOR_H
diff --git a/modules/acore/framework/Dynamic/TypeList.h b/modules/acore/framework/Dynamic/TypeList.h
index ccb7dc46f7..65767107cc 100644
--- a/modules/acore/framework/Dynamic/TypeList.h
+++ b/modules/acore/framework/Dynamic/TypeList.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef TRINITY_TYPELIST_H
diff --git a/modules/acore/framework/Dynamic/UnorderedMap.h b/modules/acore/framework/Dynamic/UnorderedMap.h
index 3a33af948c..8b50eb80bc 100644
--- a/modules/acore/framework/Dynamic/UnorderedMap.h
+++ b/modules/acore/framework/Dynamic/UnorderedMap.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef TRINITY_UNORDERED_MAP_H
diff --git a/modules/acore/framework/Dynamic/UnorderedSet.h b/modules/acore/framework/Dynamic/UnorderedSet.h
index 78fc8a484f..c7f096480b 100644
--- a/modules/acore/framework/Dynamic/UnorderedSet.h
+++ b/modules/acore/framework/Dynamic/UnorderedSet.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef TRINITY_UNORDERED_SET_H
diff --git a/modules/acore/framework/Logging/Log.cpp b/modules/acore/framework/Logging/Log.cpp
index e6ef099476..1d8067f495 100644
--- a/modules/acore/framework/Logging/Log.cpp
+++ b/modules/acore/framework/Logging/Log.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "Common.h"
diff --git a/modules/acore/framework/Logging/Log.h b/modules/acore/framework/Logging/Log.h
index 5bd353c580..da6cf43236 100644
--- a/modules/acore/framework/Logging/Log.h
+++ b/modules/acore/framework/Logging/Log.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef AZEROTHCORE_LOG_H
diff --git a/modules/acore/framework/Packets/ByteBuffer.cpp b/modules/acore/framework/Packets/ByteBuffer.cpp
index 0a5823cc67..653d45c089 100644
--- a/modules/acore/framework/Packets/ByteBuffer.cpp
+++ b/modules/acore/framework/Packets/ByteBuffer.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "ByteBuffer.h"
diff --git a/modules/acore/framework/Packets/ByteBuffer.h b/modules/acore/framework/Packets/ByteBuffer.h
index d3568688d0..7531a60f7e 100644
--- a/modules/acore/framework/Packets/ByteBuffer.h
+++ b/modules/acore/framework/Packets/ByteBuffer.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _BYTEBUFFER_H
diff --git a/modules/acore/framework/Packets/WorldPacket.h b/modules/acore/framework/Packets/WorldPacket.h
index 74ac0c0c80..8781834f80 100644
--- a/modules/acore/framework/Packets/WorldPacket.h
+++ b/modules/acore/framework/Packets/WorldPacket.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef AZEROTHCORE_WORLDPACKET_H
diff --git a/modules/acore/framework/SystemConfig.h b/modules/acore/framework/SystemConfig.h
index ebf0ef67f4..0c1585bf7f 100644
--- a/modules/acore/framework/SystemConfig.h
+++ b/modules/acore/framework/SystemConfig.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
// THIS FILE IS DEPRECATED
diff --git a/modules/acore/framework/Threading/Callback.h b/modules/acore/framework/Threading/Callback.h
index 0b1e7ee86c..b2a04b69ff 100644
--- a/modules/acore/framework/Threading/Callback.h
+++ b/modules/acore/framework/Threading/Callback.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _CALLBACK_H
diff --git a/modules/acore/framework/Threading/LockedQueue.h b/modules/acore/framework/Threading/LockedQueue.h
index 31d81cdb10..2c4491e74f 100644
--- a/modules/acore/framework/Threading/LockedQueue.h
+++ b/modules/acore/framework/Threading/LockedQueue.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef LOCKEDQUEUE_H
diff --git a/modules/acore/framework/Threading/Threading.cpp b/modules/acore/framework/Threading/Threading.cpp
index 023939fad6..47ad54eefa 100644
--- a/modules/acore/framework/Threading/Threading.cpp
+++ b/modules/acore/framework/Threading/Threading.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "Threading.h"
diff --git a/modules/acore/framework/Threading/Threading.h b/modules/acore/framework/Threading/Threading.h
index 8ec585382d..f71d2a3afe 100644
--- a/modules/acore/framework/Threading/Threading.h
+++ b/modules/acore/framework/Threading/Threading.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef THREADING_H
diff --git a/modules/acore/framework/Utilities/ByteConverter.h b/modules/acore/framework/Utilities/ByteConverter.h
index fbd30431ff..882f10fff9 100644
--- a/modules/acore/framework/Utilities/ByteConverter.h
+++ b/modules/acore/framework/Utilities/ByteConverter.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef TRINITY_BYTECONVERTER_H
diff --git a/modules/acore/framework/Utilities/EventProcessor.cpp b/modules/acore/framework/Utilities/EventProcessor.cpp
index 2e45e4f8a3..74506fb0d0 100644
--- a/modules/acore/framework/Utilities/EventProcessor.cpp
+++ b/modules/acore/framework/Utilities/EventProcessor.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "EventProcessor.h"
diff --git a/modules/acore/framework/Utilities/EventProcessor.h b/modules/acore/framework/Utilities/EventProcessor.h
index c14dffd5b9..9d12c7efbb 100644
--- a/modules/acore/framework/Utilities/EventProcessor.h
+++ b/modules/acore/framework/Utilities/EventProcessor.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef __EVENTPROCESSOR_H
diff --git a/modules/acore/framework/Utilities/ServiceWin32.cpp b/modules/acore/framework/Utilities/ServiceWin32.cpp
index f43c8b0c58..d384ce16fc 100644
--- a/modules/acore/framework/Utilities/ServiceWin32.cpp
+++ b/modules/acore/framework/Utilities/ServiceWin32.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifdef _WIN32
diff --git a/modules/acore/framework/Utilities/ServiceWin32.h b/modules/acore/framework/Utilities/ServiceWin32.h
index 10900a8aa3..ef7d262c09 100644
--- a/modules/acore/framework/Utilities/ServiceWin32.h
+++ b/modules/acore/framework/Utilities/ServiceWin32.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifdef _WIN32
diff --git a/modules/acore/framework/Utilities/SignalHandler.h b/modules/acore/framework/Utilities/SignalHandler.h
index b5e5c37ec0..3086f3ce8c 100644
--- a/modules/acore/framework/Utilities/SignalHandler.h
+++ b/modules/acore/framework/Utilities/SignalHandler.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef __SIGNAL_HANDLER_H__
diff --git a/modules/acore/framework/Utilities/Timer.h b/modules/acore/framework/Utilities/Timer.h
index 10db3f9948..bed9f7dcbc 100644
--- a/modules/acore/framework/Utilities/Timer.h
+++ b/modules/acore/framework/Utilities/Timer.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef TRINITY_TIMER_H
diff --git a/modules/acore/framework/Utilities/Util.cpp b/modules/acore/framework/Utilities/Util.cpp
index d923b944f4..00ef6a11a4 100644
--- a/modules/acore/framework/Utilities/Util.cpp
+++ b/modules/acore/framework/Utilities/Util.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "Util.h"
diff --git a/modules/acore/framework/Utilities/Util.h b/modules/acore/framework/Utilities/Util.h
index 34ad1474ba..9887412220 100644
--- a/modules/acore/framework/Utilities/Util.h
+++ b/modules/acore/framework/Utilities/Util.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _UTIL_H
diff --git a/modules/acore/world-engine/collision/BoundingIntervalHierarchy.cpp b/modules/acore/world-engine/collision/BoundingIntervalHierarchy.cpp
index 95b7c7c2fe..fde804a303 100644
--- a/modules/acore/world-engine/collision/BoundingIntervalHierarchy.cpp
+++ b/modules/acore/world-engine/collision/BoundingIntervalHierarchy.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "BoundingIntervalHierarchy.h"
diff --git a/modules/acore/world-engine/collision/BoundingIntervalHierarchy.h b/modules/acore/world-engine/collision/BoundingIntervalHierarchy.h
index 13ed4d0a0c..7b3eb5af0d 100644
--- a/modules/acore/world-engine/collision/BoundingIntervalHierarchy.h
+++ b/modules/acore/world-engine/collision/BoundingIntervalHierarchy.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _BIH_H
diff --git a/modules/acore/world-engine/collision/BoundingIntervalHierarchyWrapper.h b/modules/acore/world-engine/collision/BoundingIntervalHierarchyWrapper.h
index 13645b2fef..5d0fa47020 100644
--- a/modules/acore/world-engine/collision/BoundingIntervalHierarchyWrapper.h
+++ b/modules/acore/world-engine/collision/BoundingIntervalHierarchyWrapper.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _BIH_WRAP
diff --git a/modules/acore/world-engine/collision/DynamicTree.cpp b/modules/acore/world-engine/collision/DynamicTree.cpp
index 57fe65256b..adf29a8a6e 100644
--- a/modules/acore/world-engine/collision/DynamicTree.cpp
+++ b/modules/acore/world-engine/collision/DynamicTree.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "DynamicTree.h"
diff --git a/modules/acore/world-engine/collision/DynamicTree.h b/modules/acore/world-engine/collision/DynamicTree.h
index 111208383f..a8f45d9800 100644
--- a/modules/acore/world-engine/collision/DynamicTree.h
+++ b/modules/acore/world-engine/collision/DynamicTree.h
@@ -1,21 +1,9 @@
/*
- * Copyright (C) MaNGOS, TrinityCore, SunwellCore and AzerothCore
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
-
#ifndef _DYNTREE_H
#define _DYNTREE_H
diff --git a/modules/acore/world-engine/collision/Management/IMMAPManager.h b/modules/acore/world-engine/collision/Management/IMMAPManager.h
index a1f146382f..b2df8a2232 100644
--- a/modules/acore/world-engine/collision/Management/IMMAPManager.h
+++ b/modules/acore/world-engine/collision/Management/IMMAPManager.h
@@ -1,18 +1,8 @@
/*
* Copyright (C)
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _IMMAPMANAGER_H
diff --git a/modules/acore/world-engine/collision/Management/IVMapManager.h b/modules/acore/world-engine/collision/Management/IVMapManager.h
index d162c77b3a..d37b0e1c54 100644
--- a/modules/acore/world-engine/collision/Management/IVMapManager.h
+++ b/modules/acore/world-engine/collision/Management/IVMapManager.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _IVMAPMANAGER_H
diff --git a/modules/acore/world-engine/collision/Management/MMapFactory.cpp b/modules/acore/world-engine/collision/Management/MMapFactory.cpp
index 75d23c60d5..b8573f7f89 100644
--- a/modules/acore/world-engine/collision/Management/MMapFactory.cpp
+++ b/modules/acore/world-engine/collision/Management/MMapFactory.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "MMapFactory.h"
diff --git a/modules/acore/world-engine/collision/Management/MMapFactory.h b/modules/acore/world-engine/collision/Management/MMapFactory.h
index 0c15daa30c..2020d74e8e 100644
--- a/modules/acore/world-engine/collision/Management/MMapFactory.h
+++ b/modules/acore/world-engine/collision/Management/MMapFactory.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _MMAP_FACTORY_H
diff --git a/modules/acore/world-engine/collision/Management/MMapManager.cpp b/modules/acore/world-engine/collision/Management/MMapManager.cpp
index 2ca45ee6b4..722a8321ff 100644
--- a/modules/acore/world-engine/collision/Management/MMapManager.cpp
+++ b/modules/acore/world-engine/collision/Management/MMapManager.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "MapManager.h"
diff --git a/modules/acore/world-engine/collision/Management/MMapManager.h b/modules/acore/world-engine/collision/Management/MMapManager.h
index fb084f3051..f12cd11841 100644
--- a/modules/acore/world-engine/collision/Management/MMapManager.h
+++ b/modules/acore/world-engine/collision/Management/MMapManager.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _MMAP_MANAGER_H
diff --git a/modules/acore/world-engine/collision/Management/VMapFactory.cpp b/modules/acore/world-engine/collision/Management/VMapFactory.cpp
index 635c6d02b3..17be9ddfa4 100644
--- a/modules/acore/world-engine/collision/Management/VMapFactory.cpp
+++ b/modules/acore/world-engine/collision/Management/VMapFactory.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "VMapFactory.h"
diff --git a/modules/acore/world-engine/collision/Management/VMapFactory.h b/modules/acore/world-engine/collision/Management/VMapFactory.h
index fd344611e6..43a4060d14 100644
--- a/modules/acore/world-engine/collision/Management/VMapFactory.h
+++ b/modules/acore/world-engine/collision/Management/VMapFactory.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _VMAPFACTORY_H
diff --git a/modules/acore/world-engine/collision/Management/VMapManager2.cpp b/modules/acore/world-engine/collision/Management/VMapManager2.cpp
index 92d8565250..f310f20269 100644
--- a/modules/acore/world-engine/collision/Management/VMapManager2.cpp
+++ b/modules/acore/world-engine/collision/Management/VMapManager2.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include <iostream>
diff --git a/modules/acore/world-engine/collision/Management/VMapManager2.h b/modules/acore/world-engine/collision/Management/VMapManager2.h
index a3dcac93be..f4455fc72d 100644
--- a/modules/acore/world-engine/collision/Management/VMapManager2.h
+++ b/modules/acore/world-engine/collision/Management/VMapManager2.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _VMAPMANAGER2_H
diff --git a/modules/acore/world-engine/collision/Maps/MapTree.cpp b/modules/acore/world-engine/collision/Maps/MapTree.cpp
index 11c30283ab..ebd8656f4e 100644
--- a/modules/acore/world-engine/collision/Maps/MapTree.cpp
+++ b/modules/acore/world-engine/collision/Maps/MapTree.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "MapTree.h"
diff --git a/modules/acore/world-engine/collision/Maps/MapTree.h b/modules/acore/world-engine/collision/Maps/MapTree.h
index 2a23d45936..b9ec50d5d9 100644
--- a/modules/acore/world-engine/collision/Maps/MapTree.h
+++ b/modules/acore/world-engine/collision/Maps/MapTree.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _MAPTREE_H
diff --git a/modules/acore/world-engine/collision/Maps/TileAssembler.cpp b/modules/acore/world-engine/collision/Maps/TileAssembler.cpp
index 1ba6ae4e21..93a11367d8 100644
--- a/modules/acore/world-engine/collision/Maps/TileAssembler.cpp
+++ b/modules/acore/world-engine/collision/Maps/TileAssembler.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "TileAssembler.h"
diff --git a/modules/acore/world-engine/collision/Maps/TileAssembler.h b/modules/acore/world-engine/collision/Maps/TileAssembler.h
index 22a5fb8512..be11c256b5 100644
--- a/modules/acore/world-engine/collision/Maps/TileAssembler.h
+++ b/modules/acore/world-engine/collision/Maps/TileAssembler.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _TILEASSEMBLER_H_
diff --git a/modules/acore/world-engine/collision/Models/GameObjectModel.cpp b/modules/acore/world-engine/collision/Models/GameObjectModel.cpp
index b5a2f36b4b..d548ddb432 100644
--- a/modules/acore/world-engine/collision/Models/GameObjectModel.cpp
+++ b/modules/acore/world-engine/collision/Models/GameObjectModel.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "VMapFactory.h"
diff --git a/modules/acore/world-engine/collision/Models/GameObjectModel.h b/modules/acore/world-engine/collision/Models/GameObjectModel.h
index 6bf6c41eb3..f5b545014e 100644
--- a/modules/acore/world-engine/collision/Models/GameObjectModel.h
+++ b/modules/acore/world-engine/collision/Models/GameObjectModel.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _GAMEOBJECT_MODEL_H
diff --git a/modules/acore/world-engine/collision/Models/ModelInstance.cpp b/modules/acore/world-engine/collision/Models/ModelInstance.cpp
index b3d7c0edfd..18faf11e5d 100644
--- a/modules/acore/world-engine/collision/Models/ModelInstance.cpp
+++ b/modules/acore/world-engine/collision/Models/ModelInstance.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "ModelInstance.h"
diff --git a/modules/acore/world-engine/collision/Models/ModelInstance.h b/modules/acore/world-engine/collision/Models/ModelInstance.h
index 8752d7ec2a..16a9c34ca7 100644
--- a/modules/acore/world-engine/collision/Models/ModelInstance.h
+++ b/modules/acore/world-engine/collision/Models/ModelInstance.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _MODELINSTANCE_H_
diff --git a/modules/acore/world-engine/collision/Models/WorldModel.cpp b/modules/acore/world-engine/collision/Models/WorldModel.cpp
index 52bf86f7f8..622fb55212 100644
--- a/modules/acore/world-engine/collision/Models/WorldModel.cpp
+++ b/modules/acore/world-engine/collision/Models/WorldModel.cpp
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#include "WorldModel.h"
diff --git a/modules/acore/world-engine/collision/Models/WorldModel.h b/modules/acore/world-engine/collision/Models/WorldModel.h
index 2cbba9939b..32ac6d9915 100644
--- a/modules/acore/world-engine/collision/Models/WorldModel.h
+++ b/modules/acore/world-engine/collision/Models/WorldModel.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _WORLDMODEL_H
diff --git a/modules/acore/world-engine/collision/VMapDefinitions.h b/modules/acore/world-engine/collision/VMapDefinitions.h
index c1ba101aa9..3ff01cba2d 100644
--- a/modules/acore/world-engine/collision/VMapDefinitions.h
+++ b/modules/acore/world-engine/collision/VMapDefinitions.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _VMAPDEFINITIONS_H
diff --git a/modules/acore/world-engine/collision/VMapTools.h b/modules/acore/world-engine/collision/VMapTools.h
index d5bc876306..908a02c622 100644
--- a/modules/acore/world-engine/collision/VMapTools.h
+++ b/modules/acore/world-engine/collision/VMapTools.h
@@ -1,19 +1,7 @@
/*
- * Copyright (C)
- * Copyright (C)
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
+ * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
+ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _VMAPTOOLS_H