From: Roland Häder Date: Fri, 31 Jan 2020 01:41:37 +0000 (+0100) Subject: Copyright: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e5863bd0360aedc7d127fb568013ea5e912efd14;p=core.git Copyright: - updated older copyright years Signed-off-by: Roland Häder --- diff --git a/framework/main/classes/tools/console/class_ConsoleTools.php b/framework/main/classes/tools/console/class_ConsoleTools.php index feafde70..5893d4c7 100644 --- a/framework/main/classes/tools/console/class_ConsoleTools.php +++ b/framework/main/classes/tools/console/class_ConsoleTools.php @@ -18,7 +18,7 @@ use \SplFileInfo; * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Hub Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * diff --git a/framework/main/interfaces/executor/class_Executor.php b/framework/main/interfaces/executor/class_Executor.php index a6d3902e..0b6ebc36 100644 --- a/framework/main/interfaces/executor/class_Executor.php +++ b/framework/main/interfaces/executor/class_Executor.php @@ -11,7 +11,7 @@ use Org\Mxchange\CoreFramework\State\Stateable; * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Hub Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * diff --git a/index.php b/index.php index e3c5da87..79e7ce8c 100644 --- a/index.php +++ b/index.php @@ -24,7 +24,7 @@ use \Exception; * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 1f1a364b..fd4f26ec 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -3,7 +3,7 @@ use Org\Mxchange\CoreFramework\Bootstrap\FrameworkBootstrap; /* - * Copyright (C) 2017 Roland Haeder + * Copyright (C) 2017 - 2020 Core Developer Team * * 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/tests/framework/bootstrap/class_FrameworkBootstrapTest.php b/tests/framework/bootstrap/class_FrameworkBootstrapTest.php index 89d796ea..8dd7cfeb 100644 --- a/tests/framework/bootstrap/class_FrameworkBootstrapTest.php +++ b/tests/framework/bootstrap/class_FrameworkBootstrapTest.php @@ -17,7 +17,7 @@ use PHPUnit\Framework\TestCase; use \InvalidArgumentException; /* - * Copyright (C) 2017 Roland Haeder + * Copyright (C) 2017 - 2020 Core Developer Team * * 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/tests/framework/config/FrameworkConfigurationTest.php b/tests/framework/config/FrameworkConfigurationTest.php index 8eae949d..d1a5033b 100644 --- a/tests/framework/config/FrameworkConfigurationTest.php +++ b/tests/framework/config/FrameworkConfigurationTest.php @@ -17,7 +17,7 @@ use PHPUnit\Framework\TestCase; use \InvalidArgumentException; /* - * Copyright (C) 2017 Roland Haeder + * Copyright (C) 2017 - 2020 - Core Developer Team * * 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