From e5863bd0360aedc7d127fb568013ea5e912efd14 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 31 Jan 2020 02:41:37 +0100 Subject: [PATCH] Copyright: - updated older copyright years MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- framework/main/classes/tools/console/class_ConsoleTools.php | 2 +- framework/main/interfaces/executor/class_Executor.php | 2 +- index.php | 2 +- tests/bootstrap.php | 2 +- tests/framework/bootstrap/class_FrameworkBootstrapTest.php | 2 +- tests/framework/config/FrameworkConfigurationTest.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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 -- 2.39.2