From: Roland Haeder Date: Sun, 22 Mar 2015 22:38:34 +0000 (+0100) Subject: Updated copyright tag. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f9c37303e1d76215dd0f8b15bf1a2ed77a9949dc;p=city.git Updated copyright tag. Signed-off-by: Roland Haeder --- diff --git a/application/city/class_ApplicationHelper.php b/application/city/class_ApplicationHelper.php index 1843dcc..c00184f 100644 --- a/application/city/class_ApplicationHelper.php +++ b/application/city/class_ApplicationHelper.php @@ -22,7 +22,7 @@ * * @author Roland Haeder * @version 0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team + * @copyright Copyright (c) 2015 City Developer Team * @license GNU GPL 3.0 or any newer version * * This program is free software: you can redistribute it and/or modify diff --git a/application/city/config-local.php-dist b/application/city/config-local.php-dist index 4ffe833..853ccc6 100644 --- a/application/city/config-local.php-dist +++ b/application/city/config-local.php-dist @@ -7,7 +7,7 @@ * * @author Roland Haeder * @version 0.0 - * @copyright Copyright (c) 2015 Core Developer Team + * @copyright Copyright (c) 2015 City Developer Team * @license GNU GPL 3.0 or any newer version * * This program is free software: you can redistribute it and/or modify diff --git a/application/city/config.php b/application/city/config.php index 2acf071..02b063d 100644 --- a/application/city/config.php +++ b/application/city/config.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team + * @copyright Copyright (c) 2015 City Developer Team * @license GNU GPL 3.0 or any newer version * * This program is free software: you can redistribute it and/or modify diff --git a/application/city/data.php b/application/city/data.php index e6e9058..cf81154 100644 --- a/application/city/data.php +++ b/application/city/data.php @@ -7,7 +7,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team + * @copyright Copyright (c) 2015 City Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * diff --git a/application/city/debug.php b/application/city/debug.php index 5175d48..c6c03e3 100644 --- a/application/city/debug.php +++ b/application/city/debug.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team + * @copyright Copyright (c) 2015 City Developer Team * @license GNU GPL 3.0 or any newer version * * This program is free software: you can redistribute it and/or modify diff --git a/application/city/exceptions.php b/application/city/exceptions.php index b3a9b0c..d3b9d64 100644 --- a/application/city/exceptions.php +++ b/application/city/exceptions.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team + * @copyright Copyright (c) 2015 City Developer Team * @license GNU GPL 3.0 or any newer version * * This program is free software: you can redistribute it and/or modify @@ -87,7 +87,7 @@ Backtrace: // Invalid exception instance detected! Do *only* throw exceptions that // extends our own exception 'FrameworkException' to get such nice // outputs like above. - print('exceptionInstance[]=' . gettype($exceptionInstance) . ' is invalid! Please inform the core developer team.'); + print('exceptionInstance[]=' . gettype($exceptionInstance) . ' is invalid! Please inform the City developer team.'); } } diff --git a/application/city/init.php b/application/city/init.php index 6b62980..8d592ce 100644 --- a/application/city/init.php +++ b/application/city/init.php @@ -7,7 +7,7 @@ * * @author Roland Haeder * @version 0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team + * @copyright Copyright (c) 2015 City Developer Team * @license GNU GPL 3.0 or any newer version * * This program is free software: you can redistribute it and/or modify diff --git a/application/city/loader.php b/application/city/loader.php index 8dacff8..5df813a 100644 --- a/application/city/loader.php +++ b/application/city/loader.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team + * @copyright Copyright (c) 2015 City Developer Team * @license GNU GPL 3.0 or any newer version * * This program is free software: you can redistribute it and/or modify diff --git a/application/city/main/commands/web/class_CityWebMainCommand.php b/application/city/main/commands/web/class_CityWebMainCommand.php index 2dbf7cb..f1dc651 100644 --- a/application/city/main/commands/web/class_CityWebMainCommand.php +++ b/application/city/main/commands/web/class_CityWebMainCommand.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2015 Core Developer Team + * @copyright Copyright (c) 2015 City Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * diff --git a/application/city/main/resolver/command/web/class_CityWebCommandResolver.php b/application/city/main/resolver/command/web/class_CityWebCommandResolver.php index 3fd2c1f..68de2a8 100644 --- a/application/city/main/resolver/command/web/class_CityWebCommandResolver.php +++ b/application/city/main/resolver/command/web/class_CityWebCommandResolver.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2015 Core Developer Team + * @copyright Copyright (c) 2015 City Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * diff --git a/application/city/main/resolver/controller/class_CityHttpControllerResolver.php b/application/city/main/resolver/controller/class_CityHttpControllerResolver.php index aa2fe8e..f7b9f02 100644 --- a/application/city/main/resolver/controller/class_CityHttpControllerResolver.php +++ b/application/city/main/resolver/controller/class_CityHttpControllerResolver.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2015 Core Developer Team + * @copyright Copyright (c) 2015 City Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * diff --git a/application/city/starter.php b/application/city/starter.php index 228e4f8..d9dd2d8 100644 --- a/application/city/starter.php +++ b/application/city/starter.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team + * @copyright Copyright (c) 2015 City Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org *