Updated copyright:
[core.git] / inc / classes / main / commands / class_BaseCommand.php
index 7a7cc26c88ca3239d3c7264ef47bb8606e2bc239..05fd5ce656aadd56d4862e5b3114f01496dd306c 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general (base) command
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@ class BaseCommand extends BaseFrameworkSystem {
        /**
         * The controller we need for this command
         */
-       private $controllerName = "";
+       private $controllerName = '';
 
        /**
         * Protected constructor