diff --git a/Source/BNetServer/Managers/Global.cs b/Source/BNetServer/Managers/Global.cs index 4ab36ac42..0a041f80a 100644 --- a/Source/BNetServer/Managers/Global.cs +++ b/Source/BNetServer/Managers/Global.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 ead90485d..7abf25740 100644 --- a/Source/BNetServer/Managers/SessionManager.cs +++ b/Source/BNetServer/Managers/SessionManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 8e3632c3b..076e8f2e5 100644 --- a/Source/BNetServer/Networking/RestSession.cs +++ b/Source/BNetServer/Networking/RestSession.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 7d78d3e8a..94aba0665 100644 --- a/Source/BNetServer/Networking/Session.cs +++ b/Source/BNetServer/Networking/Session.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 385bac211..eb4a2e743 100644 --- a/Source/BNetServer/Server.cs +++ b/Source/BNetServer/Server.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 7692ac1c7..e12c29cf1 100644 --- a/Source/BNetServer/Services/AccountService.cs +++ b/Source/BNetServer/Services/AccountService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 597799dff..cdc330118 100644 --- a/Source/BNetServer/Services/AuthenticationService.cs +++ b/Source/BNetServer/Services/AuthenticationService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 a990a944f..119b8ea7a 100644 --- a/Source/BNetServer/Services/ChallengeService.cs +++ b/Source/BNetServer/Services/ChallengeService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 41f7ff97e..aae9cdc40 100644 --- a/Source/BNetServer/Services/ChannelService.cs +++ b/Source/BNetServer/Services/ChannelService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 683feb40c..174c64647 100644 --- a/Source/BNetServer/Services/ConnectionService.cs +++ b/Source/BNetServer/Services/ConnectionService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 2bde4d322..beab675b9 100644 --- a/Source/BNetServer/Services/FriendService.cs +++ b/Source/BNetServer/Services/FriendService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 992791637..f5e478b40 100644 --- a/Source/BNetServer/Services/GameUtilitiesService.cs +++ b/Source/BNetServer/Services/GameUtilitiesService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 5191a44ea..67c1d1dcd 100644 --- a/Source/BNetServer/Services/PresenceService.cs +++ b/Source/BNetServer/Services/PresenceService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 12063cab9..519ed9b21 100644 --- a/Source/BNetServer/Services/ReportService.cs +++ b/Source/BNetServer/Services/ReportService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 495d6cdc7..97c37aff4 100644 --- a/Source/BNetServer/Services/ResourcesService.cs +++ b/Source/BNetServer/Services/ResourcesService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 ffd42b069..8bc99c948 100644 --- a/Source/BNetServer/Services/UserManagerService.cs +++ b/Source/BNetServer/Services/UserManagerService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 7b2a57024..ec621318d 100644 --- a/Source/Framework/Collections/Array.cs +++ b/Source/Framework/Collections/Array.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 bccbd7173..8a83957a0 100644 --- a/Source/Framework/Collections/BitSet.cs +++ b/Source/Framework/Collections/BitSet.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 5edd2a198..126ff0bc3 100644 --- a/Source/Framework/Collections/IMultiMap.cs +++ b/Source/Framework/Collections/IMultiMap.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 bf978a67b..52c147eac 100644 --- a/Source/Framework/Collections/LinkedListElement.cs +++ b/Source/Framework/Collections/LinkedListElement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 52f8d0297..8fb5c046a 100644 --- a/Source/Framework/Collections/MultiMap.cs +++ b/Source/Framework/Collections/MultiMap.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 dd57b0c0d..db4eae1db 100644 --- a/Source/Framework/Collections/MultiMapEnumerator.cs +++ b/Source/Framework/Collections/MultiMapEnumerator.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 05600aa53..5d312e1f0 100644 --- a/Source/Framework/Collections/StringArray.cs +++ b/Source/Framework/Collections/StringArray.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 ff2b8b6a4..a0ce8e0e8 100644 --- a/Source/Framework/Configuration/ConfigManager.cs +++ b/Source/Framework/Configuration/ConfigManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 fb4b2d9d7..a7ad1bea1 100644 --- a/Source/Framework/Constants/AccountConst.cs +++ b/Source/Framework/Constants/AccountConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 cefb431fd..a32952228 100644 --- a/Source/Framework/Constants/AchievementConst.cs +++ b/Source/Framework/Constants/AchievementConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 63f4c37e5..9a9943869 100644 --- a/Source/Framework/Constants/AreaTriggerConst.cs +++ b/Source/Framework/Constants/AreaTriggerConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 5c7414181..3555b8a20 100644 --- a/Source/Framework/Constants/AuctionConst.cs +++ b/Source/Framework/Constants/AuctionConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 3905c97df..a84cd1cb6 100644 --- a/Source/Framework/Constants/Authentication/AuthConst.cs +++ b/Source/Framework/Constants/Authentication/AuthConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 8f4dc3389..74f4fbd37 100644 --- a/Source/Framework/Constants/Authentication/BattlenetConst.cs +++ b/Source/Framework/Constants/Authentication/BattlenetConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 46854233d..7c32d853b 100644 --- a/Source/Framework/Constants/Authentication/RealmConst.cs +++ b/Source/Framework/Constants/Authentication/RealmConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 13bb9b06b..3478083e1 100644 --- a/Source/Framework/Constants/BattleFieldConst.cs +++ b/Source/Framework/Constants/BattleFieldConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 32ef6f716..dfa59ca3c 100644 --- a/Source/Framework/Constants/BattleGroundsConst.cs +++ b/Source/Framework/Constants/BattleGroundsConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 838cfceb0..e0198410f 100644 --- a/Source/Framework/Constants/BattlePetConst.cs +++ b/Source/Framework/Constants/BattlePetConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 106337cdb..f7a2adc43 100644 --- a/Source/Framework/Constants/BlackMarketConst.cs +++ b/Source/Framework/Constants/BlackMarketConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 29210bf8d..f4c1be118 100644 --- a/Source/Framework/Constants/CalendarConst.cs +++ b/Source/Framework/Constants/CalendarConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 60266020a..b77c09946 100644 --- a/Source/Framework/Constants/ChatConst.cs +++ b/Source/Framework/Constants/ChatConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 cef76ce25..2db28fd31 100644 --- a/Source/Framework/Constants/CliDBConst.cs +++ b/Source/Framework/Constants/CliDBConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 c1f7aca80..af3242dc6 100644 --- a/Source/Framework/Constants/ConditionConst.cs +++ b/Source/Framework/Constants/ConditionConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 02d66673d..fb77cbcf2 100644 --- a/Source/Framework/Constants/ConnectConst.cs +++ b/Source/Framework/Constants/ConnectConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 0994df69f..dd4778137 100644 --- a/Source/Framework/Constants/CreatureConst.cs +++ b/Source/Framework/Constants/CreatureConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 e96fc0735..df4e21882 100644 --- a/Source/Framework/Constants/GameObjectConst.cs +++ b/Source/Framework/Constants/GameObjectConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 465b17b9d..218dc7608 100644 --- a/Source/Framework/Constants/GarrisonConst.cs +++ b/Source/Framework/Constants/GarrisonConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 1d1bddc74..3a04479d8 100644 --- a/Source/Framework/Constants/GossipConst.cs +++ b/Source/Framework/Constants/GossipConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 ad1d96bfb..95054d5db 100644 --- a/Source/Framework/Constants/GroupConst.cs +++ b/Source/Framework/Constants/GroupConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 8044b2d20..5f0831ced 100644 --- a/Source/Framework/Constants/GuildConst.cs +++ b/Source/Framework/Constants/GuildConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 82c28c345..faf60a4ae 100644 --- a/Source/Framework/Constants/ItemConst.cs +++ b/Source/Framework/Constants/ItemConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 8bc595dc8..e85cc2250 100644 --- a/Source/Framework/Constants/LFGConst.cs +++ b/Source/Framework/Constants/LFGConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 226844b7c..bc9626480 100644 --- a/Source/Framework/Constants/Language.cs +++ b/Source/Framework/Constants/Language.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 225bc3cfc..a32376e4e 100644 --- a/Source/Framework/Constants/LootConst.cs +++ b/Source/Framework/Constants/LootConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 54c1fb302..d80085429 100644 --- a/Source/Framework/Constants/MailConst.cs +++ b/Source/Framework/Constants/MailConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 a8ce66b1b..56707d650 100644 --- a/Source/Framework/Constants/MapConst.cs +++ b/Source/Framework/Constants/MapConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 a68c79362..65ddb16f3 100644 --- a/Source/Framework/Constants/Movement/MovementConst.cs +++ b/Source/Framework/Constants/Movement/MovementConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 bc1b60543..c9baa1b74 100644 --- a/Source/Framework/Constants/Movement/MovementFlags.cs +++ b/Source/Framework/Constants/Movement/MovementFlags.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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/SplineConst.cs b/Source/Framework/Constants/Movement/SplineConst.cs index be3cfd27a..d8dcf17c9 100644 --- a/Source/Framework/Constants/Movement/SplineConst.cs +++ b/Source/Framework/Constants/Movement/SplineConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 9944ba222..a8ce8b370 100644 --- a/Source/Framework/Constants/Network/NetworkConst.cs +++ b/Source/Framework/Constants/Network/NetworkConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 232338acb..55d4b55eb 100644 --- a/Source/Framework/Constants/Network/Opcodes.cs +++ b/Source/Framework/Constants/Network/Opcodes.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 1dfe7956e..a4640c138 100644 --- a/Source/Framework/Constants/ObjectConst.cs +++ b/Source/Framework/Constants/ObjectConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 9f99822e9..91112d516 100644 --- a/Source/Framework/Constants/OutdoorPvPConst.cs +++ b/Source/Framework/Constants/OutdoorPvPConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 a55415504..e8699ec84 100644 --- a/Source/Framework/Constants/PetConst.cs +++ b/Source/Framework/Constants/PetConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 3b1244b1d..1a53a0cb1 100644 --- a/Source/Framework/Constants/PlayerConst.cs +++ b/Source/Framework/Constants/PlayerConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 a41d24aca..0eeec973e 100644 --- a/Source/Framework/Constants/QuestConst.cs +++ b/Source/Framework/Constants/QuestConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 0498580cc..572b27ae2 100644 --- a/Source/Framework/Constants/ScriptsConst.cs +++ b/Source/Framework/Constants/ScriptsConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 1c3422990..4481827ad 100644 --- a/Source/Framework/Constants/ServiceHash.cs +++ b/Source/Framework/Constants/ServiceHash.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 a6efd6606..075d43b2e 100644 --- a/Source/Framework/Constants/SharedConst.cs +++ b/Source/Framework/Constants/SharedConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 b2dd1a814..87b3a8f51 100644 --- a/Source/Framework/Constants/SmartAIConst.cs +++ b/Source/Framework/Constants/SmartAIConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 f96db4cfa..1a3a0f0d2 100644 --- a/Source/Framework/Constants/Spells/SkillConst.cs +++ b/Source/Framework/Constants/Spells/SkillConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 d33f924c0..239527dd5 100644 --- a/Source/Framework/Constants/Spells/SpellAuraConst.cs +++ b/Source/Framework/Constants/Spells/SpellAuraConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 40a03fd7c..453add8e3 100644 --- a/Source/Framework/Constants/Spells/SpellConst.cs +++ b/Source/Framework/Constants/Spells/SpellConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 ebd79c4bf..26504cf8f 100644 --- a/Source/Framework/Constants/SupportSystemConst.cs +++ b/Source/Framework/Constants/SupportSystemConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 9c0a9dffb..56ef5012a 100644 --- a/Source/Framework/Constants/UnitConst.cs +++ b/Source/Framework/Constants/UnitConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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/UpdateFieldFlags.cs b/Source/Framework/Constants/Update/UpdateFieldFlags.cs index 68a6820da..c94564175 100644 --- a/Source/Framework/Constants/Update/UpdateFieldFlags.cs +++ b/Source/Framework/Constants/Update/UpdateFieldFlags.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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/UpdateFields.cs b/Source/Framework/Constants/Update/UpdateFields.cs index 9957735ab..c6e386044 100644 --- a/Source/Framework/Constants/Update/UpdateFields.cs +++ b/Source/Framework/Constants/Update/UpdateFields.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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/UpdateFlags.cs b/Source/Framework/Constants/Update/UpdateFlags.cs index 2d934e237..538316d2a 100644 --- a/Source/Framework/Constants/Update/UpdateFlags.cs +++ b/Source/Framework/Constants/Update/UpdateFlags.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 296bb7719..08e8b713b 100644 --- a/Source/Framework/Constants/Update/UpdateType.cs +++ b/Source/Framework/Constants/Update/UpdateType.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 097495866..f27015764 100644 --- a/Source/Framework/Constants/VehicleConst.cs +++ b/Source/Framework/Constants/VehicleConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 94b15371a..2830f7ed1 100644 --- a/Source/Framework/Cryptography/PacketCrypt.cs +++ b/Source/Framework/Cryptography/PacketCrypt.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 83b446218..8e7813eef 100644 --- a/Source/Framework/Cryptography/RsaCrypt.cs +++ b/Source/Framework/Cryptography/RsaCrypt.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 3c74a6dc1..52a6a4e61 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-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 1920fac8b..eb4ae2acb 100644 --- a/Source/Framework/Cryptography/SessionKeyGeneration.cs +++ b/Source/Framework/Cryptography/SessionKeyGeneration.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 60567ce57..be0db1bf5 100644 --- a/Source/Framework/Cryptography/ShaHmac.cs +++ b/Source/Framework/Cryptography/ShaHmac.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 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 a47f632d9..058740f99 100644 --- a/Source/Framework/Database/DB.cs +++ b/Source/Framework/Database/DB.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 843a74af4..9c955c435 100644 --- a/Source/Framework/Database/DatabaseLoader.cs +++ b/Source/Framework/Database/DatabaseLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 52a42b995..8d6c22579 100644 --- a/Source/Framework/Database/DatabaseUpdater.cs +++ b/Source/Framework/Database/DatabaseUpdater.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 036f0161c..e1bf8be05 100644 --- a/Source/Framework/Database/DatabaseWorker.cs +++ b/Source/Framework/Database/DatabaseWorker.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 589c55e99..55a91f792 100644 --- a/Source/Framework/Database/Databases/CharacterDatabase.cs +++ b/Source/Framework/Database/Databases/CharacterDatabase.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 86eccbc3a..269ab2d5d 100644 --- a/Source/Framework/Database/Databases/HotfixDatabase.cs +++ b/Source/Framework/Database/Databases/HotfixDatabase.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 033b10924..ad6787930 100644 --- a/Source/Framework/Database/Databases/LoginDatabase.cs +++ b/Source/Framework/Database/Databases/LoginDatabase.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 b35faa940..d731265f0 100644 --- a/Source/Framework/Database/Databases/WorldDatabase.cs +++ b/Source/Framework/Database/Databases/WorldDatabase.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 6cddbc943..5bd77db1e 100644 --- a/Source/Framework/Database/MySqlBase.cs +++ b/Source/Framework/Database/MySqlBase.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 9c9dedb71..763834768 100644 --- a/Source/Framework/Database/PreparedStatement.cs +++ b/Source/Framework/Database/PreparedStatement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 67e8c91a4..f957706b8 100644 --- a/Source/Framework/Database/QueryCallback.cs +++ b/Source/Framework/Database/QueryCallback.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 4cae50aac..9aa4bd1cc 100644 --- a/Source/Framework/Database/QueryCallbackProcessor.cs +++ b/Source/Framework/Database/QueryCallbackProcessor.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 d656920fd..363af5222 100644 --- a/Source/Framework/Database/SQLQueryHolder.cs +++ b/Source/Framework/Database/SQLQueryHolder.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 1acb1cb88..5028b443c 100644 --- a/Source/Framework/Database/SQLResult.cs +++ b/Source/Framework/Database/SQLResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -95,16 +95,13 @@ namespace Framework.Database { var value = _currentRow[column]; - if (value.GetType() == typeof(T)) - return (T)value; + if (value == DBNull.Value) + return default(T); - if (value != DBNull.Value) - return (T)Convert.ChangeType(value, typeof(T)); + if (value.GetType() != typeof(T)) + return (T)Convert.ChangeType(value, typeof(T));//todo remove me when all fields are the right type this is super slow - if (typeof(T).Name == "String") - return (T)Convert.ChangeType("", typeof(T)); - - return default(T); + return (T)value; } public T[] ReadValues(int startIndex, int numColumns) diff --git a/Source/Framework/Database/SQLTransaction.cs b/Source/Framework/Database/SQLTransaction.cs index 1dc1d9853..cbbadc820 100644 --- a/Source/Framework/Database/SQLTransaction.cs +++ b/Source/Framework/Database/SQLTransaction.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 02aba47a9..020620446 100644 --- a/Source/Framework/Debugging/Errors.cs +++ b/Source/Framework/Debugging/Errors.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 4d7cf795d..282b068fe 100644 --- a/Source/Framework/Dynamic/EventMap.cs +++ b/Source/Framework/Dynamic/EventMap.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 f6978f5d1..d1ddec8cc 100644 --- a/Source/Framework/Dynamic/EventSystem.cs +++ b/Source/Framework/Dynamic/EventSystem.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 ef03c8963..0f8026db5 100644 --- a/Source/Framework/Dynamic/FlagArray.cs +++ b/Source/Framework/Dynamic/FlagArray.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 6c0338a13..5d901b087 100644 --- a/Source/Framework/Dynamic/OptionalType.cs +++ b/Source/Framework/Dynamic/OptionalType.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 4f5f820f8..603409792 100644 --- a/Source/Framework/Dynamic/Reference.cs +++ b/Source/Framework/Dynamic/Reference.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 9cd57057e..b008b4cd7 100644 --- a/Source/Framework/Dynamic/TaskScheduler.cs +++ b/Source/Framework/Dynamic/TaskScheduler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 56e3e9d06..b2cdc6ea1 100644 --- a/Source/Framework/GameMath/AxisAlignedBox.cs +++ b/Source/Framework/GameMath/AxisAlignedBox.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 7a9fd1235..3339b1efc 100644 --- a/Source/Framework/GameMath/CollisionDetection.cs +++ b/Source/Framework/GameMath/CollisionDetection.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 e46dc665c..d2232d0e7 100644 --- a/Source/Framework/GameMath/Matrix2.cs +++ b/Source/Framework/GameMath/Matrix2.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 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 b61268a16..f25aec4ef 100644 --- a/Source/Framework/GameMath/Matrix3.cs +++ b/Source/Framework/GameMath/Matrix3.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 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 224230aa5..eb0e8f595 100644 --- a/Source/Framework/GameMath/Matrix4.cs +++ b/Source/Framework/GameMath/Matrix4.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 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 b29002746..9828be079 100644 --- a/Source/Framework/GameMath/Plane.cs +++ b/Source/Framework/GameMath/Plane.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 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 af61e56b9..941665255 100644 --- a/Source/Framework/GameMath/Quaternion.cs +++ b/Source/Framework/GameMath/Quaternion.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 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 3b7c7f7ee..e624fa6b8 100644 --- a/Source/Framework/GameMath/Ray.cs +++ b/Source/Framework/GameMath/Ray.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 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 ff0955605..eaeeb017c 100644 --- a/Source/Framework/GameMath/Vector2.cs +++ b/Source/Framework/GameMath/Vector2.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 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 8ed4c4a2d..e72679a63 100644 --- a/Source/Framework/GameMath/Vector3.cs +++ b/Source/Framework/GameMath/Vector3.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 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 08efb0722..719fb9c3f 100644 --- a/Source/Framework/GameMath/Vector4.cs +++ b/Source/Framework/GameMath/Vector4.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 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 cc9e21538..a7b333d14 100644 --- a/Source/Framework/IO/ByteBuffer.cs +++ b/Source/Framework/IO/ByteBuffer.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 e033a1b36..50dea24cb 100644 --- a/Source/Framework/IO/StringArguments.cs +++ b/Source/Framework/IO/StringArguments.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 0f3ce860e..c33da4ef8 100644 --- a/Source/Framework/IO/Zlib/compress.cs +++ b/Source/Framework/IO/Zlib/compress.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 92d7d5bb7..c252ab38d 100644 --- a/Source/Framework/Logging/Appender.cs +++ b/Source/Framework/Logging/Appender.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 85a4718e3..285e161cd 100644 --- a/Source/Framework/Logging/Log.cs +++ b/Source/Framework/Logging/Log.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 75177d0ed..83c682b34 100644 --- a/Source/Framework/Logging/Logger.cs +++ b/Source/Framework/Logging/Logger.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 c0883a633..5ba2ed243 100644 --- a/Source/Framework/Networking/AsyncAcceptor.cs +++ b/Source/Framework/Networking/AsyncAcceptor.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 84753b508..b6415ac8b 100644 --- a/Source/Framework/Networking/NetworkThread.cs +++ b/Source/Framework/Networking/NetworkThread.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 b69924a28..b3defb083 100644 --- a/Source/Framework/Networking/SSLSocket.cs +++ b/Source/Framework/Networking/SSLSocket.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 9d4642f0f..b50ae2895 100644 --- a/Source/Framework/Networking/SocketBase.cs +++ b/Source/Framework/Networking/SocketBase.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 36ccadbf5..53049be55 100644 --- a/Source/Framework/Networking/SocketManager.cs +++ b/Source/Framework/Networking/SocketManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 ad6d9ec5f..4b32a6e63 100644 --- a/Source/Framework/Realm/Realm.cs +++ b/Source/Framework/Realm/Realm.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 1387c587e..11945a3a6 100644 --- a/Source/Framework/Realm/RealmManager.cs +++ b/Source/Framework/Realm/RealmManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 fbc7c73eb..aa31ac6b8 100644 --- a/Source/Framework/Rest/Authentication/LogonData.cs +++ b/Source/Framework/Rest/Authentication/LogonData.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 a2347551d..690a30960 100644 --- a/Source/Framework/Rest/Authentication/LogonResult.cs +++ b/Source/Framework/Rest/Authentication/LogonResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 f9a93edc2..62f13bf00 100644 --- a/Source/Framework/Rest/Forms/FormInput.cs +++ b/Source/Framework/Rest/Forms/FormInput.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 82237f161..99fb8b91a 100644 --- a/Source/Framework/Rest/Forms/FormInputValue.cs +++ b/Source/Framework/Rest/Forms/FormInputValue.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 bd3431d09..e3c2af714 100644 --- a/Source/Framework/Rest/Forms/FormInputs.cs +++ b/Source/Framework/Rest/Forms/FormInputs.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 ecf308ee4..0d31f43e9 100644 --- a/Source/Framework/Rest/Misc/Address.cs +++ b/Source/Framework/Rest/Misc/Address.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 652494127..69ecff337 100644 --- a/Source/Framework/Rest/Misc/AddressFamily.cs +++ b/Source/Framework/Rest/Misc/AddressFamily.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 a53404067..4bf1d215a 100644 --- a/Source/Framework/Rest/Misc/ClientVersion.cs +++ b/Source/Framework/Rest/Misc/ClientVersion.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 42230434c..7b75497f3 100644 --- a/Source/Framework/Rest/Misc/RealmCharacterCountEntry.cs +++ b/Source/Framework/Rest/Misc/RealmCharacterCountEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 c1390ad64..1d4219ce4 100644 --- a/Source/Framework/Rest/Realmlist/RealmCharacterCountList.cs +++ b/Source/Framework/Rest/Realmlist/RealmCharacterCountList.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 0d2f8ed5a..e6dad7de2 100644 --- a/Source/Framework/Rest/Realmlist/RealmEntry.cs +++ b/Source/Framework/Rest/Realmlist/RealmEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 f64153fd1..bcfabcedc 100644 --- a/Source/Framework/Rest/Realmlist/RealmListServerIPAddresses.cs +++ b/Source/Framework/Rest/Realmlist/RealmListServerIPAddresses.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 9e7ca04cc..1879593d3 100644 --- a/Source/Framework/Rest/Realmlist/RealmListTicketClientInformation.cs +++ b/Source/Framework/Rest/Realmlist/RealmListTicketClientInformation.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 68e0dc358..ae14a4d53 100644 --- a/Source/Framework/Rest/Realmlist/RealmListTicketIdentity.cs +++ b/Source/Framework/Rest/Realmlist/RealmListTicketIdentity.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 18fedcb46..5af73a1b1 100644 --- a/Source/Framework/Rest/Realmlist/RealmListTicketInformation.cs +++ b/Source/Framework/Rest/Realmlist/RealmListTicketInformation.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 412a47edf..e5f691a64 100644 --- a/Source/Framework/Rest/Realmlist/RealmListUpdate.cs +++ b/Source/Framework/Rest/Realmlist/RealmListUpdate.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 7e156cb75..5a526c1eb 100644 --- a/Source/Framework/Rest/Realmlist/RealmListUpdates.cs +++ b/Source/Framework/Rest/Realmlist/RealmListUpdates.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 b6338608b..d5bef5cce 100644 --- a/Source/Framework/Serialization/Json.cs +++ b/Source/Framework/Serialization/Json.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 71875f3b7..11c4664d1 100644 --- a/Source/Framework/Singleton/Singleton.cs +++ b/Source/Framework/Singleton/Singleton.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 84af7ea63..e818cfc68 100644 --- a/Source/Framework/Threading/ProducerConsumerQueue.cs +++ b/Source/Framework/Threading/ProducerConsumerQueue.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 d619435c5..2d48ca870 100644 --- a/Source/Framework/Util/CollectionExtensions.cs +++ b/Source/Framework/Util/CollectionExtensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 4e1f84385..a1d60959b 100644 --- a/Source/Framework/Util/Extensions.cs +++ b/Source/Framework/Util/Extensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 c439a4316..9adac989a 100644 --- a/Source/Framework/Util/MathFunctions.cs +++ b/Source/Framework/Util/MathFunctions.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 e5acf75ca..ccfd96ee5 100644 --- a/Source/Framework/Util/NetworkExtensions.cs +++ b/Source/Framework/Util/NetworkExtensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 5082ae9c1..34787eba7 100644 --- a/Source/Framework/Util/RandomHelper.cs +++ b/Source/Framework/Util/RandomHelper.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 0e7bc80a1..6257126b3 100644 --- a/Source/Framework/Util/Time.cs +++ b/Source/Framework/Util/Time.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 226392508..a56b32072 100644 --- a/Source/Framework/Web/Http.cs +++ b/Source/Framework/Web/Http.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 443f24d86..0c60ba577 100644 --- a/Source/Game/AI/AISelector.cs +++ b/Source/Game/AI/AISelector.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d860ecbef..e05bc7d28 100644 --- a/Source/Game/AI/CoreAI/AreaTriggerAI.cs +++ b/Source/Game/AI/CoreAI/AreaTriggerAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 04ddacb45..0c8d14506 100644 --- a/Source/Game/AI/CoreAI/CombatAI.cs +++ b/Source/Game/AI/CoreAI/CombatAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 73fea0e45..4d8276557 100644 --- a/Source/Game/AI/CoreAI/CreatureAI.cs +++ b/Source/Game/AI/CoreAI/CreatureAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 829202ad7..bb4b3d22c 100644 --- a/Source/Game/AI/CoreAI/GameObjectAI.cs +++ b/Source/Game/AI/CoreAI/GameObjectAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 0c2840f7a..bcae7334c 100644 --- a/Source/Game/AI/CoreAI/GuardAI.cs +++ b/Source/Game/AI/CoreAI/GuardAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 8c0e0b4e5..69cc205e8 100644 --- a/Source/Game/AI/CoreAI/PassiveAI.cs +++ b/Source/Game/AI/CoreAI/PassiveAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 e10fdb10a..220de72c9 100644 --- a/Source/Game/AI/CoreAI/PetAI.cs +++ b/Source/Game/AI/CoreAI/PetAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 cbc195f3e..38cbe3101 100644 --- a/Source/Game/AI/CoreAI/TotemAI.cs +++ b/Source/Game/AI/CoreAI/TotemAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 58ef68693..5b7327e97 100644 --- a/Source/Game/AI/CoreAI/UnitAI.cs +++ b/Source/Game/AI/CoreAI/UnitAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 a8c238094..41384f5f9 100644 --- a/Source/Game/AI/PlayerAI/PlayerAI.cs +++ b/Source/Game/AI/PlayerAI/PlayerAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 f74538916..8bed3deb9 100644 --- a/Source/Game/AI/ScriptedAI/ScriptedAI.cs +++ b/Source/Game/AI/ScriptedAI/ScriptedAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 cf754acb7..06d9c94f7 100644 --- a/Source/Game/AI/ScriptedAI/ScriptedEscortAI.cs +++ b/Source/Game/AI/ScriptedAI/ScriptedEscortAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 01ddfb382..8b06c4548 100644 --- a/Source/Game/AI/ScriptedAI/ScriptedFollowerAI.cs +++ b/Source/Game/AI/ScriptedAI/ScriptedFollowerAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 de1c687e0..401a66c80 100644 --- a/Source/Game/AI/SmartScripts/SmartAI.cs +++ b/Source/Game/AI/SmartScripts/SmartAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 77b6b0131..58f1773dd 100644 --- a/Source/Game/AI/SmartScripts/SmartAIManager.cs +++ b/Source/Game/AI/SmartScripts/SmartAIManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 053719717..9acf3f908 100644 --- a/Source/Game/AI/SmartScripts/SmartScript.cs +++ b/Source/Game/AI/SmartScripts/SmartScript.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c2045e0e5..0908fa2df 100644 --- a/Source/Game/Accounts/AccountManager.cs +++ b/Source/Game/Accounts/AccountManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d5a450c85..11d6acac8 100644 --- a/Source/Game/Accounts/BNetAccountManager.cs +++ b/Source/Game/Accounts/BNetAccountManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 ecab9a618..86bc75fdc 100644 --- a/Source/Game/Accounts/RoleAccessControl.cs +++ b/Source/Game/Accounts/RoleAccessControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 213baf27b..87d69c42f 100644 --- a/Source/Game/Achievements/AchievementManager.cs +++ b/Source/Game/Achievements/AchievementManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 5c5619726..35d904583 100644 --- a/Source/Game/Achievements/CriteriaHandler.cs +++ b/Source/Game/Achievements/CriteriaHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 e947acc8e..d6d19362f 100644 --- a/Source/Game/Arenas/Arena.cs +++ b/Source/Game/Arenas/Arena.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 bbc1e86b8..b476ce1cf 100644 --- a/Source/Game/Arenas/ArenaScore.cs +++ b/Source/Game/Arenas/ArenaScore.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 4a76f1be2..339a7324f 100644 --- a/Source/Game/Arenas/ArenaTeam.cs +++ b/Source/Game/Arenas/ArenaTeam.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 8ae190e67..0658b7b57 100644 --- a/Source/Game/Arenas/ArenaTeamManager.cs +++ b/Source/Game/Arenas/ArenaTeamManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 801eb2a62..925c26f94 100644 --- a/Source/Game/Arenas/Zones/BladesEdgeArena.cs +++ b/Source/Game/Arenas/Zones/BladesEdgeArena.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 af2195a4f..7cbf8edb7 100644 --- a/Source/Game/Arenas/Zones/DalaranSewers.cs +++ b/Source/Game/Arenas/Zones/DalaranSewers.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 bcc0a2229..8601532be 100644 --- a/Source/Game/Arenas/Zones/NagrandArena.cs +++ b/Source/Game/Arenas/Zones/NagrandArena.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 33339b45f..7557b4cc9 100644 --- a/Source/Game/Arenas/Zones/RingofValor.cs +++ b/Source/Game/Arenas/Zones/RingofValor.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 0fa9923c2..a9dbd41c5 100644 --- a/Source/Game/Arenas/Zones/RuinsofLordaeron.cs +++ b/Source/Game/Arenas/Zones/RuinsofLordaeron.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 8becbe4f1..0f9bc296c 100644 --- a/Source/Game/Arenas/Zones/TigersPeak.cs +++ b/Source/Game/Arenas/Zones/TigersPeak.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 e511bede0..21f28bc84 100644 --- a/Source/Game/Arenas/Zones/TolvironArena.cs +++ b/Source/Game/Arenas/Zones/TolvironArena.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 438575a68..a5df0869d 100644 --- a/Source/Game/AuctionHouse/AuctionManager.cs +++ b/Source/Game/AuctionHouse/AuctionManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 45f89ba6c..dd0b096cc 100644 --- a/Source/Game/BattleFields/BattleField.cs +++ b/Source/Game/BattleFields/BattleField.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 16d3c767c..ec3afd32f 100644 --- a/Source/Game/BattleFields/BattleFieldManager.cs +++ b/Source/Game/BattleFields/BattleFieldManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c9c6fd36d..8c90403c1 100644 --- a/Source/Game/BattleFields/Zones/WinterGrasp.cs +++ b/Source/Game/BattleFields/Zones/WinterGrasp.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 440398abc..0efdd1a36 100644 --- a/Source/Game/BattleFields/Zones/WinterGraspConst.cs +++ b/Source/Game/BattleFields/Zones/WinterGraspConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 ecd7eb4aa..354990be8 100644 --- a/Source/Game/BattleGrounds/BattleGround.cs +++ b/Source/Game/BattleGrounds/BattleGround.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 f9d5786a0..e0bb86786 100644 --- a/Source/Game/BattleGrounds/BattleGroundManager.cs +++ b/Source/Game/BattleGrounds/BattleGroundManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 95411d0f0..48cb06d5e 100644 --- a/Source/Game/BattleGrounds/BattleGroundQueue.cs +++ b/Source/Game/BattleGrounds/BattleGroundQueue.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 43d5b94bf..07202609c 100644 --- a/Source/Game/BattleGrounds/BattleGroundScore.cs +++ b/Source/Game/BattleGrounds/BattleGroundScore.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 9b0364220..3fe351d83 100644 --- a/Source/Game/BattleGrounds/Zones/AlteracValley.cs +++ b/Source/Game/BattleGrounds/Zones/AlteracValley.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c1cce1364..1d81cce3b 100644 --- a/Source/Game/BattleGrounds/Zones/ArathiBasin.cs +++ b/Source/Game/BattleGrounds/Zones/ArathiBasin.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 6811f4b27..029e0951f 100644 --- a/Source/Game/BattleGrounds/Zones/BattleforGilneas.cs +++ b/Source/Game/BattleGrounds/Zones/BattleforGilneas.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 f9d77b992..3709c3586 100644 --- a/Source/Game/BattleGrounds/Zones/DeepwindGorge.cs +++ b/Source/Game/BattleGrounds/Zones/DeepwindGorge.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 509af9327..ba78a93e8 100644 --- a/Source/Game/BattleGrounds/Zones/IsleofConquest.cs +++ b/Source/Game/BattleGrounds/Zones/IsleofConquest.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 de0fc073a..00cefa7a0 100644 --- a/Source/Game/BattleGrounds/Zones/SilvershardMines.cs +++ b/Source/Game/BattleGrounds/Zones/SilvershardMines.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 ee5369be2..30ef1757d 100644 --- a/Source/Game/BattleGrounds/Zones/StrandofAncients.cs +++ b/Source/Game/BattleGrounds/Zones/StrandofAncients.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 128d745c9..6daf9b46c 100644 --- a/Source/Game/BattleGrounds/Zones/TempleofKotmogu.cs +++ b/Source/Game/BattleGrounds/Zones/TempleofKotmogu.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 212eba503..ad140d80b 100644 --- a/Source/Game/BattleGrounds/Zones/TwinPeaks.cs +++ b/Source/Game/BattleGrounds/Zones/TwinPeaks.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 efb07892b..a23420dcc 100644 --- a/Source/Game/BattleGrounds/Zones/WarsongGluch.cs +++ b/Source/Game/BattleGrounds/Zones/WarsongGluch.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 3966c17ef..2aa33b3ba 100644 --- a/Source/Game/BattlePets/BattlePetManager.cs +++ b/Source/Game/BattlePets/BattlePetManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 bc71ec63e..5dbc4c14b 100644 --- a/Source/Game/BlackMarket/BlackMarketEntry.cs +++ b/Source/Game/BlackMarket/BlackMarketEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 ed05e63c8..8bd9bb7c5 100644 --- a/Source/Game/BlackMarket/BlackMarketManager.cs +++ b/Source/Game/BlackMarket/BlackMarketManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d15fb5a8e..bc8067dff 100644 --- a/Source/Game/Calendar/CalendarManager.cs +++ b/Source/Game/Calendar/CalendarManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 0ea000856..fb20ff58a 100644 --- a/Source/Game/Chat/Channels/Channel.cs +++ b/Source/Game/Chat/Channels/Channel.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 a5927df1a..1d42db395 100644 --- a/Source/Game/Chat/Channels/ChannelAppenders.cs +++ b/Source/Game/Chat/Channels/ChannelAppenders.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c3b8c19db..b0bfa946e 100644 --- a/Source/Game/Chat/Channels/ChannelManager.cs +++ b/Source/Game/Chat/Channels/ChannelManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 8a9a87b98..db881503b 100644 --- a/Source/Game/Chat/CommandAttribute.cs +++ b/Source/Game/Chat/CommandAttribute.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c2ceae1ce..5d9de0cd0 100644 --- a/Source/Game/Chat/CommandHandler.cs +++ b/Source/Game/Chat/CommandHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 a7a7c0fe8..7fed37608 100644 --- a/Source/Game/Chat/CommandManager.cs +++ b/Source/Game/Chat/CommandManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 98578d073..a6ebde01c 100644 --- a/Source/Game/Chat/Commands/AccountCommands.cs +++ b/Source/Game/Chat/Commands/AccountCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 aecd5c807..3538b06c5 100644 --- a/Source/Game/Chat/Commands/AhBotCommands.cs +++ b/Source/Game/Chat/Commands/AhBotCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 47328a735..40fd2df7d 100644 --- a/Source/Game/Chat/Commands/ArenaCommands.cs +++ b/Source/Game/Chat/Commands/ArenaCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 4527a277d..4eab55815 100644 --- a/Source/Game/Chat/Commands/BNetAccountCommands.cs +++ b/Source/Game/Chat/Commands/BNetAccountCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c267faf2d..6ad8e1608 100644 --- a/Source/Game/Chat/Commands/BanCommands.cs +++ b/Source/Game/Chat/Commands/BanCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 15cd95fdf..040ceb6d6 100644 --- a/Source/Game/Chat/Commands/BattleFieldCommands.cs +++ b/Source/Game/Chat/Commands/BattleFieldCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 558ed61ef..286e353ce 100644 --- a/Source/Game/Chat/Commands/CastCommands.cs +++ b/Source/Game/Chat/Commands/CastCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 cf7ac505c..4a6cf94b5 100644 --- a/Source/Game/Chat/Commands/CharacterCommands.cs +++ b/Source/Game/Chat/Commands/CharacterCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b0aa9e831..59d86c541 100644 --- a/Source/Game/Chat/Commands/CheatCommands.cs +++ b/Source/Game/Chat/Commands/CheatCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d5a99ed46..4e33e57dd 100644 --- a/Source/Game/Chat/Commands/DebugCommands.cs +++ b/Source/Game/Chat/Commands/DebugCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 4d925e39d..c744bcf08 100644 --- a/Source/Game/Chat/Commands/DeserterCommands.cs +++ b/Source/Game/Chat/Commands/DeserterCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 76be61997..22262e114 100644 --- a/Source/Game/Chat/Commands/DisableCommands.cs +++ b/Source/Game/Chat/Commands/DisableCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 3dcc2914a..a4a71e932 100644 --- a/Source/Game/Chat/Commands/EventCommands.cs +++ b/Source/Game/Chat/Commands/EventCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 65b595171..e3f6173ff 100644 --- a/Source/Game/Chat/Commands/GMCommands.cs +++ b/Source/Game/Chat/Commands/GMCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 5bb85f627..1057ac5e9 100644 --- a/Source/Game/Chat/Commands/GameObjectCommands.cs +++ b/Source/Game/Chat/Commands/GameObjectCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 cd9252def..f94276432 100644 --- a/Source/Game/Chat/Commands/GoCommands.cs +++ b/Source/Game/Chat/Commands/GoCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 370b620d7..e65cf96a9 100644 --- a/Source/Game/Chat/Commands/GroupCommands.cs +++ b/Source/Game/Chat/Commands/GroupCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 9bd118089..29cd0b83a 100644 --- a/Source/Game/Chat/Commands/GuildCommands.cs +++ b/Source/Game/Chat/Commands/GuildCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b4bd92ae4..61d46874c 100644 --- a/Source/Game/Chat/Commands/HonorCommands.cs +++ b/Source/Game/Chat/Commands/HonorCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c35e595fc..ff5418f18 100644 --- a/Source/Game/Chat/Commands/InstanceCommands.cs +++ b/Source/Game/Chat/Commands/InstanceCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 1ad0b4db9..1565c725f 100644 --- a/Source/Game/Chat/Commands/LFGCommands.cs +++ b/Source/Game/Chat/Commands/LFGCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 94965c140..03bc74732 100644 --- a/Source/Game/Chat/Commands/LearnCommands.cs +++ b/Source/Game/Chat/Commands/LearnCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 f0c7c67e7..254c5a05c 100644 --- a/Source/Game/Chat/Commands/ListCommands.cs +++ b/Source/Game/Chat/Commands/ListCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 3c348846c..66304bbd9 100644 --- a/Source/Game/Chat/Commands/LookupCommands.cs +++ b/Source/Game/Chat/Commands/LookupCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 0d1e657cc..2080a68bd 100644 --- a/Source/Game/Chat/Commands/MMapsCommands.cs +++ b/Source/Game/Chat/Commands/MMapsCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 7ace07af1..853d6efec 100644 --- a/Source/Game/Chat/Commands/MessageCommands.cs +++ b/Source/Game/Chat/Commands/MessageCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 7b3b16dab..ae5a27d7f 100644 --- a/Source/Game/Chat/Commands/MiscCommands.cs +++ b/Source/Game/Chat/Commands/MiscCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 241a3e3c7..ce92212ab 100644 --- a/Source/Game/Chat/Commands/ModifyCommands.cs +++ b/Source/Game/Chat/Commands/ModifyCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 23315812c..be10f6abf 100644 --- a/Source/Game/Chat/Commands/NPCCommands.cs +++ b/Source/Game/Chat/Commands/NPCCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c98c0c3ac..f852490b2 100644 --- a/Source/Game/Chat/Commands/PetCommands.cs +++ b/Source/Game/Chat/Commands/PetCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 4aab34264..1103dcd04 100644 --- a/Source/Game/Chat/Commands/QuestCommands.cs +++ b/Source/Game/Chat/Commands/QuestCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 73ea59c41..b93e0e8eb 100644 --- a/Source/Game/Chat/Commands/RbacCommands.cs +++ b/Source/Game/Chat/Commands/RbacCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 24d9c40dc..9db4740e5 100644 --- a/Source/Game/Chat/Commands/ReloadCommand.cs +++ b/Source/Game/Chat/Commands/ReloadCommand.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 8f58a5e35..100c8d2f3 100644 --- a/Source/Game/Chat/Commands/ResetCommands.cs +++ b/Source/Game/Chat/Commands/ResetCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 aa9118760..b339d5847 100644 --- a/Source/Game/Chat/Commands/SceneCommands.cs +++ b/Source/Game/Chat/Commands/SceneCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c6d6b3503..739516858 100644 --- a/Source/Game/Chat/Commands/SendCommands.cs +++ b/Source/Game/Chat/Commands/SendCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 4c1352203..744041611 100644 --- a/Source/Game/Chat/Commands/ServerCommands.cs +++ b/Source/Game/Chat/Commands/ServerCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 cc2dd75c3..364cb3e35 100644 --- a/Source/Game/Chat/Commands/SpellCommands.cs +++ b/Source/Game/Chat/Commands/SpellCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 608a158be..70e66018f 100644 --- a/Source/Game/Chat/Commands/TeleCommands.cs +++ b/Source/Game/Chat/Commands/TeleCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c0a67461f..7651fc2c2 100644 --- a/Source/Game/Chat/Commands/TicketCommands.cs +++ b/Source/Game/Chat/Commands/TicketCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 6d620cfb9..32ffbaf51 100644 --- a/Source/Game/Chat/Commands/TitleCommands.cs +++ b/Source/Game/Chat/Commands/TitleCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c77929642..415772bbc 100644 --- a/Source/Game/Chat/Commands/WPCommands.cs +++ b/Source/Game/Chat/Commands/WPCommands.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 502d7f53e..188e6d07a 100644 --- a/Source/Game/Collision/BoundingIntervalHierarchy.cs +++ b/Source/Game/Collision/BoundingIntervalHierarchy.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 8c101918d..b566eb44d 100644 --- a/Source/Game/Collision/BoundingIntervalHierarchyWrap.cs +++ b/Source/Game/Collision/BoundingIntervalHierarchyWrap.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 6fbb52c6e..994eda92d 100644 --- a/Source/Game/Collision/Callbacks.cs +++ b/Source/Game/Collision/Callbacks.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 a30b11381..b7faafed2 100644 --- a/Source/Game/Collision/DynamicTree.cs +++ b/Source/Game/Collision/DynamicTree.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 2e48fa9ae..98cbeaaef 100644 --- a/Source/Game/Collision/Management/VMapManager.cs +++ b/Source/Game/Collision/Management/VMapManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 78a8777fb..20ddb6c57 100644 --- a/Source/Game/Collision/Maps/MapTree.cs +++ b/Source/Game/Collision/Maps/MapTree.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 e4ee07da0..2bc0139ae 100644 --- a/Source/Game/Collision/Models/GameObjectModel.cs +++ b/Source/Game/Collision/Models/GameObjectModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 a0c683145..e169abb06 100644 --- a/Source/Game/Collision/Models/IModel.cs +++ b/Source/Game/Collision/Models/IModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 67ebe4c37..d06c41d7b 100644 --- a/Source/Game/Collision/Models/ModelInstance.cs +++ b/Source/Game/Collision/Models/ModelInstance.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 e5b365d95..1475a3fa4 100644 --- a/Source/Game/Collision/Models/WorldModel.cs +++ b/Source/Game/Collision/Models/WorldModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 37907f51b..6df189566 100644 --- a/Source/Game/Collision/RegularGrid2D.cs +++ b/Source/Game/Collision/RegularGrid2D.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b7802a2b8..92210d7eb 100644 --- a/Source/Game/Combat/Events.cs +++ b/Source/Game/Combat/Events.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 fa3366a1e..099ac89a2 100644 --- a/Source/Game/Combat/HostileRegManager.cs +++ b/Source/Game/Combat/HostileRegManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 3890e1a65..594b3f4ac 100644 --- a/Source/Game/Combat/ThreatManager.cs +++ b/Source/Game/Combat/ThreatManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 8edd31d24..0e3da9ab8 100644 --- a/Source/Game/Conditions/Condition.cs +++ b/Source/Game/Conditions/Condition.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 8daa2a6b6..320132aba 100644 --- a/Source/Game/Conditions/ConditionManager.cs +++ b/Source/Game/Conditions/ConditionManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 dce96c6b2..8e1b6b655 100644 --- a/Source/Game/Conditions/DisableManager.cs +++ b/Source/Game/Conditions/DisableManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b622c3742..c8f743918 100644 --- a/Source/Game/DataStorage/AreaTriggerDataStorage.cs +++ b/Source/Game/DataStorage/AreaTriggerDataStorage.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 e9557a5b0..f3fbb5dac 100644 --- a/Source/Game/DataStorage/CharacterTemplateDataStorage.cs +++ b/Source/Game/DataStorage/CharacterTemplateDataStorage.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 38cd2b25c..fa64ef6ca 100644 --- a/Source/Game/DataStorage/CliDB.cs +++ b/Source/Game/DataStorage/CliDB.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 75e9a55c3..8ec69a433 100644 --- a/Source/Game/DataStorage/ClientReader/BitReader.cs +++ b/Source/Game/DataStorage/ClientReader/BitReader.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 055ff107a..316fac45b 100644 --- a/Source/Game/DataStorage/ClientReader/DB6Storage.cs +++ b/Source/Game/DataStorage/ClientReader/DB6Storage.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 8f15a1945..3dd07bf8c 100644 --- a/Source/Game/DataStorage/ClientReader/DBReader.cs +++ b/Source/Game/DataStorage/ClientReader/DBReader.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d1819f31b..683159963 100644 --- a/Source/Game/DataStorage/ClientReader/GameTables.cs +++ b/Source/Game/DataStorage/ClientReader/GameTables.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 4102d853d..30fe602c5 100644 --- a/Source/Game/DataStorage/ConversationDataStorage.cs +++ b/Source/Game/DataStorage/ConversationDataStorage.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 51865f892..ad3a7daec 100644 --- a/Source/Game/DataStorage/DB2Manager.cs +++ b/Source/Game/DataStorage/DB2Manager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 33adcc54c..d8e6e465c 100644 --- a/Source/Game/DataStorage/M2Storage.cs +++ b/Source/Game/DataStorage/M2Storage.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b8b89c003..5d581a647 100644 --- a/Source/Game/DataStorage/Structs/A_Records.cs +++ b/Source/Game/DataStorage/Structs/A_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 eccc6fc8d..3b0ea5db7 100644 --- a/Source/Game/DataStorage/Structs/B_Records.cs +++ b/Source/Game/DataStorage/Structs/B_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 9de486099..5aea61d2d 100644 --- a/Source/Game/DataStorage/Structs/C_Records.cs +++ b/Source/Game/DataStorage/Structs/C_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 830cd0aaa..b75732fa1 100644 --- a/Source/Game/DataStorage/Structs/D_Records.cs +++ b/Source/Game/DataStorage/Structs/D_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 0744fa300..141ab53cd 100644 --- a/Source/Game/DataStorage/Structs/E_Records.cs +++ b/Source/Game/DataStorage/Structs/E_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 cd6a27bd1..8dc2d2146 100644 --- a/Source/Game/DataStorage/Structs/F_Records.cs +++ b/Source/Game/DataStorage/Structs/F_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 f44fcbf1b..cc4dab3b2 100644 --- a/Source/Game/DataStorage/Structs/G_Records.cs +++ b/Source/Game/DataStorage/Structs/G_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d59aa6455..089e5b04f 100644 --- a/Source/Game/DataStorage/Structs/GameTablesRecords.cs +++ b/Source/Game/DataStorage/Structs/GameTablesRecords.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 5f3278c17..64e647a0e 100644 --- a/Source/Game/DataStorage/Structs/H_Records.cs +++ b/Source/Game/DataStorage/Structs/H_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d88cddf44..3d2b16da5 100644 --- a/Source/Game/DataStorage/Structs/I_Records.cs +++ b/Source/Game/DataStorage/Structs/I_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 a0af22c1c..f6fd34c50 100644 --- a/Source/Game/DataStorage/Structs/K_Records.cs +++ b/Source/Game/DataStorage/Structs/K_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 e866b812f..5e62bb1b4 100644 --- a/Source/Game/DataStorage/Structs/L_Records.cs +++ b/Source/Game/DataStorage/Structs/L_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 19f374f4e..8927c8060 100644 --- a/Source/Game/DataStorage/Structs/M2Structure.cs +++ b/Source/Game/DataStorage/Structs/M2Structure.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 e2ec36eaa..acda4b90d 100644 --- a/Source/Game/DataStorage/Structs/M_Records.cs +++ b/Source/Game/DataStorage/Structs/M_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 8c7eceb90..66f25660e 100644 --- a/Source/Game/DataStorage/Structs/MiscStructs.cs +++ b/Source/Game/DataStorage/Structs/MiscStructs.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 395161876..501749eab 100644 --- a/Source/Game/DataStorage/Structs/N_Records.cs +++ b/Source/Game/DataStorage/Structs/N_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 f1e8bab49..4d3894eb6 100644 --- a/Source/Game/DataStorage/Structs/O_Records.cs +++ b/Source/Game/DataStorage/Structs/O_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d78ee6cd5..30bb81471 100644 --- a/Source/Game/DataStorage/Structs/P_Records.cs +++ b/Source/Game/DataStorage/Structs/P_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 2adac9da5..4779cbd07 100644 --- a/Source/Game/DataStorage/Structs/Q_Records.cs +++ b/Source/Game/DataStorage/Structs/Q_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 36554b1b3..c3dacd4fd 100644 --- a/Source/Game/DataStorage/Structs/R_Records.cs +++ b/Source/Game/DataStorage/Structs/R_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b58f404fb..64f1d949d 100644 --- a/Source/Game/DataStorage/Structs/S_Records.cs +++ b/Source/Game/DataStorage/Structs/S_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 caaf489de..93a6f4afa 100644 --- a/Source/Game/DataStorage/Structs/T_Records.cs +++ b/Source/Game/DataStorage/Structs/T_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b755cfd27..395820875 100644 --- a/Source/Game/DataStorage/Structs/U_Records.cs +++ b/Source/Game/DataStorage/Structs/U_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 baa10b7d9..60e14e210 100644 --- a/Source/Game/DataStorage/Structs/V_Records.cs +++ b/Source/Game/DataStorage/Structs/V_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c6af8da49..18b67d270 100644 --- a/Source/Game/DataStorage/Structs/W_Records.cs +++ b/Source/Game/DataStorage/Structs/W_Records.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 f8e947ddd..c5a32cbba 100644 --- a/Source/Game/DungeonFinding/LFGGroupData.cs +++ b/Source/Game/DungeonFinding/LFGGroupData.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 922818d70..764db206e 100644 --- a/Source/Game/DungeonFinding/LFGManager.cs +++ b/Source/Game/DungeonFinding/LFGManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 9c1605213..4aa3a6d78 100644 --- a/Source/Game/DungeonFinding/LFGPlayerData.cs +++ b/Source/Game/DungeonFinding/LFGPlayerData.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 212d7ef77..2e7da0ec8 100644 --- a/Source/Game/DungeonFinding/LFGQueue.cs +++ b/Source/Game/DungeonFinding/LFGQueue.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 bd7247f0f..9afdc42cb 100644 --- a/Source/Game/DungeonFinding/LFGScripts.cs +++ b/Source/Game/DungeonFinding/LFGScripts.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d768dc9c1..c22f64a6a 100644 --- a/Source/Game/Entities/AreaTrigger/AreaTrigger.cs +++ b/Source/Game/Entities/AreaTrigger/AreaTrigger.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 e87a3e0d3..8b3974075 100644 --- a/Source/Game/Entities/AreaTrigger/AreaTriggerTemplate.cs +++ b/Source/Game/Entities/AreaTrigger/AreaTriggerTemplate.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 a016fead5..8f5b2e72e 100644 --- a/Source/Game/Entities/Conversation.cs +++ b/Source/Game/Entities/Conversation.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 2e1abbed2..f8d184882 100644 --- a/Source/Game/Entities/Corpse.cs +++ b/Source/Game/Entities/Corpse.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 31fc23a10..d87a0658f 100644 --- a/Source/Game/Entities/Creature/Creature.Fields.cs +++ b/Source/Game/Entities/Creature/Creature.Fields.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 84054c5d2..148db6d46 100644 --- a/Source/Game/Entities/Creature/Creature.cs +++ b/Source/Game/Entities/Creature/Creature.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 6edbf9535..9bb31d217 100644 --- a/Source/Game/Entities/Creature/CreatureData.cs +++ b/Source/Game/Entities/Creature/CreatureData.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 513961053..f49cfc64f 100644 --- a/Source/Game/Entities/Creature/CreatureGroups.cs +++ b/Source/Game/Entities/Creature/CreatureGroups.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 eadd80cce..0982f33b1 100644 --- a/Source/Game/Entities/Creature/Gossip.cs +++ b/Source/Game/Entities/Creature/Gossip.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c54416aed..fe9423be5 100644 --- a/Source/Game/Entities/DynamicObject.cs +++ b/Source/Game/Entities/DynamicObject.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 5f02a8687..0efeb0caa 100644 --- a/Source/Game/Entities/GameObject/GameObject.cs +++ b/Source/Game/Entities/GameObject/GameObject.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 8e292636a..d794b6afb 100644 --- a/Source/Game/Entities/GameObject/GameObjectData.cs +++ b/Source/Game/Entities/GameObject/GameObjectData.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b36b174e0..a9d018046 100644 --- a/Source/Game/Entities/Item/Bag.cs +++ b/Source/Game/Entities/Item/Bag.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 28fa0cb90..6fa9c5ff8 100644 --- a/Source/Game/Entities/Item/Item.cs +++ b/Source/Game/Entities/Item/Item.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 4e71244a4..567379cb6 100644 --- a/Source/Game/Entities/Item/ItemEnchantment.cs +++ b/Source/Game/Entities/Item/ItemEnchantment.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 7648dd33a..0ef302d71 100644 --- a/Source/Game/Entities/Item/ItemTemplate.cs +++ b/Source/Game/Entities/Item/ItemTemplate.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 a23d0f217..35d2cf16a 100644 --- a/Source/Game/Entities/Object/ObjectGuid.cs +++ b/Source/Game/Entities/Object/ObjectGuid.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 a157662d6..07a97e918 100644 --- a/Source/Game/Entities/Object/Position.cs +++ b/Source/Game/Entities/Object/Position.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 94858836b..01586befb 100644 --- a/Source/Game/Entities/Object/Update/UpdateData.cs +++ b/Source/Game/Entities/Object/Update/UpdateData.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 1568a603a..08a787ac1 100644 --- a/Source/Game/Entities/Object/Update/UpdateMask.cs +++ b/Source/Game/Entities/Object/Update/UpdateMask.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 6c29e2031..61a06561d 100644 --- a/Source/Game/Entities/Object/WorldObject.cs +++ b/Source/Game/Entities/Object/WorldObject.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 1d7209b3b..3747b9c8a 100644 --- a/Source/Game/Entities/Pet.cs +++ b/Source/Game/Entities/Pet.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d6c275b12..094cf6fd6 100644 --- a/Source/Game/Entities/Player/CinematicManager.cs +++ b/Source/Game/Entities/Player/CinematicManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 1aecce925..81100798f 100644 --- a/Source/Game/Entities/Player/CollectionManager.cs +++ b/Source/Game/Entities/Player/CollectionManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c0a01fcf8..8799cf210 100644 --- a/Source/Game/Entities/Player/KillRewarder.cs +++ b/Source/Game/Entities/Player/KillRewarder.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 ac1a826ac..ab5ef4199 100644 --- a/Source/Game/Entities/Player/Player.Achievement.cs +++ b/Source/Game/Entities/Player/Player.Achievement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 71035d845..043877b12 100644 --- a/Source/Game/Entities/Player/Player.Combat.cs +++ b/Source/Game/Entities/Player/Player.Combat.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 2cb22cf42..486502260 100644 --- a/Source/Game/Entities/Player/Player.DB.cs +++ b/Source/Game/Entities/Player/Player.DB.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 ecbe9f775..4ece1fb16 100644 --- a/Source/Game/Entities/Player/Player.Fields.cs +++ b/Source/Game/Entities/Player/Player.Fields.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 bc5bbfe45..73af9573b 100644 --- a/Source/Game/Entities/Player/Player.Groups.cs +++ b/Source/Game/Entities/Player/Player.Groups.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 dd79a260e..cf3765842 100644 --- a/Source/Game/Entities/Player/Player.Items.cs +++ b/Source/Game/Entities/Player/Player.Items.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 5710a9949..a32345a1b 100644 --- a/Source/Game/Entities/Player/Player.Map.cs +++ b/Source/Game/Entities/Player/Player.Map.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 f4aae65e6..20ec3316a 100644 --- a/Source/Game/Entities/Player/Player.PvP.cs +++ b/Source/Game/Entities/Player/Player.PvP.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 4c68e9a6a..958981f2e 100644 --- a/Source/Game/Entities/Player/Player.Quest.cs +++ b/Source/Game/Entities/Player/Player.Quest.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 0f69d7907..3d8c6dac2 100644 --- a/Source/Game/Entities/Player/Player.Spells.cs +++ b/Source/Game/Entities/Player/Player.Spells.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 59ddcfbee..f53db70e9 100644 --- a/Source/Game/Entities/Player/Player.Talents.cs +++ b/Source/Game/Entities/Player/Player.Talents.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 9325f9ca8..25a8b19a1 100644 --- a/Source/Game/Entities/Player/Player.cs +++ b/Source/Game/Entities/Player/Player.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 ff7cfab87..d38518d1f 100644 --- a/Source/Game/Entities/Player/PlayerTaxi.cs +++ b/Source/Game/Entities/Player/PlayerTaxi.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 16cca28ef..706c835df 100644 --- a/Source/Game/Entities/Player/SceneMgr.cs +++ b/Source/Game/Entities/Player/SceneMgr.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b9ddf9cec..3bc3f3720 100644 --- a/Source/Game/Entities/Player/SocialMgr.cs +++ b/Source/Game/Entities/Player/SocialMgr.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 207d0c2fa..61b042e71 100644 --- a/Source/Game/Entities/Player/TradeData.cs +++ b/Source/Game/Entities/Player/TradeData.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 4919c9a40..d22f4d382 100644 --- a/Source/Game/Entities/StatSystem.cs +++ b/Source/Game/Entities/StatSystem.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 a7223e82b..8a33f86d9 100644 --- a/Source/Game/Entities/Taxi/TaxiPathGraph.cs +++ b/Source/Game/Entities/Taxi/TaxiPathGraph.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 db8764640..560497982 100644 --- a/Source/Game/Entities/TemporarySummon.cs +++ b/Source/Game/Entities/TemporarySummon.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 53af60dc2..61234e90f 100644 --- a/Source/Game/Entities/Totem.cs +++ b/Source/Game/Entities/Totem.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 00fa98cd5..031aab4d6 100644 --- a/Source/Game/Entities/Transport.cs +++ b/Source/Game/Entities/Transport.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 775fae30e..3c33f4829 100644 --- a/Source/Game/Entities/Unit/CharmInfo.cs +++ b/Source/Game/Entities/Unit/CharmInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 ac307da1a..d50b5662b 100644 --- a/Source/Game/Entities/Unit/Comparer.cs +++ b/Source/Game/Entities/Unit/Comparer.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 ca6a8c4f7..c84421369 100644 --- a/Source/Game/Entities/Unit/Unit.Combat.cs +++ b/Source/Game/Entities/Unit/Unit.Combat.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 cff556abd..74a69ab9c 100644 --- a/Source/Game/Entities/Unit/Unit.Fields.cs +++ b/Source/Game/Entities/Unit/Unit.Fields.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 65ba4c07e..647838b2f 100644 --- a/Source/Game/Entities/Unit/Unit.Movement.cs +++ b/Source/Game/Entities/Unit/Unit.Movement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d11a76efb..67b53a519 100644 --- a/Source/Game/Entities/Unit/Unit.Pets.cs +++ b/Source/Game/Entities/Unit/Unit.Pets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 2da21092b..5d74327a5 100644 --- a/Source/Game/Entities/Unit/Unit.Spells.cs +++ b/Source/Game/Entities/Unit/Unit.Spells.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 e60063051..1273083ae 100644 --- a/Source/Game/Entities/Unit/Unit.cs +++ b/Source/Game/Entities/Unit/Unit.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 3906e460e..d5698570a 100644 --- a/Source/Game/Entities/Vehicle.cs +++ b/Source/Game/Entities/Vehicle.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 421f40d8d..405e2f477 100644 --- a/Source/Game/Events/GameEventManager.cs +++ b/Source/Game/Events/GameEventManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 bec275b88..e0fb29333 100644 --- a/Source/Game/Garrisons/GarrisonManager.cs +++ b/Source/Game/Garrisons/GarrisonManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 db38fe6f6..2f576d08c 100644 --- a/Source/Game/Garrisons/GarrisonMap.cs +++ b/Source/Game/Garrisons/GarrisonMap.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 87bf0fc01..358acee3f 100644 --- a/Source/Game/Garrisons/Garrisons.cs +++ b/Source/Game/Garrisons/Garrisons.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 8fd644aa9..724c6d33a 100644 --- a/Source/Game/Globals/Global.cs +++ b/Source/Game/Globals/Global.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d7c3abdeb..c74ef480e 100644 --- a/Source/Game/Globals/ObjectAccessor.cs +++ b/Source/Game/Globals/ObjectAccessor.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 53e1b9acb..5772cd7db 100644 --- a/Source/Game/Globals/ObjectManager.cs +++ b/Source/Game/Globals/ObjectManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 4024158df..d948968fa 100644 --- a/Source/Game/Groups/Group.cs +++ b/Source/Game/Groups/Group.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 ae2422949..2a0d4cd50 100644 --- a/Source/Game/Groups/GroupManager.cs +++ b/Source/Game/Groups/GroupManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 6e71e249f..3caaaef19 100644 --- a/Source/Game/Groups/GroupReference.cs +++ b/Source/Game/Groups/GroupReference.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 12b2a9a9b..9e8f86d95 100644 --- a/Source/Game/Guilds/Guild.cs +++ b/Source/Game/Guilds/Guild.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 2ad902cf3..55bb65a44 100644 --- a/Source/Game/Guilds/GuildFinderManager.cs +++ b/Source/Game/Guilds/GuildFinderManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b2453b159..62e4bd446 100644 --- a/Source/Game/Guilds/GuildManager.cs +++ b/Source/Game/Guilds/GuildManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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/ArenaHandler.cs b/Source/Game/Handlers/ArenaHandler.cs index b15e93737..0331c2d72 100644 --- a/Source/Game/Handlers/ArenaHandler.cs +++ b/Source/Game/Handlers/ArenaHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 2c49b787e..d146fce67 100644 --- a/Source/Game/Handlers/ArtifactHandler.cs +++ b/Source/Game/Handlers/ArtifactHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 2b94d0f0b..a7e7d024e 100644 --- a/Source/Game/Handlers/AuctionHandler.cs +++ b/Source/Game/Handlers/AuctionHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 554f590dd..b718e9b62 100644 --- a/Source/Game/Handlers/AuthenticationHandler.cs +++ b/Source/Game/Handlers/AuthenticationHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b8bb104bf..8d6c1ee73 100644 --- a/Source/Game/Handlers/BankHandler.cs +++ b/Source/Game/Handlers/BankHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 5e9603987..be98432bc 100644 --- a/Source/Game/Handlers/BattleFieldHandler.cs +++ b/Source/Game/Handlers/BattleFieldHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 ad19f545a..54523fd56 100644 --- a/Source/Game/Handlers/BattleGroundHandler.cs +++ b/Source/Game/Handlers/BattleGroundHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 9afc8c464..529dfac8e 100644 --- a/Source/Game/Handlers/BattlePetHandler.cs +++ b/Source/Game/Handlers/BattlePetHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 dd413ecbe..d37e9a18f 100644 --- a/Source/Game/Handlers/BattlenetHandler.cs +++ b/Source/Game/Handlers/BattlenetHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 a2312aca3..a9c8ed28e 100644 --- a/Source/Game/Handlers/BlackMarketHandlers.cs +++ b/Source/Game/Handlers/BlackMarketHandlers.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 6ea6d6cdd..29bfb1dd1 100644 --- a/Source/Game/Handlers/CalendarHandler.cs +++ b/Source/Game/Handlers/CalendarHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 49e54053a..c2b9a42b0 100644 --- a/Source/Game/Handlers/ChannelHandler.cs +++ b/Source/Game/Handlers/ChannelHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 5a57a31dc..ee0981f6d 100644 --- a/Source/Game/Handlers/CharacterHandler.cs +++ b/Source/Game/Handlers/CharacterHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 dfb15953a..a887ef706 100644 --- a/Source/Game/Handlers/ChatHandler.cs +++ b/Source/Game/Handlers/ChatHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 e4cb34b70..e9d13cb84 100644 --- a/Source/Game/Handlers/CollectionsHandler.cs +++ b/Source/Game/Handlers/CollectionsHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 4cecb05e2..56eda1b06 100644 --- a/Source/Game/Handlers/CombatHandler.cs +++ b/Source/Game/Handlers/CombatHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 0760f5ecd..aa1c5b8a1 100644 --- a/Source/Game/Handlers/DuelHandler.cs +++ b/Source/Game/Handlers/DuelHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 bb1b958de..009919a4c 100644 --- a/Source/Game/Handlers/GarrisonHandler.cs +++ b/Source/Game/Handlers/GarrisonHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 0c6eb73f2..f340fa34e 100644 --- a/Source/Game/Handlers/GroupHandler.cs +++ b/Source/Game/Handlers/GroupHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 750bb75a8..294b65307 100644 --- a/Source/Game/Handlers/GuildFinderHandler.cs +++ b/Source/Game/Handlers/GuildFinderHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 81837c6a2..8b30bfa07 100644 --- a/Source/Game/Handlers/GuildHandler.cs +++ b/Source/Game/Handlers/GuildHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 944f01faf..fcf1c55f9 100644 --- a/Source/Game/Handlers/HotfixHandler.cs +++ b/Source/Game/Handlers/HotfixHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 42e46129a..948698a8d 100644 --- a/Source/Game/Handlers/InspectHandler.cs +++ b/Source/Game/Handlers/InspectHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 5540e0fec..e652d1ba4 100644 --- a/Source/Game/Handlers/ItemHandler.cs +++ b/Source/Game/Handlers/ItemHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 f3806771b..92ffa23c7 100644 --- a/Source/Game/Handlers/LFGHandler.cs +++ b/Source/Game/Handlers/LFGHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 0e5b8ef8f..955e98902 100644 --- a/Source/Game/Handlers/LogoutHandler.cs +++ b/Source/Game/Handlers/LogoutHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 142ee33c4..214c6a17e 100644 --- a/Source/Game/Handlers/LootHandler.cs +++ b/Source/Game/Handlers/LootHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 1b9f4521c..f1266438f 100644 --- a/Source/Game/Handlers/MailHandler.cs +++ b/Source/Game/Handlers/MailHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 a531a86e1..af7c0376b 100644 --- a/Source/Game/Handlers/MiscHandler.cs +++ b/Source/Game/Handlers/MiscHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 97c54dd6d..5b98a0db4 100644 --- a/Source/Game/Handlers/MovementHandler.cs +++ b/Source/Game/Handlers/MovementHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 ea0c157fa..34e40d653 100644 --- a/Source/Game/Handlers/NPCHandler.cs +++ b/Source/Game/Handlers/NPCHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 e622e5b08..f811c1bc9 100644 --- a/Source/Game/Handlers/PetHandler.cs +++ b/Source/Game/Handlers/PetHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 6a81948d1..cabe9a00f 100644 --- a/Source/Game/Handlers/PetitionsHandler.cs +++ b/Source/Game/Handlers/PetitionsHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 8b64c6de2..5fd891cb4 100644 --- a/Source/Game/Handlers/QueryHandler.cs +++ b/Source/Game/Handlers/QueryHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 595c85c57..58e3d2988 100644 --- a/Source/Game/Handlers/QuestHandler.cs +++ b/Source/Game/Handlers/QuestHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 586262b41..3f5a607e1 100644 --- a/Source/Game/Handlers/RAFHandler.cs +++ b/Source/Game/Handlers/RAFHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 4df7036b6..813731515 100644 --- a/Source/Game/Handlers/ScenarioHandler.cs +++ b/Source/Game/Handlers/ScenarioHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 1a39a0f87..27f20d680 100644 --- a/Source/Game/Handlers/SceneHandler.cs +++ b/Source/Game/Handlers/SceneHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 5a17e2bee..64fc62410 100644 --- a/Source/Game/Handlers/SkillHandler.cs +++ b/Source/Game/Handlers/SkillHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 547a44e9a..218aca768 100644 --- a/Source/Game/Handlers/SocialHandler.cs +++ b/Source/Game/Handlers/SocialHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 55f352b35..850ec4bd5 100644 --- a/Source/Game/Handlers/SpellHandler.cs +++ b/Source/Game/Handlers/SpellHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b76227457..23901c618 100644 --- a/Source/Game/Handlers/TaxiHandler.cs +++ b/Source/Game/Handlers/TaxiHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d8eea55c6..f8d74f066 100644 --- a/Source/Game/Handlers/TicketHandler.cs +++ b/Source/Game/Handlers/TicketHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 f9ce8c66b..d77da5db5 100644 --- a/Source/Game/Handlers/TimeHandler.cs +++ b/Source/Game/Handlers/TimeHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 368f443fb..e985bfc71 100644 --- a/Source/Game/Handlers/TokenHandler.cs +++ b/Source/Game/Handlers/TokenHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 0d14a8b23..5ddd87324 100644 --- a/Source/Game/Handlers/ToyHandler.cs +++ b/Source/Game/Handlers/ToyHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 950e90056..b2dce1801 100644 --- a/Source/Game/Handlers/TradeHandler.cs +++ b/Source/Game/Handlers/TradeHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 652cbcd76..dfe6aabe1 100644 --- a/Source/Game/Handlers/TransmogrificationHandler.cs +++ b/Source/Game/Handlers/TransmogrificationHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 dd37c4e24..6391b185b 100644 --- a/Source/Game/Handlers/VehicleHandler.cs +++ b/Source/Game/Handlers/VehicleHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 12792a259..c4f756d32 100644 --- a/Source/Game/Handlers/VoidStorageHandler.cs +++ b/Source/Game/Handlers/VoidStorageHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 2644f1d3b..1f4badb8e 100644 --- a/Source/Game/Loot/Loot.cs +++ b/Source/Game/Loot/Loot.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 067eb210f..c21765525 100644 --- a/Source/Game/Loot/LootManager.cs +++ b/Source/Game/Loot/LootManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 6170355fb..523bda03d 100644 --- a/Source/Game/Loot/LootStorage.cs +++ b/Source/Game/Loot/LootStorage.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 3d1ee3f1c..f853966a9 100644 --- a/Source/Game/Mails/Mail.cs +++ b/Source/Game/Mails/Mail.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 56f4db395..9ee784a6a 100644 --- a/Source/Game/Mails/MailDraft.cs +++ b/Source/Game/Mails/MailDraft.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 185c3ba4b..679d37955 100644 --- a/Source/Game/Maps/AreaBoundary.cs +++ b/Source/Game/Maps/AreaBoundary.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 df66d1993..31a783223 100644 --- a/Source/Game/Maps/Cell.cs +++ b/Source/Game/Maps/Cell.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c1612ebaf..f930a23d0 100644 --- a/Source/Game/Maps/Grid.cs +++ b/Source/Game/Maps/Grid.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c97e21be6..36c18c054 100644 --- a/Source/Game/Maps/GridDefines.cs +++ b/Source/Game/Maps/GridDefines.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b72021cd7..5a3587c7d 100644 --- a/Source/Game/Maps/GridMap.cs +++ b/Source/Game/Maps/GridMap.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 77c07bab9..1892682d8 100644 --- a/Source/Game/Maps/GridNotifiers.cs +++ b/Source/Game/Maps/GridNotifiers.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 35cb512d1..3bdd038ed 100644 --- a/Source/Game/Maps/Instances/InstanceSaveManager.cs +++ b/Source/Game/Maps/Instances/InstanceSaveManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 fe520cf79..0ef755ed0 100644 --- a/Source/Game/Maps/Instances/InstanceScript.cs +++ b/Source/Game/Maps/Instances/InstanceScript.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 407fcd8a6..8c56aa303 100644 --- a/Source/Game/Maps/Instances/MapInstance.cs +++ b/Source/Game/Maps/Instances/MapInstance.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 bb33e9ed0..9cc9f244d 100644 --- a/Source/Game/Maps/MMapManager.cs +++ b/Source/Game/Maps/MMapManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b3108ef8b..05c64c164 100644 --- a/Source/Game/Maps/Map.cs +++ b/Source/Game/Maps/Map.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 cc6cc45ec..12cfc0049 100644 --- a/Source/Game/Maps/MapManager.cs +++ b/Source/Game/Maps/MapManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 2b2a9fe10..075975e21 100644 --- a/Source/Game/Maps/MapUpdater.cs +++ b/Source/Game/Maps/MapUpdater.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 4448a66c4..c5eb30ec3 100644 --- a/Source/Game/Maps/ObjectGridLoader.cs +++ b/Source/Game/Maps/ObjectGridLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 420ab6cf1..1792dc8a7 100644 --- a/Source/Game/Maps/TransportManager.cs +++ b/Source/Game/Maps/TransportManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b32e5a9bd..a183df775 100644 --- a/Source/Game/Maps/ZoneScript.cs +++ b/Source/Game/Maps/ZoneScript.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 e23778059..0e822d7ed 100644 --- a/Source/Game/Miscellaneous/Formulas.cs +++ b/Source/Game/Miscellaneous/Formulas.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 a882f297a..1a8272fbd 100644 --- a/Source/Game/Movement/Generators/ConfusedGenerator.cs +++ b/Source/Game/Movement/Generators/ConfusedGenerator.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 92bdc2c18..a6f2177af 100644 --- a/Source/Game/Movement/Generators/FleeingGenerator.cs +++ b/Source/Game/Movement/Generators/FleeingGenerator.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 4c509f051..fbf20aae5 100644 --- a/Source/Game/Movement/Generators/HomeMovement.cs +++ b/Source/Game/Movement/Generators/HomeMovement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d35a8c9c0..fe96a93a0 100644 --- a/Source/Game/Movement/Generators/IdleMovement.cs +++ b/Source/Game/Movement/Generators/IdleMovement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 0987fd324..afe29b6e2 100644 --- a/Source/Game/Movement/Generators/MovementGenerators.cs +++ b/Source/Game/Movement/Generators/MovementGenerators.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 1605f9bdb..92fbcefaa 100644 --- a/Source/Game/Movement/Generators/PathGenerator.cs +++ b/Source/Game/Movement/Generators/PathGenerator.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d183e16fc..9b73ff179 100644 --- a/Source/Game/Movement/Generators/PointMovement.cs +++ b/Source/Game/Movement/Generators/PointMovement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 af1dcea4c..5e5406b1a 100644 --- a/Source/Game/Movement/Generators/RandomMovement.cs +++ b/Source/Game/Movement/Generators/RandomMovement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 804dfea55..e57ae0ee9 100644 --- a/Source/Game/Movement/Generators/SplineChainMovementGenerator.cs +++ b/Source/Game/Movement/Generators/SplineChainMovementGenerator.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 a6836d9cd..1f6545bdc 100644 --- a/Source/Game/Movement/Generators/TargetMovement.cs +++ b/Source/Game/Movement/Generators/TargetMovement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 460218950..5b0a67e71 100644 --- a/Source/Game/Movement/Generators/WaypointMovement.cs +++ b/Source/Game/Movement/Generators/WaypointMovement.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b3fb00907..224d312b0 100644 --- a/Source/Game/Movement/MotionMaster.cs +++ b/Source/Game/Movement/MotionMaster.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d007debc5..ec9bd9392 100644 --- a/Source/Game/Movement/MoveSpline.cs +++ b/Source/Game/Movement/MoveSpline.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 7b47b2dac..e501cec48 100644 --- a/Source/Game/Movement/MoveSplineFlags.cs +++ b/Source/Game/Movement/MoveSplineFlags.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 88a2552ed..538bfcd57 100644 --- a/Source/Game/Movement/MoveSplineInit.cs +++ b/Source/Game/Movement/MoveSplineInit.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 e9658e160..aa3311774 100644 --- a/Source/Game/Movement/MoveSplineInitArgs.cs +++ b/Source/Game/Movement/MoveSplineInitArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 448e233ae..e5d8f7b6e 100644 --- a/Source/Game/Movement/Spline.cs +++ b/Source/Game/Movement/Spline.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 165c34c42..c3509382a 100644 --- a/Source/Game/Movement/WaypointManager.cs +++ b/Source/Game/Movement/WaypointManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 06c47d353..e871af09a 100644 --- a/Source/Game/Network/Packet.cs +++ b/Source/Game/Network/Packet.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 2b21ab14d..cbfcb53cf 100644 --- a/Source/Game/Network/PacketLog.cs +++ b/Source/Game/Network/PacketLog.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 187c40588..7074d6f17 100644 --- a/Source/Game/Network/PacketManager.cs +++ b/Source/Game/Network/PacketManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 a60abbed4..b93798459 100644 --- a/Source/Game/Network/PacketUtilities.cs +++ b/Source/Game/Network/PacketUtilities.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 219af9ef0..1887f47b6 100644 --- a/Source/Game/Network/Packets/AchievementPackets.cs +++ b/Source/Game/Network/Packets/AchievementPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 4e3fd1a94..907f402d4 100644 --- a/Source/Game/Network/Packets/AreaTriggerPackets.cs +++ b/Source/Game/Network/Packets/AreaTriggerPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 fe640d00f..bee79610c 100644 --- a/Source/Game/Network/Packets/ArtifactPackets.cs +++ b/Source/Game/Network/Packets/ArtifactPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 6feb1e0bf..e599e5747 100644 --- a/Source/Game/Network/Packets/AuctionHousePackets.cs +++ b/Source/Game/Network/Packets/AuctionHousePackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 36002e628..203403ea9 100644 --- a/Source/Game/Network/Packets/AuthenticationPackets.cs +++ b/Source/Game/Network/Packets/AuthenticationPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 93f1293d3..87788b5ff 100644 --- a/Source/Game/Network/Packets/BankPackets.cs +++ b/Source/Game/Network/Packets/BankPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 30ba7d6fa..89ffba858 100644 --- a/Source/Game/Network/Packets/BattleGroundPackets.cs +++ b/Source/Game/Network/Packets/BattleGroundPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 5fb0610a4..ad79f3a42 100644 --- a/Source/Game/Network/Packets/BattlePetPackets.cs +++ b/Source/Game/Network/Packets/BattlePetPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 3fb494853..581664b14 100644 --- a/Source/Game/Network/Packets/BattlefieldPackets.cs +++ b/Source/Game/Network/Packets/BattlefieldPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 f31e834e1..7182a8448 100644 --- a/Source/Game/Network/Packets/BattlenetPackets.cs +++ b/Source/Game/Network/Packets/BattlenetPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 de9b77423..1a32ae7a9 100644 --- a/Source/Game/Network/Packets/BlackMarketPackets.cs +++ b/Source/Game/Network/Packets/BlackMarketPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d630c0ebf..c5758e875 100644 --- a/Source/Game/Network/Packets/CalendarPackets.cs +++ b/Source/Game/Network/Packets/CalendarPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 69a911791..cbf2343cd 100644 --- a/Source/Game/Network/Packets/ChannelPackets.cs +++ b/Source/Game/Network/Packets/ChannelPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 866cd26ca..4ad9a1d5a 100644 --- a/Source/Game/Network/Packets/CharacterPackets.cs +++ b/Source/Game/Network/Packets/CharacterPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 904078b77..dcf1a6ad2 100644 --- a/Source/Game/Network/Packets/ChatPackets.cs +++ b/Source/Game/Network/Packets/ChatPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 0ee41eb63..ef3ec2c8a 100644 --- a/Source/Game/Network/Packets/ClientConfigPackets.cs +++ b/Source/Game/Network/Packets/ClientConfigPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 bd8defb43..18b222080 100644 --- a/Source/Game/Network/Packets/CollectionPackets.cs +++ b/Source/Game/Network/Packets/CollectionPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 bf9776475..d6d8e359c 100644 --- a/Source/Game/Network/Packets/CombatLogPackets.cs +++ b/Source/Game/Network/Packets/CombatLogPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 df72d81e6..8eed0110b 100644 --- a/Source/Game/Network/Packets/CombatPackets.cs +++ b/Source/Game/Network/Packets/CombatPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b40efb339..96a7a9c45 100644 --- a/Source/Game/Network/Packets/DuelPackets.cs +++ b/Source/Game/Network/Packets/DuelPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 461b23caa..4aad4ec4a 100644 --- a/Source/Game/Network/Packets/EquipmentPackets.cs +++ b/Source/Game/Network/Packets/EquipmentPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 7ead65b7c..cd305a443 100644 --- a/Source/Game/Network/Packets/GameObjectPackets.cs +++ b/Source/Game/Network/Packets/GameObjectPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 9e7bb9777..08741ece9 100644 --- a/Source/Game/Network/Packets/GarrisonPackets.cs +++ b/Source/Game/Network/Packets/GarrisonPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 20bd18021..42cf0f25f 100644 --- a/Source/Game/Network/Packets/GuildFinderPackets.cs +++ b/Source/Game/Network/Packets/GuildFinderPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b4e548add..1fb3e8138 100644 --- a/Source/Game/Network/Packets/GuildPackets.cs +++ b/Source/Game/Network/Packets/GuildPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 a95719ec2..0ccc8ef1c 100644 --- a/Source/Game/Network/Packets/HotfixPackets.cs +++ b/Source/Game/Network/Packets/HotfixPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 ea2c7a0bd..d5b97929e 100644 --- a/Source/Game/Network/Packets/InspectPackets.cs +++ b/Source/Game/Network/Packets/InspectPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b0d6d9eef..20d97c0ac 100644 --- a/Source/Game/Network/Packets/InstancePackets.cs +++ b/Source/Game/Network/Packets/InstancePackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 369c20ce6..016e13313 100644 --- a/Source/Game/Network/Packets/ItemPackets.cs +++ b/Source/Game/Network/Packets/ItemPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 471b7fa46..88790dd1a 100644 --- a/Source/Game/Network/Packets/LFGPackets.cs +++ b/Source/Game/Network/Packets/LFGPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 3dfe7915c..5730938a2 100644 --- a/Source/Game/Network/Packets/LootPackets.cs +++ b/Source/Game/Network/Packets/LootPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 40c218a6a..f954953db 100644 --- a/Source/Game/Network/Packets/MailPackets.cs +++ b/Source/Game/Network/Packets/MailPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c19692222..6b78ddeb6 100644 --- a/Source/Game/Network/Packets/MiscPackets.cs +++ b/Source/Game/Network/Packets/MiscPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 37fe7b247..20d190140 100644 --- a/Source/Game/Network/Packets/MovementPackets.cs +++ b/Source/Game/Network/Packets/MovementPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 19775e5db..5a7e7aedc 100644 --- a/Source/Game/Network/Packets/NPCPackets.cs +++ b/Source/Game/Network/Packets/NPCPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 04f890298..22ea78fdd 100644 --- a/Source/Game/Network/Packets/PartyPackets.cs +++ b/Source/Game/Network/Packets/PartyPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 16ce68df2..8d6bac4cf 100644 --- a/Source/Game/Network/Packets/PetPackets.cs +++ b/Source/Game/Network/Packets/PetPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 9c663969b..a9b80127d 100644 --- a/Source/Game/Network/Packets/PetitionPackets.cs +++ b/Source/Game/Network/Packets/PetitionPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 ec943c561..d803f8913 100644 --- a/Source/Game/Network/Packets/QueryPackets.cs +++ b/Source/Game/Network/Packets/QueryPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 24a07ca6a..754bd398c 100644 --- a/Source/Game/Network/Packets/QuestPackets.cs +++ b/Source/Game/Network/Packets/QuestPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c6bbffc06..6f9db8a7d 100644 --- a/Source/Game/Network/Packets/ReferAFriendPackets.cs +++ b/Source/Game/Network/Packets/ReferAFriendPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 105ad4c1a..442ab8793 100644 --- a/Source/Game/Network/Packets/ReputationPackets.cs +++ b/Source/Game/Network/Packets/ReputationPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 48b90ce28..ac549970c 100644 --- a/Source/Game/Network/Packets/ScenarioPackets.cs +++ b/Source/Game/Network/Packets/ScenarioPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 76db50ec4..6859f8a1b 100644 --- a/Source/Game/Network/Packets/ScenePackets.cs +++ b/Source/Game/Network/Packets/ScenePackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b10541b94..0200f083b 100644 --- a/Source/Game/Network/Packets/SocialPackets.cs +++ b/Source/Game/Network/Packets/SocialPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 06005a837..06e753c14 100644 --- a/Source/Game/Network/Packets/SpellPackets.cs +++ b/Source/Game/Network/Packets/SpellPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 134178af2..c88c35aa3 100644 --- a/Source/Game/Network/Packets/SystemPackets.cs +++ b/Source/Game/Network/Packets/SystemPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 a0acbb260..988bd9b45 100644 --- a/Source/Game/Network/Packets/TalentPackets.cs +++ b/Source/Game/Network/Packets/TalentPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b52dd9f05..dabcafdb3 100644 --- a/Source/Game/Network/Packets/TaxiPackets.cs +++ b/Source/Game/Network/Packets/TaxiPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 4905e8f0d..bf48d02a2 100644 --- a/Source/Game/Network/Packets/TicketPackets.cs +++ b/Source/Game/Network/Packets/TicketPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 3940fa0fc..de831feaf 100644 --- a/Source/Game/Network/Packets/TokenPackets.cs +++ b/Source/Game/Network/Packets/TokenPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 5470a7721..8ab9e3187 100644 --- a/Source/Game/Network/Packets/TotemPackets.cs +++ b/Source/Game/Network/Packets/TotemPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 ace8fd015..ffc7b45e0 100644 --- a/Source/Game/Network/Packets/ToyPackets.cs +++ b/Source/Game/Network/Packets/ToyPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d0198848f..d8fcc7249 100644 --- a/Source/Game/Network/Packets/TradePackets.cs +++ b/Source/Game/Network/Packets/TradePackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 47a45d430..8aa998c0a 100644 --- a/Source/Game/Network/Packets/TransmogrificationPackets.cs +++ b/Source/Game/Network/Packets/TransmogrificationPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 7e6a90142..7ad617b05 100644 --- a/Source/Game/Network/Packets/UpdatePackets.cs +++ b/Source/Game/Network/Packets/UpdatePackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 763e1e6d2..bfad56c5e 100644 --- a/Source/Game/Network/Packets/VehiclePackets.cs +++ b/Source/Game/Network/Packets/VehiclePackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 8e981a1a8..c6226d9ee 100644 --- a/Source/Game/Network/Packets/VoidStoragePackets.cs +++ b/Source/Game/Network/Packets/VoidStoragePackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 719ddb72c..4eab1cd42 100644 --- a/Source/Game/Network/Packets/WardenPackets.cs +++ b/Source/Game/Network/Packets/WardenPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 bcea7de28..6e84f03d4 100644 --- a/Source/Game/Network/Packets/WhoPackets.cs +++ b/Source/Game/Network/Packets/WhoPackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 dd2b29dd5..32be601ba 100644 --- a/Source/Game/Network/Packets/WorldStatePackets.cs +++ b/Source/Game/Network/Packets/WorldStatePackets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c6f075848..39eb2f271 100644 --- a/Source/Game/Network/WorldSocket.cs +++ b/Source/Game/Network/WorldSocket.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 302057e3f..4638693e9 100644 --- a/Source/Game/Network/WorldSocketManager.cs +++ b/Source/Game/Network/WorldSocketManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d1ee5799f..387448e86 100644 --- a/Source/Game/OutdoorPVP/OutdoorPvP.cs +++ b/Source/Game/OutdoorPVP/OutdoorPvP.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 906c73a55..ada044368 100644 --- a/Source/Game/OutdoorPVP/OutdoorPvPManager.cs +++ b/Source/Game/OutdoorPVP/OutdoorPvPManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 07f3aaf0c..ba3a7a7af 100644 --- a/Source/Game/OutdoorPVP/Zones/HellfirePeninsulaPvP.cs +++ b/Source/Game/OutdoorPVP/Zones/HellfirePeninsulaPvP.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 80c12ec1e..63f8c05b3 100644 --- a/Source/Game/Phasing/PhaseShift.cs +++ b/Source/Game/Phasing/PhaseShift.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b9b67e1b4..7ac3fed37 100644 --- a/Source/Game/Pools/PoolManager.cs +++ b/Source/Game/Pools/PoolManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 b2ab24d65..b2604a5fa 100644 --- a/Source/Game/Quest/Quest.cs +++ b/Source/Game/Quest/Quest.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 1f6f7883c..892692814 100644 --- a/Source/Game/Quest/QuestObjectiveCriteriaManager.cs +++ b/Source/Game/Quest/QuestObjectiveCriteriaManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 30be859f4..2701f84b2 100644 --- a/Source/Game/Reputation/ReputationManager.cs +++ b/Source/Game/Reputation/ReputationManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 38c465547..b319c9a27 100644 --- a/Source/Game/Scenarios/InstanceScenario.cs +++ b/Source/Game/Scenarios/InstanceScenario.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 59612b024..a6ae549f0 100644 --- a/Source/Game/Scenarios/Scenario.cs +++ b/Source/Game/Scenarios/Scenario.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 47cc609ea..85faecddd 100644 --- a/Source/Game/Scenarios/ScenarioManager.cs +++ b/Source/Game/Scenarios/ScenarioManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 ff69a4131..f460a5bbc 100644 --- a/Source/Game/Scripting/CoreScripts.cs +++ b/Source/Game/Scripting/CoreScripts.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 d0e6fcfc8..00681eb80 100644 --- a/Source/Game/Scripting/ScriptManager.cs +++ b/Source/Game/Scripting/ScriptManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 5baf031c5..fb714a186 100644 --- a/Source/Game/Scripting/SpellScript.cs +++ b/Source/Game/Scripting/SpellScript.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 99f195c07..620e4290a 100644 --- a/Source/Game/Server/WorldConfig.cs +++ b/Source/Game/Server/WorldConfig.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 bbcdf0aa7..c6ee1000e 100644 --- a/Source/Game/Server/WorldManager.cs +++ b/Source/Game/Server/WorldManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 e752e20f6..f2abac20b 100644 --- a/Source/Game/Server/WorldSession.cs +++ b/Source/Game/Server/WorldSession.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 51bb549e7..4f4385893 100644 --- a/Source/Game/Services/GameUtilitiesService.cs +++ b/Source/Game/Services/GameUtilitiesService.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 976f3d55c..95e0d17dd 100644 --- a/Source/Game/Spells/Auras/Aura.cs +++ b/Source/Game/Spells/Auras/Aura.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 8fd9b0120..eacca45f3 100644 --- a/Source/Game/Spells/Auras/AuraEffect.cs +++ b/Source/Game/Spells/Auras/AuraEffect.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 7a8764bc6..d3c1944a3 100644 --- a/Source/Game/Spells/Skills/SkillDiscovery.cs +++ b/Source/Game/Spells/Skills/SkillDiscovery.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 0e73b9c5b..df8643c09 100644 --- a/Source/Game/Spells/Skills/SkillExtraItems.cs +++ b/Source/Game/Spells/Skills/SkillExtraItems.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 7969290dd..abdfef734 100644 --- a/Source/Game/Spells/Spell.cs +++ b/Source/Game/Spells/Spell.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 3732e002b..5d9f0686f 100644 --- a/Source/Game/Spells/SpellCastTargets.cs +++ b/Source/Game/Spells/SpellCastTargets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 cd469d3f0..d8df947fb 100644 --- a/Source/Game/Spells/SpellEffects.cs +++ b/Source/Game/Spells/SpellEffects.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 49ae9ab6e..813b8b080 100644 --- a/Source/Game/Spells/SpellHistory.cs +++ b/Source/Game/Spells/SpellHistory.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 ba335f266..3e30e6c6d 100644 --- a/Source/Game/Spells/SpellInfo.cs +++ b/Source/Game/Spells/SpellInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 e7a93750e..3a998e715 100644 --- a/Source/Game/Spells/SpellManager.cs +++ b/Source/Game/Spells/SpellManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 92841730b..0f3c663a6 100644 --- a/Source/Game/SupportSystem/SupportManager.cs +++ b/Source/Game/SupportSystem/SupportManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c360140d8..d79c65569 100644 --- a/Source/Game/SupportSystem/SupportTickets.cs +++ b/Source/Game/SupportSystem/SupportTickets.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 cd4be0729..40f4e5ab4 100644 --- a/Source/Game/Text/ChatTextBuilder.cs +++ b/Source/Game/Text/ChatTextBuilder.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c18421700..7938ee677 100644 --- a/Source/Game/Text/CreatureTextManager.cs +++ b/Source/Game/Text/CreatureTextManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 887e98f1b..7d624f6e5 100644 --- a/Source/Game/Tools/CharacterDatabaseCleaner.cs +++ b/Source/Game/Tools/CharacterDatabaseCleaner.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 c7206c1e8..716aed949 100644 --- a/Source/Game/Warden/Warden.cs +++ b/Source/Game/Warden/Warden.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 69688837f..c113dc844 100644 --- a/Source/Game/Warden/WardenCheckManager.cs +++ b/Source/Game/Warden/WardenCheckManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 a3b99d7b7..cf7b635f5 100644 --- a/Source/Game/Warden/WardenKeyGeneration.cs +++ b/Source/Game/Warden/WardenKeyGeneration.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 5b9f6ee5e..ebc4f6879 100644 --- a/Source/Game/Warden/WardenModuleWin.cs +++ b/Source/Game/Warden/WardenModuleWin.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 046a58702..79fa8fc55 100644 --- a/Source/Game/Warden/WardenWin.cs +++ b/Source/Game/Warden/WardenWin.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you 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 59ead191e..71ff7b34c 100644 --- a/Source/Game/Weather/WeatherManager.cs +++ b/Source/Game/Weather/WeatherManager.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 d65948137..d3805a6fe 100644 --- a/Source/Scripts/EasternKingdoms/Deadmines/InstanceDeadmines.cs +++ b/Source/Scripts/EasternKingdoms/Deadmines/InstanceDeadmines.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 4bfbaf76e..d704e102f 100644 --- a/Source/Scripts/EasternKingdoms/Karazhan/AttumenMidnight.cs +++ b/Source/Scripts/EasternKingdoms/Karazhan/AttumenMidnight.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 4153a3c13..e54d7c723 100644 --- a/Source/Scripts/EasternKingdoms/Karazhan/Curator.cs +++ b/Source/Scripts/EasternKingdoms/Karazhan/Curator.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 164d86a8a..d8cb9692f 100644 --- a/Source/Scripts/EasternKingdoms/Karazhan/InstanceKarazhan.cs +++ b/Source/Scripts/EasternKingdoms/Karazhan/InstanceKarazhan.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 d8a47f182..cfa59728c 100644 --- a/Source/Scripts/EasternKingdoms/Karazhan/Moroes.cs +++ b/Source/Scripts/EasternKingdoms/Karazhan/Moroes.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 aab7344b3..731d30761 100644 --- a/Source/Scripts/EasternKingdoms/Karazhan/OperaEvent.cs +++ b/Source/Scripts/EasternKingdoms/Karazhan/OperaEvent.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 a9bcfee59..e8102923a 100644 --- a/Source/Scripts/EasternKingdoms/ScarletEnclave/Chapter1.cs +++ b/Source/Scripts/EasternKingdoms/ScarletEnclave/Chapter1.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 6a8474c71..78446bbfc 100644 --- a/Source/Scripts/Kalimdor/RagefireChasm/InstanceRageFireChasm.cs +++ b/Source/Scripts/Kalimdor/RagefireChasm/InstanceRageFireChasm.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 6e62e34fe..9bc0ee043 100644 --- a/Source/Scripts/Kalimdor/ZoneAshenvale.cs +++ b/Source/Scripts/Kalimdor/ZoneAshenvale.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 a8370fe00..1208f0ea3 100644 --- a/Source/Scripts/Kalimdor/ZoneDurotar.cs +++ b/Source/Scripts/Kalimdor/ZoneDurotar.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 429a99354..cc367f4fb 100644 --- a/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossAmanitar.cs +++ b/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossAmanitar.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 bcf340eaf..1ed0c28b5 100644 --- a/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossElderNadox.cs +++ b/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossElderNadox.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 74034debf..c9ce95db6 100644 --- a/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossHeraldVolazj.cs +++ b/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossHeraldVolazj.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 33c213331..1706a9cd7 100644 --- a/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossJedogaShadowseeker.cs +++ b/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossJedogaShadowseeker.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 728676941..66ceb3873 100644 --- a/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossPrinceTaldaram.cs +++ b/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/BossPrinceTaldaram.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 96c1ff353..73babb838 100644 --- a/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/InstanceAhnahet.cs +++ b/Source/Scripts/Northrend/AzjolNerub/Ahnkahet/InstanceAhnahet.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 498b0031d..2a0505569 100644 --- a/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/BossAnubarak.cs +++ b/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/BossAnubarak.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 91500b1ba..03db106d5 100644 --- a/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/BossKrikthirTheGatewatcher.cs +++ b/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/BossKrikthirTheGatewatcher.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 8c67c9069..01adf0ae5 100644 --- a/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/BossNadronox.cs +++ b/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/BossNadronox.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 155482cd6..d70fdb668 100644 --- a/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/InstanceAzjolNerub.cs +++ b/Source/Scripts/Northrend/AzjolNerub/AzjolNerub/InstanceAzjolNerub.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 e1a700284..813819a5e 100644 --- a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/GrandChampions.cs +++ b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/GrandChampions.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 d05d4c205..d756038d1 100644 --- a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/InstanceTrialOfTheChampion.cs +++ b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/InstanceTrialOfTheChampion.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 e89b08497..d4aa8b2ac 100644 --- a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/TrialOfTheChampion.cs +++ b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheChampion/TrialOfTheChampion.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 394cef3c1..ee4bd182c 100644 --- a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/LordJaraxxus.cs +++ b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/LordJaraxxus.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 6991f1c27..0b13577bd 100644 --- a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/NorthrendBeasts.cs +++ b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/NorthrendBeasts.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 89abad5f8..0be68baaa 100644 --- a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/TrialOfTheCrusader.cs +++ b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/TrialOfTheCrusader.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 29d05a3db..f4ad1f525 100644 --- a/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/TrialOfTheCrusaderConst.cs +++ b/Source/Scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/TrialOfTheCrusaderConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 3872f2dd7..ad27f2330 100644 --- a/Source/Scripts/Northrend/Dalaran.cs +++ b/Source/Scripts/Northrend/Dalaran.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 a63bec6f0..45fceb4b2 100644 --- a/Source/Scripts/Northrend/DraktharonKeep/BossKingDred.cs +++ b/Source/Scripts/Northrend/DraktharonKeep/BossKingDred.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 91f782042..3e8cd404e 100644 --- a/Source/Scripts/Northrend/DraktharonKeep/BossNovos.cs +++ b/Source/Scripts/Northrend/DraktharonKeep/BossNovos.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 5000a5d03..091e1a098 100644 --- a/Source/Scripts/Northrend/DraktharonKeep/BossTharonJa.cs +++ b/Source/Scripts/Northrend/DraktharonKeep/BossTharonJa.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 3ba55a409..bca23916c 100644 --- a/Source/Scripts/Northrend/DraktharonKeep/BossTrollgore.cs +++ b/Source/Scripts/Northrend/DraktharonKeep/BossTrollgore.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 984fd0639..780b4ff7a 100644 --- a/Source/Scripts/Northrend/DraktharonKeep/InstanceDrakTharonKeep.cs +++ b/Source/Scripts/Northrend/DraktharonKeep/InstanceDrakTharonKeep.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 a8f71a4d1..e78037894 100644 --- a/Source/Scripts/Northrend/FrozenHalls/ForgeOfSouls/BossBronjahm.cs +++ b/Source/Scripts/Northrend/FrozenHalls/ForgeOfSouls/BossBronjahm.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 07c8fba7b..3d27ad43b 100644 --- a/Source/Scripts/Northrend/FrozenHalls/ForgeOfSouls/InstanceForgeOfSouls.cs +++ b/Source/Scripts/Northrend/FrozenHalls/ForgeOfSouls/InstanceForgeOfSouls.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 254d70ff2..b1706fad4 100644 --- a/Source/Scripts/Northrend/Gundrak/BossDrakkariColossus.cs +++ b/Source/Scripts/Northrend/Gundrak/BossDrakkariColossus.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 ab40fea01..25f1e006d 100644 --- a/Source/Scripts/Northrend/Gundrak/BossEck.cs +++ b/Source/Scripts/Northrend/Gundrak/BossEck.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 515a349d2..6d1e47831 100644 --- a/Source/Scripts/Northrend/Gundrak/InstanceGundrak.cs +++ b/Source/Scripts/Northrend/Gundrak/InstanceGundrak.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 a098896c5..1d331bbd8 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/GunshipBattle.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/GunshipBattle.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 cad748a86..012d3ef26 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/IcecrownCitadel.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/IcecrownCitadel.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 6d1091de6..f9df0c0b1 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/IcecrownCitadelConst.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/IcecrownCitadelConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 ee37f1421..6c4ea0aba 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/IcecrownCitadelTeleport.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/IcecrownCitadelTeleport.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 5f5f778cf..4f415999e 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/InstanceIcecrownCitadel.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/InstanceIcecrownCitadel.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 e46ea3db4..9d3805510 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/LadyDeathwhisper.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/LadyDeathwhisper.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 3aee4a906..7ae10ccd4 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/LordMarrowgar.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/LordMarrowgar.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 12aa30a57..fc82b7c77 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/Sindragosa.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/Sindragosa.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 0e95df434..0dfa5894e 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/TheLichKing.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/TheLichKing.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 8e1dc2d88..c03f2fc88 100644 --- a/Source/Scripts/Northrend/IcecrownCitadel/ValithriaDreamwalker.cs +++ b/Source/Scripts/Northrend/IcecrownCitadel/ValithriaDreamwalker.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 deeb7ff6c..65085be0d 100644 --- a/Source/Scripts/Northrend/Naxxramas/BossAnubrekhan.cs +++ b/Source/Scripts/Northrend/Naxxramas/BossAnubrekhan.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 3e3d1fac6..a84c10941 100644 --- a/Source/Scripts/Northrend/Nexus/EyeOfEternity/BossMalygos.cs +++ b/Source/Scripts/Northrend/Nexus/EyeOfEternity/BossMalygos.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 494d59a18..c8a3a425f 100644 --- a/Source/Scripts/Northrend/Nexus/EyeOfEternity/EyeOfEternity.cs +++ b/Source/Scripts/Northrend/Nexus/EyeOfEternity/EyeOfEternity.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 da6f266a7..d96aa671f 100644 --- a/Source/Scripts/Northrend/Nexus/Nexus/BossAnomalus.cs +++ b/Source/Scripts/Northrend/Nexus/Nexus/BossAnomalus.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 854ae41ba..8c03dcd6b 100644 --- a/Source/Scripts/Northrend/Nexus/Nexus/BossKeristrasza.cs +++ b/Source/Scripts/Northrend/Nexus/Nexus/BossKeristrasza.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 82af4dc21..721f06dda 100644 --- a/Source/Scripts/Northrend/Nexus/Nexus/BossMagusTelestra.cs +++ b/Source/Scripts/Northrend/Nexus/Nexus/BossMagusTelestra.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 902d30b99..a2ce17b92 100644 --- a/Source/Scripts/Northrend/Nexus/Nexus/BossNexusCommanders.cs +++ b/Source/Scripts/Northrend/Nexus/Nexus/BossNexusCommanders.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 051d9143b..0eb0403aa 100644 --- a/Source/Scripts/Northrend/Nexus/Nexus/BossOrmorok.cs +++ b/Source/Scripts/Northrend/Nexus/Nexus/BossOrmorok.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 5331c9920..dd9a4330c 100644 --- a/Source/Scripts/Northrend/Nexus/Nexus/InstanceNexus.cs +++ b/Source/Scripts/Northrend/Nexus/Nexus/InstanceNexus.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 5bec2496c..39b64f81f 100644 --- a/Source/Scripts/Northrend/Nexus/Oculus/InstanceOculus.cs +++ b/Source/Scripts/Northrend/Nexus/Oculus/InstanceOculus.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 b08ea8538..3174c371a 100644 --- a/Source/Scripts/Northrend/Ulduar/AlgalonTheObserver.cs +++ b/Source/Scripts/Northrend/Ulduar/AlgalonTheObserver.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 3d2a383a7..858442313 100644 --- a/Source/Scripts/Northrend/Ulduar/FlameLeviathan.cs +++ b/Source/Scripts/Northrend/Ulduar/FlameLeviathan.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 20139a1fc..277c65a75 100644 --- a/Source/Scripts/Northrend/Ulduar/Mimiron.cs +++ b/Source/Scripts/Northrend/Ulduar/Mimiron.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 f82a113ac..1e6d66912 100644 --- a/Source/Scripts/Northrend/Ulduar/Razorscale.cs +++ b/Source/Scripts/Northrend/Ulduar/Razorscale.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 28bc21a65..e7e082ce5 100644 --- a/Source/Scripts/Northrend/Ulduar/UlduarConst.cs +++ b/Source/Scripts/Northrend/Ulduar/UlduarConst.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 bb7c9b965..0ce8f2782 100644 --- a/Source/Scripts/Northrend/Ulduar/UlduarInstance.cs +++ b/Source/Scripts/Northrend/Ulduar/UlduarInstance.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 20a6a6dc8..a35f9a2c1 100644 --- a/Source/Scripts/Northrend/Ulduar/Xt002.cs +++ b/Source/Scripts/Northrend/Ulduar/Xt002.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 708edbf8a..94155b1cf 100644 --- a/Source/Scripts/Northrend/Ulduar/YoggSaron.cs +++ b/Source/Scripts/Northrend/Ulduar/YoggSaron.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 ef3e83942..c5476fdb6 100644 --- a/Source/Scripts/Northrend/VioletHold/VioletHold.cs +++ b/Source/Scripts/Northrend/VioletHold/VioletHold.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 9caf7e7b4..a91f30a06 100644 --- a/Source/Scripts/Northrend/WinterGrasp.cs +++ b/Source/Scripts/Northrend/WinterGrasp.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 dfb8edddc..3dd18d0c6 100644 --- a/Source/Scripts/Outlands/HellfirePeninsula.cs +++ b/Source/Scripts/Outlands/HellfirePeninsula.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 23bc11eb1..665cbd48e 100644 --- a/Source/Scripts/Outlands/Zangarmarsh.cs +++ b/Source/Scripts/Outlands/Zangarmarsh.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 958fabbb6..092bbf2e3 100644 --- a/Source/Scripts/Pets/DeathKinght.cs +++ b/Source/Scripts/Pets/DeathKinght.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 07876c4d8..93dad7d7d 100644 --- a/Source/Scripts/Pets/Generic.cs +++ b/Source/Scripts/Pets/Generic.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 bd89eb40e..039642279 100644 --- a/Source/Scripts/Pets/Hunter.cs +++ b/Source/Scripts/Pets/Hunter.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 a577eef5e..771cae7d6 100644 --- a/Source/Scripts/Pets/Mage.cs +++ b/Source/Scripts/Pets/Mage.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 f89d21c54..dd3c393f6 100644 --- a/Source/Scripts/Pets/Priest.cs +++ b/Source/Scripts/Pets/Priest.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 d63da3c35..aff9de621 100644 --- a/Source/Scripts/Pets/Shaman.cs +++ b/Source/Scripts/Pets/Shaman.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 244995eaa..2cd12f06d 100644 --- a/Source/Scripts/Smart/SmartAI.cs +++ b/Source/Scripts/Smart/SmartAI.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 f6791253b..3f3490ff6 100644 --- a/Source/Scripts/Spells/DeathKnight.cs +++ b/Source/Scripts/Spells/DeathKnight.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 10c0d670b..521d0146e 100644 --- a/Source/Scripts/Spells/DemonHunter.cs +++ b/Source/Scripts/Spells/DemonHunter.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 700fe6859..86a1c1b4c 100644 --- a/Source/Scripts/Spells/Druid.cs +++ b/Source/Scripts/Spells/Druid.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 b1e420564..360e328e0 100644 --- a/Source/Scripts/Spells/Generic.cs +++ b/Source/Scripts/Spells/Generic.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 b97838868..5a1514962 100644 --- a/Source/Scripts/Spells/Holiday.cs +++ b/Source/Scripts/Spells/Holiday.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 77d25608e..de8143e3d 100644 --- a/Source/Scripts/Spells/Hunter.cs +++ b/Source/Scripts/Spells/Hunter.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 6ef5c3b7f..cc527db16 100644 --- a/Source/Scripts/Spells/Items.cs +++ b/Source/Scripts/Spells/Items.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 9bbd959f1..b41cadf39 100644 --- a/Source/Scripts/Spells/Mage.cs +++ b/Source/Scripts/Spells/Mage.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 6ae7194ca..e1127864f 100644 --- a/Source/Scripts/Spells/Monk.cs +++ b/Source/Scripts/Spells/Monk.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 42ca6ee82..4f200e7e3 100644 --- a/Source/Scripts/Spells/Paladin.cs +++ b/Source/Scripts/Spells/Paladin.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 d382eec52..f82e6d80a 100644 --- a/Source/Scripts/Spells/Priest.cs +++ b/Source/Scripts/Spells/Priest.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 c3f2b9b46..094246552 100644 --- a/Source/Scripts/Spells/Quest.cs +++ b/Source/Scripts/Spells/Quest.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 2579395bd..db16d6190 100644 --- a/Source/Scripts/Spells/Rogue.cs +++ b/Source/Scripts/Spells/Rogue.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 93e79215d..b543bf2d2 100644 --- a/Source/Scripts/Spells/Shaman.cs +++ b/Source/Scripts/Spells/Shaman.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 b15f88239..00c01e783 100644 --- a/Source/Scripts/Spells/Warlock.cs +++ b/Source/Scripts/Spells/Warlock.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 1f8da69da..92adccf11 100644 --- a/Source/Scripts/Spells/Warrior.cs +++ b/Source/Scripts/Spells/Warrior.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 0d7e616ce..28ca6376b 100644 --- a/Source/Scripts/World/Achievements.cs +++ b/Source/Scripts/World/Achievements.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 bc7938d44..f60102d40 100644 --- a/Source/Scripts/World/AreaTrigger.cs +++ b/Source/Scripts/World/AreaTrigger.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 88d7f614c..9a14a5939 100644 --- a/Source/Scripts/World/BossEmeraldDragons.cs +++ b/Source/Scripts/World/BossEmeraldDragons.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 654f6aaaa..e99841529 100644 --- a/Source/Scripts/World/DuelReset.cs +++ b/Source/Scripts/World/DuelReset.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 50b490d90..618a388d0 100644 --- a/Source/Scripts/World/GameObjects.cs +++ b/Source/Scripts/World/GameObjects.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 3eae81d3d..cbce9965d 100644 --- a/Source/Scripts/World/Guards.cs +++ b/Source/Scripts/World/Guards.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 6797efa1f..a5e4c032a 100644 --- a/Source/Scripts/World/ItemScripts.cs +++ b/Source/Scripts/World/ItemScripts.cs @@ -1,5 +1,5 @@ /* -* Copyright (C) 2012-2018 CypherCore +* Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 58f116ab1..3ea13d074 100644 --- a/Source/Scripts/World/MobGenericCreature.cs +++ b/Source/Scripts/World/MobGenericCreature.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 8ca47576a..b7a76dcf7 100644 --- a/Source/Scripts/World/NpcProfessions.cs +++ b/Source/Scripts/World/NpcProfessions.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 e7ceaef24..8589f7273 100644 --- a/Source/Scripts/World/NpcSpecial.cs +++ b/Source/Scripts/World/NpcSpecial.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 c688b42f6..3274911b5 100644 --- a/Source/Scripts/World/SceneScripts.cs +++ b/Source/Scripts/World/SceneScripts.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: 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 5959b490b..a3dfd6e9f 100644 --- a/Source/WorldServer/Server.cs +++ b/Source/WorldServer/Server.cs @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2018 CypherCore + * Copyright (C) 2012-2019 CypherCore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by