From 3d8d291755f3a81bf150144ab92928a07334e10f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 30 Jul 2013 07:21:02 +0000 Subject: [PATCH] Updated domain without a dash :( --- application/install/class_ApplicationHelper.php | 4 ++-- application/install/config.php | 4 ++-- application/install/data.php | 4 ++-- application/install/debug.php | 4 ++-- application/install/exceptions.php | 4 ++-- application/install/init.php | 4 ++-- application/install/loader.php | 4 ++-- application/install/main/actions/class_BaseInstallAction.php | 4 ++-- .../commands/web/failed/class_WebInstallFailedCommand.php | 4 ++-- .../main/controller/web/class_WebInstallFailedController.php | 4 ++-- application/install/main/filter/class_BaseInstallFilter.php | 4 ++-- application/install/main/menu/class_InstallHomeMenu.php | 4 ++-- application/install/starter.php | 4 ++-- index.php | 4 ++-- 14 files changed, 28 insertions(+), 28 deletions(-) diff --git a/application/install/class_ApplicationHelper.php b/application/install/class_ApplicationHelper.php index d7beed4..7c71641 100644 --- a/application/install/class_ApplicationHelper.php +++ b/application/install/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, 2009 Installation-Wizard Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.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/install/config.php b/application/install/config.php index 25be20a..76fc351 100644 --- a/application/install/config.php +++ b/application/install/config.php @@ -2,11 +2,11 @@ /** * Additional/overwritten configuration parts * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Installation-Wizard Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.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/install/data.php b/application/install/data.php index 0d7ae5c..d3d0b41 100644 --- a/application/install/data.php +++ b/application/install/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 + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Installation-Wizard Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.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/install/debug.php b/application/install/debug.php index 1a6f5fc..0c1bfbb 100644 --- a/application/install/debug.php +++ b/application/install/debug.php @@ -2,11 +2,11 @@ /** * Some debugging stuff for this application * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Installation-Wizard Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.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/install/exceptions.php b/application/install/exceptions.php index d41f4ab..5d08c53 100644 --- a/application/install/exceptions.php +++ b/application/install/exceptions.php @@ -2,11 +2,11 @@ /** * The exception handler for this application * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Installation-Wizard Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.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/install/init.php b/application/install/init.php index 9d57989..60ef662 100644 --- a/application/install/init.php +++ b/application/install/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 + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Installation-Wizard Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.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/install/loader.php b/application/install/loader.php index 033687e..8b8fcd8 100644 --- a/application/install/loader.php +++ b/application/install/loader.php @@ -2,11 +2,11 @@ /** * A specialized class loader for this class * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Installation-Wizard Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.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/install/main/actions/class_BaseInstallAction.php b/application/install/main/actions/class_BaseInstallAction.php index 60e8670..e3d5c6c 100644 --- a/application/install/main/actions/class_BaseInstallAction.php +++ b/application/install/main/actions/class_BaseInstallAction.php @@ -2,11 +2,11 @@ /** * A general action class for install * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Installation-Wizard Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.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/install/main/commands/web/failed/class_WebInstallFailedCommand.php b/application/install/main/commands/web/failed/class_WebInstallFailedCommand.php index d90e2f1..4e97541 100644 --- a/application/install/main/commands/web/failed/class_WebInstallFailedCommand.php +++ b/application/install/main/commands/web/failed/class_WebInstallFailedCommand.php @@ -2,11 +2,11 @@ /** * A command for failed install "requests" * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Installation-Wizard Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.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/install/main/controller/web/class_WebInstallFailedController.php b/application/install/main/controller/web/class_WebInstallFailedController.php index 7168acb..18f1b66 100644 --- a/application/install/main/controller/web/class_WebInstallFailedController.php +++ b/application/install/main/controller/web/class_WebInstallFailedController.php @@ -2,11 +2,11 @@ /** * Controller for failed install data "requests" * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Installation-Wizard Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.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/install/main/filter/class_BaseInstallFilter.php b/application/install/main/filter/class_BaseInstallFilter.php index 55b47e0..77ae772 100644 --- a/application/install/main/filter/class_BaseInstallFilter.php +++ b/application/install/main/filter/class_BaseInstallFilter.php @@ -2,11 +2,11 @@ /** * A general filter class for Ship-Simu * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Installation-Wizard Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.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/install/main/menu/class_InstallHomeMenu.php b/application/install/main/menu/class_InstallHomeMenu.php index b0bfd45..4580eac 100644 --- a/application/install/main/menu/class_InstallHomeMenu.php +++ b/application/install/main/menu/class_InstallHomeMenu.php @@ -2,11 +2,11 @@ /** * A Home menu class for Installation-Wizard * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Installation-Wizard Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.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/install/starter.php b/application/install/starter.php index 66e5c7f..fed2aa3 100644 --- a/application/install/starter.php +++ b/application/install/starter.php @@ -2,11 +2,11 @@ /** * The application launcher * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Installation-Wizard Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.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/index.php b/index.php index 2f8d830..14bb950 100644 --- a/index.php +++ b/index.php @@ -7,11 +7,11 @@ * * But good little boys and girls would always initialize their variables... ;-) * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.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.39.2