]> git.mxchange.org Git - city.git/commitdiff
Copyright fixed.
authorRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 21:23:17 +0000 (22:23 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 21:23:17 +0000 (22:23 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/city/interfaces/database/frontend/class_CityInformationWrapper.php
application/city/main/city/class_BaseCity.php
application/city/main/class_BaseCitySystem.php
application/city/main/filter/city/class_CityInitializationFilter.php

index 5f2edbce51891ce63f6f893a83a1c736722c9ca9..571308ce37a653edbb7ad384bd1b4ea246e02143 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 City Developer Team
+ * @copyright  Copyright (c) 2015 City Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
index e6baded446568b8a5d75b7324a255173ca2478e8..add017eed8af66b6ec6cf82a98e83f0df864e673 100644 (file)
@@ -81,7 +81,7 @@ class BaseCity extends BaseCitySystem implements Updateable, AddableCriteria {
                // Output all lines
                self::createDebugInstance(__CLASS__)->debugOutput(' ');
                self::createDebugInstance(__CLASS__)->debugOutput($app->getAppName() . ' v' . $app->getAppVersion() . ' - ' . $this->getRequestInstance()->getRequestElement('mode') . ' mode active');
-               self::createDebugInstance(__CLASS__)->debugOutput('Copyright (c) 2007 - 2008 Roland Haeder, 2009 - 2015 City Developer Team');
+               self::createDebugInstance(__CLASS__)->debugOutput('Copyright (c) 2015 City Developer Team');
                self::createDebugInstance(__CLASS__)->debugOutput(' ');
                self::createDebugInstance(__CLASS__)->debugOutput('This program comes with ABSOLUTELY NO WARRANTY; for details see docs/COPYING.');
                self::createDebugInstance(__CLASS__)->debugOutput('This is free software, and you are welcome to redistribute it under certain');
index 52e5b4cc6b5d6560213b187fe65c7038f7956dbe..de810bf4beecc1418a93ef9677e71fdd6f10ab77 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 City Developer Team
+ * @copyright  Copyright (c) 2015 City Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
index 2cb21e309a36e900e8899b9dec5fe372096b35ce..9175586670fd82ab4eda248e096be8ae753344bf 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 City Developer Team
+ * @copyright  Copyright (c) 2015 City Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *