diff --git a/ManiaControl.php b/ManiaControl.php index eadcc891..84038644 100644 --- a/ManiaControl.php +++ b/ManiaControl.php @@ -3,7 +3,7 @@ * ManiaControl Server Controller for ManiaPlanet Server * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ diff --git a/core/Admin/ActionsMenu.php b/core/Admin/ActionsMenu.php index f1b661a5..1d4ee9ac 100644 --- a/core/Admin/ActionsMenu.php +++ b/core/Admin/ActionsMenu.php @@ -27,7 +27,7 @@ use ManiaControl\Settings\SettingManager; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ActionsMenu implements SidebarMenuEntryListener, CallbackListener, ManialinkPageAnswerListener, UsageInformationAble { diff --git a/core/Admin/AdminLists.php b/core/Admin/AdminLists.php index ca029cec..40701d95 100644 --- a/core/Admin/AdminLists.php +++ b/core/Admin/AdminLists.php @@ -26,7 +26,7 @@ use ManiaControl\Players\Player; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class AdminLists implements ManialinkPageAnswerListener, CallbackListener, UsageInformationAble { diff --git a/core/Admin/AuthCommands.php b/core/Admin/AuthCommands.php index dbbeb038..8ec6615d 100644 --- a/core/Admin/AuthCommands.php +++ b/core/Admin/AuthCommands.php @@ -12,7 +12,7 @@ use ManiaControl\Players\Player; * Class offering Commands to grant Authorizations to Players * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class AuthCommands implements CommandListener, UsageInformationAble { diff --git a/core/Admin/AuthenticationManager.php b/core/Admin/AuthenticationManager.php index 63d42f4b..7230d87f 100644 --- a/core/Admin/AuthenticationManager.php +++ b/core/Admin/AuthenticationManager.php @@ -21,7 +21,7 @@ use ManiaControl\Settings\Setting; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class AuthenticationManager implements CallbackListener, EchoListener, CommunicationListener, UsageInformationAble { diff --git a/core/AutoLoader.php b/core/AutoLoader.php index efcb10b7..67f44f0a 100644 --- a/core/AutoLoader.php +++ b/core/AutoLoader.php @@ -6,7 +6,7 @@ namespace ManiaControl; * ManiaControl AutoLoader * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ abstract class AutoLoader { diff --git a/core/Bills/BillManager.php b/core/Bills/BillManager.php index f2db5787..ddc9210c 100644 --- a/core/Bills/BillManager.php +++ b/core/Bills/BillManager.php @@ -16,7 +16,7 @@ use Maniaplanet\DedicatedServer\Structures\Bill; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class BillManager implements CallbackListener, UsageInformationAble { diff --git a/core/Callbacks/CallbackListener.php b/core/Callbacks/CallbackListener.php index ba1f3d94..2b902963 100644 --- a/core/Callbacks/CallbackListener.php +++ b/core/Callbacks/CallbackListener.php @@ -6,7 +6,7 @@ namespace ManiaControl\Callbacks; * Interface for Callback Listener * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ interface CallbackListener { diff --git a/core/Callbacks/CallbackManager.php b/core/Callbacks/CallbackManager.php index e516aefc..db617009 100644 --- a/core/Callbacks/CallbackManager.php +++ b/core/Callbacks/CallbackManager.php @@ -15,7 +15,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\UnknownPlayerException; * Class for managing Server and ManiaControl Callbacks * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CallbackManager implements UsageInformationAble { diff --git a/core/Callbacks/Callbacks.php b/core/Callbacks/Callbacks.php index 645358b2..0008f71f 100644 --- a/core/Callbacks/Callbacks.php +++ b/core/Callbacks/Callbacks.php @@ -6,7 +6,7 @@ namespace ManiaControl\Callbacks; * Callbacks Interface * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ interface Callbacks { diff --git a/core/Callbacks/EchoListener.php b/core/Callbacks/EchoListener.php index ed965e39..cd491609 100644 --- a/core/Callbacks/EchoListener.php +++ b/core/Callbacks/EchoListener.php @@ -5,7 +5,7 @@ namespace ManiaControl\Callbacks; * Interface for EchoListener * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ interface EchoListener { diff --git a/core/Callbacks/EchoManager.php b/core/Callbacks/EchoManager.php index 87727cb1..ae53b77c 100644 --- a/core/Callbacks/EchoManager.php +++ b/core/Callbacks/EchoManager.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * Class for managing Echo Callbacks * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class EchoManager implements CallbackListener, EchoListener, UsageInformationAble { diff --git a/core/Callbacks/LibXmlRpcCallbacks.php b/core/Callbacks/LibXmlRpcCallbacks.php index 16e55c67..aa10afc5 100644 --- a/core/Callbacks/LibXmlRpcCallbacks.php +++ b/core/Callbacks/LibXmlRpcCallbacks.php @@ -25,7 +25,7 @@ use ManiaControl\ManiaControl; * Class converting LibXmlRpc Callbacks * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class LibXmlRpcCallbacks implements CallbackListener { diff --git a/core/Callbacks/Listening.php b/core/Callbacks/Listening.php index a068253c..1bf48b4a 100644 --- a/core/Callbacks/Listening.php +++ b/core/Callbacks/Listening.php @@ -9,7 +9,7 @@ use ManiaControl\General\UsageInformationTrait; * Model Class for a Basic Listening * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Listening implements UsageInformationAble { diff --git a/core/Callbacks/ShootManiaCallbacks.php b/core/Callbacks/ShootManiaCallbacks.php index abd2b9bc..dddb739e 100644 --- a/core/Callbacks/ShootManiaCallbacks.php +++ b/core/Callbacks/ShootManiaCallbacks.php @@ -36,7 +36,7 @@ use ManiaControl\ManiaControl; * Class handling and parsing ShootMania Callbacks * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ShootManiaCallbacks implements CallbackListener { diff --git a/core/Callbacks/Structures/Common/BasePlayerTimeStructure.php b/core/Callbacks/Structures/Common/BasePlayerTimeStructure.php index c87ad57d..ec7abc9c 100644 --- a/core/Callbacks/Structures/Common/BasePlayerTimeStructure.php +++ b/core/Callbacks/Structures/Common/BasePlayerTimeStructure.php @@ -10,7 +10,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class BasePlayerTimeStructure extends BaseTimeStructure { diff --git a/core/Callbacks/Structures/Common/BaseResponseStructure.php b/core/Callbacks/Structures/Common/BaseResponseStructure.php index 8d1b77e7..847cdc6c 100644 --- a/core/Callbacks/Structures/Common/BaseResponseStructure.php +++ b/core/Callbacks/Structures/Common/BaseResponseStructure.php @@ -9,7 +9,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class BaseResponseStructure extends BaseStructure { diff --git a/core/Callbacks/Structures/Common/BaseStructure.php b/core/Callbacks/Structures/Common/BaseStructure.php index 4b15e30f..a4a70367 100644 --- a/core/Callbacks/Structures/Common/BaseStructure.php +++ b/core/Callbacks/Structures/Common/BaseStructure.php @@ -14,7 +14,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ abstract class BaseStructure implements UsageInformationAble, JsonSerializable { diff --git a/core/Callbacks/Structures/Common/BaseTimeStructure.php b/core/Callbacks/Structures/Common/BaseTimeStructure.php index a6e79e88..5ed30e22 100644 --- a/core/Callbacks/Structures/Common/BaseTimeStructure.php +++ b/core/Callbacks/Structures/Common/BaseTimeStructure.php @@ -9,7 +9,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class BaseTimeStructure extends BaseStructure { diff --git a/core/Callbacks/Structures/Common/CommonCommandStructure.php b/core/Callbacks/Structures/Common/CommonCommandStructure.php index 2e815475..eac94a33 100644 --- a/core/Callbacks/Structures/Common/CommonCommandStructure.php +++ b/core/Callbacks/Structures/Common/CommonCommandStructure.php @@ -12,7 +12,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CommonCommandStructure extends BaseTimeStructure { diff --git a/core/Callbacks/Structures/Common/CommonDefaultEventStructure.php b/core/Callbacks/Structures/Common/CommonDefaultEventStructure.php index 4439a7af..85fbed11 100644 --- a/core/Callbacks/Structures/Common/CommonDefaultEventStructure.php +++ b/core/Callbacks/Structures/Common/CommonDefaultEventStructure.php @@ -12,7 +12,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CommonDefaultEventStructure extends BaseTimeStructure { diff --git a/core/Callbacks/Structures/Common/CommonScoresStructure.php b/core/Callbacks/Structures/Common/CommonScoresStructure.php index 597ef038..2ce480d9 100644 --- a/core/Callbacks/Structures/Common/CommonScoresStructure.php +++ b/core/Callbacks/Structures/Common/CommonScoresStructure.php @@ -14,7 +14,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CommonScoresStructure extends BaseResponseStructure { diff --git a/core/Callbacks/Structures/Common/Models/CommonPlayerScore.php b/core/Callbacks/Structures/Common/Models/CommonPlayerScore.php index d6f030ef..19dbfa38 100644 --- a/core/Callbacks/Structures/Common/Models/CommonPlayerScore.php +++ b/core/Callbacks/Structures/Common/Models/CommonPlayerScore.php @@ -14,7 +14,7 @@ use ManiaControl\Players\Player; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CommonPlayerScore implements UsageInformationAble, JsonSerializable { diff --git a/core/Callbacks/Structures/Common/Models/CommonTeamScore.php b/core/Callbacks/Structures/Common/Models/CommonTeamScore.php index 497081e3..31d938fb 100644 --- a/core/Callbacks/Structures/Common/Models/CommonTeamScore.php +++ b/core/Callbacks/Structures/Common/Models/CommonTeamScore.php @@ -12,7 +12,7 @@ use ManiaControl\General\UsageInformationTrait; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CommonTeamScore implements UsageInformationAble, JsonSerializable { diff --git a/core/Callbacks/Structures/Common/StatusCallbackStructure.php b/core/Callbacks/Structures/Common/StatusCallbackStructure.php index c9f22d2e..5f597271 100644 --- a/core/Callbacks/Structures/Common/StatusCallbackStructure.php +++ b/core/Callbacks/Structures/Common/StatusCallbackStructure.php @@ -10,7 +10,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class StatusCallbackStructure extends BaseResponseStructure { diff --git a/core/Callbacks/Structures/Common/UIPropertiesBaseStructure.php b/core/Callbacks/Structures/Common/UIPropertiesBaseStructure.php index 3636fdf7..22469fd7 100644 --- a/core/Callbacks/Structures/Common/UIPropertiesBaseStructure.php +++ b/core/Callbacks/Structures/Common/UIPropertiesBaseStructure.php @@ -9,7 +9,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class UIPropertiesBaseStructure extends BaseResponseStructure { diff --git a/core/Callbacks/Structures/ManiaPlanet/LoadingUnloadingMapStructure.php b/core/Callbacks/Structures/ManiaPlanet/LoadingUnloadingMapStructure.php index a2847915..37c2758d 100644 --- a/core/Callbacks/Structures/ManiaPlanet/LoadingUnloadingMapStructure.php +++ b/core/Callbacks/Structures/ManiaPlanet/LoadingUnloadingMapStructure.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class LoadingUnloadingMapStructure extends BaseTimeStructure { diff --git a/core/Callbacks/Structures/ManiaPlanet/ModeUseTeamsStructure.php b/core/Callbacks/Structures/ManiaPlanet/ModeUseTeamsStructure.php index 33be72e9..4a7b6797 100644 --- a/core/Callbacks/Structures/ManiaPlanet/ModeUseTeamsStructure.php +++ b/core/Callbacks/Structures/ManiaPlanet/ModeUseTeamsStructure.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ModeUseTeamsStructure extends BaseResponseStructure { diff --git a/core/Callbacks/Structures/ManiaPlanet/StartEndStructure.php b/core/Callbacks/Structures/ManiaPlanet/StartEndStructure.php index 857a258c..1f0ee7e1 100644 --- a/core/Callbacks/Structures/ManiaPlanet/StartEndStructure.php +++ b/core/Callbacks/Structures/ManiaPlanet/StartEndStructure.php @@ -12,7 +12,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class StartEndStructure extends BaseTimeStructure { diff --git a/core/Callbacks/Structures/ManiaPlanet/StartServerStructure.php b/core/Callbacks/Structures/ManiaPlanet/StartServerStructure.php index 8bfe6f8f..bfe1218a 100644 --- a/core/Callbacks/Structures/ManiaPlanet/StartServerStructure.php +++ b/core/Callbacks/Structures/ManiaPlanet/StartServerStructure.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class StartServerStructure extends BaseStructure { diff --git a/core/Callbacks/Structures/ShootMania/Models/JoustScore.php b/core/Callbacks/Structures/ShootMania/Models/JoustScore.php index 71010ed2..369dc445 100644 --- a/core/Callbacks/Structures/ShootMania/Models/JoustScore.php +++ b/core/Callbacks/Structures/ShootMania/Models/JoustScore.php @@ -17,7 +17,7 @@ use ManiaControl\General\UsageInformationTrait; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class JoustScore implements UsageInformationAble { diff --git a/core/Callbacks/Structures/ShootMania/Models/Landmark.php b/core/Callbacks/Structures/ShootMania/Models/Landmark.php index ebb90559..cd165da2 100644 --- a/core/Callbacks/Structures/ShootMania/Models/Landmark.php +++ b/core/Callbacks/Structures/ShootMania/Models/Landmark.php @@ -11,7 +11,7 @@ use ManiaControl\General\UsageInformationTrait; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Landmark implements UsageInformationAble { diff --git a/core/Callbacks/Structures/ShootMania/Models/PlayerScore.php b/core/Callbacks/Structures/ShootMania/Models/PlayerScore.php index 2efc91a4..2956ef95 100644 --- a/core/Callbacks/Structures/ShootMania/Models/PlayerScore.php +++ b/core/Callbacks/Structures/ShootMania/Models/PlayerScore.php @@ -10,7 +10,7 @@ use ManiaControl\Callbacks\Structures\Common\Models\CommonPlayerScore; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class PlayerScore extends CommonPlayerScore { diff --git a/core/Callbacks/Structures/ShootMania/Models/Position.php b/core/Callbacks/Structures/ShootMania/Models/Position.php index ca4a3d24..2a584917 100644 --- a/core/Callbacks/Structures/ShootMania/Models/Position.php +++ b/core/Callbacks/Structures/ShootMania/Models/Position.php @@ -11,7 +11,7 @@ use ManiaControl\General\UsageInformationTrait; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Position implements UsageInformationAble { diff --git a/core/Callbacks/Structures/ShootMania/Models/RoyalPointTypes.php b/core/Callbacks/Structures/ShootMania/Models/RoyalPointTypes.php index fc7c84e1..f5a17391 100644 --- a/core/Callbacks/Structures/ShootMania/Models/RoyalPointTypes.php +++ b/core/Callbacks/Structures/ShootMania/Models/RoyalPointTypes.php @@ -7,7 +7,7 @@ namespace ManiaControl\Callbacks\Structures\ShootMania\Models; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ interface RoyalPointTypes { diff --git a/core/Callbacks/Structures/ShootMania/Models/TeamScore.php b/core/Callbacks/Structures/ShootMania/Models/TeamScore.php index dbb7c16e..0f247d51 100644 --- a/core/Callbacks/Structures/ShootMania/Models/TeamScore.php +++ b/core/Callbacks/Structures/ShootMania/Models/TeamScore.php @@ -9,7 +9,7 @@ use ManiaControl\Callbacks\Structures\Common\Models\CommonTeamScore; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class TeamScore extends CommonTeamScore { diff --git a/core/Callbacks/Structures/ShootMania/Models/VictoryTypes.php b/core/Callbacks/Structures/ShootMania/Models/VictoryTypes.php index 248d422a..c2815bc5 100644 --- a/core/Callbacks/Structures/ShootMania/Models/VictoryTypes.php +++ b/core/Callbacks/Structures/ShootMania/Models/VictoryTypes.php @@ -7,7 +7,7 @@ namespace ManiaControl\Callbacks\Structures\ShootMania\Models; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ interface VictoryTypes { diff --git a/core/Callbacks/Structures/ShootMania/Models/Weapons.php b/core/Callbacks/Structures/ShootMania/Models/Weapons.php index 4f964385..d58d9a13 100644 --- a/core/Callbacks/Structures/ShootMania/Models/Weapons.php +++ b/core/Callbacks/Structures/ShootMania/Models/Weapons.php @@ -7,7 +7,7 @@ namespace ManiaControl\Callbacks\Structures\ShootMania\Models; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ interface Weapons { diff --git a/core/Callbacks/Structures/ShootMania/OnAFKPropertiesStructure.php b/core/Callbacks/Structures/ShootMania/OnAFKPropertiesStructure.php index 00a7157b..e7fb1cdd 100644 --- a/core/Callbacks/Structures/ShootMania/OnAFKPropertiesStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnAFKPropertiesStructure.php @@ -10,7 +10,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnAFKPropertiesStructure extends BaseResponseStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnActionCustomEventStructure.php b/core/Callbacks/Structures/ShootMania/OnActionCustomEventStructure.php index 14ad311e..2f0c1ddd 100644 --- a/core/Callbacks/Structures/ShootMania/OnActionCustomEventStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnActionCustomEventStructure.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnActionCustomEventStructure extends BaseStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnActionEvent.php b/core/Callbacks/Structures/ShootMania/OnActionEvent.php index 6326724e..2e891359 100644 --- a/core/Callbacks/Structures/ShootMania/OnActionEvent.php +++ b/core/Callbacks/Structures/ShootMania/OnActionEvent.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnActionEvent extends BaseStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnArmorEmptyStructure.php b/core/Callbacks/Structures/ShootMania/OnArmorEmptyStructure.php index eccbf864..5767169c 100644 --- a/core/Callbacks/Structures/ShootMania/OnArmorEmptyStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnArmorEmptyStructure.php @@ -9,7 +9,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnArmorEmptyStructure extends OnHitNearMissArmorEmptyBaseStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnBasePlayerObjectTimeStructure.php b/core/Callbacks/Structures/ShootMania/OnBasePlayerObjectTimeStructure.php index f2113104..5b9d0bf2 100644 --- a/core/Callbacks/Structures/ShootMania/OnBasePlayerObjectTimeStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnBasePlayerObjectTimeStructure.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnBasePlayerObjectTimeStructure extends BasePlayerTimeStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnCaptureStructure.php b/core/Callbacks/Structures/ShootMania/OnCaptureStructure.php index 21df3066..eaa413cd 100644 --- a/core/Callbacks/Structures/ShootMania/OnCaptureStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnCaptureStructure.php @@ -14,7 +14,7 @@ use ManiaControl\Players\Player; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnCaptureStructure extends BaseStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnCommandStructure.php b/core/Callbacks/Structures/ShootMania/OnCommandStructure.php index de33061f..b587ead3 100644 --- a/core/Callbacks/Structures/ShootMania/OnCommandStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnCommandStructure.php @@ -10,7 +10,7 @@ use ManiaControl\Callbacks\Structures\Common\CommonCommandStructure; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnCommandStructure extends CommonCommandStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnDefaultEventStructure.php b/core/Callbacks/Structures/ShootMania/OnDefaultEventStructure.php index 1d67b153..2b1b8046 100644 --- a/core/Callbacks/Structures/ShootMania/OnDefaultEventStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnDefaultEventStructure.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnDefaultEventStructure extends CommonDefaultEventStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnEliteEndTurnStructure.php b/core/Callbacks/Structures/ShootMania/OnEliteEndTurnStructure.php index 82911208..e51f0e00 100644 --- a/core/Callbacks/Structures/ShootMania/OnEliteEndTurnStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnEliteEndTurnStructure.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnEliteEndTurnStructure extends BaseStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnEliteStartTurnStructure.php b/core/Callbacks/Structures/ShootMania/OnEliteStartTurnStructure.php index 256aa6ac..ce8bcbe3 100644 --- a/core/Callbacks/Structures/ShootMania/OnEliteStartTurnStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnEliteStartTurnStructure.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnEliteStartTurnStructure extends BaseStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnFallDamageStructure.php b/core/Callbacks/Structures/ShootMania/OnFallDamageStructure.php index d516443a..ff0a3581 100644 --- a/core/Callbacks/Structures/ShootMania/OnFallDamageStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnFallDamageStructure.php @@ -12,7 +12,7 @@ use ManiaControl\Players\Player; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnFallDamageStructure extends BaseStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnHitNearMissArmorEmptyBaseStructure.php b/core/Callbacks/Structures/ShootMania/OnHitNearMissArmorEmptyBaseStructure.php index 45871f9e..2718cd36 100644 --- a/core/Callbacks/Structures/ShootMania/OnHitNearMissArmorEmptyBaseStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnHitNearMissArmorEmptyBaseStructure.php @@ -14,7 +14,7 @@ use ManiaControl\Players\Player; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnHitNearMissArmorEmptyBaseStructure extends BaseStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnHitStructure.php b/core/Callbacks/Structures/ShootMania/OnHitStructure.php index 515e0c11..f4a7fc93 100644 --- a/core/Callbacks/Structures/ShootMania/OnHitStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnHitStructure.php @@ -10,7 +10,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnHitStructure extends OnHitNearMissArmorEmptyBaseStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnJoustReloadStructure.php b/core/Callbacks/Structures/ShootMania/OnJoustReloadStructure.php index b32cfee5..0b88e124 100644 --- a/core/Callbacks/Structures/ShootMania/OnJoustReloadStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnJoustReloadStructure.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnJoustReloadStructure extends BaseStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnJoustRoundResultsStructure.php b/core/Callbacks/Structures/ShootMania/OnJoustRoundResultsStructure.php index 8a199d50..ea3fc2b6 100644 --- a/core/Callbacks/Structures/ShootMania/OnJoustRoundResultsStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnJoustRoundResultsStructure.php @@ -13,7 +13,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnJoustRoundResultsStructure extends BaseStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnJoustSelectedPlayersStructure.php b/core/Callbacks/Structures/ShootMania/OnJoustSelectedPlayersStructure.php index d2272a51..0f305c10 100644 --- a/core/Callbacks/Structures/ShootMania/OnJoustSelectedPlayersStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnJoustSelectedPlayersStructure.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnJoustSelectedPlayersStructure extends BaseStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnNearMissStructure.php b/core/Callbacks/Structures/ShootMania/OnNearMissStructure.php index ffa432bf..a72d02ef 100644 --- a/core/Callbacks/Structures/ShootMania/OnNearMissStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnNearMissStructure.php @@ -10,7 +10,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnNearMissStructure extends OnHitNearMissArmorEmptyBaseStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnPlayerRequestActionChange.php b/core/Callbacks/Structures/ShootMania/OnPlayerRequestActionChange.php index 9e038826..49694278 100644 --- a/core/Callbacks/Structures/ShootMania/OnPlayerRequestActionChange.php +++ b/core/Callbacks/Structures/ShootMania/OnPlayerRequestActionChange.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnPlayerRequestActionChange extends BasePlayerTimeStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnPlayerRequestRespawnStructure.php b/core/Callbacks/Structures/ShootMania/OnPlayerRequestRespawnStructure.php index d3de7654..d5bae166 100644 --- a/core/Callbacks/Structures/ShootMania/OnPlayerRequestRespawnStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnPlayerRequestRespawnStructure.php @@ -13,7 +13,7 @@ use ManiaControl\Players\Player; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnPlayerRequestRespawnStructure extends BasePlayerTimeStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnPlayerTriggersSectorStructure.php b/core/Callbacks/Structures/ShootMania/OnPlayerTriggersSectorStructure.php index 4ca52dc1..534176db 100644 --- a/core/Callbacks/Structures/ShootMania/OnPlayerTriggersSectorStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnPlayerTriggersSectorStructure.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnPlayerTriggersSectorStructure extends BasePlayerTimeStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnPlayersAFKStructure.php b/core/Callbacks/Structures/ShootMania/OnPlayersAFKStructure.php index 048e7728..255c8b7d 100644 --- a/core/Callbacks/Structures/ShootMania/OnPlayersAFKStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnPlayersAFKStructure.php @@ -10,7 +10,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnPlayersAFKStructure extends BaseStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnRoyalPlayerSpawnStructure.php b/core/Callbacks/Structures/ShootMania/OnRoyalPlayerSpawnStructure.php index 27ed864a..aaad3e31 100644 --- a/core/Callbacks/Structures/ShootMania/OnRoyalPlayerSpawnStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnRoyalPlayerSpawnStructure.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnRoyalPlayerSpawnStructure extends BaseStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnRoyalPointsStructure.php b/core/Callbacks/Structures/ShootMania/OnRoyalPointsStructure.php index 28387d3c..1f5f6181 100644 --- a/core/Callbacks/Structures/ShootMania/OnRoyalPointsStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnRoyalPointsStructure.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnRoyalPointsStructure extends BaseStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnRoyalRoundWinnerStructure.php b/core/Callbacks/Structures/ShootMania/OnRoyalRoundWinnerStructure.php index ae1bb690..3531bf06 100644 --- a/core/Callbacks/Structures/ShootMania/OnRoyalRoundWinnerStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnRoyalRoundWinnerStructure.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnRoyalRoundWinnerStructure extends BaseStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnScoresStructure.php b/core/Callbacks/Structures/ShootMania/OnScoresStructure.php index 34a2f3f6..5ab53427 100644 --- a/core/Callbacks/Structures/ShootMania/OnScoresStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnScoresStructure.php @@ -13,7 +13,7 @@ use ManiaControl\ManiaControl; * Structure Class for the Shootmania OnScores Structure Callback * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnScoresStructure extends CommonScoresStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnShootStructure.php b/core/Callbacks/Structures/ShootMania/OnShootStructure.php index 219eb115..a8417074 100644 --- a/core/Callbacks/Structures/ShootMania/OnShootStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnShootStructure.php @@ -13,7 +13,7 @@ use ManiaControl\Players\Player; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnShootStructure extends BaseTimeStructure { diff --git a/core/Callbacks/Structures/ShootMania/OnShotDenyStructure.php b/core/Callbacks/Structures/ShootMania/OnShotDenyStructure.php index 33932b16..b18f9955 100644 --- a/core/Callbacks/Structures/ShootMania/OnShotDenyStructure.php +++ b/core/Callbacks/Structures/ShootMania/OnShotDenyStructure.php @@ -13,7 +13,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnShotDenyStructure extends BaseTimeStructure { diff --git a/core/Callbacks/Structures/TrackMania/Models/PlayerScore.php b/core/Callbacks/Structures/TrackMania/Models/PlayerScore.php index bb38fdbd..87e084b8 100644 --- a/core/Callbacks/Structures/TrackMania/Models/PlayerScore.php +++ b/core/Callbacks/Structures/TrackMania/Models/PlayerScore.php @@ -11,7 +11,7 @@ use ManiaControl\Callbacks\Structures\Common\Models\CommonPlayerScore; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class PlayerScore extends CommonPlayerScore { diff --git a/core/Callbacks/Structures/TrackMania/Models/TeamScore.php b/core/Callbacks/Structures/TrackMania/Models/TeamScore.php index c4487289..20f47fdf 100644 --- a/core/Callbacks/Structures/TrackMania/Models/TeamScore.php +++ b/core/Callbacks/Structures/TrackMania/Models/TeamScore.php @@ -9,7 +9,7 @@ use ManiaControl\Callbacks\Structures\Common\Models\CommonTeamScore; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class TeamScore extends CommonTeamScore { diff --git a/core/Callbacks/Structures/TrackMania/OnCommandStructure.php b/core/Callbacks/Structures/TrackMania/OnCommandStructure.php index 8a535076..38081424 100644 --- a/core/Callbacks/Structures/TrackMania/OnCommandStructure.php +++ b/core/Callbacks/Structures/TrackMania/OnCommandStructure.php @@ -10,7 +10,7 @@ use ManiaControl\Callbacks\Structures\Common\CommonCommandStructure; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnCommandStructure extends CommonCommandStructure { diff --git a/core/Callbacks/Structures/TrackMania/OnDefaultEventStructure.php b/core/Callbacks/Structures/TrackMania/OnDefaultEventStructure.php index 6f13af6c..e47fb31c 100644 --- a/core/Callbacks/Structures/TrackMania/OnDefaultEventStructure.php +++ b/core/Callbacks/Structures/TrackMania/OnDefaultEventStructure.php @@ -13,7 +13,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnDefaultEventStructure extends CommonDefaultEventStructure { diff --git a/core/Callbacks/Structures/TrackMania/OnPointsRepartitionStructure.php b/core/Callbacks/Structures/TrackMania/OnPointsRepartitionStructure.php index abd60abb..3e15362c 100644 --- a/core/Callbacks/Structures/TrackMania/OnPointsRepartitionStructure.php +++ b/core/Callbacks/Structures/TrackMania/OnPointsRepartitionStructure.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnPointsRepartitionStructure extends BaseResponseStructure { diff --git a/core/Callbacks/Structures/TrackMania/OnRespawnStructure.php b/core/Callbacks/Structures/TrackMania/OnRespawnStructure.php index 5fcd4951..fe2ba1be 100644 --- a/core/Callbacks/Structures/TrackMania/OnRespawnStructure.php +++ b/core/Callbacks/Structures/TrackMania/OnRespawnStructure.php @@ -13,7 +13,7 @@ use ManiaControl\Utils\Formatter; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnRespawnStructure extends BasePlayerTimeStructure { diff --git a/core/Callbacks/Structures/TrackMania/OnScoresStructure.php b/core/Callbacks/Structures/TrackMania/OnScoresStructure.php index c638cec1..5d96aa64 100644 --- a/core/Callbacks/Structures/TrackMania/OnScoresStructure.php +++ b/core/Callbacks/Structures/TrackMania/OnScoresStructure.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnScoresStructure extends CommonScoresStructure { diff --git a/core/Callbacks/Structures/TrackMania/OnStartLineEventStructure.php b/core/Callbacks/Structures/TrackMania/OnStartLineEventStructure.php index f37bfd3b..df1f246c 100644 --- a/core/Callbacks/Structures/TrackMania/OnStartLineEventStructure.php +++ b/core/Callbacks/Structures/TrackMania/OnStartLineEventStructure.php @@ -10,7 +10,7 @@ use ManiaControl\Callbacks\Structures\Common\BasePlayerTimeStructure; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnStartLineEventStructure extends BasePlayerTimeStructure { diff --git a/core/Callbacks/Structures/TrackMania/OnStuntEventStructure.php b/core/Callbacks/Structures/TrackMania/OnStuntEventStructure.php index 9c8dc0c4..09ca3bd6 100644 --- a/core/Callbacks/Structures/TrackMania/OnStuntEventStructure.php +++ b/core/Callbacks/Structures/TrackMania/OnStuntEventStructure.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnStuntEventStructure extends BasePlayerTimeStructure { diff --git a/core/Callbacks/Structures/TrackMania/OnWarmupStartEndRoundStructure.php b/core/Callbacks/Structures/TrackMania/OnWarmupStartEndRoundStructure.php index 5989a3b5..235c9feb 100644 --- a/core/Callbacks/Structures/TrackMania/OnWarmupStartEndRoundStructure.php +++ b/core/Callbacks/Structures/TrackMania/OnWarmupStartEndRoundStructure.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnWarmupStartEndRoundStructure extends BaseStructure { diff --git a/core/Callbacks/Structures/TrackMania/OnWayPointEventStructure.php b/core/Callbacks/Structures/TrackMania/OnWayPointEventStructure.php index 455b2527..882fa21f 100644 --- a/core/Callbacks/Structures/TrackMania/OnWayPointEventStructure.php +++ b/core/Callbacks/Structures/TrackMania/OnWayPointEventStructure.php @@ -12,7 +12,7 @@ use ManiaControl\Utils\Formatter; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class OnWayPointEventStructure extends BasePlayerTimeStructure { diff --git a/core/Callbacks/Structures/XmlRpc/AllApiVersionsStructure.php b/core/Callbacks/Structures/XmlRpc/AllApiVersionsStructure.php index 2aa35f7b..d371360e 100644 --- a/core/Callbacks/Structures/XmlRpc/AllApiVersionsStructure.php +++ b/core/Callbacks/Structures/XmlRpc/AllApiVersionsStructure.php @@ -10,7 +10,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class AllApiVersionsStructure extends BaseResponseStructure { diff --git a/core/Callbacks/Structures/XmlRpc/ApiVersionStructure.php b/core/Callbacks/Structures/XmlRpc/ApiVersionStructure.php index e0c5993d..a367078f 100644 --- a/core/Callbacks/Structures/XmlRpc/ApiVersionStructure.php +++ b/core/Callbacks/Structures/XmlRpc/ApiVersionStructure.php @@ -10,7 +10,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ApiVersionStructure extends BaseResponseStructure { diff --git a/core/Callbacks/Structures/XmlRpc/CallbackHelpStructure.php b/core/Callbacks/Structures/XmlRpc/CallbackHelpStructure.php index ba975d79..d44fd3a4 100644 --- a/core/Callbacks/Structures/XmlRpc/CallbackHelpStructure.php +++ b/core/Callbacks/Structures/XmlRpc/CallbackHelpStructure.php @@ -9,7 +9,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CallbackHelpStructure extends DocumentationStructure { diff --git a/core/Callbacks/Structures/XmlRpc/CallbackListStructure.php b/core/Callbacks/Structures/XmlRpc/CallbackListStructure.php index dfc42c79..c0e5759d 100644 --- a/core/Callbacks/Structures/XmlRpc/CallbackListStructure.php +++ b/core/Callbacks/Structures/XmlRpc/CallbackListStructure.php @@ -10,7 +10,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CallbackListStructure extends BaseResponseStructure { diff --git a/core/Callbacks/Structures/XmlRpc/DocumentationStructure.php b/core/Callbacks/Structures/XmlRpc/DocumentationStructure.php index d5c74ce5..a0eb2b09 100644 --- a/core/Callbacks/Structures/XmlRpc/DocumentationStructure.php +++ b/core/Callbacks/Structures/XmlRpc/DocumentationStructure.php @@ -10,7 +10,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class DocumentationStructure extends BaseResponseStructure { diff --git a/core/Callbacks/Structures/XmlRpc/MethodHelpStructure.php b/core/Callbacks/Structures/XmlRpc/MethodHelpStructure.php index 92f2c9e6..cebc1655 100644 --- a/core/Callbacks/Structures/XmlRpc/MethodHelpStructure.php +++ b/core/Callbacks/Structures/XmlRpc/MethodHelpStructure.php @@ -9,7 +9,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class MethodHelpStructure extends DocumentationStructure { diff --git a/core/Callbacks/Structures/XmlRpc/MethodListStructure.php b/core/Callbacks/Structures/XmlRpc/MethodListStructure.php index a7cb953a..13ae8018 100644 --- a/core/Callbacks/Structures/XmlRpc/MethodListStructure.php +++ b/core/Callbacks/Structures/XmlRpc/MethodListStructure.php @@ -10,7 +10,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class MethodListStructure extends BaseResponseStructure { diff --git a/core/Callbacks/TimerListener.php b/core/Callbacks/TimerListener.php index c55e3915..a236e63f 100644 --- a/core/Callbacks/TimerListener.php +++ b/core/Callbacks/TimerListener.php @@ -6,7 +6,7 @@ namespace ManiaControl\Callbacks; * Interface for TimerListener * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ interface TimerListener { diff --git a/core/Callbacks/TimerListening.php b/core/Callbacks/TimerListening.php index b40e6825..7a34647b 100644 --- a/core/Callbacks/TimerListening.php +++ b/core/Callbacks/TimerListening.php @@ -9,7 +9,7 @@ use ManiaControl\General\UsageInformationTrait; * Model Class for a Timer Listening * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class TimerListening extends Listening implements UsageInformationAble { diff --git a/core/Callbacks/TimerManager.php b/core/Callbacks/TimerManager.php index 7b2d0cbe..21efe314 100644 --- a/core/Callbacks/TimerManager.php +++ b/core/Callbacks/TimerManager.php @@ -10,7 +10,7 @@ use ManiaControl\ManiaControl; * Class for managing Timed Callbacks * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class TimerManager implements UsageInformationAble { diff --git a/core/Callbacks/TrackManiaCallbacks.php b/core/Callbacks/TrackManiaCallbacks.php index 96b5839f..d7297f30 100644 --- a/core/Callbacks/TrackManiaCallbacks.php +++ b/core/Callbacks/TrackManiaCallbacks.php @@ -19,7 +19,7 @@ use ManiaControl\ManiaControl; * Class handling and parsing TrackMania Callbacks * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class TrackManiaCallbacks implements CallbackListener { diff --git a/core/Chat.php b/core/Chat.php index 08b3d045..706191b1 100644 --- a/core/Chat.php +++ b/core/Chat.php @@ -17,7 +17,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\UnknownPlayerException; * Chat Utility Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Chat implements CallbackListener, CommunicationListener, UsageInformationAble { diff --git a/core/Commands/CommandListener.php b/core/Commands/CommandListener.php index 7cdc0b89..8907e874 100644 --- a/core/Commands/CommandListener.php +++ b/core/Commands/CommandListener.php @@ -6,7 +6,7 @@ namespace ManiaControl\Commands; * Interface for Command Listeners * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ interface CommandListener { diff --git a/core/Commands/CommandManager.php b/core/Commands/CommandManager.php index f1d7fb78..5a1c0780 100644 --- a/core/Commands/CommandManager.php +++ b/core/Commands/CommandManager.php @@ -13,7 +13,7 @@ use ManiaControl\ManiaControl; * Class for handling Chat Commands * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CommandManager implements CallbackListener, UsageInformationAble { diff --git a/core/Commands/HelpManager.php b/core/Commands/HelpManager.php index 053e500b..bc8f01b4 100644 --- a/core/Commands/HelpManager.php +++ b/core/Commands/HelpManager.php @@ -19,7 +19,7 @@ use ManiaControl\Players\Player; * ManiaControl Help Manager Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class HelpManager implements CommandListener, CallbackListener, ManialinkPageAnswerListener { diff --git a/core/Communication/Communication.php b/core/Communication/Communication.php index a822dd88..ddd8b2e3 100644 --- a/core/Communication/Communication.php +++ b/core/Communication/Communication.php @@ -7,7 +7,7 @@ namespace ManiaControl\Communication; * to call @see \ManiaControl\Communication\CommunicationManager::createCommunication() * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Communication { diff --git a/core/Communication/CommunicationAnswer.php b/core/Communication/CommunicationAnswer.php index e868bb79..b5d00136 100644 --- a/core/Communication/CommunicationAnswer.php +++ b/core/Communication/CommunicationAnswer.php @@ -6,7 +6,7 @@ namespace ManiaControl\Communication; * Class for Answer of Communication Request * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CommunicationAnswer { diff --git a/core/Communication/CommunicationListener.php b/core/Communication/CommunicationListener.php index 6ed73d67..78678e74 100644 --- a/core/Communication/CommunicationListener.php +++ b/core/Communication/CommunicationListener.php @@ -6,7 +6,7 @@ namespace ManiaControl\Communication; * Interface for SocketListener * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ interface CommunicationListener { diff --git a/core/Communication/CommunicationManager.php b/core/Communication/CommunicationManager.php index 385c5b7e..b319b537 100644 --- a/core/Communication/CommunicationManager.php +++ b/core/Communication/CommunicationManager.php @@ -21,7 +21,7 @@ use React\Socket\Server; * Class for managing Socket Callbacks * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CommunicationManager implements CallbackListener, UsageInformationAble { diff --git a/core/Communication/CommunicationMethods.php b/core/Communication/CommunicationMethods.php index faa7cb08..ae8b9f40 100644 --- a/core/Communication/CommunicationMethods.php +++ b/core/Communication/CommunicationMethods.php @@ -6,7 +6,7 @@ namespace ManiaControl\Communication; * Communication Methods Interface * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ interface CommunicationMethods { diff --git a/core/Configurator/Configurator.php b/core/Configurator/Configurator.php index e5973b7e..3398e1a4 100644 --- a/core/Configurator/Configurator.php +++ b/core/Configurator/Configurator.php @@ -25,7 +25,7 @@ use ManiaControl\Server\VoteRatiosMenu; * Class managing ingame ManiaControl Configuration * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Configurator implements CallbackListener, CommandListener, ManialinkPageAnswerListener { diff --git a/core/Configurator/ConfiguratorMenu.php b/core/Configurator/ConfiguratorMenu.php index c2d1e4f7..aef75c8a 100644 --- a/core/Configurator/ConfiguratorMenu.php +++ b/core/Configurator/ConfiguratorMenu.php @@ -9,7 +9,7 @@ use ManiaControl\Players\Player; * Interface for Configurator Menus * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ interface ConfiguratorMenu { diff --git a/core/Configurator/ManiaControlSettings.php b/core/Configurator/ManiaControlSettings.php index 4d265bf1..55c914af 100644 --- a/core/Configurator/ManiaControlSettings.php +++ b/core/Configurator/ManiaControlSettings.php @@ -23,7 +23,7 @@ use ManiaControl\Settings\Setting; * Class offering a Configurator for ManiaControl Settings * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ManiaControlSettings implements ConfiguratorMenu, CallbackListener { diff --git a/core/Configurator/ScriptSettings.php b/core/Configurator/ScriptSettings.php index ded3739c..56c41713 100644 --- a/core/Configurator/ScriptSettings.php +++ b/core/Configurator/ScriptSettings.php @@ -27,7 +27,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException; * Class offering a Configurator for Script Settings * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ScriptSettings implements ConfiguratorMenu, CallbackListener, CommunicationListener { diff --git a/core/Database/Config.php b/core/Database/Config.php index 91a3d091..6a76bb52 100644 --- a/core/Database/Config.php +++ b/core/Database/Config.php @@ -6,7 +6,7 @@ namespace ManiaControl\Database; * Model Class holding the Database Config * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Config { diff --git a/core/Database/Database.php b/core/Database/Database.php index 205d107b..471594f9 100644 --- a/core/Database/Database.php +++ b/core/Database/Database.php @@ -10,7 +10,7 @@ use ManiaControl\ManiaControl; * Database Connection Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Database implements TimerListener { diff --git a/core/Database/MigrationHelper.php b/core/Database/MigrationHelper.php index 0120c26b..7f08ce4f 100644 --- a/core/Database/MigrationHelper.php +++ b/core/Database/MigrationHelper.php @@ -10,7 +10,7 @@ use ManiaControl\Utils\ClassUtil; * Database Migration Assistant * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class MigrationHelper { diff --git a/core/ErrorHandler.php b/core/ErrorHandler.php index bcb0d16e..0f455088 100644 --- a/core/ErrorHandler.php +++ b/core/ErrorHandler.php @@ -13,7 +13,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\TransportException; * Error and Exception Manager Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ErrorHandler { diff --git a/core/Files/AsyncHttpRequest.php b/core/Files/AsyncHttpRequest.php index ddc4847c..fc0f9885 100644 --- a/core/Files/AsyncHttpRequest.php +++ b/core/Files/AsyncHttpRequest.php @@ -12,7 +12,7 @@ use ManiaControl\ManiaControl; * Asynchronous Http Request Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class AsyncHttpRequest implements UsageInformationAble { diff --git a/core/Files/AsynchronousFileReader.php b/core/Files/AsynchronousFileReader.php index 058b4b16..39f4742a 100644 --- a/core/Files/AsynchronousFileReader.php +++ b/core/Files/AsynchronousFileReader.php @@ -12,7 +12,7 @@ use ManiaControl\ManiaControl; * Asynchronous File Reader * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class AsynchronousFileReader implements UsageInformationAble { diff --git a/core/Files/BackupUtil.php b/core/Files/BackupUtil.php index 172fd56f..08c67986 100644 --- a/core/Files/BackupUtil.php +++ b/core/Files/BackupUtil.php @@ -9,7 +9,7 @@ use ManiaControl\ManiaControl; * Backup Utility Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ abstract class BackupUtil { diff --git a/core/Files/FileUtil.php b/core/Files/FileUtil.php index 73f120a3..9d48b4a2 100644 --- a/core/Files/FileUtil.php +++ b/core/Files/FileUtil.php @@ -10,7 +10,7 @@ use ManiaControl\Utils\WebReader; * Files Utility Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ abstract class FileUtil { diff --git a/core/Logger.php b/core/Logger.php index aa608d79..1743efcc 100644 --- a/core/Logger.php +++ b/core/Logger.php @@ -11,7 +11,7 @@ use ManiaControl\Utils\Formatter; * ManiaControl Logger Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ abstract class Logger implements UsageInformationAble { diff --git a/core/ManiaControl.php b/core/ManiaControl.php index 7f02d18d..50214d87 100644 --- a/core/ManiaControl.php +++ b/core/ManiaControl.php @@ -43,7 +43,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\TransportException; * ManiaControl Server Controller for ManiaPlanet Server * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ManiaControl implements CallbackListener, CommandListener, TimerListener, CommunicationListener, UsageInformationAble { @@ -52,7 +52,7 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener, /* * Constants */ - const VERSION = '0.231'; + const VERSION = '0.232'; const API_VERSION = '2013-04-16'; const MIN_DEDIVERSION = '2017-05-03_21_00'; const SCRIPT_TIMEOUT = 40; diff --git a/core/ManiaExchange/MXMapInfo.php b/core/ManiaExchange/MXMapInfo.php index 8a704251..61d2c87a 100644 --- a/core/ManiaExchange/MXMapInfo.php +++ b/core/ManiaExchange/MXMapInfo.php @@ -9,7 +9,7 @@ use ManiaControl\Utils\Formatter; * * @author Xymph * @updated kremsy - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class MXMapInfo { diff --git a/core/ManiaExchange/ManiaExchangeList.php b/core/ManiaExchange/ManiaExchangeList.php index 3962d6ea..f93e2155 100644 --- a/core/ManiaExchange/ManiaExchangeList.php +++ b/core/ManiaExchange/ManiaExchangeList.php @@ -28,7 +28,7 @@ use ManiaControl\Utils\Formatter; * ManiaExchange List Widget Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ManiaExchangeList implements CallbackListener, ManialinkPageAnswerListener { diff --git a/core/ManiaExchange/ManiaExchangeManager.php b/core/ManiaExchange/ManiaExchangeManager.php index b009f22a..015b92ec 100644 --- a/core/ManiaExchange/ManiaExchangeManager.php +++ b/core/ManiaExchange/ManiaExchangeManager.php @@ -13,7 +13,7 @@ use ManiaControl\Maps\MapManager; * Mania Exchange Manager Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ManiaExchangeManager implements UsageInformationAble { diff --git a/core/ManiaExchange/ManiaExchangeMapSearch.php b/core/ManiaExchange/ManiaExchangeMapSearch.php index 7b4ea33f..9ec992a0 100644 --- a/core/ManiaExchange/ManiaExchangeMapSearch.php +++ b/core/ManiaExchange/ManiaExchangeMapSearch.php @@ -12,7 +12,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException; * Mania Exchange Map Searching Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ManiaExchangeMapSearch implements UsageInformationAble { diff --git a/core/Manialinks/CustomUIManager.php b/core/Manialinks/CustomUIManager.php index 67022002..a1c8e174 100644 --- a/core/Manialinks/CustomUIManager.php +++ b/core/Manialinks/CustomUIManager.php @@ -16,7 +16,7 @@ use ManiaControl\Players\PlayerManager; * Class managing the Custom UI in ManiaPlanet * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CustomUIManager implements CallbackListener, TimerListener, UsageInformationAble, CommandListener { diff --git a/core/Manialinks/IconManager.php b/core/Manialinks/IconManager.php index 114fde61..cb579416 100644 --- a/core/Manialinks/IconManager.php +++ b/core/Manialinks/IconManager.php @@ -17,7 +17,7 @@ use ManiaControl\Players\PlayerManager; * Class managing Icons * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class IconManager implements CallbackListener, UsageInformationAble { diff --git a/core/Manialinks/LabelLine.php b/core/Manialinks/LabelLine.php index b618fea8..3d031f74 100644 --- a/core/Manialinks/LabelLine.php +++ b/core/Manialinks/LabelLine.php @@ -12,7 +12,7 @@ use ManiaControl\General\UsageInformationTrait; * Class providing easy labels in a line * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class LabelLine implements UsageInformationAble { diff --git a/core/Manialinks/ManialinkManager.php b/core/Manialinks/ManialinkManager.php index 99832257..772293ea 100644 --- a/core/Manialinks/ManialinkManager.php +++ b/core/Manialinks/ManialinkManager.php @@ -21,7 +21,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\UnknownPlayerException; * Manialink Manager Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ManialinkManager implements ManialinkPageAnswerListener, CallbackListener, UsageInformationAble { diff --git a/core/Manialinks/ManialinkPageAnswerListener.php b/core/Manialinks/ManialinkPageAnswerListener.php index ad016ea1..b27cd808 100644 --- a/core/Manialinks/ManialinkPageAnswerListener.php +++ b/core/Manialinks/ManialinkPageAnswerListener.php @@ -6,7 +6,7 @@ namespace ManiaControl\Manialinks; * Interface for Manialink Page Answer Listeners * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ interface ManialinkPageAnswerListener { diff --git a/core/Manialinks/SidebarMenuEntryListener.php b/core/Manialinks/SidebarMenuEntryListener.php index 082e4269..b3609f9c 100644 --- a/core/Manialinks/SidebarMenuEntryListener.php +++ b/core/Manialinks/SidebarMenuEntryListener.php @@ -8,7 +8,7 @@ namespace ManiaControl\Manialinks; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ diff --git a/core/Manialinks/SidebarMenuManager.php b/core/Manialinks/SidebarMenuManager.php index 4b5cbba0..b989574d 100644 --- a/core/Manialinks/SidebarMenuManager.php +++ b/core/Manialinks/SidebarMenuManager.php @@ -13,7 +13,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class SidebarMenuManager implements UsageInformationAble, CallbackListener { diff --git a/core/Manialinks/StyleManager.php b/core/Manialinks/StyleManager.php index 84e9aba0..4fd4975b 100644 --- a/core/Manialinks/StyleManager.php +++ b/core/Manialinks/StyleManager.php @@ -23,7 +23,7 @@ use ManiaControl\ManiaControl; * Class managing default Control Styles * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class StyleManager implements UsageInformationAble { diff --git a/core/Maps/DirectoryBrowser.php b/core/Maps/DirectoryBrowser.php index a1c98b8e..a4d92f01 100644 --- a/core/Maps/DirectoryBrowser.php +++ b/core/Maps/DirectoryBrowser.php @@ -25,7 +25,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\InvalidMapException; * Maps Directory Browser * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class DirectoryBrowser implements ManialinkPageAnswerListener { diff --git a/core/Maps/Map.php b/core/Maps/Map.php index 0058ebf0..e0bf20bc 100644 --- a/core/Maps/Map.php +++ b/core/Maps/Map.php @@ -13,7 +13,7 @@ use ManiaControl\Utils\Formatter; * ManiaControl Map Model Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Map implements Dumpable, UsageInformationAble { diff --git a/core/Maps/MapActions.php b/core/Maps/MapActions.php index 53f70c65..90fcd75b 100644 --- a/core/Maps/MapActions.php +++ b/core/Maps/MapActions.php @@ -14,7 +14,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\ChangeInProgressException; * ManiaControl Map Actions Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class MapActions implements CommunicationListener, UsageInformationAble { diff --git a/core/Maps/MapCommands.php b/core/Maps/MapCommands.php index 98bf405b..43b0a779 100644 --- a/core/Maps/MapCommands.php +++ b/core/Maps/MapCommands.php @@ -21,7 +21,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\FaultException; * Class offering Commands to manage Maps * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class MapCommands implements CommandListener, ManialinkPageAnswerListener, CallbackListener { diff --git a/core/Maps/MapList.php b/core/Maps/MapList.php index 0a3368a2..2a888cae 100644 --- a/core/Maps/MapList.php +++ b/core/Maps/MapList.php @@ -36,7 +36,7 @@ use MCTeam\KarmaPlugin; * MapList Widget Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class MapList implements ManialinkPageAnswerListener, CallbackListener { diff --git a/core/Maps/MapManager.php b/core/Maps/MapManager.php index 3d97fb48..e24359a8 100644 --- a/core/Maps/MapManager.php +++ b/core/Maps/MapManager.php @@ -34,7 +34,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\UnavailableFeatureException; * ManiaControl Map Manager Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class MapManager implements CallbackListener, CommunicationListener, UsageInformationAble { diff --git a/core/Maps/MapQueue.php b/core/Maps/MapQueue.php index f96cbe62..49591ae9 100644 --- a/core/Maps/MapQueue.php +++ b/core/Maps/MapQueue.php @@ -19,7 +19,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\NotInListException; * ManiaControl Map Queue Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class MapQueue implements CallbackListener, CommandListener, UsageInformationAble { diff --git a/core/Players/Player.php b/core/Players/Player.php index a674ca3e..68e49e5e 100644 --- a/core/Players/Player.php +++ b/core/Players/Player.php @@ -16,7 +16,7 @@ use Maniaplanet\DedicatedServer\Structures\LadderStats; * Player Model Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Player implements Dumpable, UsageInformationAble { diff --git a/core/Players/PlayerActions.php b/core/Players/PlayerActions.php index 8eaecfa8..47b78b10 100644 --- a/core/Players/PlayerActions.php +++ b/core/Players/PlayerActions.php @@ -30,7 +30,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\UnknownPlayerException; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class PlayerActions implements EchoListener, CommunicationListener, UsageInformationAble { diff --git a/core/Players/PlayerCommands.php b/core/Players/PlayerCommands.php index ce8a35c5..73d02ace 100644 --- a/core/Players/PlayerCommands.php +++ b/core/Players/PlayerCommands.php @@ -17,7 +17,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\UnavailableFeatureException; * Class offering various Admin Commands related to Players * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class PlayerCommands implements CommandListener, ManialinkPageAnswerListener, CallbackListener { diff --git a/core/Players/PlayerDataManager.php b/core/Players/PlayerDataManager.php index fa3cb971..5a392c72 100644 --- a/core/Players/PlayerDataManager.php +++ b/core/Players/PlayerDataManager.php @@ -12,7 +12,7 @@ use ManiaControl\Utils\ClassUtil; * Player Data Manager * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class PlayerDataManager implements UsageInformationAble { diff --git a/core/Players/PlayerDetailed.php b/core/Players/PlayerDetailed.php index 4640f524..c96ea346 100644 --- a/core/Players/PlayerDetailed.php +++ b/core/Players/PlayerDetailed.php @@ -17,7 +17,7 @@ use ManiaControl\Utils\Formatter; * Player Detailed Page * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class PlayerDetailed { diff --git a/core/Players/PlayerList.php b/core/Players/PlayerList.php index 0a3bcdea..51f79b06 100644 --- a/core/Players/PlayerList.php +++ b/core/Players/PlayerList.php @@ -30,7 +30,7 @@ use MCTeam\CustomVotesPlugin; * PlayerList Widget Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class PlayerList implements ManialinkPageAnswerListener, CallbackListener, TimerListener { diff --git a/core/Players/PlayerManager.php b/core/Players/PlayerManager.php index 29e11e01..36f6df1d 100644 --- a/core/Players/PlayerManager.php +++ b/core/Players/PlayerManager.php @@ -24,7 +24,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\UnknownPlayerException; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class PlayerManager implements CallbackListener, TimerListener, CommunicationListener, UsageInformationAble { diff --git a/core/Plugins/InstallMenu.php b/core/Plugins/InstallMenu.php index 8f481439..a1a61090 100644 --- a/core/Plugins/InstallMenu.php +++ b/core/Plugins/InstallMenu.php @@ -21,7 +21,7 @@ use ManiaControl\Utils\WebReader; * Configurator for installing Plugins * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class InstallMenu implements ConfiguratorMenu, ManialinkPageAnswerListener { diff --git a/core/Plugins/Plugin.php b/core/Plugins/Plugin.php index 75fa69d4..6b406575 100644 --- a/core/Plugins/Plugin.php +++ b/core/Plugins/Plugin.php @@ -8,7 +8,7 @@ use ManiaControl\ManiaControl; * Interface for ManiaControl Plugins * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ interface Plugin { diff --git a/core/Plugins/PluginManager.php b/core/Plugins/PluginManager.php index f40fc9e1..64781429 100644 --- a/core/Plugins/PluginManager.php +++ b/core/Plugins/PluginManager.php @@ -21,7 +21,7 @@ use ReflectionClass; * Class managing Plugins * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class PluginManager { diff --git a/core/Plugins/PluginMenu.php b/core/Plugins/PluginMenu.php index abd4d445..b33d3414 100644 --- a/core/Plugins/PluginMenu.php +++ b/core/Plugins/PluginMenu.php @@ -29,7 +29,7 @@ use ManiaControl\Settings\Setting; * Configurator for enabling and disabling Plugins * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class PluginMenu implements CallbackListener, ConfiguratorMenu, ManialinkPageAnswerListener { diff --git a/core/Script/InvokeScriptCallback.php b/core/Script/InvokeScriptCallback.php index 51fb22ea..6ae76ced 100644 --- a/core/Script/InvokeScriptCallback.php +++ b/core/Script/InvokeScriptCallback.php @@ -12,7 +12,7 @@ use ManiaControl\General\UsageInformationTrait; * Class For Invoking Callbacks on Script Methods * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class InvokeScriptCallback implements CallbackListener, UsageInformationAble { diff --git a/core/Script/ModeScriptEventManager.php b/core/Script/ModeScriptEventManager.php index e4736c83..9ba8c7d4 100644 --- a/core/Script/ModeScriptEventManager.php +++ b/core/Script/ModeScriptEventManager.php @@ -17,7 +17,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException; * Manager for Mode Script Events * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ModeScriptEventManager implements UsageInformationAble { diff --git a/core/Script/ScriptManager.php b/core/Script/ScriptManager.php index 41540662..225f59c3 100644 --- a/core/Script/ScriptManager.php +++ b/core/Script/ScriptManager.php @@ -15,7 +15,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ScriptManager implements UsageInformationAble { diff --git a/core/Server/Commands.php b/core/Server/Commands.php index f6f185fa..e3ce5560 100644 --- a/core/Server/Commands.php +++ b/core/Server/Commands.php @@ -22,7 +22,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException; * Class offering various Commands related to the Dedicated Server * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Commands implements CallbackListener, CommandListener, ManialinkPageAnswerListener, TimerListener { diff --git a/core/Server/Config.php b/core/Server/Config.php index 7027f0c8..4df4e20f 100644 --- a/core/Server/Config.php +++ b/core/Server/Config.php @@ -6,7 +6,7 @@ namespace ManiaControl\Server; * Model Class holding the Server Config * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Config { diff --git a/core/Server/Directory.php b/core/Server/Directory.php index 424e920e..f451b221 100644 --- a/core/Server/Directory.php +++ b/core/Server/Directory.php @@ -13,7 +13,7 @@ use ManiaControl\ManiaControl; * Class offering Operations for the Server Directory * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Directory implements CallbackListener, UsageInformationAble { diff --git a/core/Server/RankingManager.php b/core/Server/RankingManager.php index 3a260d4c..044a9644 100644 --- a/core/Server/RankingManager.php +++ b/core/Server/RankingManager.php @@ -16,7 +16,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException; * * @deprecated * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class RankingManager implements CallbackListener, UsageInformationAble { diff --git a/core/Server/Server.php b/core/Server/Server.php index 536ff045..bfa8825d 100644 --- a/core/Server/Server.php +++ b/core/Server/Server.php @@ -18,7 +18,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\Exception; * Class providing access to the connected ManiaPlanet Server * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Server implements CallbackListener, CommandListener, UsageInformationAble { diff --git a/core/Server/ServerOptionsMenu.php b/core/Server/ServerOptionsMenu.php index 7c3e4d63..bbb653f7 100644 --- a/core/Server/ServerOptionsMenu.php +++ b/core/Server/ServerOptionsMenu.php @@ -28,7 +28,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\ServerOptionsException; * Class offering a Configurator Menu for Server Options * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ServerOptionsMenu implements CallbackListener, ConfiguratorMenu, TimerListener, CommunicationListener { diff --git a/core/Server/UsageReporter.php b/core/Server/UsageReporter.php index 772c794b..3d4b890b 100644 --- a/core/Server/UsageReporter.php +++ b/core/Server/UsageReporter.php @@ -13,7 +13,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException; * Class reporting ManiaControl Usage for the Server * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class UsageReporter implements TimerListener { diff --git a/core/Server/VoteRatiosMenu.php b/core/Server/VoteRatiosMenu.php index 213d52e7..5d64d947 100644 --- a/core/Server/VoteRatiosMenu.php +++ b/core/Server/VoteRatiosMenu.php @@ -18,7 +18,7 @@ use Maniaplanet\DedicatedServer\Structures\VoteRatio; * Class offering a Configurator Menu for Vote Ratios * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class VoteRatiosMenu implements CallbackListener, ConfiguratorMenu, TimerListener { diff --git a/core/Settings/Setting.php b/core/Settings/Setting.php index 894f6066..17df7032 100644 --- a/core/Settings/Setting.php +++ b/core/Settings/Setting.php @@ -10,7 +10,7 @@ use ManiaControl\Utils\ClassUtil; * ManiaControl Setting Model Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Setting implements UsageInformationAble { diff --git a/core/Settings/SettingManager.php b/core/Settings/SettingManager.php index 5ef44fa9..b91a9b9f 100644 --- a/core/Settings/SettingManager.php +++ b/core/Settings/SettingManager.php @@ -14,7 +14,7 @@ use ManiaControl\Utils\ClassUtil; * Class managing ManiaControl Settings and Configurations * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class SettingManager implements CallbackListener, UsageInformationAble { diff --git a/core/Statistics/SimpleStatsList.php b/core/Statistics/SimpleStatsList.php index 5b08ea20..d226ae28 100644 --- a/core/Statistics/SimpleStatsList.php +++ b/core/Statistics/SimpleStatsList.php @@ -28,7 +28,7 @@ use ManiaControl\Utils\Formatter; * Simple Stats List Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class SimpleStatsList implements ManialinkPageAnswerListener, CallbackListener, CommandListener { diff --git a/core/Statistics/StatisticCollector.php b/core/Statistics/StatisticCollector.php index 8677c208..6dfa2c99 100644 --- a/core/Statistics/StatisticCollector.php +++ b/core/Statistics/StatisticCollector.php @@ -22,7 +22,7 @@ use ManiaControl\Players\PlayerManager; * Statistic Collector Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class StatisticCollector implements CallbackListener { //TODO remove old callbacks later diff --git a/core/Statistics/StatisticManager.php b/core/Statistics/StatisticManager.php index fbe72bd0..97febeee 100644 --- a/core/Statistics/StatisticManager.php +++ b/core/Statistics/StatisticManager.php @@ -13,7 +13,7 @@ use ManiaControl\Players\PlayerManager; * * @api * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class StatisticManager implements UsageInformationAble { diff --git a/core/Update/PluginUpdateData.php b/core/Update/PluginUpdateData.php index f8e0b399..ea82882c 100644 --- a/core/Update/PluginUpdateData.php +++ b/core/Update/PluginUpdateData.php @@ -6,7 +6,7 @@ namespace ManiaControl\Update; * Plugin Update Data Model Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class PluginUpdateData { diff --git a/core/Update/PluginUpdateManager.php b/core/Update/PluginUpdateManager.php index 75220629..a9ba135b 100644 --- a/core/Update/PluginUpdateManager.php +++ b/core/Update/PluginUpdateManager.php @@ -22,7 +22,7 @@ use ManiaControl\Utils\WebReader; * Manager checking for ManiaControl Plugin Updates * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class PluginUpdateManager implements CallbackListener, CommandListener, TimerListener { diff --git a/core/Update/UpdateData.php b/core/Update/UpdateData.php index 5d57b494..14cf9922 100644 --- a/core/Update/UpdateData.php +++ b/core/Update/UpdateData.php @@ -6,7 +6,7 @@ namespace ManiaControl\Update; * ManiaControl Update Data Model Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class UpdateData { diff --git a/core/Update/UpdateManager.php b/core/Update/UpdateManager.php index 074a952e..09f1c785 100644 --- a/core/Update/UpdateManager.php +++ b/core/Update/UpdateManager.php @@ -21,7 +21,7 @@ use ManiaControl\Players\PlayerManager; * Manager checking for ManiaControl Core Updates * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class UpdateManager implements CallbackListener, CommandListener, TimerListener, CommunicationListener { diff --git a/core/Utils/ClassUtil.php b/core/Utils/ClassUtil.php index 4402ea6f..d9d4109a 100644 --- a/core/Utils/ClassUtil.php +++ b/core/Utils/ClassUtil.php @@ -6,7 +6,7 @@ namespace ManiaControl\Utils; * Utility Class offering Methods related to Classes * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ abstract class ClassUtil { diff --git a/core/Utils/ColorUtil.php b/core/Utils/ColorUtil.php index db970ae8..35f796d7 100644 --- a/core/Utils/ColorUtil.php +++ b/core/Utils/ColorUtil.php @@ -9,7 +9,7 @@ use ManiaControl\General\UsageInformationTrait; * Utility Class offering Methods to convert and use ManiaPlanet Colors * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ abstract class ColorUtil implements UsageInformationAble { diff --git a/core/Utils/CommandLineHelper.php b/core/Utils/CommandLineHelper.php index 69e9199a..5e719d36 100644 --- a/core/Utils/CommandLineHelper.php +++ b/core/Utils/CommandLineHelper.php @@ -9,7 +9,7 @@ use ManiaControl\General\UsageInformationTrait; * Command Line Helper Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CommandLineHelper implements UsageInformationAble { diff --git a/core/Utils/Formatter.php b/core/Utils/Formatter.php index 1275a0b6..a097be63 100644 --- a/core/Utils/Formatter.php +++ b/core/Utils/Formatter.php @@ -10,7 +10,7 @@ use ManiaControl\Logger; * Class offering Methods to format Texts and Values * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ abstract class Formatter implements UsageInformationAble { diff --git a/core/Utils/SystemUtil.php b/core/Utils/SystemUtil.php index ce69d686..8f5949c0 100644 --- a/core/Utils/SystemUtil.php +++ b/core/Utils/SystemUtil.php @@ -8,7 +8,7 @@ use ManiaControl\Logger; * System Utility Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class SystemUtil { diff --git a/core/Utils/WebReader.php b/core/Utils/WebReader.php index c840233c..be2f8306 100644 --- a/core/Utils/WebReader.php +++ b/core/Utils/WebReader.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * * @see \ManiaControl\Files\AsyncHttpRequest For Asynchron Requests * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ abstract class WebReader { diff --git a/plugins/MCTeam/ChatMessagePlugin.php b/plugins/MCTeam/ChatMessagePlugin.php index 3235b7ea..e490d0a1 100644 --- a/plugins/MCTeam/ChatMessagePlugin.php +++ b/plugins/MCTeam/ChatMessagePlugin.php @@ -14,7 +14,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\UnknownPlayerException; * ManiaControl Chat-Message Plugin * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ChatMessagePlugin implements CommandListener, Plugin { diff --git a/plugins/MCTeam/Common/RecordWidget.php b/plugins/MCTeam/Common/RecordWidget.php index 60736ff4..202152ee 100644 --- a/plugins/MCTeam/Common/RecordWidget.php +++ b/plugins/MCTeam/Common/RecordWidget.php @@ -14,7 +14,7 @@ use ManiaControl\Utils\Formatter; * ManiaControl Local Records Plugin * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class RecordWidget { diff --git a/plugins/MCTeam/CustomVotesPlugin.php b/plugins/MCTeam/CustomVotesPlugin.php index 246e1557..76dde281 100644 --- a/plugins/MCTeam/CustomVotesPlugin.php +++ b/plugins/MCTeam/CustomVotesPlugin.php @@ -44,7 +44,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException; * ManiaControl Custom-Votes Plugin * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CustomVotesPlugin implements SidebarMenuEntryListener, CommandListener, CallbackListener, ManialinkPageAnswerListener, TimerListener, Plugin { diff --git a/plugins/MCTeam/Dedimania/DedimaniaData.php b/plugins/MCTeam/Dedimania/DedimaniaData.php index 5f0c3155..fcdd50c9 100644 --- a/plugins/MCTeam/Dedimania/DedimaniaData.php +++ b/plugins/MCTeam/Dedimania/DedimaniaData.php @@ -10,7 +10,7 @@ use Maniaplanet\DedicatedServer\Structures\Version; * ManiaControl Dedimania Plugin Data Structure * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class DedimaniaData { diff --git a/plugins/MCTeam/Dedimania/DedimaniaPlayer.php b/plugins/MCTeam/Dedimania/DedimaniaPlayer.php index e7f069c6..8bf1736b 100644 --- a/plugins/MCTeam/Dedimania/DedimaniaPlayer.php +++ b/plugins/MCTeam/Dedimania/DedimaniaPlayer.php @@ -6,7 +6,7 @@ namespace MCTeam\Dedimania; * ManiaControl Dedimania Plugin Player Data Structure * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class DedimaniaPlayer { diff --git a/plugins/MCTeam/Dedimania/DedimaniaPlugin.php b/plugins/MCTeam/Dedimania/DedimaniaPlugin.php index e67ed2c4..2da7bea0 100644 --- a/plugins/MCTeam/Dedimania/DedimaniaPlugin.php +++ b/plugins/MCTeam/Dedimania/DedimaniaPlugin.php @@ -28,7 +28,7 @@ use MCTeam\Common\RecordWidget; * ManiaControl Dedimania Plugin * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class DedimaniaPlugin implements CallbackListener, CommandListener, TimerListener, Plugin { diff --git a/plugins/MCTeam/Dedimania/DedimaniaWebHandler.php b/plugins/MCTeam/Dedimania/DedimaniaWebHandler.php index d74f60e1..936dd373 100644 --- a/plugins/MCTeam/Dedimania/DedimaniaWebHandler.php +++ b/plugins/MCTeam/Dedimania/DedimaniaWebHandler.php @@ -13,7 +13,7 @@ use ManiaControl\Players\Player; * ManiaControl Dedimania Webhandler Class for Dedimania Plugin * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class DedimaniaWebHandler implements TimerListener { diff --git a/plugins/MCTeam/Dedimania/RecordData.php b/plugins/MCTeam/Dedimania/RecordData.php index 361e1682..d0c440a0 100644 --- a/plugins/MCTeam/Dedimania/RecordData.php +++ b/plugins/MCTeam/Dedimania/RecordData.php @@ -8,7 +8,7 @@ use ManiaControl\Utils\Formatter; * ManiaControl Dedimania Plugin Record Data Structure * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class RecordData { diff --git a/plugins/MCTeam/DonationPlugin.php b/plugins/MCTeam/DonationPlugin.php index 7f91588f..00e0f23d 100644 --- a/plugins/MCTeam/DonationPlugin.php +++ b/plugins/MCTeam/DonationPlugin.php @@ -29,7 +29,7 @@ use ManiaControl\Plugins\Plugin; * ManiaControl Donation Plugin * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class DonationPlugin implements CallbackListener, CommandListener, Plugin, SidebarMenuEntryListener { diff --git a/plugins/MCTeam/DynamicPointLimitPlugin.php b/plugins/MCTeam/DynamicPointLimitPlugin.php index 12427c8b..a621a907 100644 --- a/plugins/MCTeam/DynamicPointLimitPlugin.php +++ b/plugins/MCTeam/DynamicPointLimitPlugin.php @@ -17,7 +17,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException; * Dynamic Point Limit Plugin * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ // TODO: test setpointlimit command diff --git a/plugins/MCTeam/KarmaPlugin.php b/plugins/MCTeam/KarmaPlugin.php index 78b9bb16..df837a52 100644 --- a/plugins/MCTeam/KarmaPlugin.php +++ b/plugins/MCTeam/KarmaPlugin.php @@ -27,7 +27,7 @@ use ManiaControl\Utils\ColorUtil; * ManiaControl Karma Plugin * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class KarmaPlugin implements CallbackListener, TimerListener, Plugin { diff --git a/plugins/MCTeam/LocalRecordsPlugin.php b/plugins/MCTeam/LocalRecordsPlugin.php index 4485733d..f5d21367 100644 --- a/plugins/MCTeam/LocalRecordsPlugin.php +++ b/plugins/MCTeam/LocalRecordsPlugin.php @@ -33,7 +33,7 @@ use MCTeam\Common\RecordWidget; * ManiaControl Local Records Plugin * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class LocalRecordsPlugin implements ManialinkPageAnswerListener, CallbackListener, CommandListener, TimerListener, Plugin { diff --git a/plugins/MCTeam/ServerRankingPlugin.php b/plugins/MCTeam/ServerRankingPlugin.php index d086d940..acac85e5 100644 --- a/plugins/MCTeam/ServerRankingPlugin.php +++ b/plugins/MCTeam/ServerRankingPlugin.php @@ -22,7 +22,7 @@ use Maniaplanet\DedicatedServer\Structures\AbstractStructure; * ManiaControl ServerRanking Plugin * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ServerRankingPlugin implements Plugin, CallbackListener, CommandListener { diff --git a/plugins/MCTeam/TrackmaniaRoundsPlugin.php b/plugins/MCTeam/TrackmaniaRoundsPlugin.php index 26803a31..c5ee48e2 100644 --- a/plugins/MCTeam/TrackmaniaRoundsPlugin.php +++ b/plugins/MCTeam/TrackmaniaRoundsPlugin.php @@ -13,7 +13,7 @@ use ManiaControl\Plugins\Plugin; * ManiaControl Trackmania Rounds Plugin * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class TrackmaniaRoundsPlugin implements Plugin, CommandListener { diff --git a/plugins/MCTeam/WidgetPlugin.php b/plugins/MCTeam/WidgetPlugin.php index 47cba7f4..0d0f7200 100644 --- a/plugins/MCTeam/WidgetPlugin.php +++ b/plugins/MCTeam/WidgetPlugin.php @@ -27,7 +27,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\FaultException; * ManiaControl Widget Plugin * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2019 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class WidgetPlugin implements CallbackListener, TimerListener, Plugin {