]> git.mxchange.org Git - hub.git/commitdiff
tm removed
authorRoland Häder <roland@mxchange.org>
Wed, 11 Mar 2009 00:38:28 +0000 (00:38 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 11 Mar 2009 00:38:28 +0000 (00:38 +0000)
index.php

index f34d8f270f5ab6002116ffc135e7812d9533d382..fd15966d8240a7631b3be95b49fdedbccdcefa40 100644 (file)
--- a/index.php
+++ b/index.php
@@ -4,7 +4,7 @@ define('DEVELOPER', true);
 //xdebug_start_trace();
 /**
  * The main class with the entry point to the whole application. This class
- * "emulates" Java(tm)'s entry point call. Additionally it covers local
+ * "emulates" Java's entry point call. Additionally it covers local
  * variables from outside access to prevent possible attacks on uninitialized
  * local variables.
  *
@@ -12,9 +12,9 @@ define('DEVELOPER', true);
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright          Copyright (c) 2007, 2008 Roland Haeder
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link                       http://www.ship-simu.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
@@ -160,7 +160,7 @@ class ApplicationEntryPoint {
         * The application's main entry point. This class isolates some local
         * variables which shall not become visible to outside because of security
         * concerns. We are doing this here to "emulate" the well-known entry
-        * point in Java(tm).
+        * point in Java.
         *
         * @return      void
         */