summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2016-08-19 23:43:02 +0200
committerYehonal <yehonal.azeroth@gmail.com>2016-08-19 23:43:02 +0200
commit8ee36c5f642a9c4ac1d6dd45ec918a73e59d83f9 (patch)
treef48d9980dcef6dab83674a35de902786a1d5224a /src
parent469502581d7663ac5742ad56f9172408bfc61296 (diff)
parent155a23245951f4dfc74e8ed6227cb2c07e36bce0 (diff)
Merge branch 'master' into threading_rewrite
Diffstat (limited to 'src')
-rw-r--r--src/authserver/authserver.rc3
-rw-r--r--src/game/AI/CreatureAIImpl.h3
-rw-r--r--src/game/AI/ScriptedAI/ScriptedCreature.cpp3
-rw-r--r--src/game/AI/ScriptedAI/ScriptedGossip.h3
-rw-r--r--src/game/AI/SmartScripts/SmartAI.cpp3
-rw-r--r--src/game/AI/SmartScripts/SmartAI.h3
-rw-r--r--src/game/AI/SmartScripts/SmartScript.cpp3
-rw-r--r--src/game/AI/SmartScripts/SmartScript.h3
-rw-r--r--src/game/AI/SmartScripts/SmartScriptMgr.cpp3
-rw-r--r--src/game/AI/SmartScripts/SmartScriptMgr.h3
-rw-r--r--src/game/Battlegrounds/ArenaTeamMgr.cpp3
-rw-r--r--src/game/Battlegrounds/ArenaTeamMgr.h3
-rw-r--r--src/game/Calendar/CalendarMgr.cpp3
-rw-r--r--src/game/Calendar/CalendarMgr.h3
-rw-r--r--src/game/Chat/ChatLink.cpp3
-rw-r--r--src/game/Chat/ChatLink.h3
-rw-r--r--src/game/DungeonFinding/LFG.cpp3
-rw-r--r--src/game/DungeonFinding/LFG.h3
-rw-r--r--src/game/DungeonFinding/LFGGroupData.cpp3
-rw-r--r--src/game/DungeonFinding/LFGGroupData.h3
-rw-r--r--src/game/DungeonFinding/LFGMgr.cpp3
-rw-r--r--src/game/DungeonFinding/LFGMgr.h3
-rw-r--r--src/game/DungeonFinding/LFGPlayerData.cpp3
-rw-r--r--src/game/DungeonFinding/LFGPlayerData.h3
-rw-r--r--src/game/DungeonFinding/LFGQueue.cpp3
-rw-r--r--src/game/DungeonFinding/LFGQueue.h3
-rw-r--r--src/game/DungeonFinding/LFGScripts.cpp3
-rw-r--r--src/game/DungeonFinding/LFGScripts.h3
-rw-r--r--src/game/Entities/Object/Updates/UpdateFieldFlags.cpp3
-rw-r--r--src/game/Entities/Object/Updates/UpdateFieldFlags.h3
-rw-r--r--src/game/Groups/GroupMgr.cpp3
-rw-r--r--src/game/Groups/GroupMgr.h3
-rw-r--r--src/game/Guilds/GuildMgr.cpp3
-rw-r--r--src/game/Guilds/GuildMgr.h3
-rw-r--r--src/game/Handlers/AuthHandler.cpp3
-rw-r--r--src/game/Handlers/LFGHandler.cpp3
-rw-r--r--src/game/Handlers/MailHandler.cpp3
-rw-r--r--src/game/Handlers/ReferAFriendHandler.cpp3
-rw-r--r--src/game/Handlers/VehicleHandler.cpp3
-rw-r--r--src/game/Maps/TransportMgr.cpp3
-rw-r--r--src/game/Maps/TransportMgr.h3
-rw-r--r--src/game/Maps/ZoneScript.h3
-rw-r--r--src/game/Movement/MovementGenerators/PathGenerator.cpp3
-rw-r--r--src/game/Movement/MovementGenerators/PathGenerator.h3
-rw-r--r--src/game/Movement/Spline/MoveSpline.cpp3
-rw-r--r--src/game/Movement/Spline/MoveSpline.h3
-rw-r--r--src/game/Movement/Spline/MoveSplineFlag.h3
-rw-r--r--src/game/Movement/Spline/MoveSplineInit.cpp3
-rw-r--r--src/game/Movement/Spline/MoveSplineInit.h3
-rw-r--r--src/game/Movement/Spline/MoveSplineInitArgs.h3
-rw-r--r--src/game/Movement/Spline/MovementTypedefs.h3
-rw-r--r--src/game/Movement/Spline/MovementUtil.cpp3
-rw-r--r--src/game/Movement/Spline/Spline.cpp3
-rw-r--r--src/game/Movement/Spline/Spline.h3
-rw-r--r--src/game/Movement/Spline/SplineImpl.h3
-rw-r--r--src/game/OutdoorPvP/OutdoorPvP.cpp3
-rw-r--r--src/game/OutdoorPvP/OutdoorPvP.h3
-rw-r--r--src/game/OutdoorPvP/OutdoorPvPMgr.cpp3
-rw-r--r--src/game/OutdoorPvP/OutdoorPvPMgr.h3
-rw-r--r--src/game/Server/Protocol/PacketLog.cpp3
-rw-r--r--src/game/Server/Protocol/PacketLog.h3
-rw-r--r--src/game/Server/WorldSocketAcceptor.h3
-rw-r--r--src/game/Spells/SpellInfo.cpp3
-rw-r--r--src/game/Spells/SpellInfo.h3
-rw-r--r--src/game/Spells/SpellScript.cpp3
-rw-r--r--src/game/Spells/SpellScript.h3
-rw-r--r--src/game/Texts/CreatureTextMgr.cpp3
-rw-r--r--src/game/Texts/CreatureTextMgr.h3
-rw-r--r--src/game/Tickets/TicketMgr.h3
-rw-r--r--src/scripts/Commands/cs_achievement.cpp3
-rw-r--r--src/scripts/Commands/cs_ban.cpp3
-rw-r--r--src/scripts/Commands/cs_bf.cpp3
-rw-r--r--src/scripts/Commands/cs_cast.cpp3
-rw-r--r--src/scripts/Commands/cs_character.cpp3
-rw-r--r--src/scripts/Commands/cs_debug.cpp3
-rw-r--r--src/scripts/Commands/cs_event.cpp3
-rw-r--r--src/scripts/Commands/cs_gm.cpp3
-rw-r--r--src/scripts/Commands/cs_go.cpp3
-rw-r--r--src/scripts/Commands/cs_gobject.cpp3
-rw-r--r--src/scripts/Commands/cs_guild.cpp3
-rw-r--r--src/scripts/Commands/cs_honor.cpp3
-rw-r--r--src/scripts/Commands/cs_instance.cpp3
-rw-r--r--src/scripts/Commands/cs_learn.cpp3
-rw-r--r--src/scripts/Commands/cs_lfg.cpp3
-rw-r--r--src/scripts/Commands/cs_list.cpp3
-rw-r--r--src/scripts/Commands/cs_lookup.cpp3
-rw-r--r--src/scripts/Commands/cs_message.cpp3
-rw-r--r--src/scripts/Commands/cs_misc.cpp3
-rw-r--r--src/scripts/Commands/cs_modify.cpp3
-rw-r--r--src/scripts/Commands/cs_npc.cpp3
-rw-r--r--src/scripts/Commands/cs_quest.cpp3
-rw-r--r--src/scripts/Commands/cs_reload.cpp3
-rw-r--r--src/scripts/Commands/cs_reset.cpp3
-rw-r--r--src/scripts/Commands/cs_server.cpp3
-rw-r--r--src/scripts/Commands/cs_tele.cpp3
-rw-r--r--src/scripts/Commands/cs_ticket.cpp3
-rw-r--r--src/scripts/Commands/cs_titles.cpp3
-rw-r--r--src/scripts/Commands/cs_wp.cpp3
-rw-r--r--src/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp3
-rw-r--r--src/scripts/EasternKingdoms/AlteracValley/boss_balinda.cpp3
-rw-r--r--src/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp3
-rw-r--r--src/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp3
-rw-r--r--src/scripts/EasternKingdoms/AlteracValley/boss_vanndar.cpp3
-rw-r--r--src/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/blackrock_depths.cpp3
-rw-r--r--src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/blackrock_spire.h3
-rw-r--r--src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_gizrul_the_slavener.cpp3
-rw-r--r--src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_gyth.cpp3
-rw-r--r--src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_halycon.cpp3
-rw-r--r--src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_lord_valthalak.cpp3
-rw-r--r--src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_pyroguard_emberseer.cpp3
-rw-r--r--src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_quartermaster_zigris.cpp3
-rw-r--r--src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_urok_doomhowl.cpp3
-rw-r--r--src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/instance_blackrock_spire.cpp3
-rw-r--r--src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/blackwing_lair.h3
-rw-r--r--src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/instance_blackwing_lair.cpp3
-rw-r--r--src/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/boss_shazzrah.cpp3
-rw-r--r--src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp3
-rw-r--r--src/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp3
-rw-r--r--src/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp3
-rw-r--r--src/scripts/EasternKingdoms/ScarletEnclave/zone_the_scarlet_enclave.cpp3
-rw-r--r--src/scripts/EasternKingdoms/ZulGurub/boss_arlokk.cpp3
-rw-r--r--src/scripts/EasternKingdoms/ZulGurub/boss_hakkar.cpp3
-rw-r--r--src/scripts/EasternKingdoms/ZulGurub/boss_jeklik.cpp3
-rw-r--r--src/scripts/EasternKingdoms/ZulGurub/zulgurub.h3
-rw-r--r--src/scripts/EasternKingdoms/zone_blasted_lands.cpp3
-rw-r--r--src/scripts/EasternKingdoms/zone_ironforge.cpp3
-rw-r--r--src/scripts/EasternKingdoms/zone_redridge_mountains.cpp3
-rw-r--r--src/scripts/Events/childrens_week.cpp3
-rw-r--r--src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp3
-rw-r--r--src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_azgalor.cpp3
-rw-r--r--src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_kazrogal.cpp3
-rw-r--r--src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_rage_winterchill.cpp3
-rw-r--r--src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.cpp3
-rw-r--r--src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.h3
-rw-r--r--src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_kurinnaxx.cpp3
-rw-r--r--src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_moam.cpp3
-rw-r--r--src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_ossirian.cpp3
-rw-r--r--src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_rajaxx.cpp3
-rw-r--r--src/scripts/Kalimdor/RuinsOfAhnQiraj/instance_ruins_of_ahnqiraj.cpp3
-rw-r--r--src/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.h3
-rw-r--r--src/scripts/Kalimdor/TempleOfAhnQiraj/boss_viscidus.cpp3
-rw-r--r--src/scripts/Kalimdor/zone_durotar.cpp3
-rw-r--r--src/scripts/Northrend/AzjolNerub/ahnkahet/def_ahnkahet.h3
-rw-r--r--src/scripts/Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp3
-rw-r--r--src/scripts/Northrend/VaultOfArchavon/vault_of_archavon.h3
-rw-r--r--src/scripts/Northrend/isle_of_conquest.cpp3
-rw-r--r--src/scripts/Northrend/zone_crystalsong_forest.cpp3
-rw-r--r--src/scripts/Northrend/zone_dalaran.cpp3
-rw-r--r--src/scripts/Northrend/zone_howling_fjord.cpp3
-rw-r--r--src/scripts/Northrend/zone_sholazar_basin.cpp3
-rw-r--r--src/scripts/Northrend/zone_storm_peaks.cpp3
-rw-r--r--src/scripts/Northrend/zone_wintergrasp.cpp3
-rw-r--r--src/scripts/Northrend/zone_zuldrak.cpp3
-rw-r--r--src/scripts/OutdoorPvP/OutdoorPvPEP.cpp3
-rw-r--r--src/scripts/OutdoorPvP/OutdoorPvPEP.h3
-rw-r--r--src/scripts/OutdoorPvP/OutdoorPvPGH.cpp3
-rw-r--r--src/scripts/OutdoorPvP/OutdoorPvPGH.h3
-rw-r--r--src/scripts/OutdoorPvP/OutdoorPvPHP.cpp3
-rw-r--r--src/scripts/OutdoorPvP/OutdoorPvPHP.h3
-rw-r--r--src/scripts/OutdoorPvP/OutdoorPvPNA.cpp3
-rw-r--r--src/scripts/OutdoorPvP/OutdoorPvPNA.h3
-rw-r--r--src/scripts/OutdoorPvP/OutdoorPvPSI.cpp3
-rw-r--r--src/scripts/OutdoorPvP/OutdoorPvPSI.h3
-rw-r--r--src/scripts/OutdoorPvP/OutdoorPvPTF.cpp3
-rw-r--r--src/scripts/OutdoorPvP/OutdoorPvPTF.h3
-rw-r--r--src/scripts/OutdoorPvP/OutdoorPvPZM.cpp3
-rw-r--r--src/scripts/OutdoorPvP/OutdoorPvPZM.h3
-rw-r--r--src/scripts/Pet/pet_dk.cpp3
-rw-r--r--src/scripts/Pet/pet_generic.cpp3
-rw-r--r--src/scripts/Pet/pet_hunter.cpp3
-rw-r--r--src/scripts/Pet/pet_mage.cpp3
-rw-r--r--src/scripts/Pet/pet_priest.cpp3
-rw-r--r--src/scripts/Pet/pet_shaman.cpp3
-rw-r--r--src/scripts/ScriptLoader.cpp3
-rw-r--r--src/scripts/ScriptLoader.h3
-rw-r--r--src/scripts/Spells/spell_dk.cpp3
-rw-r--r--src/scripts/Spells/spell_druid.cpp3
-rw-r--r--src/scripts/Spells/spell_generic.cpp3
-rw-r--r--src/scripts/Spells/spell_hunter.cpp3
-rw-r--r--src/scripts/Spells/spell_item.cpp3
-rw-r--r--src/scripts/Spells/spell_mage.cpp3
-rw-r--r--src/scripts/Spells/spell_paladin.cpp3
-rw-r--r--src/scripts/Spells/spell_priest.cpp3
-rw-r--r--src/scripts/Spells/spell_quest.cpp3
-rw-r--r--src/scripts/Spells/spell_rogue.cpp3
-rw-r--r--src/scripts/Spells/spell_shaman.cpp3
-rw-r--r--src/scripts/Spells/spell_warlock.cpp3
-rw-r--r--src/scripts/Spells/spell_warrior.cpp3
-rw-r--r--src/scripts/World/achievement_scripts.cpp3
-rw-r--r--src/worldserver/RemoteAccess/RARunnable.cpp3
-rw-r--r--src/worldserver/RemoteAccess/RARunnable.h3
-rw-r--r--src/worldserver/TCSoap/TCSoap.cpp3
-rw-r--r--src/worldserver/TCSoap/TCSoap.h3
193 files changed, 193 insertions, 386 deletions
diff --git a/src/authserver/authserver.rc b/src/authserver/authserver.rc
index f7b0da1d11..d21bd638bd 100644
--- a/src/authserver/authserver.rc
+++ b/src/authserver/authserver.rc
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/AI/CreatureAIImpl.h b/src/game/AI/CreatureAIImpl.h
index 4fcd08232f..556058c1d4 100644
--- a/src/game/AI/CreatureAIImpl.h
+++ b/src/game/AI/CreatureAIImpl.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/AI/ScriptedAI/ScriptedCreature.cpp b/src/game/AI/ScriptedAI/ScriptedCreature.cpp
index fe2cff77ba..349b57eb57 100644
--- a/src/game/AI/ScriptedAI/ScriptedCreature.cpp
+++ b/src/game/AI/ScriptedAI/ScriptedCreature.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
*
*
* This program is free software licensed under GPL version 2
diff --git a/src/game/AI/ScriptedAI/ScriptedGossip.h b/src/game/AI/ScriptedAI/ScriptedGossip.h
index 321a3767ee..0ed90f1098 100644
--- a/src/game/AI/ScriptedAI/ScriptedGossip.h
+++ b/src/game/AI/ScriptedAI/ScriptedGossip.h
@@ -1,5 +1,4 @@
-/* Copyright (C)
- *
+/* Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
*
*
* This program is free software licensed under GPL version 2
diff --git a/src/game/AI/SmartScripts/SmartAI.cpp b/src/game/AI/SmartScripts/SmartAI.cpp
index cef6714c2d..40dea991e5 100644
--- a/src/game/AI/SmartScripts/SmartAI.cpp
+++ b/src/game/AI/SmartScripts/SmartAI.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/AI/SmartScripts/SmartAI.h b/src/game/AI/SmartScripts/SmartAI.h
index 19ab484590..5f6a8ac104 100644
--- a/src/game/AI/SmartScripts/SmartAI.h
+++ b/src/game/AI/SmartScripts/SmartAI.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/AI/SmartScripts/SmartScript.cpp b/src/game/AI/SmartScripts/SmartScript.cpp
index ed8c5879ad..1bd940da3c 100644
--- a/src/game/AI/SmartScripts/SmartScript.cpp
+++ b/src/game/AI/SmartScripts/SmartScript.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/AI/SmartScripts/SmartScript.h b/src/game/AI/SmartScripts/SmartScript.h
index 7f11709f22..16617e7402 100644
--- a/src/game/AI/SmartScripts/SmartScript.h
+++ b/src/game/AI/SmartScripts/SmartScript.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/AI/SmartScripts/SmartScriptMgr.cpp b/src/game/AI/SmartScripts/SmartScriptMgr.cpp
index dc77355937..c95c655b81 100644
--- a/src/game/AI/SmartScripts/SmartScriptMgr.cpp
+++ b/src/game/AI/SmartScripts/SmartScriptMgr.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/AI/SmartScripts/SmartScriptMgr.h b/src/game/AI/SmartScripts/SmartScriptMgr.h
index c75997012e..b53f3851cd 100644
--- a/src/game/AI/SmartScripts/SmartScriptMgr.h
+++ b/src/game/AI/SmartScripts/SmartScriptMgr.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Battlegrounds/ArenaTeamMgr.cpp b/src/game/Battlegrounds/ArenaTeamMgr.cpp
index 8e4d714a84..1cbef2068c 100644
--- a/src/game/Battlegrounds/ArenaTeamMgr.cpp
+++ b/src/game/Battlegrounds/ArenaTeamMgr.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Battlegrounds/ArenaTeamMgr.h b/src/game/Battlegrounds/ArenaTeamMgr.h
index 7c3283e72e..85224dd2c1 100644
--- a/src/game/Battlegrounds/ArenaTeamMgr.h
+++ b/src/game/Battlegrounds/ArenaTeamMgr.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Calendar/CalendarMgr.cpp b/src/game/Calendar/CalendarMgr.cpp
index a145b5e4b0..10295c156f 100644
--- a/src/game/Calendar/CalendarMgr.cpp
+++ b/src/game/Calendar/CalendarMgr.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Calendar/CalendarMgr.h b/src/game/Calendar/CalendarMgr.h
index 2c53bb6055..b61df6e482 100644
--- a/src/game/Calendar/CalendarMgr.h
+++ b/src/game/Calendar/CalendarMgr.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Chat/ChatLink.cpp b/src/game/Chat/ChatLink.cpp
index 13068c5285..5fa205c2a3 100644
--- a/src/game/Chat/ChatLink.cpp
+++ b/src/game/Chat/ChatLink.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Chat/ChatLink.h b/src/game/Chat/ChatLink.h
index 0514c293fe..e004350b1e 100644
--- a/src/game/Chat/ChatLink.h
+++ b/src/game/Chat/ChatLink.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/DungeonFinding/LFG.cpp b/src/game/DungeonFinding/LFG.cpp
index a69c702f84..b704b86636 100644
--- a/src/game/DungeonFinding/LFG.cpp
+++ b/src/game/DungeonFinding/LFG.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/DungeonFinding/LFG.h b/src/game/DungeonFinding/LFG.h
index b6249a9948..50a4f15274 100644
--- a/src/game/DungeonFinding/LFG.h
+++ b/src/game/DungeonFinding/LFG.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/DungeonFinding/LFGGroupData.cpp b/src/game/DungeonFinding/LFGGroupData.cpp
index 7d73dacc42..70b9e7a582 100644
--- a/src/game/DungeonFinding/LFGGroupData.cpp
+++ b/src/game/DungeonFinding/LFGGroupData.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/DungeonFinding/LFGGroupData.h b/src/game/DungeonFinding/LFGGroupData.h
index e6c0135e00..3ec0d42d19 100644
--- a/src/game/DungeonFinding/LFGGroupData.h
+++ b/src/game/DungeonFinding/LFGGroupData.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/DungeonFinding/LFGMgr.cpp b/src/game/DungeonFinding/LFGMgr.cpp
index ef2144d513..034fc91825 100644
--- a/src/game/DungeonFinding/LFGMgr.cpp
+++ b/src/game/DungeonFinding/LFGMgr.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/DungeonFinding/LFGMgr.h b/src/game/DungeonFinding/LFGMgr.h
index a87c2971d7..c9c33f402e 100644
--- a/src/game/DungeonFinding/LFGMgr.h
+++ b/src/game/DungeonFinding/LFGMgr.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/DungeonFinding/LFGPlayerData.cpp b/src/game/DungeonFinding/LFGPlayerData.cpp
index 1d71a686b9..952c64fea6 100644
--- a/src/game/DungeonFinding/LFGPlayerData.cpp
+++ b/src/game/DungeonFinding/LFGPlayerData.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/DungeonFinding/LFGPlayerData.h b/src/game/DungeonFinding/LFGPlayerData.h
index 8d755ef886..2731eda359 100644
--- a/src/game/DungeonFinding/LFGPlayerData.h
+++ b/src/game/DungeonFinding/LFGPlayerData.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/DungeonFinding/LFGQueue.cpp b/src/game/DungeonFinding/LFGQueue.cpp
index 639123bda4..68ba72437c 100644
--- a/src/game/DungeonFinding/LFGQueue.cpp
+++ b/src/game/DungeonFinding/LFGQueue.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
* This 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
diff --git a/src/game/DungeonFinding/LFGQueue.h b/src/game/DungeonFinding/LFGQueue.h
index 65322df519..9e042067bd 100644
--- a/src/game/DungeonFinding/LFGQueue.h
+++ b/src/game/DungeonFinding/LFGQueue.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/DungeonFinding/LFGScripts.cpp b/src/game/DungeonFinding/LFGScripts.cpp
index cffe277814..c14f76a220 100644
--- a/src/game/DungeonFinding/LFGScripts.cpp
+++ b/src/game/DungeonFinding/LFGScripts.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/DungeonFinding/LFGScripts.h b/src/game/DungeonFinding/LFGScripts.h
index 27e940e1d0..786de4c6d1 100644
--- a/src/game/DungeonFinding/LFGScripts.h
+++ b/src/game/DungeonFinding/LFGScripts.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Entities/Object/Updates/UpdateFieldFlags.cpp b/src/game/Entities/Object/Updates/UpdateFieldFlags.cpp
index 55ddcbd7d8..0c02b555cd 100644
--- a/src/game/Entities/Object/Updates/UpdateFieldFlags.cpp
+++ b/src/game/Entities/Object/Updates/UpdateFieldFlags.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Entities/Object/Updates/UpdateFieldFlags.h b/src/game/Entities/Object/Updates/UpdateFieldFlags.h
index f951bc57f7..096cf5b9ea 100644
--- a/src/game/Entities/Object/Updates/UpdateFieldFlags.h
+++ b/src/game/Entities/Object/Updates/UpdateFieldFlags.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Groups/GroupMgr.cpp b/src/game/Groups/GroupMgr.cpp
index e59d626880..745b7ac320 100644
--- a/src/game/Groups/GroupMgr.cpp
+++ b/src/game/Groups/GroupMgr.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Groups/GroupMgr.h b/src/game/Groups/GroupMgr.h
index 0ff0e03083..5bec7df5db 100644
--- a/src/game/Groups/GroupMgr.h
+++ b/src/game/Groups/GroupMgr.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Guilds/GuildMgr.cpp b/src/game/Guilds/GuildMgr.cpp
index d5e4fdd0b2..496db63e84 100644
--- a/src/game/Guilds/GuildMgr.cpp
+++ b/src/game/Guilds/GuildMgr.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Guilds/GuildMgr.h b/src/game/Guilds/GuildMgr.h
index 4ced1ece40..b53f6432b3 100644
--- a/src/game/Guilds/GuildMgr.h
+++ b/src/game/Guilds/GuildMgr.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Handlers/AuthHandler.cpp b/src/game/Handlers/AuthHandler.cpp
index 4e6bf32f03..da0b9b974b 100644
--- a/src/game/Handlers/AuthHandler.cpp
+++ b/src/game/Handlers/AuthHandler.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Handlers/LFGHandler.cpp b/src/game/Handlers/LFGHandler.cpp
index 580dbeb540..68ec86a049 100644
--- a/src/game/Handlers/LFGHandler.cpp
+++ b/src/game/Handlers/LFGHandler.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Handlers/MailHandler.cpp b/src/game/Handlers/MailHandler.cpp
index 8648b69d79..3f52cb6781 100644
--- a/src/game/Handlers/MailHandler.cpp
+++ b/src/game/Handlers/MailHandler.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Handlers/ReferAFriendHandler.cpp b/src/game/Handlers/ReferAFriendHandler.cpp
index bb370e6285..45a2121867 100644
--- a/src/game/Handlers/ReferAFriendHandler.cpp
+++ b/src/game/Handlers/ReferAFriendHandler.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Handlers/VehicleHandler.cpp b/src/game/Handlers/VehicleHandler.cpp
index 36fde04dc4..42494a6424 100644
--- a/src/game/Handlers/VehicleHandler.cpp
+++ b/src/game/Handlers/VehicleHandler.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Maps/TransportMgr.cpp b/src/game/Maps/TransportMgr.cpp
index 14a9229747..3aa65c1635 100644
--- a/src/game/Maps/TransportMgr.cpp
+++ b/src/game/Maps/TransportMgr.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Maps/TransportMgr.h b/src/game/Maps/TransportMgr.h
index 76cbb3d086..80d0a7b9db 100644
--- a/src/game/Maps/TransportMgr.h
+++ b/src/game/Maps/TransportMgr.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Maps/ZoneScript.h b/src/game/Maps/ZoneScript.h
index c422d31436..157322a055 100644
--- a/src/game/Maps/ZoneScript.h
+++ b/src/game/Maps/ZoneScript.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Movement/MovementGenerators/PathGenerator.cpp b/src/game/Movement/MovementGenerators/PathGenerator.cpp
index 90d2fd52a1..c42ae417d2 100644
--- a/src/game/Movement/MovementGenerators/PathGenerator.cpp
+++ b/src/game/Movement/MovementGenerators/PathGenerator.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
* This 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
diff --git a/src/game/Movement/MovementGenerators/PathGenerator.h b/src/game/Movement/MovementGenerators/PathGenerator.h
index b386e35d63..7632c47409 100644
--- a/src/game/Movement/MovementGenerators/PathGenerator.h
+++ b/src/game/Movement/MovementGenerators/PathGenerator.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
* This 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
diff --git a/src/game/Movement/Spline/MoveSpline.cpp b/src/game/Movement/Spline/MoveSpline.cpp
index 88d326527a..22ea15a428 100644
--- a/src/game/Movement/Spline/MoveSpline.cpp
+++ b/src/game/Movement/Spline/MoveSpline.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
* This 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
diff --git a/src/game/Movement/Spline/MoveSpline.h b/src/game/Movement/Spline/MoveSpline.h
index 22486a667f..94ce57d700 100644
--- a/src/game/Movement/Spline/MoveSpline.h
+++ b/src/game/Movement/Spline/MoveSpline.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
* This 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
diff --git a/src/game/Movement/Spline/MoveSplineFlag.h b/src/game/Movement/Spline/MoveSplineFlag.h
index f4647e994e..c85a1aeb43 100644
--- a/src/game/Movement/Spline/MoveSplineFlag.h
+++ b/src/game/Movement/Spline/MoveSplineFlag.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
* This 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
diff --git a/src/game/Movement/Spline/MoveSplineInit.cpp b/src/game/Movement/Spline/MoveSplineInit.cpp
index 8833ad1ba0..e23fa9ceb0 100644
--- a/src/game/Movement/Spline/MoveSplineInit.cpp
+++ b/src/game/Movement/Spline/MoveSplineInit.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
* This 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
diff --git a/src/game/Movement/Spline/MoveSplineInit.h b/src/game/Movement/Spline/MoveSplineInit.h
index b468f708b9..72dc220f97 100644
--- a/src/game/Movement/Spline/MoveSplineInit.h
+++ b/src/game/Movement/Spline/MoveSplineInit.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
* This 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
diff --git a/src/game/Movement/Spline/MoveSplineInitArgs.h b/src/game/Movement/Spline/MoveSplineInitArgs.h
index 7f3c743d5c..11663934f0 100644
--- a/src/game/Movement/Spline/MoveSplineInitArgs.h
+++ b/src/game/Movement/Spline/MoveSplineInitArgs.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
* This 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
diff --git a/src/game/Movement/Spline/MovementTypedefs.h b/src/game/Movement/Spline/MovementTypedefs.h
index 9f35ef7407..d9d2077d81 100644
--- a/src/game/Movement/Spline/MovementTypedefs.h
+++ b/src/game/Movement/Spline/MovementTypedefs.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
* This 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
diff --git a/src/game/Movement/Spline/MovementUtil.cpp b/src/game/Movement/Spline/MovementUtil.cpp
index 2a5cef497c..d973dfbe32 100644
--- a/src/game/Movement/Spline/MovementUtil.cpp
+++ b/src/game/Movement/Spline/MovementUtil.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
* This 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
diff --git a/src/game/Movement/Spline/Spline.cpp b/src/game/Movement/Spline/Spline.cpp
index 5628252573..5d78e151b5 100644
--- a/src/game/Movement/Spline/Spline.cpp
+++ b/src/game/Movement/Spline/Spline.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
* This 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
diff --git a/src/game/Movement/Spline/Spline.h b/src/game/Movement/Spline/Spline.h
index 2129eb929b..b413142f48 100644
--- a/src/game/Movement/Spline/Spline.h
+++ b/src/game/Movement/Spline/Spline.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
* This 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
diff --git a/src/game/Movement/Spline/SplineImpl.h b/src/game/Movement/Spline/SplineImpl.h
index ce41f6eeff..026a2d7d3c 100644
--- a/src/game/Movement/Spline/SplineImpl.h
+++ b/src/game/Movement/Spline/SplineImpl.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
* This 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
diff --git a/src/game/OutdoorPvP/OutdoorPvP.cpp b/src/game/OutdoorPvP/OutdoorPvP.cpp
index cc0c70319e..9f87e95f32 100644
--- a/src/game/OutdoorPvP/OutdoorPvP.cpp
+++ b/src/game/OutdoorPvP/OutdoorPvP.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/OutdoorPvP/OutdoorPvP.h b/src/game/OutdoorPvP/OutdoorPvP.h
index ac01fb7a79..2f94c5ca75 100644
--- a/src/game/OutdoorPvP/OutdoorPvP.h
+++ b/src/game/OutdoorPvP/OutdoorPvP.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/OutdoorPvP/OutdoorPvPMgr.cpp b/src/game/OutdoorPvP/OutdoorPvPMgr.cpp
index 9e4fe58f37..1bd6f3d524 100644
--- a/src/game/OutdoorPvP/OutdoorPvPMgr.cpp
+++ b/src/game/OutdoorPvP/OutdoorPvPMgr.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/OutdoorPvP/OutdoorPvPMgr.h b/src/game/OutdoorPvP/OutdoorPvPMgr.h
index 7b406e7653..5d7483620b 100644
--- a/src/game/OutdoorPvP/OutdoorPvPMgr.h
+++ b/src/game/OutdoorPvP/OutdoorPvPMgr.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Server/Protocol/PacketLog.cpp b/src/game/Server/Protocol/PacketLog.cpp
index 119899b899..bac1b078a3 100644
--- a/src/game/Server/Protocol/PacketLog.cpp
+++ b/src/game/Server/Protocol/PacketLog.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Server/Protocol/PacketLog.h b/src/game/Server/Protocol/PacketLog.h
index 65734c36f6..e9e8052fd7 100644
--- a/src/game/Server/Protocol/PacketLog.h
+++ b/src/game/Server/Protocol/PacketLog.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Server/WorldSocketAcceptor.h b/src/game/Server/WorldSocketAcceptor.h
index f04a4f9442..342d501868 100644
--- a/src/game/Server/WorldSocketAcceptor.h
+++ b/src/game/Server/WorldSocketAcceptor.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Spells/SpellInfo.cpp b/src/game/Spells/SpellInfo.cpp
index 7c2a3ddb27..d7e44f7dfb 100644
--- a/src/game/Spells/SpellInfo.cpp
+++ b/src/game/Spells/SpellInfo.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Spells/SpellInfo.h b/src/game/Spells/SpellInfo.h
index bfd891aebb..19cb345688 100644
--- a/src/game/Spells/SpellInfo.h
+++ b/src/game/Spells/SpellInfo.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Spells/SpellScript.cpp b/src/game/Spells/SpellScript.cpp
index 6f18e1ee6e..3cabe23d56 100644
--- a/src/game/Spells/SpellScript.cpp
+++ b/src/game/Spells/SpellScript.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Spells/SpellScript.h b/src/game/Spells/SpellScript.h
index 5436b6e650..5bf754eef1 100644
--- a/src/game/Spells/SpellScript.h
+++ b/src/game/Spells/SpellScript.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Texts/CreatureTextMgr.cpp b/src/game/Texts/CreatureTextMgr.cpp
index 82d23a6218..2b28fb0be0 100644
--- a/src/game/Texts/CreatureTextMgr.cpp
+++ b/src/game/Texts/CreatureTextMgr.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Texts/CreatureTextMgr.h b/src/game/Texts/CreatureTextMgr.h
index df07ca0771..f918f34430 100644
--- a/src/game/Texts/CreatureTextMgr.h
+++ b/src/game/Texts/CreatureTextMgr.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/game/Tickets/TicketMgr.h b/src/game/Tickets/TicketMgr.h
index 406cdcb3b8..94ebd74db5 100644
--- a/src/game/Tickets/TicketMgr.h
+++ b/src/game/Tickets/TicketMgr.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_achievement.cpp b/src/scripts/Commands/cs_achievement.cpp
index 282170aafc..9b4ba9ec31 100644
--- a/src/scripts/Commands/cs_achievement.cpp
+++ b/src/scripts/Commands/cs_achievement.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_ban.cpp b/src/scripts/Commands/cs_ban.cpp
index 66e838ff37..9d55c0dd33 100644
--- a/src/scripts/Commands/cs_ban.cpp
+++ b/src/scripts/Commands/cs_ban.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_bf.cpp b/src/scripts/Commands/cs_bf.cpp
index 42639a3137..8d48906f3f 100644
--- a/src/scripts/Commands/cs_bf.cpp
+++ b/src/scripts/Commands/cs_bf.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_cast.cpp b/src/scripts/Commands/cs_cast.cpp
index 598a763915..4b333f030a 100644
--- a/src/scripts/Commands/cs_cast.cpp
+++ b/src/scripts/Commands/cs_cast.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_character.cpp b/src/scripts/Commands/cs_character.cpp
index 2a8ba80769..818edfb82c 100644
--- a/src/scripts/Commands/cs_character.cpp
+++ b/src/scripts/Commands/cs_character.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_debug.cpp b/src/scripts/Commands/cs_debug.cpp
index 6e147aa14f..ba59abdfb4 100644
--- a/src/scripts/Commands/cs_debug.cpp
+++ b/src/scripts/Commands/cs_debug.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_event.cpp b/src/scripts/Commands/cs_event.cpp
index 6bf70143c5..0eb8c96566 100644
--- a/src/scripts/Commands/cs_event.cpp
+++ b/src/scripts/Commands/cs_event.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_gm.cpp b/src/scripts/Commands/cs_gm.cpp
index ccb35e6ad0..cf8d8e6448 100644
--- a/src/scripts/Commands/cs_gm.cpp
+++ b/src/scripts/Commands/cs_gm.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_go.cpp b/src/scripts/Commands/cs_go.cpp
index 133a15d7be..9aa30ed537 100644
--- a/src/scripts/Commands/cs_go.cpp
+++ b/src/scripts/Commands/cs_go.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_gobject.cpp b/src/scripts/Commands/cs_gobject.cpp
index 58d4630f21..abad33464d 100644
--- a/src/scripts/Commands/cs_gobject.cpp
+++ b/src/scripts/Commands/cs_gobject.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_guild.cpp b/src/scripts/Commands/cs_guild.cpp
index c24254fc8c..76b42a9897 100644
--- a/src/scripts/Commands/cs_guild.cpp
+++ b/src/scripts/Commands/cs_guild.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_honor.cpp b/src/scripts/Commands/cs_honor.cpp
index 031949ed4f..43d19614fd 100644
--- a/src/scripts/Commands/cs_honor.cpp
+++ b/src/scripts/Commands/cs_honor.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_instance.cpp b/src/scripts/Commands/cs_instance.cpp
index 5a58037f9e..fa14db750e 100644
--- a/src/scripts/Commands/cs_instance.cpp
+++ b/src/scripts/Commands/cs_instance.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_learn.cpp b/src/scripts/Commands/cs_learn.cpp
index 73ff0ad9dd..ded67445a6 100644
--- a/src/scripts/Commands/cs_learn.cpp
+++ b/src/scripts/Commands/cs_learn.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_lfg.cpp b/src/scripts/Commands/cs_lfg.cpp
index 5320237bb9..02c50e9e96 100644
--- a/src/scripts/Commands/cs_lfg.cpp
+++ b/src/scripts/Commands/cs_lfg.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_list.cpp b/src/scripts/Commands/cs_list.cpp
index 43106aa4ba..a1636a0acc 100644
--- a/src/scripts/Commands/cs_list.cpp
+++ b/src/scripts/Commands/cs_list.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_lookup.cpp b/src/scripts/Commands/cs_lookup.cpp
index 35635a0deb..8627761996 100644
--- a/src/scripts/Commands/cs_lookup.cpp
+++ b/src/scripts/Commands/cs_lookup.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_message.cpp b/src/scripts/Commands/cs_message.cpp
index 80ff408748..5b0a4c2e69 100644
--- a/src/scripts/Commands/cs_message.cpp
+++ b/src/scripts/Commands/cs_message.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_misc.cpp b/src/scripts/Commands/cs_misc.cpp
index 42c4be4a53..9e19609e33 100644
--- a/src/scripts/Commands/cs_misc.cpp
+++ b/src/scripts/Commands/cs_misc.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_modify.cpp b/src/scripts/Commands/cs_modify.cpp
index 59922e5758..47807b8932 100644
--- a/src/scripts/Commands/cs_modify.cpp
+++ b/src/scripts/Commands/cs_modify.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_npc.cpp b/src/scripts/Commands/cs_npc.cpp
index 874029321e..35281895c5 100644
--- a/src/scripts/Commands/cs_npc.cpp
+++ b/src/scripts/Commands/cs_npc.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_quest.cpp b/src/scripts/Commands/cs_quest.cpp
index c6d335cf2f..70e36754fc 100644
--- a/src/scripts/Commands/cs_quest.cpp
+++ b/src/scripts/Commands/cs_quest.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_reload.cpp b/src/scripts/Commands/cs_reload.cpp
index bbd673a873..eebb363c1f 100644
--- a/src/scripts/Commands/cs_reload.cpp
+++ b/src/scripts/Commands/cs_reload.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_reset.cpp b/src/scripts/Commands/cs_reset.cpp
index 3beb4669a8..35f04c7590 100644
--- a/src/scripts/Commands/cs_reset.cpp
+++ b/src/scripts/Commands/cs_reset.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_server.cpp b/src/scripts/Commands/cs_server.cpp
index 437de6f6d9..7929eaa532 100644
--- a/src/scripts/Commands/cs_server.cpp
+++ b/src/scripts/Commands/cs_server.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_tele.cpp b/src/scripts/Commands/cs_tele.cpp
index 8261babef3..89f2b48c77 100644
--- a/src/scripts/Commands/cs_tele.cpp
+++ b/src/scripts/Commands/cs_tele.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_ticket.cpp b/src/scripts/Commands/cs_ticket.cpp
index 7fb68feb25..4e62df32bd 100644
--- a/src/scripts/Commands/cs_ticket.cpp
+++ b/src/scripts/Commands/cs_ticket.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_titles.cpp b/src/scripts/Commands/cs_titles.cpp
index 974b6a9cc7..a8c680433d 100644
--- a/src/scripts/Commands/cs_titles.cpp
+++ b/src/scripts/Commands/cs_titles.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Commands/cs_wp.cpp b/src/scripts/Commands/cs_wp.cpp
index f04d0b8f4e..d8c7513a50 100644
--- a/src/scripts/Commands/cs_wp.cpp
+++ b/src/scripts/Commands/cs_wp.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp b/src/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp
index a0086590e9..3da3d09577 100644
--- a/src/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp
+++ b/src/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/AlteracValley/boss_balinda.cpp b/src/scripts/EasternKingdoms/AlteracValley/boss_balinda.cpp
index 0d0414ba9a..69aff5830e 100644
--- a/src/scripts/EasternKingdoms/AlteracValley/boss_balinda.cpp
+++ b/src/scripts/EasternKingdoms/AlteracValley/boss_balinda.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp b/src/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp
index 8f95e2735d..a2235fedc6 100644
--- a/src/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp
+++ b/src/scripts/EasternKingdoms/AlteracValley/boss_drekthar.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp b/src/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp
index 1774c46800..41f2e6c6ab 100644
--- a/src/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp
+++ b/src/scripts/EasternKingdoms/AlteracValley/boss_galvangar.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/AlteracValley/boss_vanndar.cpp b/src/scripts/EasternKingdoms/AlteracValley/boss_vanndar.cpp
index 43fbd560e0..35fa03608d 100644
--- a/src/scripts/EasternKingdoms/AlteracValley/boss_vanndar.cpp
+++ b/src/scripts/EasternKingdoms/AlteracValley/boss_vanndar.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/blackrock_depths.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/blackrock_depths.cpp
index 8fa0573dee..467fb10f40 100644
--- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/blackrock_depths.cpp
+++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/blackrock_depths.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/blackrock_spire.h b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/blackrock_spire.h
index bcc8e3ee46..fd073b5a74 100644
--- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/blackrock_spire.h
+++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/blackrock_spire.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_gizrul_the_slavener.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_gizrul_the_slavener.cpp
index 13a76438a3..0bb28b78c2 100644
--- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_gizrul_the_slavener.cpp
+++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_gizrul_the_slavener.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_gyth.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_gyth.cpp
index aaa5a0a1bc..b94a3fc487 100644
--- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_gyth.cpp
+++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_gyth.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_halycon.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_halycon.cpp
index 000ecf52fa..10bfa8bdf1 100644
--- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_halycon.cpp
+++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_halycon.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_lord_valthalak.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_lord_valthalak.cpp
index ff00f5694a..2b5371ddf2 100644
--- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_lord_valthalak.cpp
+++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_lord_valthalak.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_pyroguard_emberseer.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_pyroguard_emberseer.cpp
index 9be37cb6de..0bfc0e35ba 100644
--- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_pyroguard_emberseer.cpp
+++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_pyroguard_emberseer.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_quartermaster_zigris.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_quartermaster_zigris.cpp
index 5773ca142b..f0b55062eb 100644
--- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_quartermaster_zigris.cpp
+++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_quartermaster_zigris.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_urok_doomhowl.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_urok_doomhowl.cpp
index b47fa0a7c6..c57e83d741 100644
--- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_urok_doomhowl.cpp
+++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_urok_doomhowl.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/instance_blackrock_spire.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/instance_blackrock_spire.cpp
index 6f56471978..751f58635b 100644
--- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/instance_blackrock_spire.cpp
+++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/instance_blackrock_spire.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/blackwing_lair.h b/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/blackwing_lair.h
index 3cd4fa5be7..7d29ec85fb 100644
--- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/blackwing_lair.h
+++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/blackwing_lair.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/instance_blackwing_lair.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/instance_blackwing_lair.cpp
index a7caffae2d..a215557d52 100644
--- a/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/instance_blackwing_lair.cpp
+++ b/src/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/instance_blackwing_lair.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/boss_shazzrah.cpp b/src/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/boss_shazzrah.cpp
index 3186405334..245386c8bb 100644
--- a/src/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/boss_shazzrah.cpp
+++ b/src/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/boss_shazzrah.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp b/src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp
index 0cb485dc89..597ccba81f 100644
--- a/src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp
+++ b/src/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp b/src/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp
index f6c4906543..36f7114050 100644
--- a/src/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp
+++ b/src/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp b/src/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp
index 55ac386c48..bd63c62b21 100644
--- a/src/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp
+++ b/src/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/ScarletEnclave/zone_the_scarlet_enclave.cpp b/src/scripts/EasternKingdoms/ScarletEnclave/zone_the_scarlet_enclave.cpp
index 89a27ee958..889f7883ed 100644
--- a/src/scripts/EasternKingdoms/ScarletEnclave/zone_the_scarlet_enclave.cpp
+++ b/src/scripts/EasternKingdoms/ScarletEnclave/zone_the_scarlet_enclave.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/ZulGurub/boss_arlokk.cpp b/src/scripts/EasternKingdoms/ZulGurub/boss_arlokk.cpp
index 82953262dd..d352d49198 100644
--- a/src/scripts/EasternKingdoms/ZulGurub/boss_arlokk.cpp
+++ b/src/scripts/EasternKingdoms/ZulGurub/boss_arlokk.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/ZulGurub/boss_hakkar.cpp b/src/scripts/EasternKingdoms/ZulGurub/boss_hakkar.cpp
index c18e95700e..2bcc2754a2 100644
--- a/src/scripts/EasternKingdoms/ZulGurub/boss_hakkar.cpp
+++ b/src/scripts/EasternKingdoms/ZulGurub/boss_hakkar.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/ZulGurub/boss_jeklik.cpp b/src/scripts/EasternKingdoms/ZulGurub/boss_jeklik.cpp
index e80c552655..c8acc56683 100644
--- a/src/scripts/EasternKingdoms/ZulGurub/boss_jeklik.cpp
+++ b/src/scripts/EasternKingdoms/ZulGurub/boss_jeklik.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/ZulGurub/zulgurub.h b/src/scripts/EasternKingdoms/ZulGurub/zulgurub.h
index c9c6fb5929..bd0989661a 100644
--- a/src/scripts/EasternKingdoms/ZulGurub/zulgurub.h
+++ b/src/scripts/EasternKingdoms/ZulGurub/zulgurub.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/zone_blasted_lands.cpp b/src/scripts/EasternKingdoms/zone_blasted_lands.cpp
index ac6467898d..329c9421e4 100644
--- a/src/scripts/EasternKingdoms/zone_blasted_lands.cpp
+++ b/src/scripts/EasternKingdoms/zone_blasted_lands.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/zone_ironforge.cpp b/src/scripts/EasternKingdoms/zone_ironforge.cpp
index 9e13f1d652..1e74603eda 100644
--- a/src/scripts/EasternKingdoms/zone_ironforge.cpp
+++ b/src/scripts/EasternKingdoms/zone_ironforge.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/EasternKingdoms/zone_redridge_mountains.cpp b/src/scripts/EasternKingdoms/zone_redridge_mountains.cpp
index ecd8ac9d20..b4bf684736 100644
--- a/src/scripts/EasternKingdoms/zone_redridge_mountains.cpp
+++ b/src/scripts/EasternKingdoms/zone_redridge_mountains.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Events/childrens_week.cpp b/src/scripts/Events/childrens_week.cpp
index 8f01449396..a2d519ccbd 100644
--- a/src/scripts/Events/childrens_week.cpp
+++ b/src/scripts/Events/childrens_week.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp
index 6536e6f02a..c90c412686 100644
--- a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp
+++ b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_anetheron.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_azgalor.cpp b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_azgalor.cpp
index 5098eba835..d21afdf461 100644
--- a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_azgalor.cpp
+++ b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_azgalor.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_kazrogal.cpp b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_kazrogal.cpp
index c400b92c16..c151303968 100644
--- a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_kazrogal.cpp
+++ b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_kazrogal.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_rage_winterchill.cpp b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_rage_winterchill.cpp
index 26c9c4bc58..9d1a0eca34 100644
--- a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_rage_winterchill.cpp
+++ b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_rage_winterchill.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.cpp b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.cpp
index 647048e706..78df6c9150 100644
--- a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.cpp
+++ b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.h b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.h
index 4dcc0b1f1d..73594df6a7 100644
--- a/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.h
+++ b/src/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjal_trash.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_kurinnaxx.cpp b/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_kurinnaxx.cpp
index bf926b3982..828f74e78b 100644
--- a/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_kurinnaxx.cpp
+++ b/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_kurinnaxx.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_moam.cpp b/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_moam.cpp
index 02aa3baf0f..116e4f277f 100644
--- a/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_moam.cpp
+++ b/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_moam.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_ossirian.cpp b/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_ossirian.cpp
index d3712441b4..d458f8ad52 100644
--- a/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_ossirian.cpp
+++ b/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_ossirian.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_rajaxx.cpp b/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_rajaxx.cpp
index b7fbe57f00..75cc49f1e4 100644
--- a/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_rajaxx.cpp
+++ b/src/scripts/Kalimdor/RuinsOfAhnQiraj/boss_rajaxx.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Kalimdor/RuinsOfAhnQiraj/instance_ruins_of_ahnqiraj.cpp b/src/scripts/Kalimdor/RuinsOfAhnQiraj/instance_ruins_of_ahnqiraj.cpp
index 9422ef8147..444f92aa8a 100644
--- a/src/scripts/Kalimdor/RuinsOfAhnQiraj/instance_ruins_of_ahnqiraj.cpp
+++ b/src/scripts/Kalimdor/RuinsOfAhnQiraj/instance_ruins_of_ahnqiraj.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.h b/src/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.h
index c1c0e3c82a..564d65087b 100644
--- a/src/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.h
+++ b/src/scripts/Kalimdor/RuinsOfAhnQiraj/ruins_of_ahnqiraj.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Kalimdor/TempleOfAhnQiraj/boss_viscidus.cpp b/src/scripts/Kalimdor/TempleOfAhnQiraj/boss_viscidus.cpp
index 1579f92ce6..f96acaaabf 100644
--- a/src/scripts/Kalimdor/TempleOfAhnQiraj/boss_viscidus.cpp
+++ b/src/scripts/Kalimdor/TempleOfAhnQiraj/boss_viscidus.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Kalimdor/zone_durotar.cpp b/src/scripts/Kalimdor/zone_durotar.cpp
index 18f781fc73..a98d27f665 100644
--- a/src/scripts/Kalimdor/zone_durotar.cpp
+++ b/src/scripts/Kalimdor/zone_durotar.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Northrend/AzjolNerub/ahnkahet/def_ahnkahet.h b/src/scripts/Northrend/AzjolNerub/ahnkahet/def_ahnkahet.h
index 7c4a551246..492420bfd0 100644
--- a/src/scripts/Northrend/AzjolNerub/ahnkahet/def_ahnkahet.h
+++ b/src/scripts/Northrend/AzjolNerub/ahnkahet/def_ahnkahet.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2
* This 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
diff --git a/src/scripts/Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp b/src/scripts/Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp
index 578c5d8ba8..e588c1f37b 100644
--- a/src/scripts/Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp
+++ b/src/scripts/Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Northrend/VaultOfArchavon/vault_of_archavon.h b/src/scripts/Northrend/VaultOfArchavon/vault_of_archavon.h
index 743de25465..f91aaf00bd 100644
--- a/src/scripts/Northrend/VaultOfArchavon/vault_of_archavon.h
+++ b/src/scripts/Northrend/VaultOfArchavon/vault_of_archavon.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Northrend/isle_of_conquest.cpp b/src/scripts/Northrend/isle_of_conquest.cpp
index c2f38c0032..d5d8dfe5ae 100644
--- a/src/scripts/Northrend/isle_of_conquest.cpp
+++ b/src/scripts/Northrend/isle_of_conquest.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Northrend/zone_crystalsong_forest.cpp b/src/scripts/Northrend/zone_crystalsong_forest.cpp
index 69c36ed44b..4ecab7e4ee 100644
--- a/src/scripts/Northrend/zone_crystalsong_forest.cpp
+++ b/src/scripts/Northrend/zone_crystalsong_forest.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Northrend/zone_dalaran.cpp b/src/scripts/Northrend/zone_dalaran.cpp
index b165c91172..23f1a2acd6 100644
--- a/src/scripts/Northrend/zone_dalaran.cpp
+++ b/src/scripts/Northrend/zone_dalaran.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Northrend/zone_howling_fjord.cpp b/src/scripts/Northrend/zone_howling_fjord.cpp
index 53c8a2d90a..09d092452c 100644
--- a/src/scripts/Northrend/zone_howling_fjord.cpp
+++ b/src/scripts/Northrend/zone_howling_fjord.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Northrend/zone_sholazar_basin.cpp b/src/scripts/Northrend/zone_sholazar_basin.cpp
index af0eff6148..cc2db463ce 100644
--- a/src/scripts/Northrend/zone_sholazar_basin.cpp
+++ b/src/scripts/Northrend/zone_sholazar_basin.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Northrend/zone_storm_peaks.cpp b/src/scripts/Northrend/zone_storm_peaks.cpp
index 7680d5535d..20c0d4b9db 100644
--- a/src/scripts/Northrend/zone_storm_peaks.cpp
+++ b/src/scripts/Northrend/zone_storm_peaks.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Northrend/zone_wintergrasp.cpp b/src/scripts/Northrend/zone_wintergrasp.cpp
index 8ed8d325a7..3fc4ea557e 100644
--- a/src/scripts/Northrend/zone_wintergrasp.cpp
+++ b/src/scripts/Northrend/zone_wintergrasp.cpp
@@ -1,5 +1,4 @@
-/* Copyright (C)
- * This program is free software; you can redistribute it and/or modify
+/* Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 This 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.
diff --git a/src/scripts/Northrend/zone_zuldrak.cpp b/src/scripts/Northrend/zone_zuldrak.cpp
index 9d225071ad..ba80febde2 100644
--- a/src/scripts/Northrend/zone_zuldrak.cpp
+++ b/src/scripts/Northrend/zone_zuldrak.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/OutdoorPvP/OutdoorPvPEP.cpp b/src/scripts/OutdoorPvP/OutdoorPvPEP.cpp
index 6ae225d302..11b8b9418c 100644
--- a/src/scripts/OutdoorPvP/OutdoorPvPEP.cpp
+++ b/src/scripts/OutdoorPvP/OutdoorPvPEP.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/OutdoorPvP/OutdoorPvPEP.h b/src/scripts/OutdoorPvP/OutdoorPvPEP.h
index b3f8fc59ad..a97556349a 100644
--- a/src/scripts/OutdoorPvP/OutdoorPvPEP.h
+++ b/src/scripts/OutdoorPvP/OutdoorPvPEP.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/OutdoorPvP/OutdoorPvPGH.cpp b/src/scripts/OutdoorPvP/OutdoorPvPGH.cpp
index 203d710f46..2f5a007254 100644
--- a/src/scripts/OutdoorPvP/OutdoorPvPGH.cpp
+++ b/src/scripts/OutdoorPvP/OutdoorPvPGH.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/OutdoorPvP/OutdoorPvPGH.h b/src/scripts/OutdoorPvP/OutdoorPvPGH.h
index 8f8e90acf1..79a02ca6d5 100644
--- a/src/scripts/OutdoorPvP/OutdoorPvPGH.h
+++ b/src/scripts/OutdoorPvP/OutdoorPvPGH.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/OutdoorPvP/OutdoorPvPHP.cpp b/src/scripts/OutdoorPvP/OutdoorPvPHP.cpp
index 5b386cb79d..8c5de0cc70 100644
--- a/src/scripts/OutdoorPvP/OutdoorPvPHP.cpp
+++ b/src/scripts/OutdoorPvP/OutdoorPvPHP.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/OutdoorPvP/OutdoorPvPHP.h b/src/scripts/OutdoorPvP/OutdoorPvPHP.h
index 95494ee66e..76d897ba5a 100644
--- a/src/scripts/OutdoorPvP/OutdoorPvPHP.h
+++ b/src/scripts/OutdoorPvP/OutdoorPvPHP.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/OutdoorPvP/OutdoorPvPNA.cpp b/src/scripts/OutdoorPvP/OutdoorPvPNA.cpp
index 021e4ac73b..7b18c2f0fc 100644
--- a/src/scripts/OutdoorPvP/OutdoorPvPNA.cpp
+++ b/src/scripts/OutdoorPvP/OutdoorPvPNA.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/OutdoorPvP/OutdoorPvPNA.h b/src/scripts/OutdoorPvP/OutdoorPvPNA.h
index 21d475f87d..ec1530a53b 100644
--- a/src/scripts/OutdoorPvP/OutdoorPvPNA.h
+++ b/src/scripts/OutdoorPvP/OutdoorPvPNA.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/OutdoorPvP/OutdoorPvPSI.cpp b/src/scripts/OutdoorPvP/OutdoorPvPSI.cpp
index b121ec92de..bf22248892 100644
--- a/src/scripts/OutdoorPvP/OutdoorPvPSI.cpp
+++ b/src/scripts/OutdoorPvP/OutdoorPvPSI.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/OutdoorPvP/OutdoorPvPSI.h b/src/scripts/OutdoorPvP/OutdoorPvPSI.h
index 1cdd528089..5337fbbfdd 100644
--- a/src/scripts/OutdoorPvP/OutdoorPvPSI.h
+++ b/src/scripts/OutdoorPvP/OutdoorPvPSI.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/OutdoorPvP/OutdoorPvPTF.cpp b/src/scripts/OutdoorPvP/OutdoorPvPTF.cpp
index e6a5c8ff04..e5d62b7c92 100644
--- a/src/scripts/OutdoorPvP/OutdoorPvPTF.cpp
+++ b/src/scripts/OutdoorPvP/OutdoorPvPTF.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/OutdoorPvP/OutdoorPvPTF.h b/src/scripts/OutdoorPvP/OutdoorPvPTF.h
index 7513d001a2..16425ebafd 100644
--- a/src/scripts/OutdoorPvP/OutdoorPvPTF.h
+++ b/src/scripts/OutdoorPvP/OutdoorPvPTF.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/OutdoorPvP/OutdoorPvPZM.cpp b/src/scripts/OutdoorPvP/OutdoorPvPZM.cpp
index 58a20e0532..3794a5b03e 100644
--- a/src/scripts/OutdoorPvP/OutdoorPvPZM.cpp
+++ b/src/scripts/OutdoorPvP/OutdoorPvPZM.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/OutdoorPvP/OutdoorPvPZM.h b/src/scripts/OutdoorPvP/OutdoorPvPZM.h
index 31891070ed..09fe65003d 100644
--- a/src/scripts/OutdoorPvP/OutdoorPvPZM.h
+++ b/src/scripts/OutdoorPvP/OutdoorPvPZM.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Pet/pet_dk.cpp b/src/scripts/Pet/pet_dk.cpp
index 73e39bf5cd..5165810716 100644
--- a/src/scripts/Pet/pet_dk.cpp
+++ b/src/scripts/Pet/pet_dk.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Pet/pet_generic.cpp b/src/scripts/Pet/pet_generic.cpp
index 774ccbf4c5..2a88c6da44 100644
--- a/src/scripts/Pet/pet_generic.cpp
+++ b/src/scripts/Pet/pet_generic.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Pet/pet_hunter.cpp b/src/scripts/Pet/pet_hunter.cpp
index 4f93b2ae26..ed59a2491e 100644
--- a/src/scripts/Pet/pet_hunter.cpp
+++ b/src/scripts/Pet/pet_hunter.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Pet/pet_mage.cpp b/src/scripts/Pet/pet_mage.cpp
index 2f360e1fe3..0c1f02d92b 100644
--- a/src/scripts/Pet/pet_mage.cpp
+++ b/src/scripts/Pet/pet_mage.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Pet/pet_priest.cpp b/src/scripts/Pet/pet_priest.cpp
index 44e19c2c16..2a2f305d55 100644
--- a/src/scripts/Pet/pet_priest.cpp
+++ b/src/scripts/Pet/pet_priest.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Pet/pet_shaman.cpp b/src/scripts/Pet/pet_shaman.cpp
index f4a7bb7aa8..605a60cb5a 100644
--- a/src/scripts/Pet/pet_shaman.cpp
+++ b/src/scripts/Pet/pet_shaman.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/ScriptLoader.cpp b/src/scripts/ScriptLoader.cpp
index 71c1b52ba8..f4b96c76d2 100644
--- a/src/scripts/ScriptLoader.cpp
+++ b/src/scripts/ScriptLoader.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/ScriptLoader.h b/src/scripts/ScriptLoader.h
index 7ba69d91e6..b9a86d3089 100644
--- a/src/scripts/ScriptLoader.h
+++ b/src/scripts/ScriptLoader.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Spells/spell_dk.cpp b/src/scripts/Spells/spell_dk.cpp
index 9cc30ad161..7df04d3a18 100644
--- a/src/scripts/Spells/spell_dk.cpp
+++ b/src/scripts/Spells/spell_dk.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Spells/spell_druid.cpp b/src/scripts/Spells/spell_druid.cpp
index 814a0d03df..defb7d33de 100644
--- a/src/scripts/Spells/spell_druid.cpp
+++ b/src/scripts/Spells/spell_druid.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Spells/spell_generic.cpp b/src/scripts/Spells/spell_generic.cpp
index 9c9e84b222..013822fe1b 100644
--- a/src/scripts/Spells/spell_generic.cpp
+++ b/src/scripts/Spells/spell_generic.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Spells/spell_hunter.cpp b/src/scripts/Spells/spell_hunter.cpp
index 420d65c071..7a22cddc68 100644
--- a/src/scripts/Spells/spell_hunter.cpp
+++ b/src/scripts/Spells/spell_hunter.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Spells/spell_item.cpp b/src/scripts/Spells/spell_item.cpp
index d01e224d65..f3274adb54 100644
--- a/src/scripts/Spells/spell_item.cpp
+++ b/src/scripts/Spells/spell_item.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Spells/spell_mage.cpp b/src/scripts/Spells/spell_mage.cpp
index 28e9aba2b3..9283107b9a 100644
--- a/src/scripts/Spells/spell_mage.cpp
+++ b/src/scripts/Spells/spell_mage.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Spells/spell_paladin.cpp b/src/scripts/Spells/spell_paladin.cpp
index 20744de675..c65a925b58 100644
--- a/src/scripts/Spells/spell_paladin.cpp
+++ b/src/scripts/Spells/spell_paladin.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Spells/spell_priest.cpp b/src/scripts/Spells/spell_priest.cpp
index 4f465c9f91..b23cecb105 100644
--- a/src/scripts/Spells/spell_priest.cpp
+++ b/src/scripts/Spells/spell_priest.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Spells/spell_quest.cpp b/src/scripts/Spells/spell_quest.cpp
index d3eedb860d..ab9df205fe 100644
--- a/src/scripts/Spells/spell_quest.cpp
+++ b/src/scripts/Spells/spell_quest.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Spells/spell_rogue.cpp b/src/scripts/Spells/spell_rogue.cpp
index 9cf460fa7a..f36d5b3ac5 100644
--- a/src/scripts/Spells/spell_rogue.cpp
+++ b/src/scripts/Spells/spell_rogue.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Spells/spell_shaman.cpp b/src/scripts/Spells/spell_shaman.cpp
index 3c53153410..d51a565755 100644
--- a/src/scripts/Spells/spell_shaman.cpp
+++ b/src/scripts/Spells/spell_shaman.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Spells/spell_warlock.cpp b/src/scripts/Spells/spell_warlock.cpp
index 60b7f1c544..b1693e0d92 100644
--- a/src/scripts/Spells/spell_warlock.cpp
+++ b/src/scripts/Spells/spell_warlock.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/Spells/spell_warrior.cpp b/src/scripts/Spells/spell_warrior.cpp
index 951a74cde8..9930b32f45 100644
--- a/src/scripts/Spells/spell_warrior.cpp
+++ b/src/scripts/Spells/spell_warrior.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/scripts/World/achievement_scripts.cpp b/src/scripts/World/achievement_scripts.cpp
index 5c3c13a245..a0a9f893b5 100644
--- a/src/scripts/World/achievement_scripts.cpp
+++ b/src/scripts/World/achievement_scripts.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/worldserver/RemoteAccess/RARunnable.cpp b/src/worldserver/RemoteAccess/RARunnable.cpp
index 752566591c..da2467c998 100644
--- a/src/worldserver/RemoteAccess/RARunnable.cpp
+++ b/src/worldserver/RemoteAccess/RARunnable.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/worldserver/RemoteAccess/RARunnable.h b/src/worldserver/RemoteAccess/RARunnable.h
index b72dc2f62a..badc2a3f10 100644
--- a/src/worldserver/RemoteAccess/RARunnable.h
+++ b/src/worldserver/RemoteAccess/RARunnable.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/worldserver/TCSoap/TCSoap.cpp b/src/worldserver/TCSoap/TCSoap.cpp
index f2549ed2cf..3c6a32fff0 100644
--- a/src/worldserver/TCSoap/TCSoap.cpp
+++ b/src/worldserver/TCSoap/TCSoap.cpp
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/
diff --git a/src/worldserver/TCSoap/TCSoap.h b/src/worldserver/TCSoap/TCSoap.h
index 1be3774b23..c2bcef9621 100644
--- a/src/worldserver/TCSoap/TCSoap.h
+++ b/src/worldserver/TCSoap/TCSoap.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C)
- *
+ * 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/>
*/