]> git.mxchange.org Git - city.git/commitdiff
Updated copyright tag.
authorRoland Haeder <roland@mxchange.org>
Sun, 22 Mar 2015 22:38:34 +0000 (23:38 +0100)
committerRoland Haeder <roland@mxchange.org>
Sun, 22 Mar 2015 22:38:34 +0000 (23:38 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
12 files changed:
application/city/class_ApplicationHelper.php
application/city/config-local.php-dist
application/city/config.php
application/city/data.php
application/city/debug.php
application/city/exceptions.php
application/city/init.php
application/city/loader.php
application/city/main/commands/web/class_CityWebMainCommand.php
application/city/main/resolver/command/web/class_CityWebCommandResolver.php
application/city/main/resolver/controller/class_CityHttpControllerResolver.php
application/city/starter.php

index 1843dcc4b9c07d97e78820681c9ce25c7713ad26..c00184f1b623c0e23df8f44809b7bc4a5f9cdfd1 100644 (file)
@@ -22,7 +22,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @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
index 4ffe8339e3dc4a72e623a60d4127b2112adba3c3..853ccc6dbf620c918faea95819c7d8ce9a638e16 100644 (file)
@@ -7,7 +7,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @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
index 2acf0719edee35ab400153e3d08a7ad197459635..02b063d2a82ee475e2d0ef6a79065be0d393aa7e 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @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
index e6e905816306e8efb32f869c1d20418986d46720..cf811546f1b2717a135a0e8e3874ee4030549a4e 100644 (file)
@@ -7,7 +7,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @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
  *
index 5175d488a50ed2fe2650a61f6f792af6802bae8e..c6c03e311b4132e43feb7cab79fe9666af5960ea 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @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
index b3a9b0c99d9a00d59a36d7f07cbdb5d65bf5b422..d3b9d642ab0e67d36774229b8a1c03595d985e26 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @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.');
        }
 }
 
index 6b629808937f4ed7a200321eeb7bcbcb41c0e080..8d592ce3b7ad1f68ddcea7fadc5f8854dc5fa9e3 100644 (file)
@@ -7,7 +7,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @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
index 8dacff87c367ff6643561a6bb850dc45a372a1e1..5df813a28bb55d40cb711dd41269768c618d5ede 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @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
index 2dbf7cb976217762dfb086fd7cadbcf99cbc1272..f1dc651c193959e10866063fac18de25d235c105 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @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
  *
index 3fd2c1fb2556129ee4762026ce0a53e98a1aae4f..68de2a8a27d92a24087dd6d23932bd36b85ad4be 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @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
  *
index aa2fe8e9fef902e62a464a14a5b4cb0107e2e7a2..f7b9f023770631ac9831b82bc7b77916ed004c55 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @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
  *
index 228e4f8c728216ba893fb83d07aa57b3f8c60247..d9dd2d87f54f79e3e7b73018c7455863f553b078 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @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
  *