Updated Copyright label

This commit is contained in:
kremsy
2016-05-04 09:57:31 +02:00
parent e3aa9062a0
commit 2e50a757fd
117 changed files with 116 additions and 138 deletions

View File

@ -19,7 +19,7 @@ use ManiaControl\Players\PlayerManager;
* Class managing Actions Menus
*
* @author ManiaControl Team <mail@maniacontrol.com>
* @copyright 2014-2015 ManiaControl Team
* @copyright 2014-2016 ManiaControl Team
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
*/
class ActionsMenu implements CallbackListener, ManialinkPageAnswerListener {

View File

@ -21,7 +21,7 @@ use ManiaControl\Players\Player;
* Widget Class listing Authorized Players
*
* @author ManiaControl Team <mail@maniacontrol.com>
* @copyright 2014-2015 ManiaControl Team
* @copyright 2014-2016 ManiaControl Team
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
*/
class AdminLists implements ManialinkPageAnswerListener, CallbackListener {

View File

@ -10,7 +10,7 @@ use ManiaControl\Players\Player;
* Class offering Commands to grant Authorizations to Players
*
* @author ManiaControl Team <mail@maniacontrol.com>
* @copyright 2014-2015 ManiaControl Team
* @copyright 2014-2016 ManiaControl Team
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
*/
class AuthCommands implements CommandListener {

View File

@ -18,7 +18,7 @@ use ManiaControl\Settings\Setting;
* Class managing Authentication Levels
*
* @author ManiaControl Team <mail@maniacontrol.com>
* @copyright 2014-2015 ManiaControl Team
* @copyright 2014-2016 ManiaControl Team
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
*/
class AuthenticationManager implements CallbackListener, EchoListener, CommunicationListener {