From fc2183b9702ecbc75324aa72a67395eb7cd396f9 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 8 Dec 2013 20:55:48 +0400 Subject: [PATCH] Set new Copyright date --- libraries/Gelato/Agent/Agent.php | 2 +- libraries/Gelato/Arr/Arr.php | 2 +- libraries/Gelato/Cache/Cache.php | 2 +- libraries/Gelato/ClassLoader/ClassLoader.php | 2 +- libraries/Gelato/Cookie/Cookie.php | 2 +- libraries/Gelato/Curl/Curl.php | 2 +- libraries/Gelato/Date/Date.php | 2 +- libraries/Gelato/Debug/Debug.php | 2 +- libraries/Gelato/ErrorHandler/ErrorHandler.php | 2 +- libraries/Gelato/FileSystem/Dir.php | 2 +- libraries/Gelato/FileSystem/File.php | 2 +- libraries/Gelato/Form/Form.php | 2 +- libraries/Gelato/Gelato.php | 2 +- libraries/Gelato/Html/Html.php | 2 +- libraries/Gelato/Http/Request.php | 2 +- libraries/Gelato/Http/Response.php | 2 +- libraries/Gelato/Image/Image.php | 2 +- libraries/Gelato/Inflector/Inflector.php | 2 +- libraries/Gelato/Log/Log.php | 2 +- libraries/Gelato/Minify/MinifyCSS.php | 2 +- libraries/Gelato/Minify/MinifyHTML.php | 2 +- libraries/Gelato/Minify/MinifyJS.php | 2 +- libraries/Gelato/Notification/Notification.php | 2 +- libraries/Gelato/Number/Number.php | 2 +- libraries/Gelato/Registry/Registry.php | 2 +- libraries/Gelato/Security/Token.php | 2 +- libraries/Gelato/Session/Session.php | 2 +- libraries/Gelato/Text/Text.php | 2 +- libraries/Gelato/Url/Url.php | 2 +- libraries/Gelato/Validation/Valid.php | 2 +- libraries/Gelato/Zip/Zip.php | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/libraries/Gelato/Agent/Agent.php b/libraries/Gelato/Agent/Agent.php index 9326ec6..163b1b1 100644 --- a/libraries/Gelato/Agent/Agent.php +++ b/libraries/Gelato/Agent/Agent.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Arr/Arr.php b/libraries/Gelato/Arr/Arr.php index 07ac3ea..6da3523 100644 --- a/libraries/Gelato/Arr/Arr.php +++ b/libraries/Gelato/Arr/Arr.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Cache/Cache.php b/libraries/Gelato/Cache/Cache.php index 557f8f4..7de3f6e 100644 --- a/libraries/Gelato/Cache/Cache.php +++ b/libraries/Gelato/Cache/Cache.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/ClassLoader/ClassLoader.php b/libraries/Gelato/ClassLoader/ClassLoader.php index 1b4552a..66e737f 100644 --- a/libraries/Gelato/ClassLoader/ClassLoader.php +++ b/libraries/Gelato/ClassLoader/ClassLoader.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Cookie/Cookie.php b/libraries/Gelato/Cookie/Cookie.php index fe553bf..805af4b 100644 --- a/libraries/Gelato/Cookie/Cookie.php +++ b/libraries/Gelato/Cookie/Cookie.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Curl/Curl.php b/libraries/Gelato/Curl/Curl.php index a5b5b73..6ed7f80 100644 --- a/libraries/Gelato/Curl/Curl.php +++ b/libraries/Gelato/Curl/Curl.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Date/Date.php b/libraries/Gelato/Date/Date.php index a83488a..d37a261 100644 --- a/libraries/Gelato/Date/Date.php +++ b/libraries/Gelato/Date/Date.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Debug/Debug.php b/libraries/Gelato/Debug/Debug.php index 9097a2b..9c80f5a 100644 --- a/libraries/Gelato/Debug/Debug.php +++ b/libraries/Gelato/Debug/Debug.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/ErrorHandler/ErrorHandler.php b/libraries/Gelato/ErrorHandler/ErrorHandler.php index 40d1ce8..4ec24a4 100644 --- a/libraries/Gelato/ErrorHandler/ErrorHandler.php +++ b/libraries/Gelato/ErrorHandler/ErrorHandler.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/FileSystem/Dir.php b/libraries/Gelato/FileSystem/Dir.php index 6b30fa8..76a5883 100644 --- a/libraries/Gelato/FileSystem/Dir.php +++ b/libraries/Gelato/FileSystem/Dir.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/FileSystem/File.php b/libraries/Gelato/FileSystem/File.php index 4938355..80e6c95 100644 --- a/libraries/Gelato/FileSystem/File.php +++ b/libraries/Gelato/FileSystem/File.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Form/Form.php b/libraries/Gelato/Form/Form.php index 9214d89..4e67d16 100644 --- a/libraries/Gelato/Form/Form.php +++ b/libraries/Gelato/Form/Form.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Gelato.php b/libraries/Gelato/Gelato.php index c5a01a8..b19835a 100644 --- a/libraries/Gelato/Gelato.php +++ b/libraries/Gelato/Gelato.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Html/Html.php b/libraries/Gelato/Html/Html.php index bba92bc..c757e52 100644 --- a/libraries/Gelato/Html/Html.php +++ b/libraries/Gelato/Html/Html.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Http/Request.php b/libraries/Gelato/Http/Request.php index 4b658bf..fb03fb4 100644 --- a/libraries/Gelato/Http/Request.php +++ b/libraries/Gelato/Http/Request.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Http/Response.php b/libraries/Gelato/Http/Response.php index b5eeec5..d8a3ee3 100644 --- a/libraries/Gelato/Http/Response.php +++ b/libraries/Gelato/Http/Response.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Image/Image.php b/libraries/Gelato/Image/Image.php index 07abc38..d0a86f7 100644 --- a/libraries/Gelato/Image/Image.php +++ b/libraries/Gelato/Image/Image.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Inflector/Inflector.php b/libraries/Gelato/Inflector/Inflector.php index 9662217..a6570c1 100644 --- a/libraries/Gelato/Inflector/Inflector.php +++ b/libraries/Gelato/Inflector/Inflector.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Log/Log.php b/libraries/Gelato/Log/Log.php index 4ec823e..2485b94 100644 --- a/libraries/Gelato/Log/Log.php +++ b/libraries/Gelato/Log/Log.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Minify/MinifyCSS.php b/libraries/Gelato/Minify/MinifyCSS.php index 0f5ee4f..5d9b803 100644 --- a/libraries/Gelato/Minify/MinifyCSS.php +++ b/libraries/Gelato/Minify/MinifyCSS.php @@ -10,7 +10,7 @@ * * @author Romanenko Sergey / Awilum * @author Stephen Clay - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Minify/MinifyHTML.php b/libraries/Gelato/Minify/MinifyHTML.php index 57d232b..483fab6 100644 --- a/libraries/Gelato/Minify/MinifyHTML.php +++ b/libraries/Gelato/Minify/MinifyHTML.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Minify/MinifyJS.php b/libraries/Gelato/Minify/MinifyJS.php index d209843..3a279a4 100644 --- a/libraries/Gelato/Minify/MinifyJS.php +++ b/libraries/Gelato/Minify/MinifyJS.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Notification/Notification.php b/libraries/Gelato/Notification/Notification.php index 8ed22d0..b8de55f 100644 --- a/libraries/Gelato/Notification/Notification.php +++ b/libraries/Gelato/Notification/Notification.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Number/Number.php b/libraries/Gelato/Number/Number.php index 7170c3b..9b6df1f 100644 --- a/libraries/Gelato/Number/Number.php +++ b/libraries/Gelato/Number/Number.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Registry/Registry.php b/libraries/Gelato/Registry/Registry.php index 16234f4..e6b4ced 100644 --- a/libraries/Gelato/Registry/Registry.php +++ b/libraries/Gelato/Registry/Registry.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Security/Token.php b/libraries/Gelato/Security/Token.php index 05951e4..90ae65b 100644 --- a/libraries/Gelato/Security/Token.php +++ b/libraries/Gelato/Security/Token.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Session/Session.php b/libraries/Gelato/Session/Session.php index 75ec363..bd36d64 100644 --- a/libraries/Gelato/Session/Session.php +++ b/libraries/Gelato/Session/Session.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Text/Text.php b/libraries/Gelato/Text/Text.php index 560e51b..65d74af 100644 --- a/libraries/Gelato/Text/Text.php +++ b/libraries/Gelato/Text/Text.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Url/Url.php b/libraries/Gelato/Url/Url.php index f624086..d96faa3 100644 --- a/libraries/Gelato/Url/Url.php +++ b/libraries/Gelato/Url/Url.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Validation/Valid.php b/libraries/Gelato/Validation/Valid.php index 144812b..4406bf1 100644 --- a/libraries/Gelato/Validation/Valid.php +++ b/libraries/Gelato/Validation/Valid.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/libraries/Gelato/Zip/Zip.php b/libraries/Gelato/Zip/Zip.php index 83461c3..9296e6f 100644 --- a/libraries/Gelato/Zip/Zip.php +++ b/libraries/Gelato/Zip/Zip.php @@ -9,7 +9,7 @@ * @package Gelato * * @author Romanenko Sergey / Awilum - * @copyright 2012-2013 Romanenko Sergey / Awilum + * @copyright 2012-2014 Romanenko Sergey / Awilum * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.