From 6ac7275f27d33b33dadd4456bd93de748d75932c Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 30 Sep 2020 14:33:22 +0300 Subject: [PATCH] Updated the copyright year in the test directory --- tests/phpunit/bootstrap.php | 2 +- tests/phpunit/engine/Api/V1/AuthorizationTest.php | 2 +- tests/phpunit/engine/Api/V1/FilterTest.php | 2 +- tests/phpunit/engine/Api/V1/MinimizeTest.php | 2 +- tests/phpunit/engine/Api/V1/PaginationTest.php | 2 +- tests/phpunit/engine/Api/V1/ResponseTest.php | 2 +- tests/phpunit/engine/Api/V1/SearchTest.php | 2 +- tests/phpunit/engine/Api/V1/SortTest.php | 2 +- tests/phpunit/engine/Type/BooleanTest.php | 2 +- tests/phpunit/engine/Type/DecimalTest.php | 2 +- tests/phpunit/engine/Type/EmailTest.php | 2 +- tests/phpunit/engine/Type/IntegerTest.php | 2 +- tests/phpunit/engine/Type/NonEmptyTextTest.php | 2 +- tests/phpunit/engine/Type/TextTest.php | 2 +- tests/phpunit/engine/Type/UnsignedIntegerTest.php | 2 +- tests/phpunit/engine/Type/UrlTest.php | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/tests/phpunit/bootstrap.php b/tests/phpunit/bootstrap.php index 93893f51..40e00a06 100644 --- a/tests/phpunit/bootstrap.php +++ b/tests/phpunit/bootstrap.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2018, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/tests/phpunit/engine/Api/V1/AuthorizationTest.php b/tests/phpunit/engine/Api/V1/AuthorizationTest.php index 03bbb697..84349211 100644 --- a/tests/phpunit/engine/Api/V1/AuthorizationTest.php +++ b/tests/phpunit/engine/Api/V1/AuthorizationTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2018, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/tests/phpunit/engine/Api/V1/FilterTest.php b/tests/phpunit/engine/Api/V1/FilterTest.php index 5d5e4608..d2e3d270 100644 --- a/tests/phpunit/engine/Api/V1/FilterTest.php +++ b/tests/phpunit/engine/Api/V1/FilterTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2018, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/tests/phpunit/engine/Api/V1/MinimizeTest.php b/tests/phpunit/engine/Api/V1/MinimizeTest.php index 6f384aab..ccf1bf45 100644 --- a/tests/phpunit/engine/Api/V1/MinimizeTest.php +++ b/tests/phpunit/engine/Api/V1/MinimizeTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2018, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/tests/phpunit/engine/Api/V1/PaginationTest.php b/tests/phpunit/engine/Api/V1/PaginationTest.php index 5f941752..311532d2 100644 --- a/tests/phpunit/engine/Api/V1/PaginationTest.php +++ b/tests/phpunit/engine/Api/V1/PaginationTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2018, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/tests/phpunit/engine/Api/V1/ResponseTest.php b/tests/phpunit/engine/Api/V1/ResponseTest.php index c7ed5c1a..08f2868e 100644 --- a/tests/phpunit/engine/Api/V1/ResponseTest.php +++ b/tests/phpunit/engine/Api/V1/ResponseTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2018, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/tests/phpunit/engine/Api/V1/SearchTest.php b/tests/phpunit/engine/Api/V1/SearchTest.php index c87334ea..ad07b9ef 100644 --- a/tests/phpunit/engine/Api/V1/SearchTest.php +++ b/tests/phpunit/engine/Api/V1/SearchTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2018, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/tests/phpunit/engine/Api/V1/SortTest.php b/tests/phpunit/engine/Api/V1/SortTest.php index 317f86b2..fddb7c24 100644 --- a/tests/phpunit/engine/Api/V1/SortTest.php +++ b/tests/phpunit/engine/Api/V1/SortTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2018, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/tests/phpunit/engine/Type/BooleanTest.php b/tests/phpunit/engine/Type/BooleanTest.php index b8b01f94..098fded6 100644 --- a/tests/phpunit/engine/Type/BooleanTest.php +++ b/tests/phpunit/engine/Type/BooleanTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2018, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/tests/phpunit/engine/Type/DecimalTest.php b/tests/phpunit/engine/Type/DecimalTest.php index ae9b726b..ab8686e3 100644 --- a/tests/phpunit/engine/Type/DecimalTest.php +++ b/tests/phpunit/engine/Type/DecimalTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2018, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/tests/phpunit/engine/Type/EmailTest.php b/tests/phpunit/engine/Type/EmailTest.php index b82dbdfc..327d6eeb 100644 --- a/tests/phpunit/engine/Type/EmailTest.php +++ b/tests/phpunit/engine/Type/EmailTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2018, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/tests/phpunit/engine/Type/IntegerTest.php b/tests/phpunit/engine/Type/IntegerTest.php index dbcf0f31..09bba741 100644 --- a/tests/phpunit/engine/Type/IntegerTest.php +++ b/tests/phpunit/engine/Type/IntegerTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2018, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/tests/phpunit/engine/Type/NonEmptyTextTest.php b/tests/phpunit/engine/Type/NonEmptyTextTest.php index 80ca1025..359c0527 100644 --- a/tests/phpunit/engine/Type/NonEmptyTextTest.php +++ b/tests/phpunit/engine/Type/NonEmptyTextTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2018, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/tests/phpunit/engine/Type/TextTest.php b/tests/phpunit/engine/Type/TextTest.php index d24d20a2..3fe9e5aa 100644 --- a/tests/phpunit/engine/Type/TextTest.php +++ b/tests/phpunit/engine/Type/TextTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2018, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/tests/phpunit/engine/Type/UnsignedIntegerTest.php b/tests/phpunit/engine/Type/UnsignedIntegerTest.php index ec886774..7f369846 100644 --- a/tests/phpunit/engine/Type/UnsignedIntegerTest.php +++ b/tests/phpunit/engine/Type/UnsignedIntegerTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2018, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0 diff --git a/tests/phpunit/engine/Type/UrlTest.php b/tests/phpunit/engine/Type/UrlTest.php index 5c652bc5..19851c4d 100644 --- a/tests/phpunit/engine/Type/UrlTest.php +++ b/tests/phpunit/engine/Type/UrlTest.php @@ -5,7 +5,7 @@ * * @package EasyAppointments * @author A.Tselegidis - * @copyright Copyright (c) 2013 - 2018, Alex Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 * @link http://easyappointments.org * @since v1.2.0