diff --git a/ManiaControl.php b/ManiaControl.php index 52aca804..2fbfe8ae 100644 --- a/ManiaControl.php +++ b/ManiaControl.php @@ -3,7 +3,7 @@ * ManiaControl Server Controller for ManiaPlanet Server * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 6b50b347..1aaca7ac 100644 --- a/core/Admin/ActionsMenu.php +++ b/core/Admin/ActionsMenu.php @@ -19,7 +19,7 @@ use ManiaControl\Players\PlayerManager; * Class managing Actions Menus * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ActionsMenu implements CallbackListener, ManialinkPageAnswerListener { diff --git a/core/Admin/AdminLists.php b/core/Admin/AdminLists.php index 4cc820b5..dff133f2 100644 --- a/core/Admin/AdminLists.php +++ b/core/Admin/AdminLists.php @@ -21,7 +21,7 @@ use ManiaControl\Players\Player; * Widget Class listing Authorized Players * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class AdminLists implements ManialinkPageAnswerListener, CallbackListener { diff --git a/core/Admin/AuthCommands.php b/core/Admin/AuthCommands.php index 457dbcb5..caa9354c 100644 --- a/core/Admin/AuthCommands.php +++ b/core/Admin/AuthCommands.php @@ -10,7 +10,7 @@ use ManiaControl\Players\Player; * Class offering Commands to grant Authorizations to Players * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class AuthCommands implements CommandListener { diff --git a/core/Admin/AuthenticationManager.php b/core/Admin/AuthenticationManager.php index cea12ea4..8b7094c5 100644 --- a/core/Admin/AuthenticationManager.php +++ b/core/Admin/AuthenticationManager.php @@ -18,7 +18,7 @@ use ManiaControl\Settings\Setting; * Class managing Authentication Levels * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class AuthenticationManager implements CallbackListener, EchoListener, CommunicationListener { diff --git a/core/AutoLoader.php b/core/AutoLoader.php index fb0c032a..42dabc8b 100644 --- a/core/AutoLoader.php +++ b/core/AutoLoader.php @@ -6,7 +6,7 @@ namespace ManiaControl; * ManiaControl AutoLoader * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 b5678024..6113acaf 100644 --- a/core/Bills/BillManager.php +++ b/core/Bills/BillManager.php @@ -13,7 +13,7 @@ use Maniaplanet\DedicatedServer\Structures\Bill; * ManiaControl Bill Manager Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class BillManager implements CallbackListener { diff --git a/core/Callbacks/CallbackListener.php b/core/Callbacks/CallbackListener.php index 9efecd1a..3b9e4419 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-2016 ManiaControl Team + * @copyright 2014-2017 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 e7b0c263..3e3fcf6a 100644 --- a/core/Callbacks/CallbackManager.php +++ b/core/Callbacks/CallbackManager.php @@ -9,7 +9,7 @@ use ManiaControl\ManiaControl; * Class for managing Server and ManiaControl Callbacks * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CallbackManager { diff --git a/core/Callbacks/Callbacks.php b/core/Callbacks/Callbacks.php index f3de3ebb..cb9d76c0 100644 --- a/core/Callbacks/Callbacks.php +++ b/core/Callbacks/Callbacks.php @@ -8,7 +8,7 @@ namespace ManiaControl\Callbacks; * Callbacks Interface * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 a636fecb..f2584949 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-2016 ManiaControl Team + * @copyright 2014-2017 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 ff61ca60..faa2e716 100644 --- a/core/Callbacks/EchoManager.php +++ b/core/Callbacks/EchoManager.php @@ -9,7 +9,7 @@ use ManiaControl\ManiaControl; * Class for managing Echo Callbacks * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class EchoManager implements CallbackListener, EchoListener { diff --git a/core/Callbacks/LibXmlRpcCallbacks.php b/core/Callbacks/LibXmlRpcCallbacks.php index 0c495548..7e4008c9 100644 --- a/core/Callbacks/LibXmlRpcCallbacks.php +++ b/core/Callbacks/LibXmlRpcCallbacks.php @@ -12,7 +12,7 @@ use ManiaControl\ManiaControl; * Class converting LibXmlRpc Callbacks * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 e8c50205..ab56e5ff 100644 --- a/core/Callbacks/Listening.php +++ b/core/Callbacks/Listening.php @@ -6,7 +6,7 @@ namespace ManiaControl\Callbacks; * Model Class for a Basic Listening * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Listening { diff --git a/core/Callbacks/Models/BaseCallback.php b/core/Callbacks/Models/BaseCallback.php index 82cffca3..d5ca4b94 100644 --- a/core/Callbacks/Models/BaseCallback.php +++ b/core/Callbacks/Models/BaseCallback.php @@ -8,7 +8,7 @@ use ManiaControl\Players\Player; * Base Model Class for Callbacks * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ abstract class BaseCallback { diff --git a/core/Callbacks/Models/RecordCallback.php b/core/Callbacks/Models/RecordCallback.php index 48a30b11..371489b2 100644 --- a/core/Callbacks/Models/RecordCallback.php +++ b/core/Callbacks/Models/RecordCallback.php @@ -6,7 +6,7 @@ namespace ManiaControl\Callbacks\Models; * Base Model Class for Callbacks * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class RecordCallback extends BaseCallback { diff --git a/core/Callbacks/ShootManiaCallbacks.php b/core/Callbacks/ShootManiaCallbacks.php index 4b92d3e2..8d394975 100644 --- a/core/Callbacks/ShootManiaCallbacks.php +++ b/core/Callbacks/ShootManiaCallbacks.php @@ -10,7 +10,7 @@ use ManiaControl\ManiaControl; * Class handling and parsing ShootMania Callbacks * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ShootManiaCallbacks implements CallbackListener { diff --git a/core/Callbacks/Structures/ArmorEmptyStructure.php b/core/Callbacks/Structures/ArmorEmptyStructure.php index 840c27eb..6f765f71 100644 --- a/core/Callbacks/Structures/ArmorEmptyStructure.php +++ b/core/Callbacks/Structures/ArmorEmptyStructure.php @@ -8,7 +8,7 @@ use ManiaControl\Players\Player; * Structure Class for the ArmorEmpty Callback * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ArmorEmptyStructure { diff --git a/core/Callbacks/Structures/CaptureStructure.php b/core/Callbacks/Structures/CaptureStructure.php index e65d2a14..ddfd5c91 100644 --- a/core/Callbacks/Structures/CaptureStructure.php +++ b/core/Callbacks/Structures/CaptureStructure.php @@ -9,7 +9,7 @@ use ManiaControl\Players\Player; * Structure Class for the Capture Callback * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CaptureStructure { diff --git a/core/Callbacks/Structures/EliteBeginTurnStructure.php b/core/Callbacks/Structures/EliteBeginTurnStructure.php index 97e82949..b0eb64d0 100644 --- a/core/Callbacks/Structures/EliteBeginTurnStructure.php +++ b/core/Callbacks/Structures/EliteBeginTurnStructure.php @@ -9,7 +9,7 @@ use ManiaControl\Players\Player; * Structure Class for the EliteBeginTurn Callback * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class EliteBeginTurnStructure { diff --git a/core/Callbacks/Structures/NearMissStructure.php b/core/Callbacks/Structures/NearMissStructure.php index 2f082bce..dea9201d 100644 --- a/core/Callbacks/Structures/NearMissStructure.php +++ b/core/Callbacks/Structures/NearMissStructure.php @@ -9,7 +9,7 @@ use ManiaControl\Players\Player; * Structure Class for the NearMiss Callback * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class NearMissStructure { diff --git a/core/Callbacks/Structures/PlayerHitStructure.php b/core/Callbacks/Structures/PlayerHitStructure.php index f4825def..4d89c6bc 100644 --- a/core/Callbacks/Structures/PlayerHitStructure.php +++ b/core/Callbacks/Structures/PlayerHitStructure.php @@ -9,7 +9,7 @@ use ManiaControl\Players\Player; * Structure Class for the Player Hit Callback * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class PlayerHitStructure { diff --git a/core/Callbacks/Structures/VictoryTypes.php b/core/Callbacks/Structures/VictoryTypes.php index cea363b6..cb1a00fd 100644 --- a/core/Callbacks/Structures/VictoryTypes.php +++ b/core/Callbacks/Structures/VictoryTypes.php @@ -6,7 +6,7 @@ namespace ManiaControl\Callbacks\Structures; * VictoryTypes Interface (only available in Elite atm) * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ interface VictoryTypes { diff --git a/core/Callbacks/Structures/Weapons.php b/core/Callbacks/Structures/Weapons.php index 91947ea4..fe9f6265 100644 --- a/core/Callbacks/Structures/Weapons.php +++ b/core/Callbacks/Structures/Weapons.php @@ -6,7 +6,7 @@ namespace ManiaControl\Callbacks\Structures; * Weapons Interface * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ interface Weapons { diff --git a/core/Callbacks/TimerListener.php b/core/Callbacks/TimerListener.php index faeb3d3b..930cda24 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-2016 ManiaControl Team + * @copyright 2014-2017 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 2deadf56..19ba27d3 100644 --- a/core/Callbacks/TimerListening.php +++ b/core/Callbacks/TimerListening.php @@ -6,7 +6,7 @@ namespace ManiaControl\Callbacks; * Model Class for a Timer Listening * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class TimerListening extends Listening { diff --git a/core/Callbacks/TimerManager.php b/core/Callbacks/TimerManager.php index 4b434cc7..6abea5b1 100644 --- a/core/Callbacks/TimerManager.php +++ b/core/Callbacks/TimerManager.php @@ -8,7 +8,7 @@ use ManiaControl\ManiaControl; * Class for managing Timed Callbacks * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class TimerManager { diff --git a/core/Callbacks/TrackManiaCallbacks.php b/core/Callbacks/TrackManiaCallbacks.php index 241b7786..c14f4377 100644 --- a/core/Callbacks/TrackManiaCallbacks.php +++ b/core/Callbacks/TrackManiaCallbacks.php @@ -10,7 +10,7 @@ use ManiaControl\Utils\Formatter; * Class handling and parsing TrackMania Callbacks * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 f4e4839d..e023df79 100644 --- a/core/Chat.php +++ b/core/Chat.php @@ -15,7 +15,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\UnknownPlayerException; * Chat Utility Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Chat implements CallbackListener, CommunicationListener { diff --git a/core/Commands/CommandListener.php b/core/Commands/CommandListener.php index 5d15203b..723eb082 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-2016 ManiaControl Team + * @copyright 2014-2017 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 714c92bd..49ab7faf 100644 --- a/core/Commands/CommandManager.php +++ b/core/Commands/CommandManager.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * Class for handling Chat Commands * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CommandManager implements CallbackListener { diff --git a/core/Commands/HelpManager.php b/core/Commands/HelpManager.php index 5f2d58db..b413af84 100644 --- a/core/Commands/HelpManager.php +++ b/core/Commands/HelpManager.php @@ -16,7 +16,7 @@ use ManiaControl\Players\Player; * ManiaControl Help Manager Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class HelpManager implements CommandListener, CallbackListener { diff --git a/core/Communication/Communication.php b/core/Communication/Communication.php index c8c08664..c9e228ab 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-2016 ManiaControl Team + * @copyright 2014-2017 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 e1d38d12..6dd015ac 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-2016 ManiaControl Team + * @copyright 2014-2017 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 f5fd305a..4e52e64e 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-2016 ManiaControl Team + * @copyright 2014-2017 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 3a730347..c26ab919 100644 --- a/core/Communication/CommunicationManager.php +++ b/core/Communication/CommunicationManager.php @@ -18,7 +18,7 @@ use React\Socket\Server; * Class for managing Socket Callbacks * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CommunicationManager implements CallbackListener { diff --git a/core/Communication/CommunicationMethods.php b/core/Communication/CommunicationMethods.php index c20a6c60..063e458b 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-2016 ManiaControl Team + * @copyright 2014-2017 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 5dc98b59..f3a9ed83 100644 --- a/core/Configurator/Configurator.php +++ b/core/Configurator/Configurator.php @@ -24,7 +24,7 @@ use ManiaControl\Server\VoteRatiosMenu; * Class managing ingame ManiaControl Configuration * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 495c823e..ec8e5776 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-2016 ManiaControl Team + * @copyright 2014-2017 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 bf9962cd..f964508b 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-2016 ManiaControl Team + * @copyright 2014-2017 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 d4cb3e16..d0b44d8e 100644 --- a/core/Configurator/ScriptSettings.php +++ b/core/Configurator/ScriptSettings.php @@ -26,7 +26,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException; * Class offering a Configurator for Script Settings * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 fd697568..b0931d71 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-2016 ManiaControl Team + * @copyright 2014-2017 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 73b4a302..4f1568fc 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-2016 ManiaControl Team + * @copyright 2014-2017 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 f806b781..f87112ff 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-2016 ManiaControl Team + * @copyright 2014-2017 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 0df5af8d..a853a2d1 100644 --- a/core/ErrorHandler.php +++ b/core/ErrorHandler.php @@ -12,7 +12,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\TransportException; * Error and Exception Manager Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 f34adc83..e0fd3268 100644 --- a/core/Files/AsyncHttpRequest.php +++ b/core/Files/AsyncHttpRequest.php @@ -10,7 +10,7 @@ use ManiaControl\ManiaControl; * Asynchronous Http Request Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class AsyncHttpRequest { diff --git a/core/Files/AsynchronousFileReader.php b/core/Files/AsynchronousFileReader.php index 4d25a41b..a671df32 100644 --- a/core/Files/AsynchronousFileReader.php +++ b/core/Files/AsynchronousFileReader.php @@ -9,7 +9,7 @@ use ManiaControl\ManiaControl; * Asynchronous File Reader * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class AsynchronousFileReader { diff --git a/core/Files/BackupUtil.php b/core/Files/BackupUtil.php index 2e935410..58dd6d43 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-2016 ManiaControl Team + * @copyright 2014-2017 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 f8387a09..b8d1041f 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-2016 ManiaControl Team + * @copyright 2014-2017 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 03826a32..a915d4f0 100644 --- a/core/Logger.php +++ b/core/Logger.php @@ -9,7 +9,7 @@ use ManiaControl\Utils\Formatter; * ManiaControl Logger Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ abstract class Logger { diff --git a/core/ManiaControl.php b/core/ManiaControl.php index 103b57da..c6c27968 100644 --- a/core/ManiaControl.php +++ b/core/ManiaControl.php @@ -40,7 +40,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\TransportException; * ManiaControl Server Controller for ManiaPlanet Server * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ManiaControl implements CallbackListener, CommandListener, TimerListener, CommunicationListener { diff --git a/core/ManiaExchange/MXMapInfo.php b/core/ManiaExchange/MXMapInfo.php index 08209745..72f2327e 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-2016 ManiaControl Team + * @copyright 2014-2017 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 c3460d87..c10c8e97 100644 --- a/core/ManiaExchange/ManiaExchangeList.php +++ b/core/ManiaExchange/ManiaExchangeList.php @@ -29,7 +29,7 @@ use ManiaControl\Utils\Formatter; * ManiaExchange List Widget Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 4c9a27ff..7d07d587 100644 --- a/core/ManiaExchange/ManiaExchangeManager.php +++ b/core/ManiaExchange/ManiaExchangeManager.php @@ -12,7 +12,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException; * Mania Exchange Manager Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ManiaExchangeManager { diff --git a/core/ManiaExchange/ManiaExchangeMapSearch.php b/core/ManiaExchange/ManiaExchangeMapSearch.php index 7c6605c2..3813c9fa 100644 --- a/core/ManiaExchange/ManiaExchangeMapSearch.php +++ b/core/ManiaExchange/ManiaExchangeMapSearch.php @@ -9,7 +9,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException; * Mania Exchange Map Searching Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ManiaExchangeMapSearch { diff --git a/core/Manialinks/CustomUIManager.php b/core/Manialinks/CustomUIManager.php index 1b8884ef..959ed128 100644 --- a/core/Manialinks/CustomUIManager.php +++ b/core/Manialinks/CustomUIManager.php @@ -13,7 +13,7 @@ use ManiaControl\Players\PlayerManager; * Class managing the Custom UI in ManiaPlanet * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CustomUIManager implements CallbackListener, TimerListener { diff --git a/core/Manialinks/IconManager.php b/core/Manialinks/IconManager.php index b6f6e864..7cfad2b6 100644 --- a/core/Manialinks/IconManager.php +++ b/core/Manialinks/IconManager.php @@ -15,7 +15,7 @@ use ManiaControl\Players\PlayerManager; * Class managing Icons * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class IconManager implements CallbackListener { diff --git a/core/Manialinks/ManialinkManager.php b/core/Manialinks/ManialinkManager.php index 2c6e1585..e1ff5cd9 100644 --- a/core/Manialinks/ManialinkManager.php +++ b/core/Manialinks/ManialinkManager.php @@ -18,7 +18,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\UnknownPlayerException; * Manialink Manager Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ManialinkManager implements ManialinkPageAnswerListener, CallbackListener { diff --git a/core/Manialinks/ManialinkPageAnswerListener.php b/core/Manialinks/ManialinkPageAnswerListener.php index f1291c9c..a2cc81c7 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-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ interface ManialinkPageAnswerListener { diff --git a/core/Manialinks/StyleManager.php b/core/Manialinks/StyleManager.php index 32803ca9..8fc1886e 100644 --- a/core/Manialinks/StyleManager.php +++ b/core/Manialinks/StyleManager.php @@ -17,7 +17,7 @@ use ManiaControl\ManiaControl; * Class managing default Control Styles * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class StyleManager { diff --git a/core/Maps/DirectoryBrowser.php b/core/Maps/DirectoryBrowser.php index 8b0db654..ffee2a2f 100644 --- a/core/Maps/DirectoryBrowser.php +++ b/core/Maps/DirectoryBrowser.php @@ -24,7 +24,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\InvalidMapException; * Maps Directory Browser * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 fd2f7f39..3d88d543 100644 --- a/core/Maps/Map.php +++ b/core/Maps/Map.php @@ -9,7 +9,7 @@ use ManiaControl\Utils\Formatter; * ManiaControl Map Model Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Map { diff --git a/core/Maps/MapActions.php b/core/Maps/MapActions.php index 6cbc74a5..8e537cad 100644 --- a/core/Maps/MapActions.php +++ b/core/Maps/MapActions.php @@ -12,7 +12,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\ChangeInProgressException; * ManiaControl Map Actions Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class MapActions implements CommunicationListener { diff --git a/core/Maps/MapCommands.php b/core/Maps/MapCommands.php index b47064cd..cc47fa66 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-2016 ManiaControl Team + * @copyright 2014-2017 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 3781ae93..2494543d 100644 --- a/core/Maps/MapList.php +++ b/core/Maps/MapList.php @@ -35,7 +35,7 @@ use MCTeam\KarmaPlugin; * MapList Widget Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 3dd37878..ab579b39 100644 --- a/core/Maps/MapManager.php +++ b/core/Maps/MapManager.php @@ -30,7 +30,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\UnavailableFeatureException; * ManiaControl Map Manager Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class MapManager implements CallbackListener, CommunicationListener { diff --git a/core/Maps/MapQueue.php b/core/Maps/MapQueue.php index 9ae688b7..2958c218 100644 --- a/core/Maps/MapQueue.php +++ b/core/Maps/MapQueue.php @@ -17,7 +17,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\NotInListException; * ManiaControl Map Queue Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class MapQueue implements CallbackListener, CommandListener { diff --git a/core/Players/Player.php b/core/Players/Player.php index 7343c4fc..79933ef4 100644 --- a/core/Players/Player.php +++ b/core/Players/Player.php @@ -11,7 +11,7 @@ use Maniaplanet\DedicatedServer\Structures\LadderStats; * Player Model Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Player { diff --git a/core/Players/PlayerActions.php b/core/Players/PlayerActions.php index 6cfd5c82..11858164 100644 --- a/core/Players/PlayerActions.php +++ b/core/Players/PlayerActions.php @@ -27,7 +27,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\UnknownPlayerException; * Player Actions Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class PlayerActions implements EchoListener, CommunicationListener { diff --git a/core/Players/PlayerCommands.php b/core/Players/PlayerCommands.php index 881e0b98..723536b6 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-2016 ManiaControl Team + * @copyright 2014-2017 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 7f5de45a..4673c29b 100644 --- a/core/Players/PlayerDataManager.php +++ b/core/Players/PlayerDataManager.php @@ -10,7 +10,7 @@ use ManiaControl\Utils\ClassUtil; * Player Data Manager * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class PlayerDataManager { diff --git a/core/Players/PlayerDetailed.php b/core/Players/PlayerDetailed.php index 6c0e321a..79999e97 100644 --- a/core/Players/PlayerDetailed.php +++ b/core/Players/PlayerDetailed.php @@ -18,7 +18,7 @@ use ManiaControl\Utils\Formatter; * Player Detailed Page * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 5722c5e0..f01b6456 100644 --- a/core/Players/PlayerList.php +++ b/core/Players/PlayerList.php @@ -28,7 +28,7 @@ use MCTeam\CustomVotesPlugin; * PlayerList Widget Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 c75b3526..3e9ab5e6 100644 --- a/core/Players/PlayerManager.php +++ b/core/Players/PlayerManager.php @@ -20,7 +20,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\UnknownPlayerException; * Class managing Players * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class PlayerManager implements CallbackListener, TimerListener, CommunicationListener { diff --git a/core/Plugins/InstallMenu.php b/core/Plugins/InstallMenu.php index 9d452ff6..7dccd77b 100644 --- a/core/Plugins/InstallMenu.php +++ b/core/Plugins/InstallMenu.php @@ -20,7 +20,7 @@ use ManiaControl\Utils\WebReader; * Configurator for installing Plugins * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 221dd4b9..a2fe4bc9 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-2016 ManiaControl Team + * @copyright 2014-2017 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 a657410c..2afdda4a 100644 --- a/core/Plugins/PluginManager.php +++ b/core/Plugins/PluginManager.php @@ -16,7 +16,7 @@ use ManiaControl\Utils\ClassUtil; * Class managing Plugins * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 ba7f11ec..92a6b43e 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-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class PluginMenu implements CallbackListener, ConfiguratorMenu, ManialinkPageAnswerListener { diff --git a/core/Server/Commands.php b/core/Server/Commands.php index e635bc99..1367fc18 100644 --- a/core/Server/Commands.php +++ b/core/Server/Commands.php @@ -20,7 +20,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException; * Class offering various Commands related to the Dedicated Server * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 f1862a3a..076d2712 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-2016 ManiaControl Team + * @copyright 2014-2017 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 25620c80..bdb3cc59 100644 --- a/core/Server/Directory.php +++ b/core/Server/Directory.php @@ -11,7 +11,7 @@ use ManiaControl\ManiaControl; * Class offering Operations for the Server Directory * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Directory implements CallbackListener { diff --git a/core/Server/RankingManager.php b/core/Server/RankingManager.php index 8d73c3dd..88427229 100644 --- a/core/Server/RankingManager.php +++ b/core/Server/RankingManager.php @@ -13,7 +13,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException; * Class managing Rankings * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class RankingManager implements CallbackListener { diff --git a/core/Server/ScriptManager.php b/core/Server/ScriptManager.php index 9c6a70b2..beec41eb 100644 --- a/core/Server/ScriptManager.php +++ b/core/Server/ScriptManager.php @@ -10,7 +10,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException; * Manager for Game Mode Script related Stuff * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ScriptManager { diff --git a/core/Server/Server.php b/core/Server/Server.php index 5e412b47..6a4609d9 100644 --- a/core/Server/Server.php +++ b/core/Server/Server.php @@ -15,7 +15,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\Exception; * Class providing access to the connected ManiaPlanet Server * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Server implements CallbackListener, CommandListener { diff --git a/core/Server/ServerOptionsMenu.php b/core/Server/ServerOptionsMenu.php index 122c08ee..5d73f495 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-2016 ManiaControl Team + * @copyright 2014-2017 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 5a52c557..72bdb0e0 100644 --- a/core/Server/UsageReporter.php +++ b/core/Server/UsageReporter.php @@ -12,7 +12,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException; * Class reporting ManiaControl Usage for the Server * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 ddffa25b..de6ffaf3 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-2016 ManiaControl Team + * @copyright 2014-2017 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 5e33175c..b56c3749 100644 --- a/core/Settings/Setting.php +++ b/core/Settings/Setting.php @@ -8,7 +8,7 @@ use ManiaControl\Utils\ClassUtil; * ManiaControl Setting Model Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class Setting { diff --git a/core/Settings/SettingManager.php b/core/Settings/SettingManager.php index 9bd1e92e..ba53cbd2 100644 --- a/core/Settings/SettingManager.php +++ b/core/Settings/SettingManager.php @@ -12,7 +12,7 @@ use ManiaControl\Utils\ClassUtil; * Class managing ManiaControl Settings and Configurations * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class SettingManager implements CallbackListener { diff --git a/core/Statistics/SimpleStatsList.php b/core/Statistics/SimpleStatsList.php index 7d60ea7f..c42a314e 100644 --- a/core/Statistics/SimpleStatsList.php +++ b/core/Statistics/SimpleStatsList.php @@ -25,7 +25,7 @@ use ManiaControl\Utils\Formatter; * Simple Stats List Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 6af43caf..d368d1ad 100644 --- a/core/Statistics/StatisticCollector.php +++ b/core/Statistics/StatisticCollector.php @@ -13,7 +13,7 @@ use ManiaControl\Players\PlayerManager; * Statistic Collector Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class StatisticCollector implements CallbackListener { diff --git a/core/Statistics/StatisticManager.php b/core/Statistics/StatisticManager.php index 683af137..e2759a57 100644 --- a/core/Statistics/StatisticManager.php +++ b/core/Statistics/StatisticManager.php @@ -9,7 +9,7 @@ use ManiaControl\Players\Player; * Statistic Manager Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class StatisticManager { diff --git a/core/Update/PluginUpdateData.php b/core/Update/PluginUpdateData.php index f64b62b4..879a4f7f 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-2016 ManiaControl Team + * @copyright 2014-2017 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 ee1e8bc1..cfe5dfae 100644 --- a/core/Update/PluginUpdateManager.php +++ b/core/Update/PluginUpdateManager.php @@ -21,7 +21,7 @@ use ManiaControl\Utils\WebReader; * Manager checking for ManiaControl Plugin Updates * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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 5f2d3b90..cc8c6bf0 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-2016 ManiaControl Team + * @copyright 2014-2017 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 fd9077ab..385d07d7 100644 --- a/core/Update/UpdateManager.php +++ b/core/Update/UpdateManager.php @@ -17,7 +17,7 @@ use ManiaControl\Players\PlayerManager; * Manager checking for ManiaControl Core Updates * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class UpdateManager implements CallbackListener, CommandListener, TimerListener { diff --git a/core/Utils/ClassUtil.php b/core/Utils/ClassUtil.php index 6baa1c29..d3edf435 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-2016 ManiaControl Team + * @copyright 2014-2017 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 6469d894..5e607f6f 100644 --- a/core/Utils/ColorUtil.php +++ b/core/Utils/ColorUtil.php @@ -6,7 +6,7 @@ namespace ManiaControl\Utils; * Utility Class offering Methods to convert and use ManiaPlanet Colors * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ abstract class ColorUtil { diff --git a/core/Utils/CommandLineHelper.php b/core/Utils/CommandLineHelper.php index 0f7c01d0..c0bc0eb1 100644 --- a/core/Utils/CommandLineHelper.php +++ b/core/Utils/CommandLineHelper.php @@ -6,7 +6,7 @@ namespace ManiaControl\Utils; * Command Line Helper Class * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CommandLineHelper { diff --git a/core/Utils/Formatter.php b/core/Utils/Formatter.php index cc0f6d67..a5e70f62 100644 --- a/core/Utils/Formatter.php +++ b/core/Utils/Formatter.php @@ -8,7 +8,7 @@ use ManiaControl\Logger; * Class offering Methods to format Texts and Values * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ abstract class Formatter { diff --git a/core/Utils/SystemUtil.php b/core/Utils/SystemUtil.php index d9c195f5..9267f839 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-2016 ManiaControl Team + * @copyright 2014-2017 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 354dc62c..5ca98395 100644 --- a/core/Utils/WebReader.php +++ b/core/Utils/WebReader.php @@ -10,7 +10,7 @@ use ManiaControl\ManiaControl; * Reader Utility Class for efficient Web Requests * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ abstract class WebReader { diff --git a/plugins/MCTeam/ChatMessagePlugin.php b/plugins/MCTeam/ChatMessagePlugin.php index d654c2ee..53b178ea 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-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ChatMessagePlugin implements CommandListener, Plugin { diff --git a/plugins/MCTeam/CustomVotesPlugin.php b/plugins/MCTeam/CustomVotesPlugin.php index 14c80c37..5b7982dd 100644 --- a/plugins/MCTeam/CustomVotesPlugin.php +++ b/plugins/MCTeam/CustomVotesPlugin.php @@ -37,7 +37,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\GameModeException; * ManiaControl Custom-Votes Plugin * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class CustomVotesPlugin implements CommandListener, CallbackListener, ManialinkPageAnswerListener, TimerListener, Plugin { diff --git a/plugins/MCTeam/Dedimania/DedimaniaData.php b/plugins/MCTeam/Dedimania/DedimaniaData.php index f53abb18..83cadbd3 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-2016 ManiaControl Team + * @copyright 2014-2017 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 659bb901..8f00d416 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-2016 ManiaControl Team + * @copyright 2014-2017 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 989da4e4..86287307 100644 --- a/plugins/MCTeam/Dedimania/DedimaniaPlugin.php +++ b/plugins/MCTeam/Dedimania/DedimaniaPlugin.php @@ -27,7 +27,7 @@ use ManiaControl\Utils\Formatter; * ManiaControl Dedimania Plugin * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 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/RecordData.php b/plugins/MCTeam/Dedimania/RecordData.php index 0d4c3936..a844eea4 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-2016 ManiaControl Team + * @copyright 2014-2017 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 7dabf1e8..40536c0d 100644 --- a/plugins/MCTeam/DonationPlugin.php +++ b/plugins/MCTeam/DonationPlugin.php @@ -25,7 +25,7 @@ use ManiaControl\Plugins\Plugin; * ManiaControl Donation Plugin * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class DonationPlugin implements CallbackListener, CommandListener, Plugin { diff --git a/plugins/MCTeam/DynamicPointLimitPlugin.php b/plugins/MCTeam/DynamicPointLimitPlugin.php index 2d28af10..9a24323e 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-2016 ManiaControl Team + * @copyright 2014-2017 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 a3feaeb5..2daa2384 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-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class KarmaPlugin implements CallbackListener, TimerListener, Plugin { diff --git a/plugins/MCTeam/LocalRecordsPlugin.php b/plugins/MCTeam/LocalRecordsPlugin.php index 79bc9100..6fa65665 100644 --- a/plugins/MCTeam/LocalRecordsPlugin.php +++ b/plugins/MCTeam/LocalRecordsPlugin.php @@ -30,7 +30,7 @@ use ManiaControl\Utils\Formatter; * ManiaControl Local Records Plugin * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class LocalRecordsPlugin implements CallbackListener, CommandListener, TimerListener, Plugin { diff --git a/plugins/MCTeam/ServerRankingPlugin.php b/plugins/MCTeam/ServerRankingPlugin.php index 4978d5eb..c2d3e7d2 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-2016 ManiaControl Team + * @copyright 2014-2017 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/WidgetPlugin.php b/plugins/MCTeam/WidgetPlugin.php index 1b2e2f74..91a3f6b7 100644 --- a/plugins/MCTeam/WidgetPlugin.php +++ b/plugins/MCTeam/WidgetPlugin.php @@ -26,7 +26,7 @@ use Maniaplanet\DedicatedServer\Xmlrpc\FaultException; * ManiaControl Widget Plugin * * @author ManiaControl Team - * @copyright 2014-2016 ManiaControl Team + * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class WidgetPlugin implements CallbackListener, TimerListener, Plugin {