From 961b6dd590a5b81546f83eea6d3f3c5f0d6e702e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Sun, 9 Feb 2014 17:20:30 +0100 Subject: [PATCH] draft for copyright and license annotations --- application/core/ManiaControl.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/core/ManiaControl.php b/application/core/ManiaControl.php index 71436d05..02463fda 100644 --- a/application/core/ManiaControl.php +++ b/application/core/ManiaControl.php @@ -29,7 +29,8 @@ require_once __DIR__ . '/FML/autoload.php'; /** * ManiaControl Server Controller for ManiaPlanet Server * - * @author steeffeen & kremsy + * @copyright ManiaControl Copyright © 2014 ManiaControl Team + * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 */ class ManiaControl implements CommandListener { /**