]> git.mxchange.org Git - hub.git/blobdiff - ship-simu/application/hub/main/class_HubCoreLoop.php
Class headers added with copyright
[hub.git] / ship-simu / application / hub / main / class_HubCoreLoop.php
index cb08e0c39fc5de047088faf3a8a6b05a44bfae85..86f496f5daf5cb26670f82d676555ecf6f1a707d 100644 (file)
@@ -3,8 +3,23 @@
  * The hub's main loop. The hub will wait and listen for incoming requests in
  * this loop.
  *
- * @author     Roland Haeder <roland __NOSPAM__ [at] __REMOVE_ME__ mxchange [dot] org>
- * @version    0.1
+ * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @version            0.0
+ * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
+ * @license            GNU GPL 3.0 or any newer version
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 class HubCoreLoop extends BaseFrameworkSystem {
        /**
@@ -469,8 +484,8 @@ class HubCoreLoop extends BaseFrameworkSystem {
                                ApplicationHelper::getInstance()->getAppVersion()
                        ));
                        $this->getOutputInstance()->output("");
-                       $this->getOutputInstance()->output("This software is free software licensed under the GNU LGPL. In telnet session enter &quot;/license&quot; to read the license.");
-                       $this->getOutputInstance()->output("This software uses the MXChange Framework, Copyright (c) 2007, 2008 by Roland H&auml;der which is licensed under the GNU LGPL.");
+                       $this->getOutputInstance()->output("This software is free software licensed under the GNU GPL. In telnet session enter &quot;/license&quot; to read the license.");
+                       $this->getOutputInstance()->output("This software uses the MXChange Framework, Copyright (c) 2007, 2008 by Roland H&auml;der which is licensed under the GNU GPL.");
                        $this->getOutputInstance()->output("Enter &quot;/framework&quot; in telnet session to read that license.");
                        $this->getOutputInstance()->output("");
                        $this->getOutputInstance()->output("All core systems are initialized. Input on *this* console will currently be ignored!");
@@ -608,7 +623,7 @@ class HubCoreLoop extends BaseFrameworkSystem {
         * Tries to contact the master server or simply reports that we are the master server
         *
         * @return      void
-        */     
+        */
        public function contactMasterHub () {
                // Checks wether we are the master hub
                if ($_SERVER['SERVER_ADDR'] == $this->getConfigInstance()->readConfig("hub_master_ip")) {