diff --git a/ManiaControl.php b/ManiaControl.php index 84038644..3ba6598b 100644 --- a/ManiaControl.php +++ b/ManiaControl.php @@ -3,7 +3,7 @@ * ManiaControl Server Controller for ManiaPlanet Server * * @author ManiaControl Team - * @copyright 2014-2019 ManiaControl Team + * @copyright 2014-2020 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 5c5dd51b..5e984f4e 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-2019 ManiaControl Team + * @copyright 2014-2020 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 40701d95..9cf58f37 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-2019 ManiaControl Team + * @copyright 2014-2020 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 8ec6615d..1352f700 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-2019 ManiaControl Team + * @copyright 2014-2020 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 503ba54f..a69b35de 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-2019 ManiaControl Team + * @copyright 2014-2020 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 67f44f0a..bd52ce99 100644 --- a/core/AutoLoader.php +++ b/core/AutoLoader.php @@ -6,7 +6,7 @@ namespace ManiaControl; * ManiaControl AutoLoader * * @author ManiaControl Team - * @copyright 2014-2019 ManiaControl Team + * @copyright 2014-2020 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 ddc9210c..04f157a6 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-2019 ManiaControl Team + * @copyright 2014-2020 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 2b902963..f0090f1f 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-2019 ManiaControl Team + * @copyright 2014-2020 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 db617009..0c8e2a4c 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-2019 ManiaControl Team + * @copyright 2014-2020 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 0008f71f..34c74067 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-2019 ManiaControl Team + * @copyright 2014-2020 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 cd491609..d9ecb74f 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-2019 ManiaControl Team + * @copyright 2014-2020 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 ae53b77c..5bad9475 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-2019 ManiaControl Team + * @copyright 2014-2020 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 aa10afc5..25cac830 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-2019 ManiaControl Team + * @copyright 2014-2020 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 1bf48b4a..5c9577f3 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-2019 ManiaControl Team + * @copyright 2014-2020 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 dddb739e..20868cf8 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-2019 ManiaControl Team + * @copyright 2014-2020 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 ec7abc9c..7424b23d 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-2019 ManiaControl Team + * @copyright 2014-2020 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 847cdc6c..b705d25b 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-2019 ManiaControl Team + * @copyright 2014-2020 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 a4a70367..73c26190 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-2019 ManiaControl Team + * @copyright 2014-2020 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 5ed30e22..23b98e53 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-2019 ManiaControl Team + * @copyright 2014-2020 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 eac94a33..96146e02 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-2019 ManiaControl Team + * @copyright 2014-2020 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 85fbed11..6a0e1c79 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-2019 ManiaControl Team + * @copyright 2014-2020 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 2ce480d9..a988ab25 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-2019 ManiaControl Team + * @copyright 2014-2020 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 19dbfa38..8e7a7dc7 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-2019 ManiaControl Team + * @copyright 2014-2020 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 31d938fb..43af696a 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-2019 ManiaControl Team + * @copyright 2014-2020 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 5f597271..ccb7b417 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-2019 ManiaControl Team + * @copyright 2014-2020 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 22469fd7..fddd64bb 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-2019 ManiaControl Team + * @copyright 2014-2020 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 37c2758d..17a2b493 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-2019 ManiaControl Team + * @copyright 2014-2020 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 4a7b6797..caa059aa 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-2019 ManiaControl Team + * @copyright 2014-2020 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 1f0ee7e1..ddf37ab3 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-2019 ManiaControl Team + * @copyright 2014-2020 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 bfe1218a..04e44516 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-2019 ManiaControl Team + * @copyright 2014-2020 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 369dc445..ed3ca406 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-2019 ManiaControl Team + * @copyright 2014-2020 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 cd165da2..10eb0c4b 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-2019 ManiaControl Team + * @copyright 2014-2020 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 2956ef95..b9ea73ae 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-2019 ManiaControl Team + * @copyright 2014-2020 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 2a584917..b9300082 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-2019 ManiaControl Team + * @copyright 2014-2020 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 f5a17391..063b00dd 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-2019 ManiaControl Team + * @copyright 2014-2020 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 0f247d51..45bdd047 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-2019 ManiaControl Team + * @copyright 2014-2020 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 c2815bc5..55a52f4a 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-2019 ManiaControl Team + * @copyright 2014-2020 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 d58d9a13..d792e95a 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-2019 ManiaControl Team + * @copyright 2014-2020 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 e7fb1cdd..1f0e9054 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-2019 ManiaControl Team + * @copyright 2014-2020 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 2f0c1ddd..5eca603f 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-2019 ManiaControl Team + * @copyright 2014-2020 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 2e891359..90d42fb7 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-2019 ManiaControl Team + * @copyright 2014-2020 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 5767169c..d6f5b0e1 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-2019 ManiaControl Team + * @copyright 2014-2020 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 5b9d0bf2..25889988 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-2019 ManiaControl Team + * @copyright 2014-2020 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 eaa413cd..c98e1812 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-2019 ManiaControl Team + * @copyright 2014-2020 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 b587ead3..76656160 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-2019 ManiaControl Team + * @copyright 2014-2020 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 2b1b8046..46d5be7e 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-2019 ManiaControl Team + * @copyright 2014-2020 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 e51f0e00..5edf4228 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-2019 ManiaControl Team + * @copyright 2014-2020 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 ce8bcbe3..3bded828 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-2019 ManiaControl Team + * @copyright 2014-2020 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 ff0a3581..42175a30 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-2019 ManiaControl Team + * @copyright 2014-2020 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 2718cd36..f8b70c6b 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-2019 ManiaControl Team + * @copyright 2014-2020 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 f4a7fc93..5be3a788 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-2019 ManiaControl Team + * @copyright 2014-2020 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 0b88e124..e5896891 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-2019 ManiaControl Team + * @copyright 2014-2020 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 ea3fc2b6..938df249 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-2019 ManiaControl Team + * @copyright 2014-2020 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 0f305c10..92251f51 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-2019 ManiaControl Team + * @copyright 2014-2020 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 a72d02ef..e0f2147f 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-2019 ManiaControl Team + * @copyright 2014-2020 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 49694278..c5721a8f 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-2019 ManiaControl Team + * @copyright 2014-2020 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 d5bae166..a94cc2f0 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-2019 ManiaControl Team + * @copyright 2014-2020 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 534176db..c5e089e4 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-2019 ManiaControl Team + * @copyright 2014-2020 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 255c8b7d..13fc0805 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-2019 ManiaControl Team + * @copyright 2014-2020 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 aaad3e31..a29cf13c 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-2019 ManiaControl Team + * @copyright 2014-2020 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 1f5f6181..0d515726 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-2019 ManiaControl Team + * @copyright 2014-2020 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 3531bf06..fa01d236 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-2019 ManiaControl Team + * @copyright 2014-2020 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 5ab53427..c1aaaa24 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-2019 ManiaControl Team + * @copyright 2014-2020 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 a8417074..ec4d8a1c 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-2019 ManiaControl Team + * @copyright 2014-2020 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 b18f9955..04f20b0a 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-2019 ManiaControl Team + * @copyright 2014-2020 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 87e084b8..f0a633fa 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-2019 ManiaControl Team + * @copyright 2014-2020 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 20f47fdf..67ea3ca9 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-2019 ManiaControl Team + * @copyright 2014-2020 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 38081424..b9250efb 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-2019 ManiaControl Team + * @copyright 2014-2020 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 e47fb31c..76b71db8 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-2019 ManiaControl Team + * @copyright 2014-2020 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 3e15362c..66e27aa8 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-2019 ManiaControl Team + * @copyright 2014-2020 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 fe2ba1be..7d76b129 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-2019 ManiaControl Team + * @copyright 2014-2020 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 5d96aa64..a15fd7ed 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-2019 ManiaControl Team + * @copyright 2014-2020 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 df1f246c..6a819182 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-2019 ManiaControl Team + * @copyright 2014-2020 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 09ca3bd6..79e8d0d1 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-2019 ManiaControl Team + * @copyright 2014-2020 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 235c9feb..f59154e1 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-2019 ManiaControl Team + * @copyright 2014-2020 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 882fa21f..a946a8fa 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-2019 ManiaControl Team + * @copyright 2014-2020 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 d371360e..3ee79921 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-2019 ManiaControl Team + * @copyright 2014-2020 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 a367078f..07452171 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-2019 ManiaControl Team + * @copyright 2014-2020 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 d44fd3a4..d26cc9a8 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-2019 ManiaControl Team + * @copyright 2014-2020 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 c0e5759d..6481c6e3 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-2019 ManiaControl Team + * @copyright 2014-2020 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 a0eb2b09..c95ddbf9 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-2019 ManiaControl Team + * @copyright 2014-2020 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 cebc1655..b1e72c23 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-2019 ManiaControl Team + * @copyright 2014-2020 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 13ae8018..59ce2864 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-2019 ManiaControl Team + * @copyright 2014-2020 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 a236e63f..5c8e5bb7 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-2019 ManiaControl Team + * @copyright 2014-2020 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 7a34647b..a723e14c 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-2019 ManiaControl Team + * @copyright 2014-2020 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 21efe314..1eefdc9d 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-2019 ManiaControl Team + * @copyright 2014-2020 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 d7297f30..3e81b997 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-2019 ManiaControl Team + * @copyright 2014-2020 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 706191b1..209fb9c3 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-2019 ManiaControl Team + * @copyright 2014-2020 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 8907e874..c8fd5245 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-2019 ManiaControl Team + * @copyright 2014-2020 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 5a1c0780..93363ec9 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-2019 ManiaControl Team + * @copyright 2014-2020 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 bc8f01b4..4706f542 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-2019 ManiaControl Team + * @copyright 2014-2020 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 ddd8b2e3..aa6620f7 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-2019 ManiaControl Team + * @copyright 2014-2020 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 b5d00136..b39f14b2 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-2019 ManiaControl Team + * @copyright 2014-2020 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 78678e74..dda7852f 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-2019 ManiaControl Team + * @copyright 2014-2020 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 b319b537..2362d740 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-2019 ManiaControl Team + * @copyright 2014-2020 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 ae8b9f40..8f47de38 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-2019 ManiaControl Team + * @copyright 2014-2020 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 ddb31932..cf437f8a 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-2019 ManiaControl Team + * @copyright 2014-2020 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 aef75c8a..19777b15 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-2019 ManiaControl Team + * @copyright 2014-2020 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 55c914af..1ba57175 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-2019 ManiaControl Team + * @copyright 2014-2020 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 56c41713..45e936ae 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-2019 ManiaControl Team + * @copyright 2014-2020 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 6a76bb52..16a3a895 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-2019 ManiaControl Team + * @copyright 2014-2020 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 471594f9..0cebe7cf 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-2019 ManiaControl Team + * @copyright 2014-2020 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 7f08ce4f..92910ea9 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-2019 ManiaControl Team + * @copyright 2014-2020 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 0f455088..88edd08c 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-2019 ManiaControl Team + * @copyright 2014-2020 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 fc0f9885..92623040 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-2019 ManiaControl Team + * @copyright 2014-2020 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 39f4742a..57a864d9 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-2019 ManiaControl Team + * @copyright 2014-2020 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 08c67986..02c940f1 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-2019 ManiaControl Team + * @copyright 2014-2020 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 ca079e11..b4791873 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-2019 ManiaControl Team + * @copyright 2014-2020 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 1743efcc..4f47ef40 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-2019 ManiaControl Team + * @copyright 2014-2020 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 50214d87..382f177e 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-2019 ManiaControl Team + * @copyright 2014-2020 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ManiaControl implements CallbackListener, CommandListener, TimerListener, CommunicationListener, UsageInformationAble { diff --git a/core/ManiaExchange/MXMapInfo.php b/core/ManiaExchange/MXMapInfo.php index 61d2c87a..ed9c6a2f 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-2019 ManiaControl Team + * @copyright 2014-2020 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 f93e2155..d6e0723e 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-2019 ManiaControl Team + * @copyright 2014-2020 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 015b92ec..06988e97 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-2019 ManiaControl Team + * @copyright 2014-2020 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 9ec992a0..5dc61c50 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-2019 ManiaControl Team + * @copyright 2014-2020 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 a1c8e174..4eff5ccb 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-2019 ManiaControl Team + * @copyright 2014-2020 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 cb579416..e2bfb029 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-2019 ManiaControl Team + * @copyright 2014-2020 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 3d031f74..d65db25f 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-2019 ManiaControl Team + * @copyright 2014-2020 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 772293ea..03b1a5b4 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-2019 ManiaControl Team + * @copyright 2014-2020 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 b27cd808..7039e532 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-2019 ManiaControl Team + * @copyright 2014-2020 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 b3609f9c..999451d8 100644 --- a/core/Manialinks/SidebarMenuEntryListener.php +++ b/core/Manialinks/SidebarMenuEntryListener.php @@ -8,7 +8,7 @@ namespace ManiaControl\Manialinks; * * @api * @author ManiaControl Team - * @copyright 2014-2019 ManiaControl Team + * @copyright 2014-2020 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 b989574d..36b2bf55 100644 --- a/core/Manialinks/SidebarMenuManager.php +++ b/core/Manialinks/SidebarMenuManager.php @@ -13,7 +13,7 @@ use ManiaControl\ManiaControl; * * @api * @author ManiaControl Team - * @copyright 2014-2019 ManiaControl Team + * @copyright 2014-2020 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 4fd4975b..0d98d21b 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-2019 ManiaControl Team + * @copyright 2014-2020 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 a4d92f01..ac3859ac 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-2019 ManiaControl Team + * @copyright 2014-2020 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 e0bf20bc..6c0d0ddd 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-2019 ManiaControl Team + * @copyright 2014-2020 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 90fcd75b..da96a7b7 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-2019 ManiaControl Team + * @copyright 2014-2020 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 43b0a779..0550c636 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-2019 ManiaControl Team + * @copyright 2014-2020 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 2a888cae..ce1669a2 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-2019 ManiaControl Team + * @copyright 2014-2020 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 e24359a8..551f1f75 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-2019 ManiaControl Team + * @copyright 2014-2020 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 49591ae9..d0cdff7d 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-2019 ManiaControl Team + * @copyright 2014-2020 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 68e49e5e..3df19746 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-2019 ManiaControl Team + * @copyright 2014-2020 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 47b78b10..f0038036 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-2019 ManiaControl Team + * @copyright 2014-2020 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 73d02ace..1e5ec9da 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-2019 ManiaControl Team + * @copyright 2014-2020 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 5a392c72..32d3e104 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-2019 ManiaControl Team + * @copyright 2014-2020 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 c96ea346..bf50bd06 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-2019 ManiaControl Team + * @copyright 2014-2020 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 51f79b06..33225cfa 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-2019 ManiaControl Team + * @copyright 2014-2020 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 36f6df1d..476174eb 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-2019 ManiaControl Team + * @copyright 2014-2020 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 a1a61090..0be42d8e 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-2019 ManiaControl Team + * @copyright 2014-2020 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 6b406575..63ff2686 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-2019 ManiaControl Team + * @copyright 2014-2020 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 64781429..10c93f49 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-2019 ManiaControl Team + * @copyright 2014-2020 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 b33d3414..e4ea5d7f 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-2019 ManiaControl Team + * @copyright 2014-2020 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 6ae76ced..5a5f4bd6 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-2019 ManiaControl Team + * @copyright 2014-2020 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 9ba8c7d4..489fbc88 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-2019 ManiaControl Team + * @copyright 2014-2020 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 225f59c3..7a246f17 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-2019 ManiaControl Team + * @copyright 2014-2020 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 e3ce5560..6595bef8 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-2019 ManiaControl Team + * @copyright 2014-2020 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 4df4e20f..f7ea5d7f 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-2019 ManiaControl Team + * @copyright 2014-2020 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 f451b221..a248a471 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-2019 ManiaControl Team + * @copyright 2014-2020 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 044a9644..33cb440b 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-2019 ManiaControl Team + * @copyright 2014-2020 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 bfa8825d..556521e1 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-2019 ManiaControl Team + * @copyright 2014-2020 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 bbb653f7..e35f6be2 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-2019 ManiaControl Team + * @copyright 2014-2020 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 3d4b890b..f19d4ad8 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-2019 ManiaControl Team + * @copyright 2014-2020 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 5d64d947..f3587dbb 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-2019 ManiaControl Team + * @copyright 2014-2020 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 17df7032..29627f5d 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-2019 ManiaControl Team + * @copyright 2014-2020 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 b91a9b9f..bde44b34 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-2019 ManiaControl Team + * @copyright 2014-2020 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 d226ae28..30166b30 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-2019 ManiaControl Team + * @copyright 2014-2020 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 6dfa2c99..f465f7e9 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-2019 ManiaControl Team + * @copyright 2014-2020 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 ecb5d616..218fca47 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-2019 ManiaControl Team + * @copyright 2014-2020 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 ea82882c..7b1ef72d 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-2019 ManiaControl Team + * @copyright 2014-2020 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 a9ba135b..f9823677 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-2019 ManiaControl Team + * @copyright 2014-2020 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 14cf9922..f166c0e3 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-2019 ManiaControl Team + * @copyright 2014-2020 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 09f1c785..79e5ed6e 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-2019 ManiaControl Team + * @copyright 2014-2020 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 d9d4109a..05b8e3b7 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-2019 ManiaControl Team + * @copyright 2014-2020 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 35f796d7..25d0bb79 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-2019 ManiaControl Team + * @copyright 2014-2020 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 5e719d36..a04ce15f 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-2019 ManiaControl Team + * @copyright 2014-2020 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 a097be63..7df8937c 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-2019 ManiaControl Team + * @copyright 2014-2020 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 8f5949c0..d647eff2 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-2019 ManiaControl Team + * @copyright 2014-2020 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 be2f8306..1b73de2f 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-2019 ManiaControl Team + * @copyright 2014-2020 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ abstract class WebReader { diff --git a/phpunittests/core/LoggerTest.php b/phpunittests/core/LoggerTest.php index f3643b46..bf325c6f 100644 --- a/phpunittests/core/LoggerTest.php +++ b/phpunittests/core/LoggerTest.php @@ -6,7 +6,7 @@ use ManiaControl\Logger; * PHP Unit Test for Logger Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2020 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class LoggerTest extends PHPUnit_Framework_TestCase { diff --git a/phpunittests/core/ManiaControlTest.php b/phpunittests/core/ManiaControlTest.php index e9957ec8..e0e57508 100644 --- a/phpunittests/core/ManiaControlTest.php +++ b/phpunittests/core/ManiaControlTest.php @@ -6,7 +6,7 @@ use ManiaControl\ManiaControl; * PHP Unit Test for Mania Control Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2020 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ManiaControlTest extends PHPUnit_Framework_TestCase { diff --git a/phpunittests/core/Manialinks/CustomUIManagerTest.php b/phpunittests/core/Manialinks/CustomUIManagerTest.php index 002ef4db..241d28ee 100644 --- a/phpunittests/core/Manialinks/CustomUIManagerTest.php +++ b/phpunittests/core/Manialinks/CustomUIManagerTest.php @@ -6,7 +6,7 @@ use ManiaControl\ManiaControl; * PHP Unit Test for Custom UI Manager * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2020 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CustomUIManagerTest extends PHPUnit_Framework_TestCase { diff --git a/phpunittests/core/Manialinks/LabelLineTest.php b/phpunittests/core/Manialinks/LabelLineTest.php index 6d90b221..992326bc 100644 --- a/phpunittests/core/Manialinks/LabelLineTest.php +++ b/phpunittests/core/Manialinks/LabelLineTest.php @@ -8,7 +8,7 @@ use ManiaControl\Manialinks\LabelLine; * PHP Unit Test for Label Line Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2020 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class LabelLineTest extends PHPUnit_Framework_TestCase { diff --git a/phpunittests/core/Script/ModeScriptEventManagerTest.php b/phpunittests/core/Script/ModeScriptEventManagerTest.php index 4695196f..f0c90b62 100644 --- a/phpunittests/core/Script/ModeScriptEventManagerTest.php +++ b/phpunittests/core/Script/ModeScriptEventManagerTest.php @@ -17,7 +17,7 @@ use ManiaControl\Script\ModeScriptEventManager; * PHP Unit Test for Mode Script Event Manager Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2020 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ModeScriptEventManagerTest extends \PHPUnit_Framework_TestCase { diff --git a/phpunittests/core/Update/PluginUpdateManagerTest.php b/phpunittests/core/Update/PluginUpdateManagerTest.php index 9c465702..8d53becd 100644 --- a/phpunittests/core/Update/PluginUpdateManagerTest.php +++ b/phpunittests/core/Update/PluginUpdateManagerTest.php @@ -9,7 +9,7 @@ use ManiaControl\Utils\WebReader; * PHP Unit Test for Plugin Update Manager Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2020 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class PluginUpdateManagerTest extends \PHPUnit_Framework_TestCase { diff --git a/phpunittests/core/Update/UpdateManagerTest.php b/phpunittests/core/Update/UpdateManagerTest.php index 864a4794..0f53bbdd 100644 --- a/phpunittests/core/Update/UpdateManagerTest.php +++ b/phpunittests/core/Update/UpdateManagerTest.php @@ -11,7 +11,7 @@ use ManiaControl\Update\UpdateManager; * PHP Unit Test for Update Manager Class * * @author ManiaControl Team - * @copyright 2014-2018 ManiaControl Team + * @copyright 2014-2020 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ final class UpdateManagerTest extends \PHPUnit_Framework_TestCase { diff --git a/plugins/MCTeam/ChatMessagePlugin.php b/plugins/MCTeam/ChatMessagePlugin.php index e490d0a1..70ce2a9c 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-2019 ManiaControl Team + * @copyright 2014-2020 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 b331360d..2078c754 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-2020 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 76dde281..4ff6f0ee 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-2019 ManiaControl Team + * @copyright 2014-2020 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 fcdd50c9..62533c9e 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-2019 ManiaControl Team + * @copyright 2014-2020 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 8bf1736b..52f85931 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-2019 ManiaControl Team + * @copyright 2014-2020 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 2da7bea0..94f84aa7 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-2019 ManiaControl Team + * @copyright 2014-2020 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 936dd373..45a1dce7 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-2019 ManiaControl Team + * @copyright 2014-2020 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 d0c440a0..7ac3c730 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-2019 ManiaControl Team + * @copyright 2014-2020 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 00e0f23d..1587e7af 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-2019 ManiaControl Team + * @copyright 2014-2020 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 a621a907..a1d8ad67 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-2019 ManiaControl Team + * @copyright 2014-2020 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 df837a52..c3df7883 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-2019 ManiaControl Team + * @copyright 2014-2020 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/ServerRankingPlugin.php b/plugins/MCTeam/ServerRankingPlugin.php index acac85e5..bcdad75a 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-2019 ManiaControl Team + * @copyright 2014-2020 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 84d97040..1fccf8b6 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-2019 ManiaControl Team + * @copyright 2014-2020 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 0d0f7200..bd8f4189 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-2019 ManiaControl Team + * @copyright 2014-2020 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class WidgetPlugin implements CallbackListener, TimerListener, Plugin {