Copyright updated in trunk
authorRoland Häder <roland@mxchange.org>
Thu, 19 Mar 2009 20:03:08 +0000 (20:03 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 19 Mar 2009 20:03:08 +0000 (20:03 +0000)
application/mxchange/class_ApplicationHelper.php
application/mxchange/config.php
application/mxchange/data.php
application/mxchange/debug.php
application/mxchange/exceptions.php
application/mxchange/init.php
application/mxchange/loader.php
application/mxchange/starter.php

index 53d3fc3e6e8947782c21ffd1374f109cb7c38650..edea93394375789577b554daae56f6a6b9c1e4d6 100644 (file)
  * Please remember that this include file is being loaded *before* the class
  * loader is loading classes from "exceptions", "interfaces" and "main"!
  *
  * Please remember that this include file is being loaded *before* the class
  * loader is loading classes from "exceptions", "interfaces" and "main"!
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@mxchange.org>
  * @version            0.0.0
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 MXChange Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.mxchange.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
  *
  * 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
index a8383f9b77ed705003a69387cf8c3ad8671fcfe1..d5cedbdf4dd2f36239d753a99701b046a2d89e02 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * Overwrite some configuration entries here
  *
 /**
  * Overwrite some configuration entries here
  *
- * @author     Roland Haeder <webmaster@ship-simu.org>
- * @version    0.0.0
+ * @author             Roland Haeder <webmaster@mxchange.org>
+ * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
- * @license    GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @license            GNU GPL 3.0 or any newer version
+ * @link               http://www.mxchange.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
  *
  * 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
index 1ad8978e696b6964bc9dbab81b3aa8e851c011ba..e767ef0adce51227009085d5fac70b3900cdb552 100644 (file)
  * isset() is required to prevent a warning and is_object() is highly required
  * when the application itself is requested in URL (hint: index.php?app=your_app)
  *
  * isset() is required to prevent a warning and is_object() is highly required
  * when the application itself is requested in URL (hint: index.php?app=your_app)
  *
- * @author     Roland Haeder <webmaster@ship-simu.org>
- * @version    0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
- * @license    GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @author             Roland Haeder <webmaster@mxchange.org>
+ * @version            0.0.0
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 MXChange Developer Team
+ * @license            GNU GPL 3.0 or any newer version
+ * @link               http://www.mxchange.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
  *
  * 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
index ab086e4ce8132f76dfe8e61b9b3b11110d0a976c..2639a237a07cb87dc4c44370ab87e0978745383d 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * Some debugging stuff for this application
  *
 /**
  * Some debugging stuff for this application
  *
- * @author     Roland Haeder <webmaster@ship-simu.org>
- * @version    0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
- * @license    GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @author             Roland Haeder <webmaster@mxchange.org>
+ * @version            0.0.0
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 MXChange Developer Team
+ * @license            GNU GPL 3.0 or any newer version
+ * @link               http://www.mxchange.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
  *
  * 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
index 6020cbd7832465dc1355b1c094274378f2079b99..910cea806527f8529544dc258fb028ee3b5c0269 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * The exception handler for this application
  *
 /**
  * The exception handler for this application
  *
- * @author     Roland Haeder <webmaster@ship-simu.org>
- * @version    0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
- * @license    GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @author             Roland Haeder <webmaster@mxchange.org>
+ * @version            0.0.0
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 MXChange Developer Team
+ * @license            GNU GPL 3.0 or any newer version
+ * @link               http://www.mxchange.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
  *
  * 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
index 103da085a00e4344dfc01b219fb5ae6d1700d552..9cee54fbe39c29a29c39e711ba33995d8f5f896b 100644 (file)
  * isset() is required to prevent a warning and is_object() is highly required
  * when the application itself is requested in URL (hint: index.php?app=your_app)
  *
  * isset() is required to prevent a warning and is_object() is highly required
  * when the application itself is requested in URL (hint: index.php?app=your_app)
  *
- * @author     Roland Haeder <webmaster@ship-simu.org>
- * @version    0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @author             Roland Haeder <webmaster@mxchange.org>
+ * @version            0.0.0
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 MXChange Developer Team
  * @license    GNU GPL 3.0 or any newer version
  * @license    GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.mxchange.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
  *
  * 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
index 0fa1c2b1588d79e09a42504fe4d2b5ca4991d632..dbde16610f2d866f93ad4bb09d2c7e89ece5d3dc 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A specialized class loader for this class
  *
 /**
  * A specialized class loader for this class
  *
- * @author     Roland Haeder <webmaster@ship-simu.org>
- * @version    0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
- * @license    GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @author             Roland Haeder <webmaster@mxchange.org>
+ * @version            0.0.0
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 MXChange Developer Team
+ * @license            GNU GPL 3.0 or any newer version
+ * @link               http://www.mxchange.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
  *
  * 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
index 52dd2d574c809a8fd56f23751f9719323b623dec..c5ed583d91406510aaf251789686e8c69ab7cd67 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * The application launcher
  *
 /**
  * The application launcher
  *
- * @author     Roland Haeder <webmaster@ship-simu.org>
- * @version    0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
- * @license    GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @author             Roland Haeder <webmaster@mxchange.org>
+ * @version            0.0.0
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 MXChange Developer Team
+ * @license            GNU GPL 3.0 or any newer version
+ * @link               http://www.mxchange.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
  *
  * 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