diff --git a/Source/BNetServer/Managers/Global.cs b/Source/BNetServer/Managers/Global.cs index 0a041f80a..507a12711 100644 --- a/Source/BNetServer/Managers/Global.cs +++ b/Source/BNetServer/Managers/Global.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/BNetServer/Managers/SessionManager.cs b/Source/BNetServer/Managers/SessionManager.cs index 7abf25740..60557d5aa 100644 --- a/Source/BNetServer/Managers/SessionManager.cs +++ b/Source/BNetServer/Managers/SessionManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/BNetServer/Networking/RestSession.cs b/Source/BNetServer/Networking/RestSession.cs index 076e8f2e5..d1071bb30 100644 --- a/Source/BNetServer/Networking/RestSession.cs +++ b/Source/BNetServer/Networking/RestSession.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/BNetServer/Networking/Session.cs b/Source/BNetServer/Networking/Session.cs index 94aba0665..a1fa5dc84 100644 --- a/Source/BNetServer/Networking/Session.cs +++ b/Source/BNetServer/Networking/Session.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/BNetServer/Server.cs b/Source/BNetServer/Server.cs index eb4a2e743..4bf1bdca3 100644 --- a/Source/BNetServer/Server.cs +++ b/Source/BNetServer/Server.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/BNetServer/Services/AccountService.cs b/Source/BNetServer/Services/AccountService.cs index e12c29cf1..15c908ab8 100644 --- a/Source/BNetServer/Services/AccountService.cs +++ b/Source/BNetServer/Services/AccountService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/BNetServer/Services/AuthenticationService.cs b/Source/BNetServer/Services/AuthenticationService.cs index cdc330118..099ea2171 100644 --- a/Source/BNetServer/Services/AuthenticationService.cs +++ b/Source/BNetServer/Services/AuthenticationService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/BNetServer/Services/ChallengeService.cs b/Source/BNetServer/Services/ChallengeService.cs index 119b8ea7a..970f346a4 100644 --- a/Source/BNetServer/Services/ChallengeService.cs +++ b/Source/BNetServer/Services/ChallengeService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/BNetServer/Services/ChannelService.cs b/Source/BNetServer/Services/ChannelService.cs index aae9cdc40..4e5fd42fe 100644 --- a/Source/BNetServer/Services/ChannelService.cs +++ b/Source/BNetServer/Services/ChannelService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/BNetServer/Services/ConnectionService.cs b/Source/BNetServer/Services/ConnectionService.cs index 174c64647..84ce429df 100644 --- a/Source/BNetServer/Services/ConnectionService.cs +++ b/Source/BNetServer/Services/ConnectionService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/BNetServer/Services/FriendService.cs b/Source/BNetServer/Services/FriendService.cs index beab675b9..5a3bc9197 100644 --- a/Source/BNetServer/Services/FriendService.cs +++ b/Source/BNetServer/Services/FriendService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/BNetServer/Services/GameUtilitiesService.cs b/Source/BNetServer/Services/GameUtilitiesService.cs index f5e478b40..94902f7fb 100644 --- a/Source/BNetServer/Services/GameUtilitiesService.cs +++ b/Source/BNetServer/Services/GameUtilitiesService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/BNetServer/Services/PresenceService.cs b/Source/BNetServer/Services/PresenceService.cs index 67c1d1dcd..f099eef89 100644 --- a/Source/BNetServer/Services/PresenceService.cs +++ b/Source/BNetServer/Services/PresenceService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/BNetServer/Services/ReportService.cs b/Source/BNetServer/Services/ReportService.cs index 519ed9b21..5344cafc6 100644 --- a/Source/BNetServer/Services/ReportService.cs +++ b/Source/BNetServer/Services/ReportService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/BNetServer/Services/ResourcesService.cs b/Source/BNetServer/Services/ResourcesService.cs index 97c37aff4..c93d65b5d 100644 --- a/Source/BNetServer/Services/ResourcesService.cs +++ b/Source/BNetServer/Services/ResourcesService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/BNetServer/Services/UserManagerService.cs b/Source/BNetServer/Services/UserManagerService.cs index 8bc99c948..37f4c615f 100644 --- a/Source/BNetServer/Services/UserManagerService.cs +++ b/Source/BNetServer/Services/UserManagerService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Collections/Array.cs b/Source/Framework/Collections/Array.cs index ec621318d..338d7427c 100644 --- a/Source/Framework/Collections/Array.cs +++ b/Source/Framework/Collections/Array.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Collections/BitSet.cs b/Source/Framework/Collections/BitSet.cs index 8a83957a0..2cd5aa715 100644 --- a/Source/Framework/Collections/BitSet.cs +++ b/Source/Framework/Collections/BitSet.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Collections/IMultiMap.cs b/Source/Framework/Collections/IMultiMap.cs index 126ff0bc3..c3e4c9526 100644 --- a/Source/Framework/Collections/IMultiMap.cs +++ b/Source/Framework/Collections/IMultiMap.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Collections/LinkedListElement.cs b/Source/Framework/Collections/LinkedListElement.cs index 52c147eac..dbcc6c77f 100644 --- a/Source/Framework/Collections/LinkedListElement.cs +++ b/Source/Framework/Collections/LinkedListElement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Collections/MultiMap.cs b/Source/Framework/Collections/MultiMap.cs index 8fb5c046a..1f49ee4cd 100644 --- a/Source/Framework/Collections/MultiMap.cs +++ b/Source/Framework/Collections/MultiMap.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Collections/MultiMapEnumerator.cs b/Source/Framework/Collections/MultiMapEnumerator.cs index db4eae1db..0ca20d04e 100644 --- a/Source/Framework/Collections/MultiMapEnumerator.cs +++ b/Source/Framework/Collections/MultiMapEnumerator.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Collections/StringArray.cs b/Source/Framework/Collections/StringArray.cs index 5d312e1f0..cd8eeacdc 100644 --- a/Source/Framework/Collections/StringArray.cs +++ b/Source/Framework/Collections/StringArray.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Configuration/ConfigManager.cs b/Source/Framework/Configuration/ConfigManager.cs index a0ce8e0e8..f14d9d69a 100644 --- a/Source/Framework/Configuration/ConfigManager.cs +++ b/Source/Framework/Configuration/ConfigManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/AccountConst.cs b/Source/Framework/Constants/AccountConst.cs index 664b2f609..d5cfacd3c 100644 --- a/Source/Framework/Constants/AccountConst.cs +++ b/Source/Framework/Constants/AccountConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/AchievementConst.cs b/Source/Framework/Constants/AchievementConst.cs index 1b8df9d9a..5d03f78e6 100644 --- a/Source/Framework/Constants/AchievementConst.cs +++ b/Source/Framework/Constants/AchievementConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/AreaTriggerConst.cs b/Source/Framework/Constants/AreaTriggerConst.cs index 9a9943869..6c5f23570 100644 --- a/Source/Framework/Constants/AreaTriggerConst.cs +++ b/Source/Framework/Constants/AreaTriggerConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/AuctionConst.cs b/Source/Framework/Constants/AuctionConst.cs index 3555b8a20..d812faad9 100644 --- a/Source/Framework/Constants/AuctionConst.cs +++ b/Source/Framework/Constants/AuctionConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/Authentication/AuthConst.cs b/Source/Framework/Constants/Authentication/AuthConst.cs index a84cd1cb6..785c86f86 100644 --- a/Source/Framework/Constants/Authentication/AuthConst.cs +++ b/Source/Framework/Constants/Authentication/AuthConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/Authentication/BattlenetConst.cs b/Source/Framework/Constants/Authentication/BattlenetConst.cs index 74f4fbd37..2b5b7bf81 100644 --- a/Source/Framework/Constants/Authentication/BattlenetConst.cs +++ b/Source/Framework/Constants/Authentication/BattlenetConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/Authentication/RealmConst.cs b/Source/Framework/Constants/Authentication/RealmConst.cs index 7c32d853b..ac12394ac 100644 --- a/Source/Framework/Constants/Authentication/RealmConst.cs +++ b/Source/Framework/Constants/Authentication/RealmConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/BattleFieldConst.cs b/Source/Framework/Constants/BattleFieldConst.cs index 3478083e1..ce86046f0 100644 --- a/Source/Framework/Constants/BattleFieldConst.cs +++ b/Source/Framework/Constants/BattleFieldConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/BattleGroundsConst.cs b/Source/Framework/Constants/BattleGroundsConst.cs index 62badbfa2..42d8a04b9 100644 --- a/Source/Framework/Constants/BattleGroundsConst.cs +++ b/Source/Framework/Constants/BattleGroundsConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/BattlePetConst.cs b/Source/Framework/Constants/BattlePetConst.cs index e0198410f..45a435e51 100644 --- a/Source/Framework/Constants/BattlePetConst.cs +++ b/Source/Framework/Constants/BattlePetConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/BlackMarketConst.cs b/Source/Framework/Constants/BlackMarketConst.cs index f7a2adc43..da6778a9d 100644 --- a/Source/Framework/Constants/BlackMarketConst.cs +++ b/Source/Framework/Constants/BlackMarketConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/CalendarConst.cs b/Source/Framework/Constants/CalendarConst.cs index f4c1be118..190c83afd 100644 --- a/Source/Framework/Constants/CalendarConst.cs +++ b/Source/Framework/Constants/CalendarConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/ChatConst.cs b/Source/Framework/Constants/ChatConst.cs index b77c09946..4465f731f 100644 --- a/Source/Framework/Constants/ChatConst.cs +++ b/Source/Framework/Constants/ChatConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/CliDBConst.cs b/Source/Framework/Constants/CliDBConst.cs index e4d804ab0..fbc8a75d1 100644 --- a/Source/Framework/Constants/CliDBConst.cs +++ b/Source/Framework/Constants/CliDBConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/ConditionConst.cs b/Source/Framework/Constants/ConditionConst.cs index af3242dc6..7acf9a691 100644 --- a/Source/Framework/Constants/ConditionConst.cs +++ b/Source/Framework/Constants/ConditionConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/ConnectConst.cs b/Source/Framework/Constants/ConnectConst.cs index fb77cbcf2..2af6056e5 100644 --- a/Source/Framework/Constants/ConnectConst.cs +++ b/Source/Framework/Constants/ConnectConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/CreatureConst.cs b/Source/Framework/Constants/CreatureConst.cs index 98650a546..f5a0d1acc 100644 --- a/Source/Framework/Constants/CreatureConst.cs +++ b/Source/Framework/Constants/CreatureConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/GameObjectConst.cs b/Source/Framework/Constants/GameObjectConst.cs index 3cf70ec0e..742fa339b 100644 --- a/Source/Framework/Constants/GameObjectConst.cs +++ b/Source/Framework/Constants/GameObjectConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/GarrisonConst.cs b/Source/Framework/Constants/GarrisonConst.cs index 218dc7608..8c7055dd1 100644 --- a/Source/Framework/Constants/GarrisonConst.cs +++ b/Source/Framework/Constants/GarrisonConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/GossipConst.cs b/Source/Framework/Constants/GossipConst.cs index 3a04479d8..2c6a342fa 100644 --- a/Source/Framework/Constants/GossipConst.cs +++ b/Source/Framework/Constants/GossipConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/GroupConst.cs b/Source/Framework/Constants/GroupConst.cs index 95054d5db..77ccdc91e 100644 --- a/Source/Framework/Constants/GroupConst.cs +++ b/Source/Framework/Constants/GroupConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/GuildConst.cs b/Source/Framework/Constants/GuildConst.cs index 5f0831ced..07fb9b598 100644 --- a/Source/Framework/Constants/GuildConst.cs +++ b/Source/Framework/Constants/GuildConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/ItemConst.cs b/Source/Framework/Constants/ItemConst.cs index fb230903a..4fc25dfc4 100644 --- a/Source/Framework/Constants/ItemConst.cs +++ b/Source/Framework/Constants/ItemConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/LFGConst.cs b/Source/Framework/Constants/LFGConst.cs index 72c1a474f..19a0d690c 100644 --- a/Source/Framework/Constants/LFGConst.cs +++ b/Source/Framework/Constants/LFGConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/Language.cs b/Source/Framework/Constants/Language.cs index bc9626480..bdf26bb1a 100644 --- a/Source/Framework/Constants/Language.cs +++ b/Source/Framework/Constants/Language.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/LootConst.cs b/Source/Framework/Constants/LootConst.cs index a32376e4e..3f7e23121 100644 --- a/Source/Framework/Constants/LootConst.cs +++ b/Source/Framework/Constants/LootConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/MailConst.cs b/Source/Framework/Constants/MailConst.cs index 62e8c8739..8eb501af4 100644 --- a/Source/Framework/Constants/MailConst.cs +++ b/Source/Framework/Constants/MailConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/MapConst.cs b/Source/Framework/Constants/MapConst.cs index 56707d650..3758614ce 100644 --- a/Source/Framework/Constants/MapConst.cs +++ b/Source/Framework/Constants/MapConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/Movement/MovementConst.cs b/Source/Framework/Constants/Movement/MovementConst.cs index 65ddb16f3..e7adb7664 100644 --- a/Source/Framework/Constants/Movement/MovementConst.cs +++ b/Source/Framework/Constants/Movement/MovementConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/Movement/MovementFlags.cs b/Source/Framework/Constants/Movement/MovementFlags.cs index c9baa1b74..2367a6840 100644 --- a/Source/Framework/Constants/Movement/MovementFlags.cs +++ b/Source/Framework/Constants/Movement/MovementFlags.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -93,7 +93,7 @@ namespace Framework.Constants DoubleJump = 0x20000, // these flags cannot be sent (18 bits in packet) Unk18 = 0x40000, - Unk19 = 0x80000, + AwaitingLoad = 0x80000, InterpolatedMovement = 0x100000, InterpolatedTurning = 0x200000, InterpolatedPitching = 0x400000 diff --git a/Source/Framework/Constants/Movement/SplineConst.cs b/Source/Framework/Constants/Movement/SplineConst.cs index d8dcf17c9..6dbcbe63c 100644 --- a/Source/Framework/Constants/Movement/SplineConst.cs +++ b/Source/Framework/Constants/Movement/SplineConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/Network/NetworkConst.cs b/Source/Framework/Constants/Network/NetworkConst.cs index e2dd545b9..21afa0a78 100644 --- a/Source/Framework/Constants/Network/NetworkConst.cs +++ b/Source/Framework/Constants/Network/NetworkConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/Network/Opcodes.cs b/Source/Framework/Constants/Network/Opcodes.cs index 47afc77d2..1a1a4569e 100644 --- a/Source/Framework/Constants/Network/Opcodes.cs +++ b/Source/Framework/Constants/Network/Opcodes.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/ObjectConst.cs b/Source/Framework/Constants/ObjectConst.cs index 6521a1802..0d9fe16dd 100644 --- a/Source/Framework/Constants/ObjectConst.cs +++ b/Source/Framework/Constants/ObjectConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/OutdoorPvPConst.cs b/Source/Framework/Constants/OutdoorPvPConst.cs index 91112d516..2c49e0584 100644 --- a/Source/Framework/Constants/OutdoorPvPConst.cs +++ b/Source/Framework/Constants/OutdoorPvPConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/PetConst.cs b/Source/Framework/Constants/PetConst.cs index e8699ec84..4b6753fd8 100644 --- a/Source/Framework/Constants/PetConst.cs +++ b/Source/Framework/Constants/PetConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/PlayerConst.cs b/Source/Framework/Constants/PlayerConst.cs index e8ec1edc4..557b0f1a1 100644 --- a/Source/Framework/Constants/PlayerConst.cs +++ b/Source/Framework/Constants/PlayerConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/QuestConst.cs b/Source/Framework/Constants/QuestConst.cs index 0eeec973e..d4b94c624 100644 --- a/Source/Framework/Constants/QuestConst.cs +++ b/Source/Framework/Constants/QuestConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/ScriptsConst.cs b/Source/Framework/Constants/ScriptsConst.cs index 572b27ae2..58cb3e7a4 100644 --- a/Source/Framework/Constants/ScriptsConst.cs +++ b/Source/Framework/Constants/ScriptsConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/ServiceHash.cs b/Source/Framework/Constants/ServiceHash.cs index 4481827ad..ce23fa9e4 100644 --- a/Source/Framework/Constants/ServiceHash.cs +++ b/Source/Framework/Constants/ServiceHash.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/SharedConst.cs b/Source/Framework/Constants/SharedConst.cs index 84ee744e6..9453078dd 100644 --- a/Source/Framework/Constants/SharedConst.cs +++ b/Source/Framework/Constants/SharedConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/SmartAIConst.cs b/Source/Framework/Constants/SmartAIConst.cs index 83a0c125e..4295926ca 100644 --- a/Source/Framework/Constants/SmartAIConst.cs +++ b/Source/Framework/Constants/SmartAIConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/Spells/SkillConst.cs b/Source/Framework/Constants/Spells/SkillConst.cs index 1a3a0f0d2..a2b108e54 100644 --- a/Source/Framework/Constants/Spells/SkillConst.cs +++ b/Source/Framework/Constants/Spells/SkillConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/Spells/SpellAuraConst.cs b/Source/Framework/Constants/Spells/SpellAuraConst.cs index 63266de49..7630b30fd 100644 --- a/Source/Framework/Constants/Spells/SpellAuraConst.cs +++ b/Source/Framework/Constants/Spells/SpellAuraConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/Spells/SpellConst.cs b/Source/Framework/Constants/Spells/SpellConst.cs index 024203780..f92430125 100644 --- a/Source/Framework/Constants/Spells/SpellConst.cs +++ b/Source/Framework/Constants/Spells/SpellConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/SupportSystemConst.cs b/Source/Framework/Constants/SupportSystemConst.cs index 26504cf8f..e7a6ec298 100644 --- a/Source/Framework/Constants/SupportSystemConst.cs +++ b/Source/Framework/Constants/SupportSystemConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/UnitConst.cs b/Source/Framework/Constants/UnitConst.cs index 976e01baa..0b68cb084 100644 --- a/Source/Framework/Constants/UnitConst.cs +++ b/Source/Framework/Constants/UnitConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/Update/UpdateType.cs b/Source/Framework/Constants/Update/UpdateType.cs index 792326262..0c3827a53 100644 --- a/Source/Framework/Constants/Update/UpdateType.cs +++ b/Source/Framework/Constants/Update/UpdateType.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Constants/VehicleConst.cs b/Source/Framework/Constants/VehicleConst.cs index f27015764..aac5d0cb2 100644 --- a/Source/Framework/Constants/VehicleConst.cs +++ b/Source/Framework/Constants/VehicleConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Cryptography/PacketCrypt.cs b/Source/Framework/Cryptography/PacketCrypt.cs index 3aeca256e..1cb7df84c 100644 --- a/Source/Framework/Cryptography/PacketCrypt.cs +++ b/Source/Framework/Cryptography/PacketCrypt.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Cryptography/RsaCrypt.cs b/Source/Framework/Cryptography/RsaCrypt.cs index 8b9591ba3..1666c50cb 100644 --- a/Source/Framework/Cryptography/RsaCrypt.cs +++ b/Source/Framework/Cryptography/RsaCrypt.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Cryptography/SARC4.cs b/Source/Framework/Cryptography/SARC4.cs index 52a6a4e61..c0da99427 100644 --- a/Source/Framework/Cryptography/SARC4.cs +++ b/Source/Framework/Cryptography/SARC4.cs @@ -1,6 +1,6 @@ /* * Copyright (C) 2012-2014 Arctium Emulation - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Cryptography/SessionKeyGeneration.cs b/Source/Framework/Cryptography/SessionKeyGeneration.cs index eb4ae2acb..4889661e0 100644 --- a/Source/Framework/Cryptography/SessionKeyGeneration.cs +++ b/Source/Framework/Cryptography/SessionKeyGeneration.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Cryptography/ShaHmac.cs b/Source/Framework/Cryptography/ShaHmac.cs index be0db1bf5..b23db3192 100644 --- a/Source/Framework/Cryptography/ShaHmac.cs +++ b/Source/Framework/Cryptography/ShaHmac.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * Copyright (C) 2012-2014 Arctium Emulation * * This program is free software: you can redistribute it and/or modify diff --git a/Source/Framework/Database/DB.cs b/Source/Framework/Database/DB.cs index 058740f99..565e9befb 100644 --- a/Source/Framework/Database/DB.cs +++ b/Source/Framework/Database/DB.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Database/DatabaseLoader.cs b/Source/Framework/Database/DatabaseLoader.cs index 9c955c435..e6951d775 100644 --- a/Source/Framework/Database/DatabaseLoader.cs +++ b/Source/Framework/Database/DatabaseLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Database/DatabaseUpdater.cs b/Source/Framework/Database/DatabaseUpdater.cs index 95f0d905f..4d9ff8e89 100644 --- a/Source/Framework/Database/DatabaseUpdater.cs +++ b/Source/Framework/Database/DatabaseUpdater.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Database/DatabaseWorker.cs b/Source/Framework/Database/DatabaseWorker.cs index e1bf8be05..6fe461806 100644 --- a/Source/Framework/Database/DatabaseWorker.cs +++ b/Source/Framework/Database/DatabaseWorker.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Database/Databases/CharacterDatabase.cs b/Source/Framework/Database/Databases/CharacterDatabase.cs index 38922a646..23811969d 100644 --- a/Source/Framework/Database/Databases/CharacterDatabase.cs +++ b/Source/Framework/Database/Databases/CharacterDatabase.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Database/Databases/HotfixDatabase.cs b/Source/Framework/Database/Databases/HotfixDatabase.cs index f958a6720..e7ebc5062 100644 --- a/Source/Framework/Database/Databases/HotfixDatabase.cs +++ b/Source/Framework/Database/Databases/HotfixDatabase.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Database/Databases/LoginDatabase.cs b/Source/Framework/Database/Databases/LoginDatabase.cs index b78713979..c36bb2bea 100644 --- a/Source/Framework/Database/Databases/LoginDatabase.cs +++ b/Source/Framework/Database/Databases/LoginDatabase.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Database/Databases/WorldDatabase.cs b/Source/Framework/Database/Databases/WorldDatabase.cs index 709f67bd8..f265fc60f 100644 --- a/Source/Framework/Database/Databases/WorldDatabase.cs +++ b/Source/Framework/Database/Databases/WorldDatabase.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Database/MySqlBase.cs b/Source/Framework/Database/MySqlBase.cs index b5d4b371c..f4e60aa09 100644 --- a/Source/Framework/Database/MySqlBase.cs +++ b/Source/Framework/Database/MySqlBase.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Database/PreparedStatement.cs b/Source/Framework/Database/PreparedStatement.cs index 763834768..7636345f8 100644 --- a/Source/Framework/Database/PreparedStatement.cs +++ b/Source/Framework/Database/PreparedStatement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Database/QueryCallback.cs b/Source/Framework/Database/QueryCallback.cs index f957706b8..7b414bf68 100644 --- a/Source/Framework/Database/QueryCallback.cs +++ b/Source/Framework/Database/QueryCallback.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Database/QueryCallbackProcessor.cs b/Source/Framework/Database/QueryCallbackProcessor.cs index 9aa4bd1cc..d126fdeb1 100644 --- a/Source/Framework/Database/QueryCallbackProcessor.cs +++ b/Source/Framework/Database/QueryCallbackProcessor.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Database/SQLQueryHolder.cs b/Source/Framework/Database/SQLQueryHolder.cs index 363af5222..7eca14453 100644 --- a/Source/Framework/Database/SQLQueryHolder.cs +++ b/Source/Framework/Database/SQLQueryHolder.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Database/SQLResult.cs b/Source/Framework/Database/SQLResult.cs index 5028b443c..f4322bb3a 100644 --- a/Source/Framework/Database/SQLResult.cs +++ b/Source/Framework/Database/SQLResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Database/SQLTransaction.cs b/Source/Framework/Database/SQLTransaction.cs index cbbadc820..88463c0ec 100644 --- a/Source/Framework/Database/SQLTransaction.cs +++ b/Source/Framework/Database/SQLTransaction.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Debugging/Errors.cs b/Source/Framework/Debugging/Errors.cs index 020620446..7090e3a0b 100644 --- a/Source/Framework/Debugging/Errors.cs +++ b/Source/Framework/Debugging/Errors.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Dynamic/EventMap.cs b/Source/Framework/Dynamic/EventMap.cs index 282b068fe..8a70f5021 100644 --- a/Source/Framework/Dynamic/EventMap.cs +++ b/Source/Framework/Dynamic/EventMap.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Dynamic/EventSystem.cs b/Source/Framework/Dynamic/EventSystem.cs index 41f7677d9..03913ab52 100644 --- a/Source/Framework/Dynamic/EventSystem.cs +++ b/Source/Framework/Dynamic/EventSystem.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Dynamic/FlagArray.cs b/Source/Framework/Dynamic/FlagArray.cs index 0f8026db5..757d7401e 100644 --- a/Source/Framework/Dynamic/FlagArray.cs +++ b/Source/Framework/Dynamic/FlagArray.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Dynamic/OptionalType.cs b/Source/Framework/Dynamic/OptionalType.cs index 7932b6bbe..cf123ef59 100644 --- a/Source/Framework/Dynamic/OptionalType.cs +++ b/Source/Framework/Dynamic/OptionalType.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Dynamic/Reference.cs b/Source/Framework/Dynamic/Reference.cs index e0f5942f0..86889bc74 100644 --- a/Source/Framework/Dynamic/Reference.cs +++ b/Source/Framework/Dynamic/Reference.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Dynamic/TaskScheduler.cs b/Source/Framework/Dynamic/TaskScheduler.cs index 26fdaed72..ff2084551 100644 --- a/Source/Framework/Dynamic/TaskScheduler.cs +++ b/Source/Framework/Dynamic/TaskScheduler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/GameMath/AxisAlignedBox.cs b/Source/Framework/GameMath/AxisAlignedBox.cs index b2cdc6ea1..9ba24fba4 100644 --- a/Source/Framework/GameMath/AxisAlignedBox.cs +++ b/Source/Framework/GameMath/AxisAlignedBox.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/GameMath/CollisionDetection.cs b/Source/Framework/GameMath/CollisionDetection.cs index 3339b1efc..3ca2ba649 100644 --- a/Source/Framework/GameMath/CollisionDetection.cs +++ b/Source/Framework/GameMath/CollisionDetection.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/GameMath/Matrix2.cs b/Source/Framework/GameMath/Matrix2.cs index d2232d0e7..a5d0ac203 100644 --- a/Source/Framework/GameMath/Matrix2.cs +++ b/Source/Framework/GameMath/Matrix2.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * Copyright (C) 2003-2004 Eran Kampf eran@ekampf.com http://www.ekampf.com * * This program is free software: you can redistribute it and/or modify diff --git a/Source/Framework/GameMath/Matrix3.cs b/Source/Framework/GameMath/Matrix3.cs index f25aec4ef..da5a33b03 100644 --- a/Source/Framework/GameMath/Matrix3.cs +++ b/Source/Framework/GameMath/Matrix3.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * Copyright (C) 2003-2004 Eran Kampf eran@ekampf.com http://www.ekampf.com * * This program is free software: you can redistribute it and/or modify diff --git a/Source/Framework/GameMath/Matrix4.cs b/Source/Framework/GameMath/Matrix4.cs index eb0e8f595..358bd4087 100644 --- a/Source/Framework/GameMath/Matrix4.cs +++ b/Source/Framework/GameMath/Matrix4.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * Copyright (C) 2003-2004 Eran Kampf eran@ekampf.com http://www.ekampf.com * * This program is free software: you can redistribute it and/or modify diff --git a/Source/Framework/GameMath/Plane.cs b/Source/Framework/GameMath/Plane.cs index 9828be079..2a0b5f0ac 100644 --- a/Source/Framework/GameMath/Plane.cs +++ b/Source/Framework/GameMath/Plane.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * Copyright (C) 2003-2004 Eran Kampf eran@ekampf.com http://www.ekampf.com * * This program is free software: you can redistribute it and/or modify diff --git a/Source/Framework/GameMath/Quaternion.cs b/Source/Framework/GameMath/Quaternion.cs index 941665255..c64bb2fbe 100644 --- a/Source/Framework/GameMath/Quaternion.cs +++ b/Source/Framework/GameMath/Quaternion.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * Copyright (C) 2003-2004 Eran Kampf eran@ekampf.com http://www.ekampf.com * * This program is free software: you can redistribute it and/or modify diff --git a/Source/Framework/GameMath/Ray.cs b/Source/Framework/GameMath/Ray.cs index e624fa6b8..3763847f0 100644 --- a/Source/Framework/GameMath/Ray.cs +++ b/Source/Framework/GameMath/Ray.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * Copyright (C) 2003-2004 Eran Kampf eran@ekampf.com http://www.ekampf.com * * This program is free software: you can redistribute it and/or modify diff --git a/Source/Framework/GameMath/Vector2.cs b/Source/Framework/GameMath/Vector2.cs index eaeeb017c..05bb1c061 100644 --- a/Source/Framework/GameMath/Vector2.cs +++ b/Source/Framework/GameMath/Vector2.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * Copyright (C) 2003-2004 Eran Kampf eran@ekampf.com http://www.ekampf.com * * This program is free software: you can redistribute it and/or modify diff --git a/Source/Framework/GameMath/Vector3.cs b/Source/Framework/GameMath/Vector3.cs index e72679a63..99b9cf0cb 100644 --- a/Source/Framework/GameMath/Vector3.cs +++ b/Source/Framework/GameMath/Vector3.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * Copyright (C) 2003-2004 Eran Kampf eran@ekampf.com http://www.ekampf.com * * This program is free software: you can redistribute it and/or modify diff --git a/Source/Framework/GameMath/Vector4.cs b/Source/Framework/GameMath/Vector4.cs index 719fb9c3f..f38794169 100644 --- a/Source/Framework/GameMath/Vector4.cs +++ b/Source/Framework/GameMath/Vector4.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * Copyright (C) 2003-2004 Eran Kampf eran@ekampf.com http://www.ekampf.com * * This program is free software: you can redistribute it and/or modify diff --git a/Source/Framework/IO/ByteBuffer.cs b/Source/Framework/IO/ByteBuffer.cs index ba8095d51..d3ba1b9e4 100644 --- a/Source/Framework/IO/ByteBuffer.cs +++ b/Source/Framework/IO/ByteBuffer.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/IO/StringArguments.cs b/Source/Framework/IO/StringArguments.cs index 50dea24cb..ddc83fd98 100644 --- a/Source/Framework/IO/StringArguments.cs +++ b/Source/Framework/IO/StringArguments.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/IO/Zlib/compress.cs b/Source/Framework/IO/Zlib/compress.cs index c33da4ef8..b1aace5f0 100644 --- a/Source/Framework/IO/Zlib/compress.cs +++ b/Source/Framework/IO/Zlib/compress.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Logging/Appender.cs b/Source/Framework/Logging/Appender.cs index c252ab38d..5a25ca78d 100644 --- a/Source/Framework/Logging/Appender.cs +++ b/Source/Framework/Logging/Appender.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Logging/Log.cs b/Source/Framework/Logging/Log.cs index 285e161cd..c0d981870 100644 --- a/Source/Framework/Logging/Log.cs +++ b/Source/Framework/Logging/Log.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Logging/Logger.cs b/Source/Framework/Logging/Logger.cs index 83c682b34..aaba36713 100644 --- a/Source/Framework/Logging/Logger.cs +++ b/Source/Framework/Logging/Logger.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Networking/AsyncAcceptor.cs b/Source/Framework/Networking/AsyncAcceptor.cs index 5ba2ed243..5fe6fa522 100644 --- a/Source/Framework/Networking/AsyncAcceptor.cs +++ b/Source/Framework/Networking/AsyncAcceptor.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Networking/NetworkThread.cs b/Source/Framework/Networking/NetworkThread.cs index 25f2607f9..7e8b38af0 100644 --- a/Source/Framework/Networking/NetworkThread.cs +++ b/Source/Framework/Networking/NetworkThread.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Networking/SSLSocket.cs b/Source/Framework/Networking/SSLSocket.cs index b3defb083..7824ff06b 100644 --- a/Source/Framework/Networking/SSLSocket.cs +++ b/Source/Framework/Networking/SSLSocket.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Networking/SocketBase.cs b/Source/Framework/Networking/SocketBase.cs index b50ae2895..5ad553316 100644 --- a/Source/Framework/Networking/SocketBase.cs +++ b/Source/Framework/Networking/SocketBase.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Networking/SocketManager.cs b/Source/Framework/Networking/SocketManager.cs index 53049be55..0636e73eb 100644 --- a/Source/Framework/Networking/SocketManager.cs +++ b/Source/Framework/Networking/SocketManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Realm/Realm.cs b/Source/Framework/Realm/Realm.cs index 4b32a6e63..65e2476c9 100644 --- a/Source/Framework/Realm/Realm.cs +++ b/Source/Framework/Realm/Realm.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Realm/RealmManager.cs b/Source/Framework/Realm/RealmManager.cs index 9ae3bc1de..059b9e2c0 100644 --- a/Source/Framework/Realm/RealmManager.cs +++ b/Source/Framework/Realm/RealmManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Rest/Authentication/LogonData.cs b/Source/Framework/Rest/Authentication/LogonData.cs index aa31ac6b8..6fb1fb658 100644 --- a/Source/Framework/Rest/Authentication/LogonData.cs +++ b/Source/Framework/Rest/Authentication/LogonData.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Rest/Authentication/LogonResult.cs b/Source/Framework/Rest/Authentication/LogonResult.cs index 690a30960..085cc1d54 100644 --- a/Source/Framework/Rest/Authentication/LogonResult.cs +++ b/Source/Framework/Rest/Authentication/LogonResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Rest/Forms/FormInput.cs b/Source/Framework/Rest/Forms/FormInput.cs index 62f13bf00..69234b83f 100644 --- a/Source/Framework/Rest/Forms/FormInput.cs +++ b/Source/Framework/Rest/Forms/FormInput.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Rest/Forms/FormInputValue.cs b/Source/Framework/Rest/Forms/FormInputValue.cs index 99fb8b91a..568721022 100644 --- a/Source/Framework/Rest/Forms/FormInputValue.cs +++ b/Source/Framework/Rest/Forms/FormInputValue.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Rest/Forms/FormInputs.cs b/Source/Framework/Rest/Forms/FormInputs.cs index e3c2af714..2441aa63b 100644 --- a/Source/Framework/Rest/Forms/FormInputs.cs +++ b/Source/Framework/Rest/Forms/FormInputs.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Rest/Misc/Address.cs b/Source/Framework/Rest/Misc/Address.cs index 0d31f43e9..73f851244 100644 --- a/Source/Framework/Rest/Misc/Address.cs +++ b/Source/Framework/Rest/Misc/Address.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Rest/Misc/AddressFamily.cs b/Source/Framework/Rest/Misc/AddressFamily.cs index 69ecff337..98575fee5 100644 --- a/Source/Framework/Rest/Misc/AddressFamily.cs +++ b/Source/Framework/Rest/Misc/AddressFamily.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Rest/Misc/ClientVersion.cs b/Source/Framework/Rest/Misc/ClientVersion.cs index 4bf1d215a..ed693975e 100644 --- a/Source/Framework/Rest/Misc/ClientVersion.cs +++ b/Source/Framework/Rest/Misc/ClientVersion.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Rest/Misc/RealmCharacterCountEntry.cs b/Source/Framework/Rest/Misc/RealmCharacterCountEntry.cs index 7b75497f3..c1f018da4 100644 --- a/Source/Framework/Rest/Misc/RealmCharacterCountEntry.cs +++ b/Source/Framework/Rest/Misc/RealmCharacterCountEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Rest/Realmlist/RealmCharacterCountList.cs b/Source/Framework/Rest/Realmlist/RealmCharacterCountList.cs index 1d4219ce4..043593a4d 100644 --- a/Source/Framework/Rest/Realmlist/RealmCharacterCountList.cs +++ b/Source/Framework/Rest/Realmlist/RealmCharacterCountList.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Rest/Realmlist/RealmEntry.cs b/Source/Framework/Rest/Realmlist/RealmEntry.cs index e6dad7de2..9ec6d147b 100644 --- a/Source/Framework/Rest/Realmlist/RealmEntry.cs +++ b/Source/Framework/Rest/Realmlist/RealmEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Rest/Realmlist/RealmListServerIPAddresses.cs b/Source/Framework/Rest/Realmlist/RealmListServerIPAddresses.cs index bcfabcedc..12bee7a06 100644 --- a/Source/Framework/Rest/Realmlist/RealmListServerIPAddresses.cs +++ b/Source/Framework/Rest/Realmlist/RealmListServerIPAddresses.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Rest/Realmlist/RealmListTicketClientInformation.cs b/Source/Framework/Rest/Realmlist/RealmListTicketClientInformation.cs index 1879593d3..994ef8cc5 100644 --- a/Source/Framework/Rest/Realmlist/RealmListTicketClientInformation.cs +++ b/Source/Framework/Rest/Realmlist/RealmListTicketClientInformation.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Rest/Realmlist/RealmListTicketIdentity.cs b/Source/Framework/Rest/Realmlist/RealmListTicketIdentity.cs index ae14a4d53..6b2bf2a22 100644 --- a/Source/Framework/Rest/Realmlist/RealmListTicketIdentity.cs +++ b/Source/Framework/Rest/Realmlist/RealmListTicketIdentity.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Rest/Realmlist/RealmListTicketInformation.cs b/Source/Framework/Rest/Realmlist/RealmListTicketInformation.cs index 5af73a1b1..21a248dd2 100644 --- a/Source/Framework/Rest/Realmlist/RealmListTicketInformation.cs +++ b/Source/Framework/Rest/Realmlist/RealmListTicketInformation.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Rest/Realmlist/RealmListUpdate.cs b/Source/Framework/Rest/Realmlist/RealmListUpdate.cs index e5f691a64..9ad78c0eb 100644 --- a/Source/Framework/Rest/Realmlist/RealmListUpdate.cs +++ b/Source/Framework/Rest/Realmlist/RealmListUpdate.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Rest/Realmlist/RealmListUpdates.cs b/Source/Framework/Rest/Realmlist/RealmListUpdates.cs index 5a526c1eb..411519125 100644 --- a/Source/Framework/Rest/Realmlist/RealmListUpdates.cs +++ b/Source/Framework/Rest/Realmlist/RealmListUpdates.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Serialization/Json.cs b/Source/Framework/Serialization/Json.cs index d5bef5cce..3238e60af 100644 --- a/Source/Framework/Serialization/Json.cs +++ b/Source/Framework/Serialization/Json.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Singleton/Singleton.cs b/Source/Framework/Singleton/Singleton.cs index 11c4664d1..cd0baa723 100644 --- a/Source/Framework/Singleton/Singleton.cs +++ b/Source/Framework/Singleton/Singleton.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Threading/ProducerConsumerQueue.cs b/Source/Framework/Threading/ProducerConsumerQueue.cs index e818cfc68..078d3a448 100644 --- a/Source/Framework/Threading/ProducerConsumerQueue.cs +++ b/Source/Framework/Threading/ProducerConsumerQueue.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Util/CollectionExtensions.cs b/Source/Framework/Util/CollectionExtensions.cs index efd5b5d3f..07b464ad0 100644 --- a/Source/Framework/Util/CollectionExtensions.cs +++ b/Source/Framework/Util/CollectionExtensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Util/Extensions.cs b/Source/Framework/Util/Extensions.cs index da8fd1c74..1c2c89f4e 100644 --- a/Source/Framework/Util/Extensions.cs +++ b/Source/Framework/Util/Extensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Util/MathFunctions.cs b/Source/Framework/Util/MathFunctions.cs index cc2ae48f7..3e81a1ff8 100644 --- a/Source/Framework/Util/MathFunctions.cs +++ b/Source/Framework/Util/MathFunctions.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Util/NetworkExtensions.cs b/Source/Framework/Util/NetworkExtensions.cs index ccfd96ee5..5b4867663 100644 --- a/Source/Framework/Util/NetworkExtensions.cs +++ b/Source/Framework/Util/NetworkExtensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Util/RandomHelper.cs b/Source/Framework/Util/RandomHelper.cs index 34787eba7..7038b336c 100644 --- a/Source/Framework/Util/RandomHelper.cs +++ b/Source/Framework/Util/RandomHelper.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Util/Time.cs b/Source/Framework/Util/Time.cs index 6257126b3..86c91d06f 100644 --- a/Source/Framework/Util/Time.cs +++ b/Source/Framework/Util/Time.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Framework/Web/Http.cs b/Source/Framework/Web/Http.cs index a56b32072..7a47fbc23 100644 --- a/Source/Framework/Web/Http.cs +++ b/Source/Framework/Web/Http.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/AI/AISelector.cs b/Source/Game/AI/AISelector.cs index 874ca7cf4..3874dd72b 100644 --- a/Source/Game/AI/AISelector.cs +++ b/Source/Game/AI/AISelector.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/AI/CoreAI/AreaTriggerAI.cs b/Source/Game/AI/CoreAI/AreaTriggerAI.cs index e05bc7d28..33099eb7b 100644 --- a/Source/Game/AI/CoreAI/AreaTriggerAI.cs +++ b/Source/Game/AI/CoreAI/AreaTriggerAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/AI/CoreAI/CombatAI.cs b/Source/Game/AI/CoreAI/CombatAI.cs index f982d53f8..e6b03af09 100644 --- a/Source/Game/AI/CoreAI/CombatAI.cs +++ b/Source/Game/AI/CoreAI/CombatAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/AI/CoreAI/CreatureAI.cs b/Source/Game/AI/CoreAI/CreatureAI.cs index cfdb96bde..41d08481e 100644 --- a/Source/Game/AI/CoreAI/CreatureAI.cs +++ b/Source/Game/AI/CoreAI/CreatureAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/AI/CoreAI/GameObjectAI.cs b/Source/Game/AI/CoreAI/GameObjectAI.cs index 127af31ee..1bb05af9e 100644 --- a/Source/Game/AI/CoreAI/GameObjectAI.cs +++ b/Source/Game/AI/CoreAI/GameObjectAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/AI/CoreAI/GuardAI.cs b/Source/Game/AI/CoreAI/GuardAI.cs index 6a130c844..6a360455c 100644 --- a/Source/Game/AI/CoreAI/GuardAI.cs +++ b/Source/Game/AI/CoreAI/GuardAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/AI/CoreAI/PassiveAI.cs b/Source/Game/AI/CoreAI/PassiveAI.cs index 4f508cb78..cbe3ffde7 100644 --- a/Source/Game/AI/CoreAI/PassiveAI.cs +++ b/Source/Game/AI/CoreAI/PassiveAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/AI/CoreAI/PetAI.cs b/Source/Game/AI/CoreAI/PetAI.cs index c8daedbdd..1845feff5 100644 --- a/Source/Game/AI/CoreAI/PetAI.cs +++ b/Source/Game/AI/CoreAI/PetAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/AI/CoreAI/TotemAI.cs b/Source/Game/AI/CoreAI/TotemAI.cs index 9b8695740..0a68843f3 100644 --- a/Source/Game/AI/CoreAI/TotemAI.cs +++ b/Source/Game/AI/CoreAI/TotemAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/AI/CoreAI/UnitAI.cs b/Source/Game/AI/CoreAI/UnitAI.cs index 1b31b3697..faeb04ede 100644 --- a/Source/Game/AI/CoreAI/UnitAI.cs +++ b/Source/Game/AI/CoreAI/UnitAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/AI/PlayerAI/PlayerAI.cs b/Source/Game/AI/PlayerAI/PlayerAI.cs index e43d542cd..522a43811 100644 --- a/Source/Game/AI/PlayerAI/PlayerAI.cs +++ b/Source/Game/AI/PlayerAI/PlayerAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/AI/ScriptedAI/ScriptedAI.cs b/Source/Game/AI/ScriptedAI/ScriptedAI.cs index 93ede6858..9f7baf9d8 100644 --- a/Source/Game/AI/ScriptedAI/ScriptedAI.cs +++ b/Source/Game/AI/ScriptedAI/ScriptedAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/AI/ScriptedAI/ScriptedEscortAI.cs b/Source/Game/AI/ScriptedAI/ScriptedEscortAI.cs index 2db9a8ab1..083bb18e3 100644 --- a/Source/Game/AI/ScriptedAI/ScriptedEscortAI.cs +++ b/Source/Game/AI/ScriptedAI/ScriptedEscortAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/AI/ScriptedAI/ScriptedFollowerAI.cs b/Source/Game/AI/ScriptedAI/ScriptedFollowerAI.cs index a4151ca70..920a25b1d 100644 --- a/Source/Game/AI/ScriptedAI/ScriptedFollowerAI.cs +++ b/Source/Game/AI/ScriptedAI/ScriptedFollowerAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/AI/SmartScripts/SmartAI.cs b/Source/Game/AI/SmartScripts/SmartAI.cs index a71c3ae5c..c21732b67 100644 --- a/Source/Game/AI/SmartScripts/SmartAI.cs +++ b/Source/Game/AI/SmartScripts/SmartAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/AI/SmartScripts/SmartAIManager.cs b/Source/Game/AI/SmartScripts/SmartAIManager.cs index d377a7d52..069d2da28 100644 --- a/Source/Game/AI/SmartScripts/SmartAIManager.cs +++ b/Source/Game/AI/SmartScripts/SmartAIManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/AI/SmartScripts/SmartScript.cs b/Source/Game/AI/SmartScripts/SmartScript.cs index 47a773002..9c5bcdc9f 100644 --- a/Source/Game/AI/SmartScripts/SmartScript.cs +++ b/Source/Game/AI/SmartScripts/SmartScript.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Accounts/AccountManager.cs b/Source/Game/Accounts/AccountManager.cs index 0908fa2df..76caa883e 100644 --- a/Source/Game/Accounts/AccountManager.cs +++ b/Source/Game/Accounts/AccountManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Accounts/BNetAccountManager.cs b/Source/Game/Accounts/BNetAccountManager.cs index 11d6acac8..0fc323ee5 100644 --- a/Source/Game/Accounts/BNetAccountManager.cs +++ b/Source/Game/Accounts/BNetAccountManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Accounts/RoleAccessControl.cs b/Source/Game/Accounts/RoleAccessControl.cs index 86bc75fdc..555a01943 100644 --- a/Source/Game/Accounts/RoleAccessControl.cs +++ b/Source/Game/Accounts/RoleAccessControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Achievements/AchievementManager.cs b/Source/Game/Achievements/AchievementManager.cs index 16c77a3ea..5d562a40d 100644 --- a/Source/Game/Achievements/AchievementManager.cs +++ b/Source/Game/Achievements/AchievementManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Achievements/CriteriaHandler.cs b/Source/Game/Achievements/CriteriaHandler.cs index c92517a53..3264da607 100644 --- a/Source/Game/Achievements/CriteriaHandler.cs +++ b/Source/Game/Achievements/CriteriaHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Arenas/Arena.cs b/Source/Game/Arenas/Arena.cs index 769c4a546..23ba7d380 100644 --- a/Source/Game/Arenas/Arena.cs +++ b/Source/Game/Arenas/Arena.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Arenas/ArenaScore.cs b/Source/Game/Arenas/ArenaScore.cs index 24c48c2ae..8af0cf46a 100644 --- a/Source/Game/Arenas/ArenaScore.cs +++ b/Source/Game/Arenas/ArenaScore.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Arenas/ArenaTeam.cs b/Source/Game/Arenas/ArenaTeam.cs index 8f38e1e4b..42b5bb4f6 100644 --- a/Source/Game/Arenas/ArenaTeam.cs +++ b/Source/Game/Arenas/ArenaTeam.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Arenas/ArenaTeamManager.cs b/Source/Game/Arenas/ArenaTeamManager.cs index 0658b7b57..3aa8c8bd0 100644 --- a/Source/Game/Arenas/ArenaTeamManager.cs +++ b/Source/Game/Arenas/ArenaTeamManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Arenas/Zones/BladesEdgeArena.cs b/Source/Game/Arenas/Zones/BladesEdgeArena.cs index 925c26f94..5eea03716 100644 --- a/Source/Game/Arenas/Zones/BladesEdgeArena.cs +++ b/Source/Game/Arenas/Zones/BladesEdgeArena.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Arenas/Zones/DalaranSewers.cs b/Source/Game/Arenas/Zones/DalaranSewers.cs index 7cbf8edb7..044dfadac 100644 --- a/Source/Game/Arenas/Zones/DalaranSewers.cs +++ b/Source/Game/Arenas/Zones/DalaranSewers.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Arenas/Zones/NagrandArena.cs b/Source/Game/Arenas/Zones/NagrandArena.cs index 8601532be..3561bc21f 100644 --- a/Source/Game/Arenas/Zones/NagrandArena.cs +++ b/Source/Game/Arenas/Zones/NagrandArena.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Arenas/Zones/RingofValor.cs b/Source/Game/Arenas/Zones/RingofValor.cs index 7557b4cc9..e7d106ea0 100644 --- a/Source/Game/Arenas/Zones/RingofValor.cs +++ b/Source/Game/Arenas/Zones/RingofValor.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Arenas/Zones/RuinsofLordaeron.cs b/Source/Game/Arenas/Zones/RuinsofLordaeron.cs index a9dbd41c5..fb438d726 100644 --- a/Source/Game/Arenas/Zones/RuinsofLordaeron.cs +++ b/Source/Game/Arenas/Zones/RuinsofLordaeron.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Arenas/Zones/TigersPeak.cs b/Source/Game/Arenas/Zones/TigersPeak.cs index 0f9bc296c..6f6666291 100644 --- a/Source/Game/Arenas/Zones/TigersPeak.cs +++ b/Source/Game/Arenas/Zones/TigersPeak.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Arenas/Zones/TolvironArena.cs b/Source/Game/Arenas/Zones/TolvironArena.cs index 21f28bc84..65162d0aa 100644 --- a/Source/Game/Arenas/Zones/TolvironArena.cs +++ b/Source/Game/Arenas/Zones/TolvironArena.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/AuctionHouse/AuctionManager.cs b/Source/Game/AuctionHouse/AuctionManager.cs index d1796ef98..27e71f9d6 100644 --- a/Source/Game/AuctionHouse/AuctionManager.cs +++ b/Source/Game/AuctionHouse/AuctionManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattleFields/BattleField.cs b/Source/Game/BattleFields/BattleField.cs index 2cbd3faf6..e1f6eb4b1 100644 --- a/Source/Game/BattleFields/BattleField.cs +++ b/Source/Game/BattleFields/BattleField.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattleFields/BattleFieldManager.cs b/Source/Game/BattleFields/BattleFieldManager.cs index ec3afd32f..3892adb7b 100644 --- a/Source/Game/BattleFields/BattleFieldManager.cs +++ b/Source/Game/BattleFields/BattleFieldManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattleFields/Zones/WinterGrasp.cs b/Source/Game/BattleFields/Zones/WinterGrasp.cs index b536a1c10..ea7d275d5 100644 --- a/Source/Game/BattleFields/Zones/WinterGrasp.cs +++ b/Source/Game/BattleFields/Zones/WinterGrasp.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattleFields/Zones/WinterGraspConst.cs b/Source/Game/BattleFields/Zones/WinterGraspConst.cs index a9b573e1c..b46f8c1a8 100644 --- a/Source/Game/BattleFields/Zones/WinterGraspConst.cs +++ b/Source/Game/BattleFields/Zones/WinterGraspConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattleGrounds/BattleGround.cs b/Source/Game/BattleGrounds/BattleGround.cs index d938bcf5e..1d2b45e4e 100644 --- a/Source/Game/BattleGrounds/BattleGround.cs +++ b/Source/Game/BattleGrounds/BattleGround.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattleGrounds/BattleGroundManager.cs b/Source/Game/BattleGrounds/BattleGroundManager.cs index ba26299d8..ebd3a9f14 100644 --- a/Source/Game/BattleGrounds/BattleGroundManager.cs +++ b/Source/Game/BattleGrounds/BattleGroundManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattleGrounds/BattleGroundQueue.cs b/Source/Game/BattleGrounds/BattleGroundQueue.cs index 1a7a6da5d..c7f3fdf8e 100644 --- a/Source/Game/BattleGrounds/BattleGroundQueue.cs +++ b/Source/Game/BattleGrounds/BattleGroundQueue.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattleGrounds/BattleGroundScore.cs b/Source/Game/BattleGrounds/BattleGroundScore.cs index ac624c5e6..4f553fd1c 100644 --- a/Source/Game/BattleGrounds/BattleGroundScore.cs +++ b/Source/Game/BattleGrounds/BattleGroundScore.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattleGrounds/Zones/AlteracValley.cs b/Source/Game/BattleGrounds/Zones/AlteracValley.cs index 3fe351d83..bd0127e4e 100644 --- a/Source/Game/BattleGrounds/Zones/AlteracValley.cs +++ b/Source/Game/BattleGrounds/Zones/AlteracValley.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattleGrounds/Zones/ArathiBasin.cs b/Source/Game/BattleGrounds/Zones/ArathiBasin.cs index b9b18928e..54b033c66 100644 --- a/Source/Game/BattleGrounds/Zones/ArathiBasin.cs +++ b/Source/Game/BattleGrounds/Zones/ArathiBasin.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattleGrounds/Zones/BattleforGilneas.cs b/Source/Game/BattleGrounds/Zones/BattleforGilneas.cs index 029e0951f..10b16d584 100644 --- a/Source/Game/BattleGrounds/Zones/BattleforGilneas.cs +++ b/Source/Game/BattleGrounds/Zones/BattleforGilneas.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattleGrounds/Zones/DeepwindGorge.cs b/Source/Game/BattleGrounds/Zones/DeepwindGorge.cs index 3709c3586..b38e8ca10 100644 --- a/Source/Game/BattleGrounds/Zones/DeepwindGorge.cs +++ b/Source/Game/BattleGrounds/Zones/DeepwindGorge.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattleGrounds/Zones/IsleofConquest.cs b/Source/Game/BattleGrounds/Zones/IsleofConquest.cs index ba78a93e8..b9c220832 100644 --- a/Source/Game/BattleGrounds/Zones/IsleofConquest.cs +++ b/Source/Game/BattleGrounds/Zones/IsleofConquest.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattleGrounds/Zones/SilvershardMines.cs b/Source/Game/BattleGrounds/Zones/SilvershardMines.cs index 00cefa7a0..959b558bb 100644 --- a/Source/Game/BattleGrounds/Zones/SilvershardMines.cs +++ b/Source/Game/BattleGrounds/Zones/SilvershardMines.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattleGrounds/Zones/StrandofAncients.cs b/Source/Game/BattleGrounds/Zones/StrandofAncients.cs index 103b9112a..858270d05 100644 --- a/Source/Game/BattleGrounds/Zones/StrandofAncients.cs +++ b/Source/Game/BattleGrounds/Zones/StrandofAncients.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattleGrounds/Zones/TempleofKotmogu.cs b/Source/Game/BattleGrounds/Zones/TempleofKotmogu.cs index 6daf9b46c..dd214d7f1 100644 --- a/Source/Game/BattleGrounds/Zones/TempleofKotmogu.cs +++ b/Source/Game/BattleGrounds/Zones/TempleofKotmogu.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattleGrounds/Zones/TwinPeaks.cs b/Source/Game/BattleGrounds/Zones/TwinPeaks.cs index ad140d80b..f982face6 100644 --- a/Source/Game/BattleGrounds/Zones/TwinPeaks.cs +++ b/Source/Game/BattleGrounds/Zones/TwinPeaks.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattleGrounds/Zones/WarsongGluch.cs b/Source/Game/BattleGrounds/Zones/WarsongGluch.cs index 777aeb2c3..fdd707f51 100644 --- a/Source/Game/BattleGrounds/Zones/WarsongGluch.cs +++ b/Source/Game/BattleGrounds/Zones/WarsongGluch.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BattlePets/BattlePetManager.cs b/Source/Game/BattlePets/BattlePetManager.cs index e5509232a..330a84ce2 100644 --- a/Source/Game/BattlePets/BattlePetManager.cs +++ b/Source/Game/BattlePets/BattlePetManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BlackMarket/BlackMarketEntry.cs b/Source/Game/BlackMarket/BlackMarketEntry.cs index 194135ce3..97f2e0829 100644 --- a/Source/Game/BlackMarket/BlackMarketEntry.cs +++ b/Source/Game/BlackMarket/BlackMarketEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/BlackMarket/BlackMarketManager.cs b/Source/Game/BlackMarket/BlackMarketManager.cs index 3be690b53..66daab0d8 100644 --- a/Source/Game/BlackMarket/BlackMarketManager.cs +++ b/Source/Game/BlackMarket/BlackMarketManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Calendar/CalendarManager.cs b/Source/Game/Calendar/CalendarManager.cs index c77ceb1b6..f59157977 100644 --- a/Source/Game/Calendar/CalendarManager.cs +++ b/Source/Game/Calendar/CalendarManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Channels/Channel.cs b/Source/Game/Chat/Channels/Channel.cs index 57b691cfb..a5906917f 100644 --- a/Source/Game/Chat/Channels/Channel.cs +++ b/Source/Game/Chat/Channels/Channel.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Channels/ChannelAppenders.cs b/Source/Game/Chat/Channels/ChannelAppenders.cs index 2c507f1ec..51048a72c 100644 --- a/Source/Game/Chat/Channels/ChannelAppenders.cs +++ b/Source/Game/Chat/Channels/ChannelAppenders.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Channels/ChannelManager.cs b/Source/Game/Chat/Channels/ChannelManager.cs index dc89aa374..b44938e7d 100644 --- a/Source/Game/Chat/Channels/ChannelManager.cs +++ b/Source/Game/Chat/Channels/ChannelManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/CommandAttribute.cs b/Source/Game/Chat/CommandAttribute.cs index db881503b..082458c26 100644 --- a/Source/Game/Chat/CommandAttribute.cs +++ b/Source/Game/Chat/CommandAttribute.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/CommandHandler.cs b/Source/Game/Chat/CommandHandler.cs index f7c839210..f06e0a17e 100644 --- a/Source/Game/Chat/CommandHandler.cs +++ b/Source/Game/Chat/CommandHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/CommandManager.cs b/Source/Game/Chat/CommandManager.cs index 7fed37608..fe1840c7a 100644 --- a/Source/Game/Chat/CommandManager.cs +++ b/Source/Game/Chat/CommandManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/AccountCommands.cs b/Source/Game/Chat/Commands/AccountCommands.cs index e9764e838..2a8c15cf7 100644 --- a/Source/Game/Chat/Commands/AccountCommands.cs +++ b/Source/Game/Chat/Commands/AccountCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/AhBotCommands.cs b/Source/Game/Chat/Commands/AhBotCommands.cs index 3538b06c5..306c3d412 100644 --- a/Source/Game/Chat/Commands/AhBotCommands.cs +++ b/Source/Game/Chat/Commands/AhBotCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/ArenaCommands.cs b/Source/Game/Chat/Commands/ArenaCommands.cs index 62475f916..193de2173 100644 --- a/Source/Game/Chat/Commands/ArenaCommands.cs +++ b/Source/Game/Chat/Commands/ArenaCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/BNetAccountCommands.cs b/Source/Game/Chat/Commands/BNetAccountCommands.cs index 47c97cb07..8b3610260 100644 --- a/Source/Game/Chat/Commands/BNetAccountCommands.cs +++ b/Source/Game/Chat/Commands/BNetAccountCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/BanCommands.cs b/Source/Game/Chat/Commands/BanCommands.cs index 57562c51e..4acf26e7d 100644 --- a/Source/Game/Chat/Commands/BanCommands.cs +++ b/Source/Game/Chat/Commands/BanCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/BattleFieldCommands.cs b/Source/Game/Chat/Commands/BattleFieldCommands.cs index 040ceb6d6..5909a78ce 100644 --- a/Source/Game/Chat/Commands/BattleFieldCommands.cs +++ b/Source/Game/Chat/Commands/BattleFieldCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/CastCommands.cs b/Source/Game/Chat/Commands/CastCommands.cs index 8720282fd..2aa55d887 100644 --- a/Source/Game/Chat/Commands/CastCommands.cs +++ b/Source/Game/Chat/Commands/CastCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/CharacterCommands.cs b/Source/Game/Chat/Commands/CharacterCommands.cs index 1b2926794..7e65ed62f 100644 --- a/Source/Game/Chat/Commands/CharacterCommands.cs +++ b/Source/Game/Chat/Commands/CharacterCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/CheatCommands.cs b/Source/Game/Chat/Commands/CheatCommands.cs index cc51f0cc9..e827516cc 100644 --- a/Source/Game/Chat/Commands/CheatCommands.cs +++ b/Source/Game/Chat/Commands/CheatCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/DebugCommands.cs b/Source/Game/Chat/Commands/DebugCommands.cs index 4b20fd491..a700e5c65 100644 --- a/Source/Game/Chat/Commands/DebugCommands.cs +++ b/Source/Game/Chat/Commands/DebugCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/DeserterCommands.cs b/Source/Game/Chat/Commands/DeserterCommands.cs index a9823771f..bfab7be78 100644 --- a/Source/Game/Chat/Commands/DeserterCommands.cs +++ b/Source/Game/Chat/Commands/DeserterCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/DisableCommands.cs b/Source/Game/Chat/Commands/DisableCommands.cs index 22262e114..1f5af4b47 100644 --- a/Source/Game/Chat/Commands/DisableCommands.cs +++ b/Source/Game/Chat/Commands/DisableCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/EventCommands.cs b/Source/Game/Chat/Commands/EventCommands.cs index e17cba0b3..672511d59 100644 --- a/Source/Game/Chat/Commands/EventCommands.cs +++ b/Source/Game/Chat/Commands/EventCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/GMCommands.cs b/Source/Game/Chat/Commands/GMCommands.cs index 2ad2ddb4c..0551a83e2 100644 --- a/Source/Game/Chat/Commands/GMCommands.cs +++ b/Source/Game/Chat/Commands/GMCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/GameObjectCommands.cs b/Source/Game/Chat/Commands/GameObjectCommands.cs index 53c2b4401..d8b18eda8 100644 --- a/Source/Game/Chat/Commands/GameObjectCommands.cs +++ b/Source/Game/Chat/Commands/GameObjectCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/GoCommands.cs b/Source/Game/Chat/Commands/GoCommands.cs index 1f5e18356..7e756bd33 100644 --- a/Source/Game/Chat/Commands/GoCommands.cs +++ b/Source/Game/Chat/Commands/GoCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/GroupCommands.cs b/Source/Game/Chat/Commands/GroupCommands.cs index b8ab8b1c7..319d620f9 100644 --- a/Source/Game/Chat/Commands/GroupCommands.cs +++ b/Source/Game/Chat/Commands/GroupCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/GuildCommands.cs b/Source/Game/Chat/Commands/GuildCommands.cs index fc2c5fca3..5a01a96c3 100644 --- a/Source/Game/Chat/Commands/GuildCommands.cs +++ b/Source/Game/Chat/Commands/GuildCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/HonorCommands.cs b/Source/Game/Chat/Commands/HonorCommands.cs index 86d604b74..88e7c2012 100644 --- a/Source/Game/Chat/Commands/HonorCommands.cs +++ b/Source/Game/Chat/Commands/HonorCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/InstanceCommands.cs b/Source/Game/Chat/Commands/InstanceCommands.cs index 7b841669a..57d0df206 100644 --- a/Source/Game/Chat/Commands/InstanceCommands.cs +++ b/Source/Game/Chat/Commands/InstanceCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/LFGCommands.cs b/Source/Game/Chat/Commands/LFGCommands.cs index be3d67bb9..90ea4e7fb 100644 --- a/Source/Game/Chat/Commands/LFGCommands.cs +++ b/Source/Game/Chat/Commands/LFGCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/LearnCommands.cs b/Source/Game/Chat/Commands/LearnCommands.cs index 37e3cd460..1c8cde747 100644 --- a/Source/Game/Chat/Commands/LearnCommands.cs +++ b/Source/Game/Chat/Commands/LearnCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/ListCommands.cs b/Source/Game/Chat/Commands/ListCommands.cs index 46deaa0eb..ca7ea998f 100644 --- a/Source/Game/Chat/Commands/ListCommands.cs +++ b/Source/Game/Chat/Commands/ListCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/LookupCommands.cs b/Source/Game/Chat/Commands/LookupCommands.cs index d960cdebf..763b28b16 100644 --- a/Source/Game/Chat/Commands/LookupCommands.cs +++ b/Source/Game/Chat/Commands/LookupCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/MMapsCommands.cs b/Source/Game/Chat/Commands/MMapsCommands.cs index ab4b25186..a6e10dac0 100644 --- a/Source/Game/Chat/Commands/MMapsCommands.cs +++ b/Source/Game/Chat/Commands/MMapsCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/MessageCommands.cs b/Source/Game/Chat/Commands/MessageCommands.cs index 7f9fbb577..673d24dae 100644 --- a/Source/Game/Chat/Commands/MessageCommands.cs +++ b/Source/Game/Chat/Commands/MessageCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/MiscCommands.cs b/Source/Game/Chat/Commands/MiscCommands.cs index a3d622102..0a31002e2 100644 --- a/Source/Game/Chat/Commands/MiscCommands.cs +++ b/Source/Game/Chat/Commands/MiscCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/ModifyCommands.cs b/Source/Game/Chat/Commands/ModifyCommands.cs index ce5bb8dd6..d2ca53a13 100644 --- a/Source/Game/Chat/Commands/ModifyCommands.cs +++ b/Source/Game/Chat/Commands/ModifyCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/NPCCommands.cs b/Source/Game/Chat/Commands/NPCCommands.cs index f74d04f62..cd341661f 100644 --- a/Source/Game/Chat/Commands/NPCCommands.cs +++ b/Source/Game/Chat/Commands/NPCCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/PetCommands.cs b/Source/Game/Chat/Commands/PetCommands.cs index 961d7c2b7..f0df6c20d 100644 --- a/Source/Game/Chat/Commands/PetCommands.cs +++ b/Source/Game/Chat/Commands/PetCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/QuestCommands.cs b/Source/Game/Chat/Commands/QuestCommands.cs index 543aa77e1..fff9c2308 100644 --- a/Source/Game/Chat/Commands/QuestCommands.cs +++ b/Source/Game/Chat/Commands/QuestCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/RbacCommands.cs b/Source/Game/Chat/Commands/RbacCommands.cs index 0cc9e14a5..8f68fd57c 100644 --- a/Source/Game/Chat/Commands/RbacCommands.cs +++ b/Source/Game/Chat/Commands/RbacCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/ReloadCommand.cs b/Source/Game/Chat/Commands/ReloadCommand.cs index a810e5010..177bc29c1 100644 --- a/Source/Game/Chat/Commands/ReloadCommand.cs +++ b/Source/Game/Chat/Commands/ReloadCommand.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/ResetCommands.cs b/Source/Game/Chat/Commands/ResetCommands.cs index 1e05533e8..eb35f39a4 100644 --- a/Source/Game/Chat/Commands/ResetCommands.cs +++ b/Source/Game/Chat/Commands/ResetCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/SceneCommands.cs b/Source/Game/Chat/Commands/SceneCommands.cs index d8cf9391a..91b5f2f7b 100644 --- a/Source/Game/Chat/Commands/SceneCommands.cs +++ b/Source/Game/Chat/Commands/SceneCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/SendCommands.cs b/Source/Game/Chat/Commands/SendCommands.cs index bcbee5d3f..60a819775 100644 --- a/Source/Game/Chat/Commands/SendCommands.cs +++ b/Source/Game/Chat/Commands/SendCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/ServerCommands.cs b/Source/Game/Chat/Commands/ServerCommands.cs index 905d416ab..b430a25a1 100644 --- a/Source/Game/Chat/Commands/ServerCommands.cs +++ b/Source/Game/Chat/Commands/ServerCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/SpellCommands.cs b/Source/Game/Chat/Commands/SpellCommands.cs index 8f59373d5..06d4798c9 100644 --- a/Source/Game/Chat/Commands/SpellCommands.cs +++ b/Source/Game/Chat/Commands/SpellCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/TeleCommands.cs b/Source/Game/Chat/Commands/TeleCommands.cs index ca92a73d7..564aa2d6c 100644 --- a/Source/Game/Chat/Commands/TeleCommands.cs +++ b/Source/Game/Chat/Commands/TeleCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/TicketCommands.cs b/Source/Game/Chat/Commands/TicketCommands.cs index 63a9fc421..41376e184 100644 --- a/Source/Game/Chat/Commands/TicketCommands.cs +++ b/Source/Game/Chat/Commands/TicketCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/TitleCommands.cs b/Source/Game/Chat/Commands/TitleCommands.cs index 665095b8f..000263de4 100644 --- a/Source/Game/Chat/Commands/TitleCommands.cs +++ b/Source/Game/Chat/Commands/TitleCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Chat/Commands/WPCommands.cs b/Source/Game/Chat/Commands/WPCommands.cs index 1f8349fd6..8ba4cbcb1 100644 --- a/Source/Game/Chat/Commands/WPCommands.cs +++ b/Source/Game/Chat/Commands/WPCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Collision/BoundingIntervalHierarchy.cs b/Source/Game/Collision/BoundingIntervalHierarchy.cs index 661d8de26..83416aa7c 100644 --- a/Source/Game/Collision/BoundingIntervalHierarchy.cs +++ b/Source/Game/Collision/BoundingIntervalHierarchy.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Collision/BoundingIntervalHierarchyWrap.cs b/Source/Game/Collision/BoundingIntervalHierarchyWrap.cs index fb95af4d9..6045f8b29 100644 --- a/Source/Game/Collision/BoundingIntervalHierarchyWrap.cs +++ b/Source/Game/Collision/BoundingIntervalHierarchyWrap.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Collision/Callbacks.cs b/Source/Game/Collision/Callbacks.cs index 9517dfdec..c0c8e68b2 100644 --- a/Source/Game/Collision/Callbacks.cs +++ b/Source/Game/Collision/Callbacks.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Collision/DynamicTree.cs b/Source/Game/Collision/DynamicTree.cs index 7b66d3255..f02bd66ef 100644 --- a/Source/Game/Collision/DynamicTree.cs +++ b/Source/Game/Collision/DynamicTree.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Collision/Management/VMapManager.cs b/Source/Game/Collision/Management/VMapManager.cs index 2fb7cc72e..4fc64b7a4 100644 --- a/Source/Game/Collision/Management/VMapManager.cs +++ b/Source/Game/Collision/Management/VMapManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Collision/Maps/MapTree.cs b/Source/Game/Collision/Maps/MapTree.cs index faf9fbac0..3f62e39ac 100644 --- a/Source/Game/Collision/Maps/MapTree.cs +++ b/Source/Game/Collision/Maps/MapTree.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Collision/Models/GameObjectModel.cs b/Source/Game/Collision/Models/GameObjectModel.cs index 8d5fb9b18..f87493a1e 100644 --- a/Source/Game/Collision/Models/GameObjectModel.cs +++ b/Source/Game/Collision/Models/GameObjectModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Collision/Models/IModel.cs b/Source/Game/Collision/Models/IModel.cs index b5312b00e..38e024fb5 100644 --- a/Source/Game/Collision/Models/IModel.cs +++ b/Source/Game/Collision/Models/IModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Collision/Models/ModelInstance.cs b/Source/Game/Collision/Models/ModelInstance.cs index 3bc1f5f94..7bc9c4c25 100644 --- a/Source/Game/Collision/Models/ModelInstance.cs +++ b/Source/Game/Collision/Models/ModelInstance.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Collision/Models/WorldModel.cs b/Source/Game/Collision/Models/WorldModel.cs index 106a6bf19..41357f667 100644 --- a/Source/Game/Collision/Models/WorldModel.cs +++ b/Source/Game/Collision/Models/WorldModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Collision/RegularGrid2D.cs b/Source/Game/Collision/RegularGrid2D.cs index ac1fe6bf8..e9c594858 100644 --- a/Source/Game/Collision/RegularGrid2D.cs +++ b/Source/Game/Collision/RegularGrid2D.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Combat/Events.cs b/Source/Game/Combat/Events.cs index 0e76cb0cf..87ab85210 100644 --- a/Source/Game/Combat/Events.cs +++ b/Source/Game/Combat/Events.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Combat/HostileRegManager.cs b/Source/Game/Combat/HostileRegManager.cs index aee4ba46e..bb72adfe5 100644 --- a/Source/Game/Combat/HostileRegManager.cs +++ b/Source/Game/Combat/HostileRegManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Combat/ThreatManager.cs b/Source/Game/Combat/ThreatManager.cs index 87e17ac5a..9345ff1b3 100644 --- a/Source/Game/Combat/ThreatManager.cs +++ b/Source/Game/Combat/ThreatManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Conditions/Condition.cs b/Source/Game/Conditions/Condition.cs index c02fd2c91..b8906fc1d 100644 --- a/Source/Game/Conditions/Condition.cs +++ b/Source/Game/Conditions/Condition.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Conditions/ConditionManager.cs b/Source/Game/Conditions/ConditionManager.cs index 598b57df1..aa8001e10 100644 --- a/Source/Game/Conditions/ConditionManager.cs +++ b/Source/Game/Conditions/ConditionManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Conditions/DisableManager.cs b/Source/Game/Conditions/DisableManager.cs index 8e1b6b655..0fc6ca6d7 100644 --- a/Source/Game/Conditions/DisableManager.cs +++ b/Source/Game/Conditions/DisableManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/AreaTriggerDataStorage.cs b/Source/Game/DataStorage/AreaTriggerDataStorage.cs index d070b0836..6fadf5c65 100644 --- a/Source/Game/DataStorage/AreaTriggerDataStorage.cs +++ b/Source/Game/DataStorage/AreaTriggerDataStorage.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/CharacterTemplateDataStorage.cs b/Source/Game/DataStorage/CharacterTemplateDataStorage.cs index f3fbb5dac..7fa22ba5f 100644 --- a/Source/Game/DataStorage/CharacterTemplateDataStorage.cs +++ b/Source/Game/DataStorage/CharacterTemplateDataStorage.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/CliDB.cs b/Source/Game/DataStorage/CliDB.cs index d3aa9928b..58930b484 100644 --- a/Source/Game/DataStorage/CliDB.cs +++ b/Source/Game/DataStorage/CliDB.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/ClientReader/BitReader.cs b/Source/Game/DataStorage/ClientReader/BitReader.cs index 155d076a3..899ccf31c 100644 --- a/Source/Game/DataStorage/ClientReader/BitReader.cs +++ b/Source/Game/DataStorage/ClientReader/BitReader.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/ClientReader/DB6Storage.cs b/Source/Game/DataStorage/ClientReader/DB6Storage.cs index b415ab04b..f6b948a46 100644 --- a/Source/Game/DataStorage/ClientReader/DB6Storage.cs +++ b/Source/Game/DataStorage/ClientReader/DB6Storage.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/ClientReader/DBReader.cs b/Source/Game/DataStorage/ClientReader/DBReader.cs index 267200530..bf027c78b 100644 --- a/Source/Game/DataStorage/ClientReader/DBReader.cs +++ b/Source/Game/DataStorage/ClientReader/DBReader.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/ClientReader/GameTables.cs b/Source/Game/DataStorage/ClientReader/GameTables.cs index ba1e88e6b..a86215059 100644 --- a/Source/Game/DataStorage/ClientReader/GameTables.cs +++ b/Source/Game/DataStorage/ClientReader/GameTables.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/ConversationDataStorage.cs b/Source/Game/DataStorage/ConversationDataStorage.cs index 30fe602c5..739758d47 100644 --- a/Source/Game/DataStorage/ConversationDataStorage.cs +++ b/Source/Game/DataStorage/ConversationDataStorage.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/DB2Manager.cs b/Source/Game/DataStorage/DB2Manager.cs index de6ce19d1..1225e6b6f 100644 --- a/Source/Game/DataStorage/DB2Manager.cs +++ b/Source/Game/DataStorage/DB2Manager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/M2Storage.cs b/Source/Game/DataStorage/M2Storage.cs index 755bb5b16..c59ae5df7 100644 --- a/Source/Game/DataStorage/M2Storage.cs +++ b/Source/Game/DataStorage/M2Storage.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/A_Records.cs b/Source/Game/DataStorage/Structs/A_Records.cs index fc57873ea..9582eab84 100644 --- a/Source/Game/DataStorage/Structs/A_Records.cs +++ b/Source/Game/DataStorage/Structs/A_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/B_Records.cs b/Source/Game/DataStorage/Structs/B_Records.cs index 7ae58a67f..cd1e5d952 100644 --- a/Source/Game/DataStorage/Structs/B_Records.cs +++ b/Source/Game/DataStorage/Structs/B_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/C_Records.cs b/Source/Game/DataStorage/Structs/C_Records.cs index 4f81a5247..e0987ae03 100644 --- a/Source/Game/DataStorage/Structs/C_Records.cs +++ b/Source/Game/DataStorage/Structs/C_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/D_Records.cs b/Source/Game/DataStorage/Structs/D_Records.cs index ca543a138..936bfe33d 100644 --- a/Source/Game/DataStorage/Structs/D_Records.cs +++ b/Source/Game/DataStorage/Structs/D_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/E_Records.cs b/Source/Game/DataStorage/Structs/E_Records.cs index 141ab53cd..2a0e28480 100644 --- a/Source/Game/DataStorage/Structs/E_Records.cs +++ b/Source/Game/DataStorage/Structs/E_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/F_Records.cs b/Source/Game/DataStorage/Structs/F_Records.cs index 64be37a53..5670af2ad 100644 --- a/Source/Game/DataStorage/Structs/F_Records.cs +++ b/Source/Game/DataStorage/Structs/F_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/G_Records.cs b/Source/Game/DataStorage/Structs/G_Records.cs index 6e3bf31e1..edb917716 100644 --- a/Source/Game/DataStorage/Structs/G_Records.cs +++ b/Source/Game/DataStorage/Structs/G_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/GameTablesRecords.cs b/Source/Game/DataStorage/Structs/GameTablesRecords.cs index 153a4d0e6..785eac0b8 100644 --- a/Source/Game/DataStorage/Structs/GameTablesRecords.cs +++ b/Source/Game/DataStorage/Structs/GameTablesRecords.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/H_Records.cs b/Source/Game/DataStorage/Structs/H_Records.cs index 1f2f2651f..a77bce259 100644 --- a/Source/Game/DataStorage/Structs/H_Records.cs +++ b/Source/Game/DataStorage/Structs/H_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/I_Records.cs b/Source/Game/DataStorage/Structs/I_Records.cs index 86611eb16..7273b8e01 100644 --- a/Source/Game/DataStorage/Structs/I_Records.cs +++ b/Source/Game/DataStorage/Structs/I_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/K_Records.cs b/Source/Game/DataStorage/Structs/K_Records.cs index f6fd34c50..2cb18613e 100644 --- a/Source/Game/DataStorage/Structs/K_Records.cs +++ b/Source/Game/DataStorage/Structs/K_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/L_Records.cs b/Source/Game/DataStorage/Structs/L_Records.cs index 5e62bb1b4..e2d3595e2 100644 --- a/Source/Game/DataStorage/Structs/L_Records.cs +++ b/Source/Game/DataStorage/Structs/L_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/M2Structure.cs b/Source/Game/DataStorage/Structs/M2Structure.cs index 8927c8060..2a8b3a389 100644 --- a/Source/Game/DataStorage/Structs/M2Structure.cs +++ b/Source/Game/DataStorage/Structs/M2Structure.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/M_Records.cs b/Source/Game/DataStorage/Structs/M_Records.cs index 3fdb87476..93a0ba56d 100644 --- a/Source/Game/DataStorage/Structs/M_Records.cs +++ b/Source/Game/DataStorage/Structs/M_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/MiscStructs.cs b/Source/Game/DataStorage/Structs/MiscStructs.cs index e149194ba..a2b8be451 100644 --- a/Source/Game/DataStorage/Structs/MiscStructs.cs +++ b/Source/Game/DataStorage/Structs/MiscStructs.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/N_Records.cs b/Source/Game/DataStorage/Structs/N_Records.cs index 501749eab..26f35d5f5 100644 --- a/Source/Game/DataStorage/Structs/N_Records.cs +++ b/Source/Game/DataStorage/Structs/N_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/O_Records.cs b/Source/Game/DataStorage/Structs/O_Records.cs index 4d3894eb6..3a29484ac 100644 --- a/Source/Game/DataStorage/Structs/O_Records.cs +++ b/Source/Game/DataStorage/Structs/O_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/P_Records.cs b/Source/Game/DataStorage/Structs/P_Records.cs index ff389b7e8..ae4c9c657 100644 --- a/Source/Game/DataStorage/Structs/P_Records.cs +++ b/Source/Game/DataStorage/Structs/P_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/Q_Records.cs b/Source/Game/DataStorage/Structs/Q_Records.cs index 4779cbd07..fcd45091e 100644 --- a/Source/Game/DataStorage/Structs/Q_Records.cs +++ b/Source/Game/DataStorage/Structs/Q_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/R_Records.cs b/Source/Game/DataStorage/Structs/R_Records.cs index fe880f7aa..c0f386a5d 100644 --- a/Source/Game/DataStorage/Structs/R_Records.cs +++ b/Source/Game/DataStorage/Structs/R_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/S_Records.cs b/Source/Game/DataStorage/Structs/S_Records.cs index 41a6a0a5a..a708acdff 100644 --- a/Source/Game/DataStorage/Structs/S_Records.cs +++ b/Source/Game/DataStorage/Structs/S_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/T_Records.cs b/Source/Game/DataStorage/Structs/T_Records.cs index 06e75d0c4..70e280eba 100644 --- a/Source/Game/DataStorage/Structs/T_Records.cs +++ b/Source/Game/DataStorage/Structs/T_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/U_Records.cs b/Source/Game/DataStorage/Structs/U_Records.cs index 361de46eb..e86834c1e 100644 --- a/Source/Game/DataStorage/Structs/U_Records.cs +++ b/Source/Game/DataStorage/Structs/U_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/V_Records.cs b/Source/Game/DataStorage/Structs/V_Records.cs index 60e14e210..a7eaa0cec 100644 --- a/Source/Game/DataStorage/Structs/V_Records.cs +++ b/Source/Game/DataStorage/Structs/V_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/Structs/W_Records.cs b/Source/Game/DataStorage/Structs/W_Records.cs index 44cb141a1..4d0ba7b66 100644 --- a/Source/Game/DataStorage/Structs/W_Records.cs +++ b/Source/Game/DataStorage/Structs/W_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DataStorage/WhoListStorage.cs b/Source/Game/DataStorage/WhoListStorage.cs index bf7da0663..a0dd19c7e 100644 --- a/Source/Game/DataStorage/WhoListStorage.cs +++ b/Source/Game/DataStorage/WhoListStorage.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DungeonFinding/LFGGroupData.cs b/Source/Game/DungeonFinding/LFGGroupData.cs index c5a32cbba..60e25005e 100644 --- a/Source/Game/DungeonFinding/LFGGroupData.cs +++ b/Source/Game/DungeonFinding/LFGGroupData.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DungeonFinding/LFGManager.cs b/Source/Game/DungeonFinding/LFGManager.cs index 6d23fca4f..689a68286 100644 --- a/Source/Game/DungeonFinding/LFGManager.cs +++ b/Source/Game/DungeonFinding/LFGManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DungeonFinding/LFGPlayerData.cs b/Source/Game/DungeonFinding/LFGPlayerData.cs index 4aa3a6d78..c39990868 100644 --- a/Source/Game/DungeonFinding/LFGPlayerData.cs +++ b/Source/Game/DungeonFinding/LFGPlayerData.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DungeonFinding/LFGQueue.cs b/Source/Game/DungeonFinding/LFGQueue.cs index 2e7da0ec8..36e2e6c2d 100644 --- a/Source/Game/DungeonFinding/LFGQueue.cs +++ b/Source/Game/DungeonFinding/LFGQueue.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/DungeonFinding/LFGScripts.cs b/Source/Game/DungeonFinding/LFGScripts.cs index 450db4bc3..8e67c58ae 100644 --- a/Source/Game/DungeonFinding/LFGScripts.cs +++ b/Source/Game/DungeonFinding/LFGScripts.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/AreaTrigger/AreaTrigger.cs b/Source/Game/Entities/AreaTrigger/AreaTrigger.cs index d884f722a..71280fabf 100644 --- a/Source/Game/Entities/AreaTrigger/AreaTrigger.cs +++ b/Source/Game/Entities/AreaTrigger/AreaTrigger.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/AreaTrigger/AreaTriggerTemplate.cs b/Source/Game/Entities/AreaTrigger/AreaTriggerTemplate.cs index ccdcb73cf..cf44e9792 100644 --- a/Source/Game/Entities/AreaTrigger/AreaTriggerTemplate.cs +++ b/Source/Game/Entities/AreaTrigger/AreaTriggerTemplate.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Conversation.cs b/Source/Game/Entities/Conversation.cs index b357aec97..2b06bb474 100644 --- a/Source/Game/Entities/Conversation.cs +++ b/Source/Game/Entities/Conversation.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Corpse.cs b/Source/Game/Entities/Corpse.cs index 7f07eca43..d82b2ee7a 100644 --- a/Source/Game/Entities/Corpse.cs +++ b/Source/Game/Entities/Corpse.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Creature/Creature.Fields.cs b/Source/Game/Entities/Creature/Creature.Fields.cs index a16019be3..71319037c 100644 --- a/Source/Game/Entities/Creature/Creature.Fields.cs +++ b/Source/Game/Entities/Creature/Creature.Fields.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Creature/Creature.cs b/Source/Game/Entities/Creature/Creature.cs index 023a7f649..7ea9e1ff8 100644 --- a/Source/Game/Entities/Creature/Creature.cs +++ b/Source/Game/Entities/Creature/Creature.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Creature/CreatureData.cs b/Source/Game/Entities/Creature/CreatureData.cs index 884cdfc6f..416befbf6 100644 --- a/Source/Game/Entities/Creature/CreatureData.cs +++ b/Source/Game/Entities/Creature/CreatureData.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Creature/CreatureGroups.cs b/Source/Game/Entities/Creature/CreatureGroups.cs index 0a6dd2668..96b2faae1 100644 --- a/Source/Game/Entities/Creature/CreatureGroups.cs +++ b/Source/Game/Entities/Creature/CreatureGroups.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Creature/Gossip.cs b/Source/Game/Entities/Creature/Gossip.cs index 7d8184d63..5c3788bc7 100644 --- a/Source/Game/Entities/Creature/Gossip.cs +++ b/Source/Game/Entities/Creature/Gossip.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/DynamicObject.cs b/Source/Game/Entities/DynamicObject.cs index e402918fc..a9111ff6b 100644 --- a/Source/Game/Entities/DynamicObject.cs +++ b/Source/Game/Entities/DynamicObject.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/GameObject/GameObject.cs b/Source/Game/Entities/GameObject/GameObject.cs index f2937176c..4fc58502b 100644 --- a/Source/Game/Entities/GameObject/GameObject.cs +++ b/Source/Game/Entities/GameObject/GameObject.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/GameObject/GameObjectData.cs b/Source/Game/Entities/GameObject/GameObjectData.cs index 3250b1875..34652c28c 100644 --- a/Source/Game/Entities/GameObject/GameObjectData.cs +++ b/Source/Game/Entities/GameObject/GameObjectData.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Item/AzeriteEmpoweredItem.cs b/Source/Game/Entities/Item/AzeriteEmpoweredItem.cs index a8109b79e..23a38f397 100644 --- a/Source/Game/Entities/Item/AzeriteEmpoweredItem.cs +++ b/Source/Game/Entities/Item/AzeriteEmpoweredItem.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Item/AzeriteItem.cs b/Source/Game/Entities/Item/AzeriteItem.cs index 3d9cd5ee0..62d2a59cf 100644 --- a/Source/Game/Entities/Item/AzeriteItem.cs +++ b/Source/Game/Entities/Item/AzeriteItem.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Item/Bag.cs b/Source/Game/Entities/Item/Bag.cs index dd8cce2ec..f54807b0c 100644 --- a/Source/Game/Entities/Item/Bag.cs +++ b/Source/Game/Entities/Item/Bag.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Item/Item.cs b/Source/Game/Entities/Item/Item.cs index 376a206b7..c2d0cdbfb 100644 --- a/Source/Game/Entities/Item/Item.cs +++ b/Source/Game/Entities/Item/Item.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Item/ItemEnchantment.cs b/Source/Game/Entities/Item/ItemEnchantment.cs index 710274a7c..6e9bccab6 100644 --- a/Source/Game/Entities/Item/ItemEnchantment.cs +++ b/Source/Game/Entities/Item/ItemEnchantment.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Item/ItemTemplate.cs b/Source/Game/Entities/Item/ItemTemplate.cs index 7864ed7aa..0f6d3e270 100644 --- a/Source/Game/Entities/Item/ItemTemplate.cs +++ b/Source/Game/Entities/Item/ItemTemplate.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Object/ObjectGuid.cs b/Source/Game/Entities/Object/ObjectGuid.cs index 89ff9340c..66ff3f259 100644 --- a/Source/Game/Entities/Object/ObjectGuid.cs +++ b/Source/Game/Entities/Object/ObjectGuid.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Object/Position.cs b/Source/Game/Entities/Object/Position.cs index a5b294eeb..ddbff829c 100644 --- a/Source/Game/Entities/Object/Position.cs +++ b/Source/Game/Entities/Object/Position.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Object/Update/UpdateData.cs b/Source/Game/Entities/Object/Update/UpdateData.cs index b102c671e..f134bda2b 100644 --- a/Source/Game/Entities/Object/Update/UpdateData.cs +++ b/Source/Game/Entities/Object/Update/UpdateData.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Object/Update/UpdateField.cs b/Source/Game/Entities/Object/Update/UpdateField.cs index a09a76068..f8ab27579 100644 --- a/Source/Game/Entities/Object/Update/UpdateField.cs +++ b/Source/Game/Entities/Object/Update/UpdateField.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Object/Update/UpdateFields.cs b/Source/Game/Entities/Object/Update/UpdateFields.cs index 0069730e2..1c3f8ad03 100644 --- a/Source/Game/Entities/Object/Update/UpdateFields.cs +++ b/Source/Game/Entities/Object/Update/UpdateFields.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Object/Update/UpdateMask.cs b/Source/Game/Entities/Object/Update/UpdateMask.cs index 000d6ddfd..21249a017 100644 --- a/Source/Game/Entities/Object/Update/UpdateMask.cs +++ b/Source/Game/Entities/Object/Update/UpdateMask.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Object/WorldObject.cs b/Source/Game/Entities/Object/WorldObject.cs index 0d8407114..f081348cc 100644 --- a/Source/Game/Entities/Object/WorldObject.cs +++ b/Source/Game/Entities/Object/WorldObject.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Pet.cs b/Source/Game/Entities/Pet.cs index bdc7c0e76..61441cb47 100644 --- a/Source/Game/Entities/Pet.cs +++ b/Source/Game/Entities/Pet.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/CinematicManager.cs b/Source/Game/Entities/Player/CinematicManager.cs index 9b749b320..7532b0015 100644 --- a/Source/Game/Entities/Player/CinematicManager.cs +++ b/Source/Game/Entities/Player/CinematicManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/CollectionManager.cs b/Source/Game/Entities/Player/CollectionManager.cs index e04a452b4..eae2fb02c 100644 --- a/Source/Game/Entities/Player/CollectionManager.cs +++ b/Source/Game/Entities/Player/CollectionManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/KillRewarder.cs b/Source/Game/Entities/Player/KillRewarder.cs index eba0e9db2..8c7e8b467 100644 --- a/Source/Game/Entities/Player/KillRewarder.cs +++ b/Source/Game/Entities/Player/KillRewarder.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/Player.Achievement.cs b/Source/Game/Entities/Player/Player.Achievement.cs index ab5ef4199..3e535504a 100644 --- a/Source/Game/Entities/Player/Player.Achievement.cs +++ b/Source/Game/Entities/Player/Player.Achievement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/Player.Combat.cs b/Source/Game/Entities/Player/Player.Combat.cs index 315f7797b..e65eea330 100644 --- a/Source/Game/Entities/Player/Player.Combat.cs +++ b/Source/Game/Entities/Player/Player.Combat.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/Player.DB.cs b/Source/Game/Entities/Player/Player.DB.cs index 0d79a9704..a7e627a09 100644 --- a/Source/Game/Entities/Player/Player.DB.cs +++ b/Source/Game/Entities/Player/Player.DB.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/Player.Fields.cs b/Source/Game/Entities/Player/Player.Fields.cs index 197433e8c..0959a4ac8 100644 --- a/Source/Game/Entities/Player/Player.Fields.cs +++ b/Source/Game/Entities/Player/Player.Fields.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/Player.Groups.cs b/Source/Game/Entities/Player/Player.Groups.cs index e7f098e6c..b879d82e7 100644 --- a/Source/Game/Entities/Player/Player.Groups.cs +++ b/Source/Game/Entities/Player/Player.Groups.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/Player.Items.cs b/Source/Game/Entities/Player/Player.Items.cs index d96de5c5f..9fa7914fd 100644 --- a/Source/Game/Entities/Player/Player.Items.cs +++ b/Source/Game/Entities/Player/Player.Items.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/Player.Map.cs b/Source/Game/Entities/Player/Player.Map.cs index 534ca9299..e4a8bd5ac 100644 --- a/Source/Game/Entities/Player/Player.Map.cs +++ b/Source/Game/Entities/Player/Player.Map.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/Player.PvP.cs b/Source/Game/Entities/Player/Player.PvP.cs index 033386c7c..63d7897f8 100644 --- a/Source/Game/Entities/Player/Player.PvP.cs +++ b/Source/Game/Entities/Player/Player.PvP.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/Player.Quest.cs b/Source/Game/Entities/Player/Player.Quest.cs index 1cab59a81..22476b128 100644 --- a/Source/Game/Entities/Player/Player.Quest.cs +++ b/Source/Game/Entities/Player/Player.Quest.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/Player.Spells.cs b/Source/Game/Entities/Player/Player.Spells.cs index 4680ef8a7..3a28b714e 100644 --- a/Source/Game/Entities/Player/Player.Spells.cs +++ b/Source/Game/Entities/Player/Player.Spells.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/Player.Talents.cs b/Source/Game/Entities/Player/Player.Talents.cs index 63a0566d2..3f5d13218 100644 --- a/Source/Game/Entities/Player/Player.Talents.cs +++ b/Source/Game/Entities/Player/Player.Talents.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/Player.cs b/Source/Game/Entities/Player/Player.cs index 8e0f4262e..97e907ce7 100644 --- a/Source/Game/Entities/Player/Player.cs +++ b/Source/Game/Entities/Player/Player.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/PlayerTaxi.cs b/Source/Game/Entities/Player/PlayerTaxi.cs index 0d46521da..374500458 100644 --- a/Source/Game/Entities/Player/PlayerTaxi.cs +++ b/Source/Game/Entities/Player/PlayerTaxi.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/SceneMgr.cs b/Source/Game/Entities/Player/SceneMgr.cs index b850fad85..a872418ee 100644 --- a/Source/Game/Entities/Player/SceneMgr.cs +++ b/Source/Game/Entities/Player/SceneMgr.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/SocialMgr.cs b/Source/Game/Entities/Player/SocialMgr.cs index 0a33a117f..3b02469d6 100644 --- a/Source/Game/Entities/Player/SocialMgr.cs +++ b/Source/Game/Entities/Player/SocialMgr.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Player/TradeData.cs b/Source/Game/Entities/Player/TradeData.cs index 61b042e71..9b3aa8e07 100644 --- a/Source/Game/Entities/Player/TradeData.cs +++ b/Source/Game/Entities/Player/TradeData.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/StatSystem.cs b/Source/Game/Entities/StatSystem.cs index 1c48dc17e..6550b5788 100644 --- a/Source/Game/Entities/StatSystem.cs +++ b/Source/Game/Entities/StatSystem.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Taxi/TaxiPathGraph.cs b/Source/Game/Entities/Taxi/TaxiPathGraph.cs index 8a33f86d9..903872758 100644 --- a/Source/Game/Entities/Taxi/TaxiPathGraph.cs +++ b/Source/Game/Entities/Taxi/TaxiPathGraph.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/TemporarySummon.cs b/Source/Game/Entities/TemporarySummon.cs index 5bddfef1c..1cc0048b2 100644 --- a/Source/Game/Entities/TemporarySummon.cs +++ b/Source/Game/Entities/TemporarySummon.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Totem.cs b/Source/Game/Entities/Totem.cs index b9b9c485c..cc7e6c4c5 100644 --- a/Source/Game/Entities/Totem.cs +++ b/Source/Game/Entities/Totem.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Transport.cs b/Source/Game/Entities/Transport.cs index b07731a72..33d26df55 100644 --- a/Source/Game/Entities/Transport.cs +++ b/Source/Game/Entities/Transport.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Unit/CharmInfo.cs b/Source/Game/Entities/Unit/CharmInfo.cs index cf417c5d9..5ee4561a8 100644 --- a/Source/Game/Entities/Unit/CharmInfo.cs +++ b/Source/Game/Entities/Unit/CharmInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Unit/Comparer.cs b/Source/Game/Entities/Unit/Comparer.cs index d50b5662b..db675b5ca 100644 --- a/Source/Game/Entities/Unit/Comparer.cs +++ b/Source/Game/Entities/Unit/Comparer.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Unit/Unit.Combat.cs b/Source/Game/Entities/Unit/Unit.Combat.cs index 84aaa4d3f..bcf841053 100644 --- a/Source/Game/Entities/Unit/Unit.Combat.cs +++ b/Source/Game/Entities/Unit/Unit.Combat.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Unit/Unit.Fields.cs b/Source/Game/Entities/Unit/Unit.Fields.cs index e2b14fd09..111da4ce5 100644 --- a/Source/Game/Entities/Unit/Unit.Fields.cs +++ b/Source/Game/Entities/Unit/Unit.Fields.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Unit/Unit.Movement.cs b/Source/Game/Entities/Unit/Unit.Movement.cs index 15f82ffe0..5d2e6eb40 100644 --- a/Source/Game/Entities/Unit/Unit.Movement.cs +++ b/Source/Game/Entities/Unit/Unit.Movement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Unit/Unit.Pets.cs b/Source/Game/Entities/Unit/Unit.Pets.cs index dadb578b0..d71f99362 100644 --- a/Source/Game/Entities/Unit/Unit.Pets.cs +++ b/Source/Game/Entities/Unit/Unit.Pets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Unit/Unit.Spells.cs b/Source/Game/Entities/Unit/Unit.Spells.cs index c94f944f1..04c9ad0a5 100644 --- a/Source/Game/Entities/Unit/Unit.Spells.cs +++ b/Source/Game/Entities/Unit/Unit.Spells.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Unit/Unit.cs b/Source/Game/Entities/Unit/Unit.cs index 6b26465c6..0d51567b2 100644 --- a/Source/Game/Entities/Unit/Unit.cs +++ b/Source/Game/Entities/Unit/Unit.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Entities/Vehicle.cs b/Source/Game/Entities/Vehicle.cs index a8b8654a2..62cf81a1a 100644 --- a/Source/Game/Entities/Vehicle.cs +++ b/Source/Game/Entities/Vehicle.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Events/GameEventManager.cs b/Source/Game/Events/GameEventManager.cs index 89fa84b60..503aa9c5a 100644 --- a/Source/Game/Events/GameEventManager.cs +++ b/Source/Game/Events/GameEventManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Garrisons/GarrisonManager.cs b/Source/Game/Garrisons/GarrisonManager.cs index e0fb29333..371516739 100644 --- a/Source/Game/Garrisons/GarrisonManager.cs +++ b/Source/Game/Garrisons/GarrisonManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Garrisons/GarrisonMap.cs b/Source/Game/Garrisons/GarrisonMap.cs index f30442f4f..47d2fed67 100644 --- a/Source/Game/Garrisons/GarrisonMap.cs +++ b/Source/Game/Garrisons/GarrisonMap.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Garrisons/Garrisons.cs b/Source/Game/Garrisons/Garrisons.cs index 0b285c691..a242e6211 100644 --- a/Source/Game/Garrisons/Garrisons.cs +++ b/Source/Game/Garrisons/Garrisons.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Globals/Global.cs b/Source/Game/Globals/Global.cs index a9fc4cb61..46a2d24d9 100644 --- a/Source/Game/Globals/Global.cs +++ b/Source/Game/Globals/Global.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Globals/ObjectAccessor.cs b/Source/Game/Globals/ObjectAccessor.cs index ede9a5161..760d81dbd 100644 --- a/Source/Game/Globals/ObjectAccessor.cs +++ b/Source/Game/Globals/ObjectAccessor.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Globals/ObjectManager.cs b/Source/Game/Globals/ObjectManager.cs index 880f41ae7..32e853922 100644 --- a/Source/Game/Globals/ObjectManager.cs +++ b/Source/Game/Globals/ObjectManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Groups/Group.cs b/Source/Game/Groups/Group.cs index f0000cd28..82e0829df 100644 --- a/Source/Game/Groups/Group.cs +++ b/Source/Game/Groups/Group.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Groups/GroupManager.cs b/Source/Game/Groups/GroupManager.cs index c201bbd47..ad4349cd1 100644 --- a/Source/Game/Groups/GroupManager.cs +++ b/Source/Game/Groups/GroupManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Groups/GroupReference.cs b/Source/Game/Groups/GroupReference.cs index 696465171..8b83f1d34 100644 --- a/Source/Game/Groups/GroupReference.cs +++ b/Source/Game/Groups/GroupReference.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Guilds/Guild.cs b/Source/Game/Guilds/Guild.cs index b889fc383..ff8ec4fd1 100644 --- a/Source/Game/Guilds/Guild.cs +++ b/Source/Game/Guilds/Guild.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Guilds/GuildFinderManager.cs b/Source/Game/Guilds/GuildFinderManager.cs index 84ebdfeb0..ecd134936 100644 --- a/Source/Game/Guilds/GuildFinderManager.cs +++ b/Source/Game/Guilds/GuildFinderManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Guilds/GuildManager.cs b/Source/Game/Guilds/GuildManager.cs index 62cab0177..317d3d4d8 100644 --- a/Source/Game/Guilds/GuildManager.cs +++ b/Source/Game/Guilds/GuildManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/ArtifactHandler.cs b/Source/Game/Handlers/ArtifactHandler.cs index 8fdf2034e..c2a25e9c2 100644 --- a/Source/Game/Handlers/ArtifactHandler.cs +++ b/Source/Game/Handlers/ArtifactHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/AuctionHandler.cs b/Source/Game/Handlers/AuctionHandler.cs index da6c14474..b87828bf1 100644 --- a/Source/Game/Handlers/AuctionHandler.cs +++ b/Source/Game/Handlers/AuctionHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/AuthenticationHandler.cs b/Source/Game/Handlers/AuthenticationHandler.cs index b718e9b62..b7645c46c 100644 --- a/Source/Game/Handlers/AuthenticationHandler.cs +++ b/Source/Game/Handlers/AuthenticationHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/AzeriteHandler.cs b/Source/Game/Handlers/AzeriteHandler.cs index 1ede6f32c..1e1e66b88 100644 --- a/Source/Game/Handlers/AzeriteHandler.cs +++ b/Source/Game/Handlers/AzeriteHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/BankHandler.cs b/Source/Game/Handlers/BankHandler.cs index ffdb68465..768884c02 100644 --- a/Source/Game/Handlers/BankHandler.cs +++ b/Source/Game/Handlers/BankHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/BattleFieldHandler.cs b/Source/Game/Handlers/BattleFieldHandler.cs index 536fed718..09e2ad936 100644 --- a/Source/Game/Handlers/BattleFieldHandler.cs +++ b/Source/Game/Handlers/BattleFieldHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/BattleGroundHandler.cs b/Source/Game/Handlers/BattleGroundHandler.cs index d03059de1..85b6094a8 100644 --- a/Source/Game/Handlers/BattleGroundHandler.cs +++ b/Source/Game/Handlers/BattleGroundHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/BattlePetHandler.cs b/Source/Game/Handlers/BattlePetHandler.cs index b28862972..7404227ab 100644 --- a/Source/Game/Handlers/BattlePetHandler.cs +++ b/Source/Game/Handlers/BattlePetHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/BattlenetHandler.cs b/Source/Game/Handlers/BattlenetHandler.cs index d37e9a18f..5a6506925 100644 --- a/Source/Game/Handlers/BattlenetHandler.cs +++ b/Source/Game/Handlers/BattlenetHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/BlackMarketHandlers.cs b/Source/Game/Handlers/BlackMarketHandlers.cs index 6005de7f9..83ed05c5c 100644 --- a/Source/Game/Handlers/BlackMarketHandlers.cs +++ b/Source/Game/Handlers/BlackMarketHandlers.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/CalendarHandler.cs b/Source/Game/Handlers/CalendarHandler.cs index a4cadbf6f..2043a056a 100644 --- a/Source/Game/Handlers/CalendarHandler.cs +++ b/Source/Game/Handlers/CalendarHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/ChannelHandler.cs b/Source/Game/Handlers/ChannelHandler.cs index c2b9a42b0..161e27025 100644 --- a/Source/Game/Handlers/ChannelHandler.cs +++ b/Source/Game/Handlers/ChannelHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/CharacterHandler.cs b/Source/Game/Handlers/CharacterHandler.cs index bc5a00278..c029f1b42 100644 --- a/Source/Game/Handlers/CharacterHandler.cs +++ b/Source/Game/Handlers/CharacterHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/ChatHandler.cs b/Source/Game/Handlers/ChatHandler.cs index 64bdb1e7d..c0576e10c 100644 --- a/Source/Game/Handlers/ChatHandler.cs +++ b/Source/Game/Handlers/ChatHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/CollectionsHandler.cs b/Source/Game/Handlers/CollectionsHandler.cs index 7e083c3ea..84cbb9a84 100644 --- a/Source/Game/Handlers/CollectionsHandler.cs +++ b/Source/Game/Handlers/CollectionsHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/CombatHandler.cs b/Source/Game/Handlers/CombatHandler.cs index 56eda1b06..3233648e0 100644 --- a/Source/Game/Handlers/CombatHandler.cs +++ b/Source/Game/Handlers/CombatHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/DuelHandler.cs b/Source/Game/Handlers/DuelHandler.cs index aa1c5b8a1..853e289a3 100644 --- a/Source/Game/Handlers/DuelHandler.cs +++ b/Source/Game/Handlers/DuelHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/GarrisonHandler.cs b/Source/Game/Handlers/GarrisonHandler.cs index 778247439..f52dfc948 100644 --- a/Source/Game/Handlers/GarrisonHandler.cs +++ b/Source/Game/Handlers/GarrisonHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/GroupHandler.cs b/Source/Game/Handlers/GroupHandler.cs index 02f9cb640..dfcaf3505 100644 --- a/Source/Game/Handlers/GroupHandler.cs +++ b/Source/Game/Handlers/GroupHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/GuildFinderHandler.cs b/Source/Game/Handlers/GuildFinderHandler.cs index ebb3406d8..7c35aab30 100644 --- a/Source/Game/Handlers/GuildFinderHandler.cs +++ b/Source/Game/Handlers/GuildFinderHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/GuildHandler.cs b/Source/Game/Handlers/GuildHandler.cs index cd8b3116f..717321c84 100644 --- a/Source/Game/Handlers/GuildHandler.cs +++ b/Source/Game/Handlers/GuildHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/HotfixHandler.cs b/Source/Game/Handlers/HotfixHandler.cs index 63c8e2d2d..d067d97de 100644 --- a/Source/Game/Handlers/HotfixHandler.cs +++ b/Source/Game/Handlers/HotfixHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/InspectHandler.cs b/Source/Game/Handlers/InspectHandler.cs index 2931dfc8e..6d77e2c91 100644 --- a/Source/Game/Handlers/InspectHandler.cs +++ b/Source/Game/Handlers/InspectHandler.cs @@ -1,6 +1,6 @@  /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/ItemHandler.cs b/Source/Game/Handlers/ItemHandler.cs index f8917626d..3e58f971d 100644 --- a/Source/Game/Handlers/ItemHandler.cs +++ b/Source/Game/Handlers/ItemHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/LFGHandler.cs b/Source/Game/Handlers/LFGHandler.cs index f7cb1b440..2c35e8e21 100644 --- a/Source/Game/Handlers/LFGHandler.cs +++ b/Source/Game/Handlers/LFGHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/LogoutHandler.cs b/Source/Game/Handlers/LogoutHandler.cs index f3e7d24ed..426ec1733 100644 --- a/Source/Game/Handlers/LogoutHandler.cs +++ b/Source/Game/Handlers/LogoutHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/LootHandler.cs b/Source/Game/Handlers/LootHandler.cs index 31f3d528d..e875ea0e3 100644 --- a/Source/Game/Handlers/LootHandler.cs +++ b/Source/Game/Handlers/LootHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/MailHandler.cs b/Source/Game/Handlers/MailHandler.cs index aec155796..636c9620b 100644 --- a/Source/Game/Handlers/MailHandler.cs +++ b/Source/Game/Handlers/MailHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/MiscHandler.cs b/Source/Game/Handlers/MiscHandler.cs index 3c718cb9c..3b713c516 100644 --- a/Source/Game/Handlers/MiscHandler.cs +++ b/Source/Game/Handlers/MiscHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/MovementHandler.cs b/Source/Game/Handlers/MovementHandler.cs index 530b48108..43897563e 100644 --- a/Source/Game/Handlers/MovementHandler.cs +++ b/Source/Game/Handlers/MovementHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/NPCHandler.cs b/Source/Game/Handlers/NPCHandler.cs index 46e1a250a..79e4bfefe 100644 --- a/Source/Game/Handlers/NPCHandler.cs +++ b/Source/Game/Handlers/NPCHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/PetHandler.cs b/Source/Game/Handlers/PetHandler.cs index 23bd85bc4..bf9821da8 100644 --- a/Source/Game/Handlers/PetHandler.cs +++ b/Source/Game/Handlers/PetHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/PetitionsHandler.cs b/Source/Game/Handlers/PetitionsHandler.cs index 2042a0a07..fa0de4097 100644 --- a/Source/Game/Handlers/PetitionsHandler.cs +++ b/Source/Game/Handlers/PetitionsHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/QueryHandler.cs b/Source/Game/Handlers/QueryHandler.cs index e392a9e34..4c989dda5 100644 --- a/Source/Game/Handlers/QueryHandler.cs +++ b/Source/Game/Handlers/QueryHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/QuestHandler.cs b/Source/Game/Handlers/QuestHandler.cs index 892c6e7bc..aa6bedad2 100644 --- a/Source/Game/Handlers/QuestHandler.cs +++ b/Source/Game/Handlers/QuestHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/RAFHandler.cs b/Source/Game/Handlers/RAFHandler.cs index 46206bb7b..afe83562a 100644 --- a/Source/Game/Handlers/RAFHandler.cs +++ b/Source/Game/Handlers/RAFHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/ScenarioHandler.cs b/Source/Game/Handlers/ScenarioHandler.cs index 813731515..c25aea525 100644 --- a/Source/Game/Handlers/ScenarioHandler.cs +++ b/Source/Game/Handlers/ScenarioHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/SceneHandler.cs b/Source/Game/Handlers/SceneHandler.cs index 27f20d680..3f4af3b83 100644 --- a/Source/Game/Handlers/SceneHandler.cs +++ b/Source/Game/Handlers/SceneHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/SkillHandler.cs b/Source/Game/Handlers/SkillHandler.cs index 5b69028da..c90a38486 100644 --- a/Source/Game/Handlers/SkillHandler.cs +++ b/Source/Game/Handlers/SkillHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/SocialHandler.cs b/Source/Game/Handlers/SocialHandler.cs index 13816e6bb..0b16de2bd 100644 --- a/Source/Game/Handlers/SocialHandler.cs +++ b/Source/Game/Handlers/SocialHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/SpellHandler.cs b/Source/Game/Handlers/SpellHandler.cs index ba3413a2d..f6d4592ac 100644 --- a/Source/Game/Handlers/SpellHandler.cs +++ b/Source/Game/Handlers/SpellHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/TaxiHandler.cs b/Source/Game/Handlers/TaxiHandler.cs index 0ce95db92..14e073f80 100644 --- a/Source/Game/Handlers/TaxiHandler.cs +++ b/Source/Game/Handlers/TaxiHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/TicketHandler.cs b/Source/Game/Handlers/TicketHandler.cs index f8d74f066..8c400e869 100644 --- a/Source/Game/Handlers/TicketHandler.cs +++ b/Source/Game/Handlers/TicketHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/TimeHandler.cs b/Source/Game/Handlers/TimeHandler.cs index 98a956e04..f61b5a8e2 100644 --- a/Source/Game/Handlers/TimeHandler.cs +++ b/Source/Game/Handlers/TimeHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/TokenHandler.cs b/Source/Game/Handlers/TokenHandler.cs index e985bfc71..7253c6f4d 100644 --- a/Source/Game/Handlers/TokenHandler.cs +++ b/Source/Game/Handlers/TokenHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/ToyHandler.cs b/Source/Game/Handlers/ToyHandler.cs index c453f28f6..b8802a814 100644 --- a/Source/Game/Handlers/ToyHandler.cs +++ b/Source/Game/Handlers/ToyHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/TradeHandler.cs b/Source/Game/Handlers/TradeHandler.cs index 3ddfdbe60..6e62bc407 100644 --- a/Source/Game/Handlers/TradeHandler.cs +++ b/Source/Game/Handlers/TradeHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/TransmogrificationHandler.cs b/Source/Game/Handlers/TransmogrificationHandler.cs index 476a4d1c1..e5093fd4a 100644 --- a/Source/Game/Handlers/TransmogrificationHandler.cs +++ b/Source/Game/Handlers/TransmogrificationHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/VehicleHandler.cs b/Source/Game/Handlers/VehicleHandler.cs index bf1770463..1a2cc826e 100644 --- a/Source/Game/Handlers/VehicleHandler.cs +++ b/Source/Game/Handlers/VehicleHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Handlers/VoidStorageHandler.cs b/Source/Game/Handlers/VoidStorageHandler.cs index f317eb8f7..29f380740 100644 --- a/Source/Game/Handlers/VoidStorageHandler.cs +++ b/Source/Game/Handlers/VoidStorageHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Loot/Loot.cs b/Source/Game/Loot/Loot.cs index 48ae9e568..0618329a9 100644 --- a/Source/Game/Loot/Loot.cs +++ b/Source/Game/Loot/Loot.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Loot/LootManager.cs b/Source/Game/Loot/LootManager.cs index 0a73984c1..6b85c042b 100644 --- a/Source/Game/Loot/LootManager.cs +++ b/Source/Game/Loot/LootManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Loot/LootStorage.cs b/Source/Game/Loot/LootStorage.cs index 523bda03d..62fa2246c 100644 --- a/Source/Game/Loot/LootStorage.cs +++ b/Source/Game/Loot/LootStorage.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Mails/Mail.cs b/Source/Game/Mails/Mail.cs index f853966a9..a30c0ca7c 100644 --- a/Source/Game/Mails/Mail.cs +++ b/Source/Game/Mails/Mail.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Mails/MailDraft.cs b/Source/Game/Mails/MailDraft.cs index 76a8e8808..46bcc5a28 100644 --- a/Source/Game/Mails/MailDraft.cs +++ b/Source/Game/Mails/MailDraft.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Maps/AreaBoundary.cs b/Source/Game/Maps/AreaBoundary.cs index c90af74aa..4f9f2911d 100644 --- a/Source/Game/Maps/AreaBoundary.cs +++ b/Source/Game/Maps/AreaBoundary.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Maps/Cell.cs b/Source/Game/Maps/Cell.cs index 1c19a11f9..0decc0a6e 100644 --- a/Source/Game/Maps/Cell.cs +++ b/Source/Game/Maps/Cell.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Maps/Grid.cs b/Source/Game/Maps/Grid.cs index 6f423911b..1c608d1df 100644 --- a/Source/Game/Maps/Grid.cs +++ b/Source/Game/Maps/Grid.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Maps/GridDefines.cs b/Source/Game/Maps/GridDefines.cs index 7bd65ccab..1d688b075 100644 --- a/Source/Game/Maps/GridDefines.cs +++ b/Source/Game/Maps/GridDefines.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Maps/GridMap.cs b/Source/Game/Maps/GridMap.cs index ad77a8641..9563c6e74 100644 --- a/Source/Game/Maps/GridMap.cs +++ b/Source/Game/Maps/GridMap.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Maps/GridNotifiers.cs b/Source/Game/Maps/GridNotifiers.cs index 621f16f63..591bc2640 100644 --- a/Source/Game/Maps/GridNotifiers.cs +++ b/Source/Game/Maps/GridNotifiers.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Maps/Instances/InstanceSaveManager.cs b/Source/Game/Maps/Instances/InstanceSaveManager.cs index ce5220ffd..fbc520da8 100644 --- a/Source/Game/Maps/Instances/InstanceSaveManager.cs +++ b/Source/Game/Maps/Instances/InstanceSaveManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Maps/Instances/InstanceScript.cs b/Source/Game/Maps/Instances/InstanceScript.cs index 05bd3018f..5ba7ffe56 100644 --- a/Source/Game/Maps/Instances/InstanceScript.cs +++ b/Source/Game/Maps/Instances/InstanceScript.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Maps/Instances/MapInstance.cs b/Source/Game/Maps/Instances/MapInstance.cs index dfcf0da21..8c3e134bb 100644 --- a/Source/Game/Maps/Instances/MapInstance.cs +++ b/Source/Game/Maps/Instances/MapInstance.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Maps/MMapManager.cs b/Source/Game/Maps/MMapManager.cs index e79a3aa32..6c0863437 100644 --- a/Source/Game/Maps/MMapManager.cs +++ b/Source/Game/Maps/MMapManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Maps/Map.cs b/Source/Game/Maps/Map.cs index 1fe989b8b..abad9b074 100644 --- a/Source/Game/Maps/Map.cs +++ b/Source/Game/Maps/Map.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Maps/MapManager.cs b/Source/Game/Maps/MapManager.cs index dc5c69000..de9ee359e 100644 --- a/Source/Game/Maps/MapManager.cs +++ b/Source/Game/Maps/MapManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Maps/MapUpdater.cs b/Source/Game/Maps/MapUpdater.cs index 075975e21..a859cefb1 100644 --- a/Source/Game/Maps/MapUpdater.cs +++ b/Source/Game/Maps/MapUpdater.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Maps/ObjectGridLoader.cs b/Source/Game/Maps/ObjectGridLoader.cs index b7feefa81..2f4eed9ad 100644 --- a/Source/Game/Maps/ObjectGridLoader.cs +++ b/Source/Game/Maps/ObjectGridLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Maps/TransportManager.cs b/Source/Game/Maps/TransportManager.cs index 2ea5733de..0482e92e4 100644 --- a/Source/Game/Maps/TransportManager.cs +++ b/Source/Game/Maps/TransportManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Maps/ZoneScript.cs b/Source/Game/Maps/ZoneScript.cs index a183df775..989076eef 100644 --- a/Source/Game/Maps/ZoneScript.cs +++ b/Source/Game/Maps/ZoneScript.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Miscellaneous/Formulas.cs b/Source/Game/Miscellaneous/Formulas.cs index 148c37bdf..86e4df1a0 100644 --- a/Source/Game/Miscellaneous/Formulas.cs +++ b/Source/Game/Miscellaneous/Formulas.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Movement/Generators/ConfusedGenerator.cs b/Source/Game/Movement/Generators/ConfusedGenerator.cs index abee38951..9cd5e96af 100644 --- a/Source/Game/Movement/Generators/ConfusedGenerator.cs +++ b/Source/Game/Movement/Generators/ConfusedGenerator.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Movement/Generators/FleeingGenerator.cs b/Source/Game/Movement/Generators/FleeingGenerator.cs index 264e43b4b..9767d342b 100644 --- a/Source/Game/Movement/Generators/FleeingGenerator.cs +++ b/Source/Game/Movement/Generators/FleeingGenerator.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Movement/Generators/HomeMovement.cs b/Source/Game/Movement/Generators/HomeMovement.cs index 45080dbef..1d8089374 100644 --- a/Source/Game/Movement/Generators/HomeMovement.cs +++ b/Source/Game/Movement/Generators/HomeMovement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Movement/Generators/IdleMovement.cs b/Source/Game/Movement/Generators/IdleMovement.cs index 3843ae5ac..5fcca3468 100644 --- a/Source/Game/Movement/Generators/IdleMovement.cs +++ b/Source/Game/Movement/Generators/IdleMovement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Movement/Generators/MovementGenerators.cs b/Source/Game/Movement/Generators/MovementGenerators.cs index 08719d52c..b6a6816cb 100644 --- a/Source/Game/Movement/Generators/MovementGenerators.cs +++ b/Source/Game/Movement/Generators/MovementGenerators.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Movement/Generators/PathGenerator.cs b/Source/Game/Movement/Generators/PathGenerator.cs index e8e7e84bc..5429956d6 100644 --- a/Source/Game/Movement/Generators/PathGenerator.cs +++ b/Source/Game/Movement/Generators/PathGenerator.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Movement/Generators/PointMovement.cs b/Source/Game/Movement/Generators/PointMovement.cs index 6e36c8ef8..0539579ed 100644 --- a/Source/Game/Movement/Generators/PointMovement.cs +++ b/Source/Game/Movement/Generators/PointMovement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Movement/Generators/RandomMovement.cs b/Source/Game/Movement/Generators/RandomMovement.cs index 7473080be..e942653ec 100644 --- a/Source/Game/Movement/Generators/RandomMovement.cs +++ b/Source/Game/Movement/Generators/RandomMovement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Movement/Generators/SplineChainMovementGenerator.cs b/Source/Game/Movement/Generators/SplineChainMovementGenerator.cs index 9c0ac43bc..b797df7ee 100644 --- a/Source/Game/Movement/Generators/SplineChainMovementGenerator.cs +++ b/Source/Game/Movement/Generators/SplineChainMovementGenerator.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Movement/Generators/TargetMovement.cs b/Source/Game/Movement/Generators/TargetMovement.cs index bdcada635..2dfa1c345 100644 --- a/Source/Game/Movement/Generators/TargetMovement.cs +++ b/Source/Game/Movement/Generators/TargetMovement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Movement/Generators/WaypointMovement.cs b/Source/Game/Movement/Generators/WaypointMovement.cs index 0022a673c..4ad657fd0 100644 --- a/Source/Game/Movement/Generators/WaypointMovement.cs +++ b/Source/Game/Movement/Generators/WaypointMovement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Movement/MotionMaster.cs b/Source/Game/Movement/MotionMaster.cs index 7d9d21d63..381b7f198 100644 --- a/Source/Game/Movement/MotionMaster.cs +++ b/Source/Game/Movement/MotionMaster.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Movement/MoveSpline.cs b/Source/Game/Movement/MoveSpline.cs index dbb43cefc..15459f9f7 100644 --- a/Source/Game/Movement/MoveSpline.cs +++ b/Source/Game/Movement/MoveSpline.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Movement/MoveSplineFlags.cs b/Source/Game/Movement/MoveSplineFlags.cs index 4c40724c6..c95054f4b 100644 --- a/Source/Game/Movement/MoveSplineFlags.cs +++ b/Source/Game/Movement/MoveSplineFlags.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Movement/MoveSplineInit.cs b/Source/Game/Movement/MoveSplineInit.cs index 7469f8176..0b69b7319 100644 --- a/Source/Game/Movement/MoveSplineInit.cs +++ b/Source/Game/Movement/MoveSplineInit.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Movement/MoveSplineInitArgs.cs b/Source/Game/Movement/MoveSplineInitArgs.cs index 28977130a..747bdeb59 100644 --- a/Source/Game/Movement/MoveSplineInitArgs.cs +++ b/Source/Game/Movement/MoveSplineInitArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Movement/Spline.cs b/Source/Game/Movement/Spline.cs index e87db2d77..cbd5d465b 100644 --- a/Source/Game/Movement/Spline.cs +++ b/Source/Game/Movement/Spline.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Movement/WaypointManager.cs b/Source/Game/Movement/WaypointManager.cs index dd5182386..c98796cb8 100644 --- a/Source/Game/Movement/WaypointManager.cs +++ b/Source/Game/Movement/WaypointManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packet.cs b/Source/Game/Network/Packet.cs index 17efeeeca..3ecab8ed6 100644 --- a/Source/Game/Network/Packet.cs +++ b/Source/Game/Network/Packet.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/PacketLog.cs b/Source/Game/Network/PacketLog.cs index b2e3f4755..9037c1cce 100644 --- a/Source/Game/Network/PacketLog.cs +++ b/Source/Game/Network/PacketLog.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/PacketManager.cs b/Source/Game/Network/PacketManager.cs index 4035ed799..edcd7ea32 100644 --- a/Source/Game/Network/PacketManager.cs +++ b/Source/Game/Network/PacketManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/PacketUtilities.cs b/Source/Game/Network/PacketUtilities.cs index b93798459..5fb7f9cdf 100644 --- a/Source/Game/Network/PacketUtilities.cs +++ b/Source/Game/Network/PacketUtilities.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/AchievementPackets.cs b/Source/Game/Network/Packets/AchievementPackets.cs index 89357b8a7..75aaafd5c 100644 --- a/Source/Game/Network/Packets/AchievementPackets.cs +++ b/Source/Game/Network/Packets/AchievementPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/AreaTriggerPackets.cs b/Source/Game/Network/Packets/AreaTriggerPackets.cs index 907f402d4..6bbfb7b67 100644 --- a/Source/Game/Network/Packets/AreaTriggerPackets.cs +++ b/Source/Game/Network/Packets/AreaTriggerPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/ArtifactPackets.cs b/Source/Game/Network/Packets/ArtifactPackets.cs index bee79610c..4ed3c7916 100644 --- a/Source/Game/Network/Packets/ArtifactPackets.cs +++ b/Source/Game/Network/Packets/ArtifactPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/AuctionHousePackets.cs b/Source/Game/Network/Packets/AuctionHousePackets.cs index cc4e05047..e5110ca0f 100644 --- a/Source/Game/Network/Packets/AuctionHousePackets.cs +++ b/Source/Game/Network/Packets/AuctionHousePackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/AuthenticationPackets.cs b/Source/Game/Network/Packets/AuthenticationPackets.cs index 3e01b2c63..d0c1d6a53 100644 --- a/Source/Game/Network/Packets/AuthenticationPackets.cs +++ b/Source/Game/Network/Packets/AuthenticationPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/AzeritePackets.cs b/Source/Game/Network/Packets/AzeritePackets.cs index c22fc28ec..4b046b949 100644 --- a/Source/Game/Network/Packets/AzeritePackets.cs +++ b/Source/Game/Network/Packets/AzeritePackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/BankPackets.cs b/Source/Game/Network/Packets/BankPackets.cs index 87788b5ff..eb8439d1a 100644 --- a/Source/Game/Network/Packets/BankPackets.cs +++ b/Source/Game/Network/Packets/BankPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/BattleGroundPackets.cs b/Source/Game/Network/Packets/BattleGroundPackets.cs index 4901b4054..2f415ad6f 100644 --- a/Source/Game/Network/Packets/BattleGroundPackets.cs +++ b/Source/Game/Network/Packets/BattleGroundPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/BattlePetPackets.cs b/Source/Game/Network/Packets/BattlePetPackets.cs index ad79f3a42..53d65f325 100644 --- a/Source/Game/Network/Packets/BattlePetPackets.cs +++ b/Source/Game/Network/Packets/BattlePetPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/BattlefieldPackets.cs b/Source/Game/Network/Packets/BattlefieldPackets.cs index d9f4482fd..1b107c3ed 100644 --- a/Source/Game/Network/Packets/BattlefieldPackets.cs +++ b/Source/Game/Network/Packets/BattlefieldPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/BattlenetPackets.cs b/Source/Game/Network/Packets/BattlenetPackets.cs index 6e942216f..7f8132cf9 100644 --- a/Source/Game/Network/Packets/BattlenetPackets.cs +++ b/Source/Game/Network/Packets/BattlenetPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/BlackMarketPackets.cs b/Source/Game/Network/Packets/BlackMarketPackets.cs index d35195d3d..b48044d37 100644 --- a/Source/Game/Network/Packets/BlackMarketPackets.cs +++ b/Source/Game/Network/Packets/BlackMarketPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/CalendarPackets.cs b/Source/Game/Network/Packets/CalendarPackets.cs index cb19a1b0f..74b92c069 100644 --- a/Source/Game/Network/Packets/CalendarPackets.cs +++ b/Source/Game/Network/Packets/CalendarPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/ChannelPackets.cs b/Source/Game/Network/Packets/ChannelPackets.cs index f01263258..0c9572a55 100644 --- a/Source/Game/Network/Packets/ChannelPackets.cs +++ b/Source/Game/Network/Packets/ChannelPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/CharacterPackets.cs b/Source/Game/Network/Packets/CharacterPackets.cs index fa3c03fc4..008072f34 100644 --- a/Source/Game/Network/Packets/CharacterPackets.cs +++ b/Source/Game/Network/Packets/CharacterPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/ChatPackets.cs b/Source/Game/Network/Packets/ChatPackets.cs index ef00df6e5..17ef3e084 100644 --- a/Source/Game/Network/Packets/ChatPackets.cs +++ b/Source/Game/Network/Packets/ChatPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/ClientConfigPackets.cs b/Source/Game/Network/Packets/ClientConfigPackets.cs index 632f96074..deab79895 100644 --- a/Source/Game/Network/Packets/ClientConfigPackets.cs +++ b/Source/Game/Network/Packets/ClientConfigPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/CollectionPackets.cs b/Source/Game/Network/Packets/CollectionPackets.cs index dee1353d5..bb6641c61 100644 --- a/Source/Game/Network/Packets/CollectionPackets.cs +++ b/Source/Game/Network/Packets/CollectionPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/CombatLogPackets.cs b/Source/Game/Network/Packets/CombatLogPackets.cs index ee3bab444..0d4422c3d 100644 --- a/Source/Game/Network/Packets/CombatLogPackets.cs +++ b/Source/Game/Network/Packets/CombatLogPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/CombatPackets.cs b/Source/Game/Network/Packets/CombatPackets.cs index 088885c33..3773b3696 100644 --- a/Source/Game/Network/Packets/CombatPackets.cs +++ b/Source/Game/Network/Packets/CombatPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/DuelPackets.cs b/Source/Game/Network/Packets/DuelPackets.cs index 96a7a9c45..1e7776bde 100644 --- a/Source/Game/Network/Packets/DuelPackets.cs +++ b/Source/Game/Network/Packets/DuelPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/EquipmentPackets.cs b/Source/Game/Network/Packets/EquipmentPackets.cs index 6e6dfb2f6..d090827a1 100644 --- a/Source/Game/Network/Packets/EquipmentPackets.cs +++ b/Source/Game/Network/Packets/EquipmentPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/GameObjectPackets.cs b/Source/Game/Network/Packets/GameObjectPackets.cs index bd6222a46..a7a8ee94c 100644 --- a/Source/Game/Network/Packets/GameObjectPackets.cs +++ b/Source/Game/Network/Packets/GameObjectPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/GarrisonPackets.cs b/Source/Game/Network/Packets/GarrisonPackets.cs index 1279c60bc..a4d80f65c 100644 --- a/Source/Game/Network/Packets/GarrisonPackets.cs +++ b/Source/Game/Network/Packets/GarrisonPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/GuildFinderPackets.cs b/Source/Game/Network/Packets/GuildFinderPackets.cs index a5ef2d7e3..58461310e 100644 --- a/Source/Game/Network/Packets/GuildFinderPackets.cs +++ b/Source/Game/Network/Packets/GuildFinderPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/GuildPackets.cs b/Source/Game/Network/Packets/GuildPackets.cs index 25883e687..bd9abdfa8 100644 --- a/Source/Game/Network/Packets/GuildPackets.cs +++ b/Source/Game/Network/Packets/GuildPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/HotfixPackets.cs b/Source/Game/Network/Packets/HotfixPackets.cs index a2c5f3a0e..34b4b7312 100644 --- a/Source/Game/Network/Packets/HotfixPackets.cs +++ b/Source/Game/Network/Packets/HotfixPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/InspectPackets.cs b/Source/Game/Network/Packets/InspectPackets.cs index 1c9342e62..168f1adca 100644 --- a/Source/Game/Network/Packets/InspectPackets.cs +++ b/Source/Game/Network/Packets/InspectPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/InstancePackets.cs b/Source/Game/Network/Packets/InstancePackets.cs index 9b280efac..9d89644f6 100644 --- a/Source/Game/Network/Packets/InstancePackets.cs +++ b/Source/Game/Network/Packets/InstancePackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/ItemPackets.cs b/Source/Game/Network/Packets/ItemPackets.cs index 39193a982..b221dd30c 100644 --- a/Source/Game/Network/Packets/ItemPackets.cs +++ b/Source/Game/Network/Packets/ItemPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/LFGPackets.cs b/Source/Game/Network/Packets/LFGPackets.cs index 4fa5476a3..39351f7fd 100644 --- a/Source/Game/Network/Packets/LFGPackets.cs +++ b/Source/Game/Network/Packets/LFGPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/LootPackets.cs b/Source/Game/Network/Packets/LootPackets.cs index 9c4d138cd..790ba7e94 100644 --- a/Source/Game/Network/Packets/LootPackets.cs +++ b/Source/Game/Network/Packets/LootPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/MailPackets.cs b/Source/Game/Network/Packets/MailPackets.cs index 51663a778..018c386da 100644 --- a/Source/Game/Network/Packets/MailPackets.cs +++ b/Source/Game/Network/Packets/MailPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/MiscPackets.cs b/Source/Game/Network/Packets/MiscPackets.cs index 57bca0ef9..004ec54ee 100644 --- a/Source/Game/Network/Packets/MiscPackets.cs +++ b/Source/Game/Network/Packets/MiscPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/MovementPackets.cs b/Source/Game/Network/Packets/MovementPackets.cs index a43ec3618..68eebdbf2 100644 --- a/Source/Game/Network/Packets/MovementPackets.cs +++ b/Source/Game/Network/Packets/MovementPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/NPCPackets.cs b/Source/Game/Network/Packets/NPCPackets.cs index c6cfa82cf..8c101822f 100644 --- a/Source/Game/Network/Packets/NPCPackets.cs +++ b/Source/Game/Network/Packets/NPCPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/PartyPackets.cs b/Source/Game/Network/Packets/PartyPackets.cs index b6f61739e..1dd411c09 100644 --- a/Source/Game/Network/Packets/PartyPackets.cs +++ b/Source/Game/Network/Packets/PartyPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/PetPackets.cs b/Source/Game/Network/Packets/PetPackets.cs index 0456262b9..af34b39df 100644 --- a/Source/Game/Network/Packets/PetPackets.cs +++ b/Source/Game/Network/Packets/PetPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/PetitionPackets.cs b/Source/Game/Network/Packets/PetitionPackets.cs index 8cca2f010..044f1a574 100644 --- a/Source/Game/Network/Packets/PetitionPackets.cs +++ b/Source/Game/Network/Packets/PetitionPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/QueryPackets.cs b/Source/Game/Network/Packets/QueryPackets.cs index 9d502293b..fb42794fc 100644 --- a/Source/Game/Network/Packets/QueryPackets.cs +++ b/Source/Game/Network/Packets/QueryPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/QuestPackets.cs b/Source/Game/Network/Packets/QuestPackets.cs index e437b72da..3e1d5c186 100644 --- a/Source/Game/Network/Packets/QuestPackets.cs +++ b/Source/Game/Network/Packets/QuestPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/ReferAFriendPackets.cs b/Source/Game/Network/Packets/ReferAFriendPackets.cs index b642fe660..d57646044 100644 --- a/Source/Game/Network/Packets/ReferAFriendPackets.cs +++ b/Source/Game/Network/Packets/ReferAFriendPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/ReputationPackets.cs b/Source/Game/Network/Packets/ReputationPackets.cs index a3436859a..a6c358886 100644 --- a/Source/Game/Network/Packets/ReputationPackets.cs +++ b/Source/Game/Network/Packets/ReputationPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/ScenarioPackets.cs b/Source/Game/Network/Packets/ScenarioPackets.cs index 2f7f61972..d38144b20 100644 --- a/Source/Game/Network/Packets/ScenarioPackets.cs +++ b/Source/Game/Network/Packets/ScenarioPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/ScenePackets.cs b/Source/Game/Network/Packets/ScenePackets.cs index 6859f8a1b..204be8918 100644 --- a/Source/Game/Network/Packets/ScenePackets.cs +++ b/Source/Game/Network/Packets/ScenePackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/SocialPackets.cs b/Source/Game/Network/Packets/SocialPackets.cs index 606d18173..275d3a5a0 100644 --- a/Source/Game/Network/Packets/SocialPackets.cs +++ b/Source/Game/Network/Packets/SocialPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/SpellPackets.cs b/Source/Game/Network/Packets/SpellPackets.cs index 57d4d1ae9..77719e2d3 100644 --- a/Source/Game/Network/Packets/SpellPackets.cs +++ b/Source/Game/Network/Packets/SpellPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/SystemPackets.cs b/Source/Game/Network/Packets/SystemPackets.cs index c13728b14..251527b83 100644 --- a/Source/Game/Network/Packets/SystemPackets.cs +++ b/Source/Game/Network/Packets/SystemPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/TalentPackets.cs b/Source/Game/Network/Packets/TalentPackets.cs index fd4f57668..0a4771077 100644 --- a/Source/Game/Network/Packets/TalentPackets.cs +++ b/Source/Game/Network/Packets/TalentPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/TaxiPackets.cs b/Source/Game/Network/Packets/TaxiPackets.cs index 114426d8a..068ecb917 100644 --- a/Source/Game/Network/Packets/TaxiPackets.cs +++ b/Source/Game/Network/Packets/TaxiPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/TicketPackets.cs b/Source/Game/Network/Packets/TicketPackets.cs index 413755884..1bf87406c 100644 --- a/Source/Game/Network/Packets/TicketPackets.cs +++ b/Source/Game/Network/Packets/TicketPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/TokenPackets.cs b/Source/Game/Network/Packets/TokenPackets.cs index ac03194e3..3dc6829f0 100644 --- a/Source/Game/Network/Packets/TokenPackets.cs +++ b/Source/Game/Network/Packets/TokenPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/TotemPackets.cs b/Source/Game/Network/Packets/TotemPackets.cs index 8ab9e3187..8cdc546f8 100644 --- a/Source/Game/Network/Packets/TotemPackets.cs +++ b/Source/Game/Network/Packets/TotemPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/ToyPackets.cs b/Source/Game/Network/Packets/ToyPackets.cs index 1b3061200..56bcffe27 100644 --- a/Source/Game/Network/Packets/ToyPackets.cs +++ b/Source/Game/Network/Packets/ToyPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/TradePackets.cs b/Source/Game/Network/Packets/TradePackets.cs index 58cf8b65b..de9ec6897 100644 --- a/Source/Game/Network/Packets/TradePackets.cs +++ b/Source/Game/Network/Packets/TradePackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/TransmogrificationPackets.cs b/Source/Game/Network/Packets/TransmogrificationPackets.cs index fdd5d6b4b..c4cb1b593 100644 --- a/Source/Game/Network/Packets/TransmogrificationPackets.cs +++ b/Source/Game/Network/Packets/TransmogrificationPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/UpdatePackets.cs b/Source/Game/Network/Packets/UpdatePackets.cs index 7ad617b05..5f50af04f 100644 --- a/Source/Game/Network/Packets/UpdatePackets.cs +++ b/Source/Game/Network/Packets/UpdatePackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/VehiclePackets.cs b/Source/Game/Network/Packets/VehiclePackets.cs index bfad56c5e..3715e65d6 100644 --- a/Source/Game/Network/Packets/VehiclePackets.cs +++ b/Source/Game/Network/Packets/VehiclePackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/VoidStoragePackets.cs b/Source/Game/Network/Packets/VoidStoragePackets.cs index e5e53929e..6750e263b 100644 --- a/Source/Game/Network/Packets/VoidStoragePackets.cs +++ b/Source/Game/Network/Packets/VoidStoragePackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/WardenPackets.cs b/Source/Game/Network/Packets/WardenPackets.cs index fcbdff650..e3c58254c 100644 --- a/Source/Game/Network/Packets/WardenPackets.cs +++ b/Source/Game/Network/Packets/WardenPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/WhoPackets.cs b/Source/Game/Network/Packets/WhoPackets.cs index 6e84f03d4..c51aa61c9 100644 --- a/Source/Game/Network/Packets/WhoPackets.cs +++ b/Source/Game/Network/Packets/WhoPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/Packets/WorldStatePackets.cs b/Source/Game/Network/Packets/WorldStatePackets.cs index 67866125b..06e067a5a 100644 --- a/Source/Game/Network/Packets/WorldStatePackets.cs +++ b/Source/Game/Network/Packets/WorldStatePackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/WorldSocket.cs b/Source/Game/Network/WorldSocket.cs index 940eb2679..54ce87171 100644 --- a/Source/Game/Network/WorldSocket.cs +++ b/Source/Game/Network/WorldSocket.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Network/WorldSocketManager.cs b/Source/Game/Network/WorldSocketManager.cs index 4638693e9..5580fd3d2 100644 --- a/Source/Game/Network/WorldSocketManager.cs +++ b/Source/Game/Network/WorldSocketManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/OutdoorPVP/OutdoorPvP.cs b/Source/Game/OutdoorPVP/OutdoorPvP.cs index 74ef2f85d..379efac9d 100644 --- a/Source/Game/OutdoorPVP/OutdoorPvP.cs +++ b/Source/Game/OutdoorPVP/OutdoorPvP.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/OutdoorPVP/OutdoorPvPManager.cs b/Source/Game/OutdoorPVP/OutdoorPvPManager.cs index ada044368..430b7dc38 100644 --- a/Source/Game/OutdoorPVP/OutdoorPvPManager.cs +++ b/Source/Game/OutdoorPVP/OutdoorPvPManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/OutdoorPVP/Zones/HellfirePeninsulaPvP.cs b/Source/Game/OutdoorPVP/Zones/HellfirePeninsulaPvP.cs index 438b2667d..7c13f2d8a 100644 --- a/Source/Game/OutdoorPVP/Zones/HellfirePeninsulaPvP.cs +++ b/Source/Game/OutdoorPVP/Zones/HellfirePeninsulaPvP.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Phasing/PhaseShift.cs b/Source/Game/Phasing/PhaseShift.cs index 7056f3b59..07f55674a 100644 --- a/Source/Game/Phasing/PhaseShift.cs +++ b/Source/Game/Phasing/PhaseShift.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Pools/PoolManager.cs b/Source/Game/Pools/PoolManager.cs index f28eac639..f4794a620 100644 --- a/Source/Game/Pools/PoolManager.cs +++ b/Source/Game/Pools/PoolManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Quest/Quest.cs b/Source/Game/Quest/Quest.cs index 1eebf7139..cc03af9df 100644 --- a/Source/Game/Quest/Quest.cs +++ b/Source/Game/Quest/Quest.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Quest/QuestObjectiveCriteriaManager.cs b/Source/Game/Quest/QuestObjectiveCriteriaManager.cs index a16abdf78..9b6d3e7bc 100644 --- a/Source/Game/Quest/QuestObjectiveCriteriaManager.cs +++ b/Source/Game/Quest/QuestObjectiveCriteriaManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Reputation/ReputationManager.cs b/Source/Game/Reputation/ReputationManager.cs index 6f0cfc4ed..7d4c3c78d 100644 --- a/Source/Game/Reputation/ReputationManager.cs +++ b/Source/Game/Reputation/ReputationManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Scenarios/InstanceScenario.cs b/Source/Game/Scenarios/InstanceScenario.cs index 966a54e65..b9fba7414 100644 --- a/Source/Game/Scenarios/InstanceScenario.cs +++ b/Source/Game/Scenarios/InstanceScenario.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Scenarios/Scenario.cs b/Source/Game/Scenarios/Scenario.cs index c259c2c05..47dbd4647 100644 --- a/Source/Game/Scenarios/Scenario.cs +++ b/Source/Game/Scenarios/Scenario.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Scenarios/ScenarioManager.cs b/Source/Game/Scenarios/ScenarioManager.cs index 85faecddd..7ac0334c4 100644 --- a/Source/Game/Scenarios/ScenarioManager.cs +++ b/Source/Game/Scenarios/ScenarioManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Scripting/CoreScripts.cs b/Source/Game/Scripting/CoreScripts.cs index 8e24d134d..ed977cc66 100644 --- a/Source/Game/Scripting/CoreScripts.cs +++ b/Source/Game/Scripting/CoreScripts.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Scripting/ScriptManager.cs b/Source/Game/Scripting/ScriptManager.cs index 619be2e6b..82e0edf7b 100644 --- a/Source/Game/Scripting/ScriptManager.cs +++ b/Source/Game/Scripting/ScriptManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Scripting/SpellScript.cs b/Source/Game/Scripting/SpellScript.cs index 95d1b2dbe..94f54b7a2 100644 --- a/Source/Game/Scripting/SpellScript.cs +++ b/Source/Game/Scripting/SpellScript.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Server/WorldConfig.cs b/Source/Game/Server/WorldConfig.cs index 5df96f04b..0321a5f8b 100644 --- a/Source/Game/Server/WorldConfig.cs +++ b/Source/Game/Server/WorldConfig.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Server/WorldManager.cs b/Source/Game/Server/WorldManager.cs index 45d7f9d74..6047565a1 100644 --- a/Source/Game/Server/WorldManager.cs +++ b/Source/Game/Server/WorldManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Server/WorldSession.cs b/Source/Game/Server/WorldSession.cs index df5c55192..6afad789e 100644 --- a/Source/Game/Server/WorldSession.cs +++ b/Source/Game/Server/WorldSession.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Services/GameUtilitiesService.cs b/Source/Game/Services/GameUtilitiesService.cs index 4f4385893..6158dcbdb 100644 --- a/Source/Game/Services/GameUtilitiesService.cs +++ b/Source/Game/Services/GameUtilitiesService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Spells/Auras/Aura.cs b/Source/Game/Spells/Auras/Aura.cs index 82081ffe8..467a9941b 100644 --- a/Source/Game/Spells/Auras/Aura.cs +++ b/Source/Game/Spells/Auras/Aura.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Spells/Auras/AuraEffect.cs b/Source/Game/Spells/Auras/AuraEffect.cs index bdd19271f..79da7e29d 100644 --- a/Source/Game/Spells/Auras/AuraEffect.cs +++ b/Source/Game/Spells/Auras/AuraEffect.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Spells/Skills/SkillDiscovery.cs b/Source/Game/Spells/Skills/SkillDiscovery.cs index d3c1944a3..0161d1460 100644 --- a/Source/Game/Spells/Skills/SkillDiscovery.cs +++ b/Source/Game/Spells/Skills/SkillDiscovery.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Spells/Skills/SkillExtraItems.cs b/Source/Game/Spells/Skills/SkillExtraItems.cs index df8643c09..3a0bbd19b 100644 --- a/Source/Game/Spells/Skills/SkillExtraItems.cs +++ b/Source/Game/Spells/Skills/SkillExtraItems.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Spells/Spell.cs b/Source/Game/Spells/Spell.cs index 92a85414e..f2cf17b8f 100644 --- a/Source/Game/Spells/Spell.cs +++ b/Source/Game/Spells/Spell.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Spells/SpellCastTargets.cs b/Source/Game/Spells/SpellCastTargets.cs index 5d9f0686f..a9bdcbd97 100644 --- a/Source/Game/Spells/SpellCastTargets.cs +++ b/Source/Game/Spells/SpellCastTargets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Spells/SpellEffects.cs b/Source/Game/Spells/SpellEffects.cs index 4e850603c..06cccdbf6 100644 --- a/Source/Game/Spells/SpellEffects.cs +++ b/Source/Game/Spells/SpellEffects.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Spells/SpellHistory.cs b/Source/Game/Spells/SpellHistory.cs index c4b736241..e3ba46d59 100644 --- a/Source/Game/Spells/SpellHistory.cs +++ b/Source/Game/Spells/SpellHistory.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Spells/SpellInfo.cs b/Source/Game/Spells/SpellInfo.cs index 79dd58628..031923352 100644 --- a/Source/Game/Spells/SpellInfo.cs +++ b/Source/Game/Spells/SpellInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Spells/SpellManager.cs b/Source/Game/Spells/SpellManager.cs index 733e5cef1..79995c1dd 100644 --- a/Source/Game/Spells/SpellManager.cs +++ b/Source/Game/Spells/SpellManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/SupportSystem/SupportManager.cs b/Source/Game/SupportSystem/SupportManager.cs index b2d8c9f1d..975228461 100644 --- a/Source/Game/SupportSystem/SupportManager.cs +++ b/Source/Game/SupportSystem/SupportManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/SupportSystem/SupportTickets.cs b/Source/Game/SupportSystem/SupportTickets.cs index f8bd356d1..54d1fa43e 100644 --- a/Source/Game/SupportSystem/SupportTickets.cs +++ b/Source/Game/SupportSystem/SupportTickets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Text/ChatTextBuilder.cs b/Source/Game/Text/ChatTextBuilder.cs index 40f4e5ab4..6951239e8 100644 --- a/Source/Game/Text/ChatTextBuilder.cs +++ b/Source/Game/Text/ChatTextBuilder.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Text/CreatureTextManager.cs b/Source/Game/Text/CreatureTextManager.cs index 7938ee677..03d288f29 100644 --- a/Source/Game/Text/CreatureTextManager.cs +++ b/Source/Game/Text/CreatureTextManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Tools/CharacterDatabaseCleaner.cs b/Source/Game/Tools/CharacterDatabaseCleaner.cs index 7d624f6e5..075d0fff2 100644 --- a/Source/Game/Tools/CharacterDatabaseCleaner.cs +++ b/Source/Game/Tools/CharacterDatabaseCleaner.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Warden/Warden.cs b/Source/Game/Warden/Warden.cs index 0653dd3c5..f2e6078d7 100644 --- a/Source/Game/Warden/Warden.cs +++ b/Source/Game/Warden/Warden.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Warden/WardenCheckManager.cs b/Source/Game/Warden/WardenCheckManager.cs index c113dc844..8573f0580 100644 --- a/Source/Game/Warden/WardenCheckManager.cs +++ b/Source/Game/Warden/WardenCheckManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Warden/WardenKeyGeneration.cs b/Source/Game/Warden/WardenKeyGeneration.cs index 6c3f130ae..1fe41f840 100644 --- a/Source/Game/Warden/WardenKeyGeneration.cs +++ b/Source/Game/Warden/WardenKeyGeneration.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Warden/WardenModuleWin.cs b/Source/Game/Warden/WardenModuleWin.cs index ebc4f6879..a4c1b6fbe 100644 --- a/Source/Game/Warden/WardenModuleWin.cs +++ b/Source/Game/Warden/WardenModuleWin.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Warden/WardenWin.cs b/Source/Game/Warden/WardenWin.cs index 2f5ac8270..adaa87a9f 100644 --- a/Source/Game/Warden/WardenWin.cs +++ b/Source/Game/Warden/WardenWin.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Game/Weather/WeatherManager.cs b/Source/Game/Weather/WeatherManager.cs index 590fe8d39..35ccb3143 100644 --- a/Source/Game/Weather/WeatherManager.cs +++ b/Source/Game/Weather/WeatherManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/EasternKingdoms/Deadmines/InstanceDeadmines.cs b/Source/Scripts/EasternKingdoms/Deadmines/InstanceDeadmines.cs index d3805a6fe..e4f5106d2 100644 --- a/Source/Scripts/EasternKingdoms/Deadmines/InstanceDeadmines.cs +++ b/Source/Scripts/EasternKingdoms/Deadmines/InstanceDeadmines.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/EasternKingdoms/Karazhan/AttumenMidnight.cs b/Source/Scripts/EasternKingdoms/Karazhan/AttumenMidnight.cs index a840909b8..3e821c952 100644 --- a/Source/Scripts/EasternKingdoms/Karazhan/AttumenMidnight.cs +++ b/Source/Scripts/EasternKingdoms/Karazhan/AttumenMidnight.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/EasternKingdoms/Karazhan/Curator.cs b/Source/Scripts/EasternKingdoms/Karazhan/Curator.cs index abc46fa89..f6fba2fc5 100644 --- a/Source/Scripts/EasternKingdoms/Karazhan/Curator.cs +++ b/Source/Scripts/EasternKingdoms/Karazhan/Curator.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/EasternKingdoms/Karazhan/InstanceKarazhan.cs b/Source/Scripts/EasternKingdoms/Karazhan/InstanceKarazhan.cs index de39e66c3..f672c3b9e 100644 --- a/Source/Scripts/EasternKingdoms/Karazhan/InstanceKarazhan.cs +++ b/Source/Scripts/EasternKingdoms/Karazhan/InstanceKarazhan.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/EasternKingdoms/Karazhan/Moroes.cs b/Source/Scripts/EasternKingdoms/Karazhan/Moroes.cs index a8cafa6a0..dd05930d1 100644 --- a/Source/Scripts/EasternKingdoms/Karazhan/Moroes.cs +++ b/Source/Scripts/EasternKingdoms/Karazhan/Moroes.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/EasternKingdoms/Karazhan/OperaEvent.cs b/Source/Scripts/EasternKingdoms/Karazhan/OperaEvent.cs index a27499b7e..2c8aa4eff 100644 --- a/Source/Scripts/EasternKingdoms/Karazhan/OperaEvent.cs +++ b/Source/Scripts/EasternKingdoms/Karazhan/OperaEvent.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/EasternKingdoms/ScarletEnclave/Chapter1.cs b/Source/Scripts/EasternKingdoms/ScarletEnclave/Chapter1.cs index eae738fda..a25e36d4f 100644 --- a/Source/Scripts/EasternKingdoms/ScarletEnclave/Chapter1.cs +++ b/Source/Scripts/EasternKingdoms/ScarletEnclave/Chapter1.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Kalimdor/RagefireChasm/InstanceRageFireChasm.cs b/Source/Scripts/Kalimdor/RagefireChasm/InstanceRageFireChasm.cs index 78446bbfc..d6dcce3d1 100644 --- a/Source/Scripts/Kalimdor/RagefireChasm/InstanceRageFireChasm.cs +++ b/Source/Scripts/Kalimdor/RagefireChasm/InstanceRageFireChasm.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Kalimdor/ZoneAshenvale.cs b/Source/Scripts/Kalimdor/ZoneAshenvale.cs index ecebcdca5..01264cf56 100644 --- a/Source/Scripts/Kalimdor/ZoneAshenvale.cs +++ b/Source/Scripts/Kalimdor/ZoneAshenvale.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Kalimdor/ZoneDurotar.cs b/Source/Scripts/Kalimdor/ZoneDurotar.cs index 1208f0ea3..cb10fb9c5 100644 --- a/Source/Scripts/Kalimdor/ZoneDurotar.cs +++ b/Source/Scripts/Kalimdor/ZoneDurotar.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossAmanitar.cs b/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossAmanitar.cs index cc367f4fb..d62282487 100644 --- a/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossAmanitar.cs +++ b/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossAmanitar.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossElderNadox.cs b/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossElderNadox.cs index 1ed0c28b5..daa77e0bf 100644 --- a/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossElderNadox.cs +++ b/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossElderNadox.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossHeraldVolazj.cs b/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossHeraldVolazj.cs index bda04360a..899db11c3 100644 --- a/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossHeraldVolazj.cs +++ b/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossHeraldVolazj.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossJedogaShadowseeker.cs b/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossJedogaShadowseeker.cs index 9b40899e4..47f0b5b08 100644 --- a/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossJedogaShadowseeker.cs +++ b/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossJedogaShadowseeker.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossPrinceTaldaram.cs b/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossPrinceTaldaram.cs index c3a3ec2b4..75f5c4634 100644 --- a/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossPrinceTaldaram.cs +++ b/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossPrinceTaldaram.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/InstanceAhnahet.cs b/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/InstanceAhnahet.cs index f9d5b86ad..d64f1c28e 100644 --- a/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/InstanceAhnahet.cs +++ b/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/InstanceAhnahet.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/BossAnubarak.cs b/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/BossAnubarak.cs index 78db5b5f0..61f13148b 100644 --- a/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/BossAnubarak.cs +++ b/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/BossAnubarak.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/BossKrikthirTheGatewatcher.cs b/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/BossKrikthirTheGatewatcher.cs index e9bfac075..45fb1c863 100644 --- a/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/BossKrikthirTheGatewatcher.cs +++ b/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/BossKrikthirTheGatewatcher.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/BossNadronox.cs b/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/BossNadronox.cs index 40ff7fa45..a96667960 100644 --- a/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/BossNadronox.cs +++ b/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/BossNadronox.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/InstanceAzjolNerub.cs b/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/InstanceAzjolNerub.cs index d70fdb668..d84e62ab2 100644 --- a/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/InstanceAzjolNerub.cs +++ b/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/InstanceAzjolNerub.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/GrandChampions.cs b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/GrandChampions.cs index 991454b82..4b8599d12 100644 --- a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/GrandChampions.cs +++ b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/GrandChampions.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/InstanceTrialOfTheChampion.cs b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/InstanceTrialOfTheChampion.cs index 46b4f7615..6afa4e482 100644 --- a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/InstanceTrialOfTheChampion.cs +++ b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/InstanceTrialOfTheChampion.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/TrialOfTheChampion.cs b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/TrialOfTheChampion.cs index 20512e684..40e7b6f15 100644 --- a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/TrialOfTheChampion.cs +++ b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/TrialOfTheChampion.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/LordJaraxxus.cs b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/LordJaraxxus.cs index 0c6ee6486..c9f73c79e 100644 --- a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/LordJaraxxus.cs +++ b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/LordJaraxxus.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/NorthrendBeasts.cs b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/NorthrendBeasts.cs index 629a0daae..fc2b0356f 100644 --- a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/NorthrendBeasts.cs +++ b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/NorthrendBeasts.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/TrialOfTheCrusader.cs b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/TrialOfTheCrusader.cs index d121cff2c..1c4b5f1fb 100644 --- a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/TrialOfTheCrusader.cs +++ b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/TrialOfTheCrusader.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/TrialOfTheCrusaderConst.cs b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/TrialOfTheCrusaderConst.cs index f4ad1f525..dc5921bda 100644 --- a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/TrialOfTheCrusaderConst.cs +++ b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/TrialOfTheCrusaderConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Dalaran.cs b/Source/Scripts/Northrend/Dalaran.cs index f7fc9aba1..d94229ae7 100644 --- a/Source/Scripts/Northrend/Dalaran.cs +++ b/Source/Scripts/Northrend/Dalaran.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/DraktharonKeep/BossKingDred.cs b/Source/Scripts/Northrend/DraktharonKeep/BossKingDred.cs index 73d4a08e7..2974b896b 100644 --- a/Source/Scripts/Northrend/DraktharonKeep/BossKingDred.cs +++ b/Source/Scripts/Northrend/DraktharonKeep/BossKingDred.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/DraktharonKeep/BossNovos.cs b/Source/Scripts/Northrend/DraktharonKeep/BossNovos.cs index fe1a26df4..e64eb359d 100644 --- a/Source/Scripts/Northrend/DraktharonKeep/BossNovos.cs +++ b/Source/Scripts/Northrend/DraktharonKeep/BossNovos.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/DraktharonKeep/BossTharonJa.cs b/Source/Scripts/Northrend/DraktharonKeep/BossTharonJa.cs index 091e1a098..4af0ab0ad 100644 --- a/Source/Scripts/Northrend/DraktharonKeep/BossTharonJa.cs +++ b/Source/Scripts/Northrend/DraktharonKeep/BossTharonJa.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/DraktharonKeep/BossTrollgore.cs b/Source/Scripts/Northrend/DraktharonKeep/BossTrollgore.cs index 3d72c3780..47c8b2cf9 100644 --- a/Source/Scripts/Northrend/DraktharonKeep/BossTrollgore.cs +++ b/Source/Scripts/Northrend/DraktharonKeep/BossTrollgore.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/DraktharonKeep/InstanceDrakTharonKeep.cs b/Source/Scripts/Northrend/DraktharonKeep/InstanceDrakTharonKeep.cs index 780b4ff7a..1c777a37a 100644 --- a/Source/Scripts/Northrend/DraktharonKeep/InstanceDrakTharonKeep.cs +++ b/Source/Scripts/Northrend/DraktharonKeep/InstanceDrakTharonKeep.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/FrozenHalls/ForgeOfSouls/BossBronjahm.cs b/Source/Scripts/Northrend/FrozenHalls/ForgeOfSouls/BossBronjahm.cs index e78037894..de8bc6d1e 100644 --- a/Source/Scripts/Northrend/FrozenHalls/ForgeOfSouls/BossBronjahm.cs +++ b/Source/Scripts/Northrend/FrozenHalls/ForgeOfSouls/BossBronjahm.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/FrozenHalls/ForgeOfSouls/InstanceForgeOfSouls.cs b/Source/Scripts/Northrend/FrozenHalls/ForgeOfSouls/InstanceForgeOfSouls.cs index c2f00e468..fd6c0ac82 100644 --- a/Source/Scripts/Northrend/FrozenHalls/ForgeOfSouls/InstanceForgeOfSouls.cs +++ b/Source/Scripts/Northrend/FrozenHalls/ForgeOfSouls/InstanceForgeOfSouls.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Gundrak/BossDrakkariColossus.cs b/Source/Scripts/Northrend/Gundrak/BossDrakkariColossus.cs index 4b26eb8c0..9861cd669 100644 --- a/Source/Scripts/Northrend/Gundrak/BossDrakkariColossus.cs +++ b/Source/Scripts/Northrend/Gundrak/BossDrakkariColossus.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Gundrak/BossEck.cs b/Source/Scripts/Northrend/Gundrak/BossEck.cs index 9a6ec3612..f8b730d30 100644 --- a/Source/Scripts/Northrend/Gundrak/BossEck.cs +++ b/Source/Scripts/Northrend/Gundrak/BossEck.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Gundrak/InstanceGundrak.cs b/Source/Scripts/Northrend/Gundrak/InstanceGundrak.cs index 457bc977c..c24067433 100644 --- a/Source/Scripts/Northrend/Gundrak/InstanceGundrak.cs +++ b/Source/Scripts/Northrend/Gundrak/InstanceGundrak.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/IcecrownCitadel/GunshipBattle.cs b/Source/Scripts/Northrend/IcecrownCitadel/GunshipBattle.cs index 3c2cc413f..33c9e074d 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/GunshipBattle.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/GunshipBattle.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/IcecrownCitadel/IcecrownCitadel.cs b/Source/Scripts/Northrend/IcecrownCitadel/IcecrownCitadel.cs index 3689808e0..8a1ae7731 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/IcecrownCitadel.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/IcecrownCitadel.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/IcecrownCitadel/IcecrownCitadelConst.cs b/Source/Scripts/Northrend/IcecrownCitadel/IcecrownCitadelConst.cs index 8da88b8a2..977e9cfb1 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/IcecrownCitadelConst.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/IcecrownCitadelConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/IcecrownCitadel/IcecrownCitadelTeleport.cs b/Source/Scripts/Northrend/IcecrownCitadel/IcecrownCitadelTeleport.cs index 6c4ea0aba..c0cb6c736 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/IcecrownCitadelTeleport.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/IcecrownCitadelTeleport.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/IcecrownCitadel/InstanceIcecrownCitadel.cs b/Source/Scripts/Northrend/IcecrownCitadel/InstanceIcecrownCitadel.cs index d2cc1992b..9de0def39 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/InstanceIcecrownCitadel.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/InstanceIcecrownCitadel.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/IcecrownCitadel/LadyDeathwhisper.cs b/Source/Scripts/Northrend/IcecrownCitadel/LadyDeathwhisper.cs index cb799952c..47490adc4 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/LadyDeathwhisper.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/LadyDeathwhisper.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/IcecrownCitadel/LordMarrowgar.cs b/Source/Scripts/Northrend/IcecrownCitadel/LordMarrowgar.cs index 65c84e264..e4280ece3 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/LordMarrowgar.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/LordMarrowgar.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/IcecrownCitadel/Sindragosa.cs b/Source/Scripts/Northrend/IcecrownCitadel/Sindragosa.cs index fc82b7c77..6d2f7bf1b 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/Sindragosa.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/Sindragosa.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/IcecrownCitadel/TheLichKing.cs b/Source/Scripts/Northrend/IcecrownCitadel/TheLichKing.cs index 0dfa5894e..7ff7b38b3 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/TheLichKing.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/TheLichKing.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/IcecrownCitadel/ValithriaDreamwalker.cs b/Source/Scripts/Northrend/IcecrownCitadel/ValithriaDreamwalker.cs index c03f2fc88..4297352b3 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/ValithriaDreamwalker.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/ValithriaDreamwalker.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Naxxramas/BossAnubrekhan.cs b/Source/Scripts/Northrend/Naxxramas/BossAnubrekhan.cs index 65085be0d..7a1ce51ca 100644 --- a/Source/Scripts/Northrend/Naxxramas/BossAnubrekhan.cs +++ b/Source/Scripts/Northrend/Naxxramas/BossAnubrekhan.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Nexus/EyeOfEternity/BossMalygos.cs b/Source/Scripts/Northrend/Nexus/EyeOfEternity/BossMalygos.cs index a84c10941..565772a6a 100644 --- a/Source/Scripts/Northrend/Nexus/EyeOfEternity/BossMalygos.cs +++ b/Source/Scripts/Northrend/Nexus/EyeOfEternity/BossMalygos.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Nexus/EyeOfEternity/EyeOfEternity.cs b/Source/Scripts/Northrend/Nexus/EyeOfEternity/EyeOfEternity.cs index 73249518b..3b6d1e985 100644 --- a/Source/Scripts/Northrend/Nexus/EyeOfEternity/EyeOfEternity.cs +++ b/Source/Scripts/Northrend/Nexus/EyeOfEternity/EyeOfEternity.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Nexus/Nexus/BossAnomalus.cs b/Source/Scripts/Northrend/Nexus/Nexus/BossAnomalus.cs index d96aa671f..c0c0e5e1b 100644 --- a/Source/Scripts/Northrend/Nexus/Nexus/BossAnomalus.cs +++ b/Source/Scripts/Northrend/Nexus/Nexus/BossAnomalus.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Nexus/Nexus/BossKeristrasza.cs b/Source/Scripts/Northrend/Nexus/Nexus/BossKeristrasza.cs index f772e8abf..15945bacf 100644 --- a/Source/Scripts/Northrend/Nexus/Nexus/BossKeristrasza.cs +++ b/Source/Scripts/Northrend/Nexus/Nexus/BossKeristrasza.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Nexus/Nexus/BossMagusTelestra.cs b/Source/Scripts/Northrend/Nexus/Nexus/BossMagusTelestra.cs index e28d9ed8c..cf57c399f 100644 --- a/Source/Scripts/Northrend/Nexus/Nexus/BossMagusTelestra.cs +++ b/Source/Scripts/Northrend/Nexus/Nexus/BossMagusTelestra.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Nexus/Nexus/BossNexusCommanders.cs b/Source/Scripts/Northrend/Nexus/Nexus/BossNexusCommanders.cs index a2ce17b92..f5d141129 100644 --- a/Source/Scripts/Northrend/Nexus/Nexus/BossNexusCommanders.cs +++ b/Source/Scripts/Northrend/Nexus/Nexus/BossNexusCommanders.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Nexus/Nexus/BossOrmorok.cs b/Source/Scripts/Northrend/Nexus/Nexus/BossOrmorok.cs index 0eb0403aa..86a54bc3a 100644 --- a/Source/Scripts/Northrend/Nexus/Nexus/BossOrmorok.cs +++ b/Source/Scripts/Northrend/Nexus/Nexus/BossOrmorok.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Nexus/Nexus/InstanceNexus.cs b/Source/Scripts/Northrend/Nexus/Nexus/InstanceNexus.cs index 36746a3e2..cee2ebc88 100644 --- a/Source/Scripts/Northrend/Nexus/Nexus/InstanceNexus.cs +++ b/Source/Scripts/Northrend/Nexus/Nexus/InstanceNexus.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Nexus/Oculus/InstanceOculus.cs b/Source/Scripts/Northrend/Nexus/Oculus/InstanceOculus.cs index b4d252243..476a03f87 100644 --- a/Source/Scripts/Northrend/Nexus/Oculus/InstanceOculus.cs +++ b/Source/Scripts/Northrend/Nexus/Oculus/InstanceOculus.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Ulduar/AlgalonTheObserver.cs b/Source/Scripts/Northrend/Ulduar/AlgalonTheObserver.cs index 3174c371a..7b7e2f09e 100644 --- a/Source/Scripts/Northrend/Ulduar/AlgalonTheObserver.cs +++ b/Source/Scripts/Northrend/Ulduar/AlgalonTheObserver.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Ulduar/FlameLeviathan.cs b/Source/Scripts/Northrend/Ulduar/FlameLeviathan.cs index 1e4491018..1d663b15c 100644 --- a/Source/Scripts/Northrend/Ulduar/FlameLeviathan.cs +++ b/Source/Scripts/Northrend/Ulduar/FlameLeviathan.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Ulduar/Mimiron.cs b/Source/Scripts/Northrend/Ulduar/Mimiron.cs index 32dbc18d4..fdea091c3 100644 --- a/Source/Scripts/Northrend/Ulduar/Mimiron.cs +++ b/Source/Scripts/Northrend/Ulduar/Mimiron.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Ulduar/Razorscale.cs b/Source/Scripts/Northrend/Ulduar/Razorscale.cs index bc68ac89f..29f71e591 100644 --- a/Source/Scripts/Northrend/Ulduar/Razorscale.cs +++ b/Source/Scripts/Northrend/Ulduar/Razorscale.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Ulduar/UlduarConst.cs b/Source/Scripts/Northrend/Ulduar/UlduarConst.cs index e7e082ce5..8bc9e01f2 100644 --- a/Source/Scripts/Northrend/Ulduar/UlduarConst.cs +++ b/Source/Scripts/Northrend/Ulduar/UlduarConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Ulduar/UlduarInstance.cs b/Source/Scripts/Northrend/Ulduar/UlduarInstance.cs index aacf7521e..c9c9b5947 100644 --- a/Source/Scripts/Northrend/Ulduar/UlduarInstance.cs +++ b/Source/Scripts/Northrend/Ulduar/UlduarInstance.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Ulduar/Xt002.cs b/Source/Scripts/Northrend/Ulduar/Xt002.cs index d2dc21a1f..aed9e94a9 100644 --- a/Source/Scripts/Northrend/Ulduar/Xt002.cs +++ b/Source/Scripts/Northrend/Ulduar/Xt002.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/Ulduar/YoggSaron.cs b/Source/Scripts/Northrend/Ulduar/YoggSaron.cs index 94155b1cf..dcbc7488f 100644 --- a/Source/Scripts/Northrend/Ulduar/YoggSaron.cs +++ b/Source/Scripts/Northrend/Ulduar/YoggSaron.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/VioletHold/VioletHold.cs b/Source/Scripts/Northrend/VioletHold/VioletHold.cs index c5476fdb6..36e332a58 100644 --- a/Source/Scripts/Northrend/VioletHold/VioletHold.cs +++ b/Source/Scripts/Northrend/VioletHold/VioletHold.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Northrend/WinterGrasp.cs b/Source/Scripts/Northrend/WinterGrasp.cs index a91f30a06..80da0f9a2 100644 --- a/Source/Scripts/Northrend/WinterGrasp.cs +++ b/Source/Scripts/Northrend/WinterGrasp.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Outlands/HellfirePeninsula.cs b/Source/Scripts/Outlands/HellfirePeninsula.cs index 0081d4e3d..d01a13969 100644 --- a/Source/Scripts/Outlands/HellfirePeninsula.cs +++ b/Source/Scripts/Outlands/HellfirePeninsula.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Outlands/Zangarmarsh.cs b/Source/Scripts/Outlands/Zangarmarsh.cs index 4028ce8e3..99fd75517 100644 --- a/Source/Scripts/Outlands/Zangarmarsh.cs +++ b/Source/Scripts/Outlands/Zangarmarsh.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Pets/DeathKinght.cs b/Source/Scripts/Pets/DeathKinght.cs index 2f95f3b23..ecdca0480 100644 --- a/Source/Scripts/Pets/DeathKinght.cs +++ b/Source/Scripts/Pets/DeathKinght.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Pets/Generic.cs b/Source/Scripts/Pets/Generic.cs index 93dad7d7d..7421ade4a 100644 --- a/Source/Scripts/Pets/Generic.cs +++ b/Source/Scripts/Pets/Generic.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Pets/Hunter.cs b/Source/Scripts/Pets/Hunter.cs index 137367cd9..210a1392f 100644 --- a/Source/Scripts/Pets/Hunter.cs +++ b/Source/Scripts/Pets/Hunter.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Pets/Mage.cs b/Source/Scripts/Pets/Mage.cs index 4cd59de10..98952ff54 100644 --- a/Source/Scripts/Pets/Mage.cs +++ b/Source/Scripts/Pets/Mage.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Pets/Priest.cs b/Source/Scripts/Pets/Priest.cs index dd3c393f6..c2001da9c 100644 --- a/Source/Scripts/Pets/Priest.cs +++ b/Source/Scripts/Pets/Priest.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Pets/Shaman.cs b/Source/Scripts/Pets/Shaman.cs index aff9de621..62cfa1dce 100644 --- a/Source/Scripts/Pets/Shaman.cs +++ b/Source/Scripts/Pets/Shaman.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Smart/SmartAI.cs b/Source/Scripts/Smart/SmartAI.cs index 2cd12f06d..2fac78466 100644 --- a/Source/Scripts/Smart/SmartAI.cs +++ b/Source/Scripts/Smart/SmartAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Spells/DeathKnight.cs b/Source/Scripts/Spells/DeathKnight.cs index 3f3490ff6..d5073f910 100644 --- a/Source/Scripts/Spells/DeathKnight.cs +++ b/Source/Scripts/Spells/DeathKnight.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Spells/DemonHunter.cs b/Source/Scripts/Spells/DemonHunter.cs index 62882de72..73454052b 100644 --- a/Source/Scripts/Spells/DemonHunter.cs +++ b/Source/Scripts/Spells/DemonHunter.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Spells/Druid.cs b/Source/Scripts/Spells/Druid.cs index c5ebfd227..e4c992211 100644 --- a/Source/Scripts/Spells/Druid.cs +++ b/Source/Scripts/Spells/Druid.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Spells/Generic.cs b/Source/Scripts/Spells/Generic.cs index d645338a0..8d8954a14 100644 --- a/Source/Scripts/Spells/Generic.cs +++ b/Source/Scripts/Spells/Generic.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Spells/Holiday.cs b/Source/Scripts/Spells/Holiday.cs index 5a1514962..0efa3bebf 100644 --- a/Source/Scripts/Spells/Holiday.cs +++ b/Source/Scripts/Spells/Holiday.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Spells/Hunter.cs b/Source/Scripts/Spells/Hunter.cs index f09a184bf..5de2b7a46 100644 --- a/Source/Scripts/Spells/Hunter.cs +++ b/Source/Scripts/Spells/Hunter.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Spells/Items.cs b/Source/Scripts/Spells/Items.cs index 77555db19..58e739246 100644 --- a/Source/Scripts/Spells/Items.cs +++ b/Source/Scripts/Spells/Items.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Spells/Mage.cs b/Source/Scripts/Spells/Mage.cs index b41cadf39..4db0c0d42 100644 --- a/Source/Scripts/Spells/Mage.cs +++ b/Source/Scripts/Spells/Mage.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Spells/Monk.cs b/Source/Scripts/Spells/Monk.cs index e1127864f..bf64348e9 100644 --- a/Source/Scripts/Spells/Monk.cs +++ b/Source/Scripts/Spells/Monk.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Spells/Paladin.cs b/Source/Scripts/Spells/Paladin.cs index b051e4a9f..6a29d047e 100644 --- a/Source/Scripts/Spells/Paladin.cs +++ b/Source/Scripts/Spells/Paladin.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Spells/Priest.cs b/Source/Scripts/Spells/Priest.cs index 1b3961fc1..3fc301081 100644 --- a/Source/Scripts/Spells/Priest.cs +++ b/Source/Scripts/Spells/Priest.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Spells/Quest.cs b/Source/Scripts/Spells/Quest.cs index b5029d9b6..22feebca4 100644 --- a/Source/Scripts/Spells/Quest.cs +++ b/Source/Scripts/Spells/Quest.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Spells/Rogue.cs b/Source/Scripts/Spells/Rogue.cs index db16d6190..632587e76 100644 --- a/Source/Scripts/Spells/Rogue.cs +++ b/Source/Scripts/Spells/Rogue.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Spells/Shaman.cs b/Source/Scripts/Spells/Shaman.cs index b543bf2d2..f6b8803d3 100644 --- a/Source/Scripts/Spells/Shaman.cs +++ b/Source/Scripts/Spells/Shaman.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Spells/Warlock.cs b/Source/Scripts/Spells/Warlock.cs index 1afa5131c..2f72c57fc 100644 --- a/Source/Scripts/Spells/Warlock.cs +++ b/Source/Scripts/Spells/Warlock.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/Spells/Warrior.cs b/Source/Scripts/Spells/Warrior.cs index 7b5928f89..d2d2c4432 100644 --- a/Source/Scripts/Spells/Warrior.cs +++ b/Source/Scripts/Spells/Warrior.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/World/Achievements.cs b/Source/Scripts/World/Achievements.cs index 2fa7ff0c9..992095372 100644 --- a/Source/Scripts/World/Achievements.cs +++ b/Source/Scripts/World/Achievements.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/World/AreaTrigger.cs b/Source/Scripts/World/AreaTrigger.cs index 189b840fd..a69aefe77 100644 --- a/Source/Scripts/World/AreaTrigger.cs +++ b/Source/Scripts/World/AreaTrigger.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/World/BossEmeraldDragons.cs b/Source/Scripts/World/BossEmeraldDragons.cs index c4461b7bd..af29e22de 100644 --- a/Source/Scripts/World/BossEmeraldDragons.cs +++ b/Source/Scripts/World/BossEmeraldDragons.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/World/DuelReset.cs b/Source/Scripts/World/DuelReset.cs index ef1286411..20628d71a 100644 --- a/Source/Scripts/World/DuelReset.cs +++ b/Source/Scripts/World/DuelReset.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/World/GameObjects.cs b/Source/Scripts/World/GameObjects.cs index 8e4e1bc4b..e7bb5e7e7 100644 --- a/Source/Scripts/World/GameObjects.cs +++ b/Source/Scripts/World/GameObjects.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/World/Guards.cs b/Source/Scripts/World/Guards.cs index 439ca4c2f..2a2b151a4 100644 --- a/Source/Scripts/World/Guards.cs +++ b/Source/Scripts/World/Guards.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/World/ItemScripts.cs b/Source/Scripts/World/ItemScripts.cs index 0cd3644a2..b12b890e3 100644 --- a/Source/Scripts/World/ItemScripts.cs +++ b/Source/Scripts/World/ItemScripts.cs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2012-2019 CypherCore +* Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/World/MobGenericCreature.cs b/Source/Scripts/World/MobGenericCreature.cs index 3ea13d074..383adf799 100644 --- a/Source/Scripts/World/MobGenericCreature.cs +++ b/Source/Scripts/World/MobGenericCreature.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/World/NpcProfessions.cs b/Source/Scripts/World/NpcProfessions.cs index b7a76dcf7..f35b7615b 100644 --- a/Source/Scripts/World/NpcProfessions.cs +++ b/Source/Scripts/World/NpcProfessions.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/World/NpcSpecial.cs b/Source/Scripts/World/NpcSpecial.cs index 1db34972c..b0d2804ff 100644 --- a/Source/Scripts/World/NpcSpecial.cs +++ b/Source/Scripts/World/NpcSpecial.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/Scripts/World/SceneScripts.cs b/Source/Scripts/World/SceneScripts.cs index 3274911b5..dd9ac5046 100644 --- a/Source/Scripts/World/SceneScripts.cs +++ b/Source/Scripts/World/SceneScripts.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/Source/WorldServer/Server.cs b/Source/WorldServer/Server.cs index 87a719f33..abcdb4e74 100644 --- a/Source/WorldServer/Server.cs +++ b/Source/WorldServer/Server.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 CypherCore + * Copyright (C) 2012-2020 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by