updated copyright

This commit is contained in:
kremsy
2015-01-19 11:06:20 +01:00
parent e1663af886
commit 0ca7d2dd15
102 changed files with 108 additions and 101 deletions

View File

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

View File

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