From 1f1395ae88bbd8ef3d2de140dd9c53f4b64f6285 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 22 Feb 2017 15:42:09 -0500 Subject: [PATCH] Update all the header comments --- src/ArrayWrapper.php | 4 ++-- src/Config.php | 4 ++-- src/ConfigInterface.php | 4 ++-- src/Di/Container.php | 4 ++-- src/Di/ContainerAware.php | 4 ++-- src/Di/ContainerAwareInterface.php | 4 ++-- src/Di/ContainerInterface.php | 4 ++-- src/Di/Exception/ContainerException.php | 4 ++-- src/Di/Exception/NotFoundException.php | 4 ++-- src/Enum.php | 4 ++-- src/Exception/ConfigException.php | 4 ++-- src/Exception/DoubleRenderException.php | 4 ++-- src/Friend.php | 4 ++-- src/Json.php | 4 ++-- src/JsonException.php | 4 ++-- src/Model.php | 4 ++-- src/Model/DB.php | 4 ++-- src/StaticInstance.php | 4 ++-- src/StringWrapper.php | 4 ++-- src/Transformer/AbstractTransformer.php | 4 ++-- src/Transformer/TransformerInterface.php | 4 ++-- src/Type/ArrayType.php | 4 ++-- src/Type/StringType.php | 4 ++-- src/View.php | 4 ++-- src/View/HtmlView.php | 4 ++-- src/View/HttpView.php | 4 ++-- src/View/JsonView.php | 4 ++-- src/ViewInterface.php | 4 ++-- src/functions.php | 4 ++-- tests/Di/ContainerAwareTest.php | 4 ++-- tests/Di/ContainerTest.php | 4 ++-- tests/Exception/DoubleRenderExceptionTest.php | 4 ++-- tests/Model/BaseDBModelTest.php | 4 ++-- tests/Transformer/AbstractTransformerTest.php | 4 ++-- tests/Type/ArrayTypeTest.php | 4 ++-- tests/View/HtmlViewTest.php | 4 ++-- tests/View/HttpViewTest.php | 4 ++-- tests/View/JsonViewTest.php | 4 ++-- 38 files changed, 76 insertions(+), 76 deletions(-) diff --git a/src/ArrayWrapper.php b/src/ArrayWrapper.php index 044c68a..5a43660 100644 --- a/src/ArrayWrapper.php +++ b/src/ArrayWrapper.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Config.php b/src/Config.php index 045a3f0..e80ade3 100644 --- a/src/Config.php +++ b/src/Config.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/ConfigInterface.php b/src/ConfigInterface.php index e5266e4..e55354d 100644 --- a/src/ConfigInterface.php +++ b/src/ConfigInterface.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/Container.php b/src/Di/Container.php index db10680..3cd7ffc 100644 --- a/src/Di/Container.php +++ b/src/Di/Container.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/ContainerAware.php b/src/Di/ContainerAware.php index 19ddad1..776787e 100644 --- a/src/Di/ContainerAware.php +++ b/src/Di/ContainerAware.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/ContainerAwareInterface.php b/src/Di/ContainerAwareInterface.php index 5a0ed87..d6b9e23 100644 --- a/src/Di/ContainerAwareInterface.php +++ b/src/Di/ContainerAwareInterface.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/ContainerInterface.php b/src/Di/ContainerInterface.php index 25ba642..36d69f9 100644 --- a/src/Di/ContainerInterface.php +++ b/src/Di/ContainerInterface.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/Exception/ContainerException.php b/src/Di/Exception/ContainerException.php index b41fc75..7b8dd29 100644 --- a/src/Di/Exception/ContainerException.php +++ b/src/Di/Exception/ContainerException.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/Exception/NotFoundException.php b/src/Di/Exception/NotFoundException.php index acc6d4d..f2d1137 100644 --- a/src/Di/Exception/NotFoundException.php +++ b/src/Di/Exception/NotFoundException.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Enum.php b/src/Enum.php index 4f3029b..2d6e7e7 100644 --- a/src/Enum.php +++ b/src/Enum.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Exception/ConfigException.php b/src/Exception/ConfigException.php index 2e96d8c..47be6cc 100644 --- a/src/Exception/ConfigException.php +++ b/src/Exception/ConfigException.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Exception/DoubleRenderException.php b/src/Exception/DoubleRenderException.php index d907114..b29e066 100644 --- a/src/Exception/DoubleRenderException.php +++ b/src/Exception/DoubleRenderException.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Friend.php b/src/Friend.php index 5ff93f2..2d22590 100644 --- a/src/Friend.php +++ b/src/Friend.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Json.php b/src/Json.php index f023310..f6525f4 100644 --- a/src/Json.php +++ b/src/Json.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/JsonException.php b/src/JsonException.php index 594c971..cabd674 100644 --- a/src/JsonException.php +++ b/src/JsonException.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Model.php b/src/Model.php index ee49052..76e0811 100644 --- a/src/Model.php +++ b/src/Model.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Model/DB.php b/src/Model/DB.php index b239a81..3c07d6c 100644 --- a/src/Model/DB.php +++ b/src/Model/DB.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/StaticInstance.php b/src/StaticInstance.php index 09233a1..7a84c48 100644 --- a/src/StaticInstance.php +++ b/src/StaticInstance.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/StringWrapper.php b/src/StringWrapper.php index daa4868..4b063b5 100644 --- a/src/StringWrapper.php +++ b/src/StringWrapper.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Transformer/AbstractTransformer.php b/src/Transformer/AbstractTransformer.php index c1ebc6f..11d3b32 100644 --- a/src/Transformer/AbstractTransformer.php +++ b/src/Transformer/AbstractTransformer.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Transformer/TransformerInterface.php b/src/Transformer/TransformerInterface.php index 5120aac..9502e00 100644 --- a/src/Transformer/TransformerInterface.php +++ b/src/Transformer/TransformerInterface.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Type/ArrayType.php b/src/Type/ArrayType.php index 5d83ddf..9c402c7 100644 --- a/src/Type/ArrayType.php +++ b/src/Type/ArrayType.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Type/StringType.php b/src/Type/StringType.php index ae06be6..e338ae0 100644 --- a/src/Type/StringType.php +++ b/src/Type/StringType.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/View.php b/src/View.php index faf3f70..5411aba 100644 --- a/src/View.php +++ b/src/View.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/View/HtmlView.php b/src/View/HtmlView.php index c7d3f30..6a27dd5 100644 --- a/src/View/HtmlView.php +++ b/src/View/HtmlView.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/View/HttpView.php b/src/View/HttpView.php index 3bc1db5..caebfda 100644 --- a/src/View/HttpView.php +++ b/src/View/HttpView.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/View/JsonView.php b/src/View/JsonView.php index 59dac5d..b60e47d 100644 --- a/src/View/JsonView.php +++ b/src/View/JsonView.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/ViewInterface.php b/src/ViewInterface.php index a6f85cb..bf49b4d 100644 --- a/src/ViewInterface.php +++ b/src/ViewInterface.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/functions.php b/src/functions.php index d71da70..e5e5ea5 100644 --- a/src/functions.php +++ b/src/functions.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Di/ContainerAwareTest.php b/tests/Di/ContainerAwareTest.php index 59572e3..9a5a1a2 100644 --- a/tests/Di/ContainerAwareTest.php +++ b/tests/Di/ContainerAwareTest.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Di/ContainerTest.php b/tests/Di/ContainerTest.php index a1f2a5d..583c163 100644 --- a/tests/Di/ContainerTest.php +++ b/tests/Di/ContainerTest.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Exception/DoubleRenderExceptionTest.php b/tests/Exception/DoubleRenderExceptionTest.php index b9ebbbd..36b2948 100644 --- a/tests/Exception/DoubleRenderExceptionTest.php +++ b/tests/Exception/DoubleRenderExceptionTest.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Model/BaseDBModelTest.php b/tests/Model/BaseDBModelTest.php index 1a69438..955befc 100644 --- a/tests/Model/BaseDBModelTest.php +++ b/tests/Model/BaseDBModelTest.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Transformer/AbstractTransformerTest.php b/tests/Transformer/AbstractTransformerTest.php index cab68ba..41ea916 100644 --- a/tests/Transformer/AbstractTransformerTest.php +++ b/tests/Transformer/AbstractTransformerTest.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Type/ArrayTypeTest.php b/tests/Type/ArrayTypeTest.php index 489f810..d7aba07 100644 --- a/tests/Type/ArrayTypeTest.php +++ b/tests/Type/ArrayTypeTest.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/View/HtmlViewTest.php b/tests/View/HtmlViewTest.php index d62f79b..4d074fa 100644 --- a/tests/View/HtmlViewTest.php +++ b/tests/View/HtmlViewTest.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/View/HttpViewTest.php b/tests/View/HttpViewTest.php index d6f6d0a..5fd4f45 100644 --- a/tests/View/HttpViewTest.php +++ b/tests/View/HttpViewTest.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/View/JsonViewTest.php b/tests/View/JsonViewTest.php index 5a9874c..4e63047 100644 --- a/tests/View/JsonViewTest.php +++ b/tests/View/JsonViewTest.php @@ -8,9 +8,9 @@ * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 1.0.0 + * @version 2.0.0 * @link https://git.timshomepage.net/timw4mail/ion */