From 529466170840f4812e65a89aefcb5de78d1df974 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 30 Jul 2013 07:20:39 +0000 Subject: [PATCH] Updated domain without a dash :( --- application/admin/class_ApplicationHelper.php | 4 ++-- application/admin/config.php | 4 ++-- application/admin/data.php | 4 ++-- application/admin/debug.php | 4 ++-- application/admin/exceptions.php | 4 ++-- application/admin/init.php | 4 ++-- application/admin/loader.php | 4 ++-- .../main/actions/web/class_WebAdminLoginWelcomeAction.php | 4 ++-- .../main/commands/web/class_WebAdminUserLoginCommand.php | 4 ++-- application/admin/main/login/class_AdminUserLogin.php | 4 ++-- .../admin/main/login/helper/class_AdminLoginHelper.php | 4 ++-- application/admin/main/menu/class_AdminHomeMenu.php | 4 ++-- application/admin/starter.php | 4 ++-- index.php | 4 ++-- 14 files changed, 28 insertions(+), 28 deletions(-) diff --git a/application/admin/class_ApplicationHelper.php b/application/admin/class_ApplicationHelper.php index b20f493..8326a56 100644 --- a/application/admin/class_ApplicationHelper.php +++ b/application/admin/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 Admin-Area 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/admin/config.php b/application/admin/config.php index 6312ab6..e953dab 100644 --- a/application/admin/config.php +++ b/application/admin/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 Admin-Area 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/admin/data.php b/application/admin/data.php index ae32fff..bf6df74 100644 --- a/application/admin/data.php +++ b/application/admin/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 Admin-Area 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/admin/debug.php b/application/admin/debug.php index 31b35c4..5d05e4a 100644 --- a/application/admin/debug.php +++ b/application/admin/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 Admin-Area 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/admin/exceptions.php b/application/admin/exceptions.php index d832da3..b2e6370 100644 --- a/application/admin/exceptions.php +++ b/application/admin/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 Admin-Area 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/admin/init.php b/application/admin/init.php index 25931ef..dc82cef 100644 --- a/application/admin/init.php +++ b/application/admin/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 Admin-Area 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/admin/loader.php b/application/admin/loader.php index 32e70fb..a3f6729 100644 --- a/application/admin/loader.php +++ b/application/admin/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 Admin-Area 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/admin/main/actions/web/class_WebAdminLoginWelcomeAction.php b/application/admin/main/actions/web/class_WebAdminLoginWelcomeAction.php index a5fb8f0..fd2c1e9 100644 --- a/application/admin/main/actions/web/class_WebAdminLoginWelcomeAction.php +++ b/application/admin/main/actions/web/class_WebAdminLoginWelcomeAction.php @@ -2,11 +2,11 @@ /** * An action class for the admin "welcome" page * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Admin-Area 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/admin/main/commands/web/class_WebAdminUserLoginCommand.php b/application/admin/main/commands/web/class_WebAdminUserLoginCommand.php index 9d6f7d8..bc416db 100644 --- a/application/admin/main/commands/web/class_WebAdminUserLoginCommand.php +++ b/application/admin/main/commands/web/class_WebAdminUserLoginCommand.php @@ -2,11 +2,11 @@ /** * A command for user login * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Admin-Area 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/admin/main/login/class_AdminUserLogin.php b/application/admin/main/login/class_AdminUserLogin.php index cba2a30..ac8050e 100644 --- a/application/admin/main/login/class_AdminUserLogin.php +++ b/application/admin/main/login/class_AdminUserLogin.php @@ -2,11 +2,11 @@ /** * A special login class for administration area * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Admin-Area 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/admin/main/login/helper/class_AdminLoginHelper.php b/application/admin/main/login/helper/class_AdminLoginHelper.php index c5244d4..a70a6ac 100644 --- a/application/admin/main/login/helper/class_AdminLoginHelper.php +++ b/application/admin/main/login/helper/class_AdminLoginHelper.php @@ -10,11 +10,11 @@ * The user shall be able to choose "Default login method" or similar to use his * own login method. * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Admin-Area 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/admin/main/menu/class_AdminHomeMenu.php b/application/admin/main/menu/class_AdminHomeMenu.php index 5856825..9ee6f3c 100644 --- a/application/admin/main/menu/class_AdminHomeMenu.php +++ b/application/admin/main/menu/class_AdminHomeMenu.php @@ -2,11 +2,11 @@ /** * A Home menu class for Admin-Area * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Admin-Area 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/admin/starter.php b/application/admin/starter.php index 92bd2d6..4255940 100644 --- a/application/admin/starter.php +++ b/application/admin/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 Admin-Area 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