]> git.mxchange.org Git - hub.git/commitdiff
Space added
authorRoland Häder <roland@mxchange.org>
Mon, 30 Mar 2009 06:02:22 +0000 (06:02 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 30 Mar 2009 06:02:22 +0000 (06:02 +0000)
application/hub/class_ApplicationHelper.php
application/hub/config.php
application/hub/debug.php
application/hub/exceptions.php
application/hub/init.php
application/hub/loader.php
application/hub/main/nodes/class_BaseHubNode.php

index e7f2bdfefe8d9f426b20679165bb5c94e5339d32..9d6f7bb4350409f870bc6392d0c5e6e13e1fcbef 100644 (file)
@@ -22,7 +22,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0
- * @copyright  Copyright(c) 2007 - 2008 Roland Haeder, 2009 Hub Developer Team
+ * @copyright  Copyright (c) 2007 - 2008 Roland Haeder, 2009 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  *
  * This program is free software: you can redistribute it and/or modify
index eb2da9ef985cd9c0953bd02b15716ba067ecab01..558b8ac239f3385ff7f012d9a63a2ed936369dc2 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0
- * @copyright  Copyright(c) 2007 - 2008 Roland Haeder, 2009 Hub Developer Team
+ * @copyright  Copyright (c) 2007 - 2008 Roland Haeder, 2009 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  *
  * This program is free software: you can redistribute it and/or modify
index 47325711b8df4e6581236cdec4609e48f2a8baf5..3103b74bf83586d0371a09e977ba3cba080b7106 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0
- * @copyright  Copyright(c) 2007 - 2008 Roland Haeder, 2009 Hub Developer Team
+ * @copyright  Copyright (c) 2007 - 2008 Roland Haeder, 2009 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  *
  * This program is free software: you can redistribute it and/or modify
index b30c9b5eeb394b776dbedbf7ecd4e7ddc0008807..9b70c13281e36ca5ed7d3e74b29d9867ed74859d 100644 (file)
@@ -5,7 +5,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0
- * @copyright  Copyright(c) 2007 - 2008 Roland Haeder, 2009 Hub Developer Team
+ * @copyright  Copyright (c) 2007 - 2008 Roland Haeder, 2009 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  *
  * This program is free software: you can redistribute it and/or modify
index 10980a4fcf6bbd368310ce8e6bab776e03643ab8..d9db3d8632a4174604ef9786f79aa3f937cb283e 100644 (file)
@@ -15,7 +15,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0
- * @copyright  Copyright(c) 2007 - 2008 Roland Haeder, 2009 Hub Developer Team
+ * @copyright  Copyright (c) 2007 - 2008 Roland Haeder, 2009 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  *
  * This program is free software: you can redistribute it and/or modify
index b03ebb36b049468b5809cd08ef1124daf0501a90..0cabbda78bb71839495fd68e46654c1ac0efead9 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0
- * @copyright  Copyright(c) 2007 - 2008 Roland Haeder, 2009 Hub Developer Team
+ * @copyright  Copyright (c) 2007 - 2008 Roland Haeder, 2009 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  *
  * This program is free software: you can redistribute it and/or modify
index 61028b3287abc1aa3ad388df42ec403ce669d56c..7229deab6458afd7233a945a3dcb31675332b6e5 100644 (file)
@@ -124,7 +124,7 @@ class BaseHubNode extends BaseFrameworkSystem implements Updateable {
                // Output all lines
                $this->getDebugInstance()->output(' ');
                $this->getDebugInstance()->output($app->getAppName() . ' v' . $app->getAppVersion() . ' - ' . $this->getRequestInstance()->getRequestElement('mode') . ' mode active');
-               $this->getDebugInstance()->output('Copyright(c) 2007 - 2008 Roland Haeder, 2009 Hub Developer Team');
+               $this->getDebugInstance()->output('Copyright (c) 2007 - 2008 Roland Haeder, 2009 Hub Developer Team');
                $this->getDebugInstance()->output(' ');
                $this->getDebugInstance()->output('This program comes with ABSOLUTELY NO WARRANTY; for details see docs/COPYING.');
                $this->getDebugInstance()->output('This is free software, and you are welcome to redistribute it under certain');