From dcdc9e7628be1422435821fc4ca9d7f82bb3ec6e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 19 Mar 2009 20:03:08 +0000 Subject: [PATCH 1/1] Copyright updated in trunk --- application/mxchange/class_ApplicationHelper.php | 6 +++--- application/mxchange/config.php | 8 ++++---- application/mxchange/data.php | 10 +++++----- application/mxchange/debug.php | 10 +++++----- application/mxchange/exceptions.php | 10 +++++----- application/mxchange/init.php | 8 ++++---- application/mxchange/loader.php | 10 +++++----- application/mxchange/starter.php | 10 +++++----- 8 files changed, 36 insertions(+), 36 deletions(-) diff --git a/application/mxchange/class_ApplicationHelper.php b/application/mxchange/class_ApplicationHelper.php index 53d3fc3e6e..edea933943 100644 --- a/application/mxchange/class_ApplicationHelper.php +++ b/application/mxchange/class_ApplicationHelper.php @@ -20,11 +20,11 @@ * Please remember that this include file is being loaded *before* the class * loader is loading classes from "exceptions", "interfaces" and "main"! * - * @author Roland Haeder + * @author Roland Haeder * @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 - * @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 diff --git a/application/mxchange/config.php b/application/mxchange/config.php index a8383f9b77..d5cedbdf4d 100644 --- a/application/mxchange/config.php +++ b/application/mxchange/config.php @@ -2,11 +2,11 @@ /** * Overwrite some configuration entries here * - * @author Roland Haeder - * @version 0.0.0 + * @author Roland Haeder + * @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 + * @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 diff --git a/application/mxchange/data.php b/application/mxchange/data.php index 1ad8978e69..e767ef0adc 100644 --- a/application/mxchange/data.php +++ b/application/mxchange/data.php @@ -13,11 +13,11 @@ * 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 - * @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 + * @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 diff --git a/application/mxchange/debug.php b/application/mxchange/debug.php index ab086e4ce8..2639a237a0 100644 --- a/application/mxchange/debug.php +++ b/application/mxchange/debug.php @@ -2,11 +2,11 @@ /** * Some debugging stuff for this application * - * @author Roland Haeder - * @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 + * @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 diff --git a/application/mxchange/exceptions.php b/application/mxchange/exceptions.php index 6020cbd783..910cea8065 100644 --- a/application/mxchange/exceptions.php +++ b/application/mxchange/exceptions.php @@ -2,11 +2,11 @@ /** * The exception handler for this application * - * @author Roland Haeder - * @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 + * @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 diff --git a/application/mxchange/init.php b/application/mxchange/init.php index 103da085a0..9cee54fbe3 100644 --- a/application/mxchange/init.php +++ b/application/mxchange/init.php @@ -13,11 +13,11 @@ * 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 - * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software + * @author Roland Haeder + * @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.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 diff --git a/application/mxchange/loader.php b/application/mxchange/loader.php index 0fa1c2b158..dbde16610f 100644 --- a/application/mxchange/loader.php +++ b/application/mxchange/loader.php @@ -2,11 +2,11 @@ /** * A specialized class loader for this class * - * @author Roland Haeder - * @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 + * @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 diff --git a/application/mxchange/starter.php b/application/mxchange/starter.php index 52dd2d574c..c5ed583d91 100644 --- a/application/mxchange/starter.php +++ b/application/mxchange/starter.php @@ -2,11 +2,11 @@ /** * The application launcher * - * @author Roland Haeder - * @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 + * @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 -- 2.30.2