From 690723e1e9ec98c592f8d2618a39caf05010d378 Mon Sep 17 00:00:00 2001 From: Nick Sagona Date: Thu, 18 Feb 2016 22:46:56 -0600 Subject: [PATCH] Update copyright --- LICENSE.TXT | 2 +- src/AbstractForm.php | 4 ++-- src/Element/AbstractElement.php | 4 ++-- src/Element/Button.php | 4 ++-- src/Element/CheckboxSet.php | 4 ++-- src/Element/ElementInterface.php | 4 ++-- src/Element/Exception.php | 4 ++-- src/Element/Input.php | 4 ++-- src/Element/Input/Button.php | 4 ++-- src/Element/Input/Captcha.php | 4 ++-- src/Element/Input/Checkbox.php | 4 ++-- src/Element/Input/Csrf.php | 4 ++-- src/Element/Input/Datalist.php | 4 ++-- src/Element/Input/Email.php | 4 ++-- src/Element/Input/Exception.php | 4 ++-- src/Element/Input/File.php | 4 ++-- src/Element/Input/Hidden.php | 4 ++-- src/Element/Input/Number.php | 4 ++-- src/Element/Input/Password.php | 4 ++-- src/Element/Input/Radio.php | 4 ++-- src/Element/Input/Range.php | 4 ++-- src/Element/Input/Reset.php | 4 ++-- src/Element/Input/Submit.php | 4 ++-- src/Element/Input/Text.php | 4 ++-- src/Element/Input/Url.php | 4 ++-- src/Element/RadioSet.php | 4 ++-- src/Element/Select.php | 4 ++-- src/Element/Textarea.php | 4 ++-- src/Exception.php | 4 ++-- src/Fields.php | 4 ++-- src/Form.php | 4 ++-- src/Template/AbstractTemplate.php | 4 ++-- src/Template/Exception.php | 4 ++-- src/Template/File.php | 4 ++-- src/Template/Stream.php | 4 ++-- src/Template/TemplateInterface.php | 4 ++-- 36 files changed, 71 insertions(+), 71 deletions(-) diff --git a/LICENSE.TXT b/LICENSE.TXT index 19101c5..7eb910a 100644 --- a/LICENSE.TXT +++ b/LICENSE.TXT @@ -1,6 +1,6 @@ New BSD License -Copyright (c) 2009-2015, NOLA Interactive, LLC. +Copyright (c) 2009-2016, NOLA Interactive, LLC. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/AbstractForm.php b/src/AbstractForm.php index 27e471f..f1b563d 100644 --- a/src/AbstractForm.php +++ b/src/AbstractForm.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/AbstractElement.php b/src/Element/AbstractElement.php index 5c32505..9e68ee0 100644 --- a/src/Element/AbstractElement.php +++ b/src/Element/AbstractElement.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -22,7 +22,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Button.php b/src/Element/Button.php index 0223877..88f0f39 100644 --- a/src/Element/Button.php +++ b/src/Element/Button.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -19,7 +19,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/CheckboxSet.php b/src/Element/CheckboxSet.php index 1a2a044..7cfc0b9 100644 --- a/src/Element/CheckboxSet.php +++ b/src/Element/CheckboxSet.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/ElementInterface.php b/src/Element/ElementInterface.php index 1d9eb39..954d615 100644 --- a/src/Element/ElementInterface.php +++ b/src/Element/ElementInterface.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -19,7 +19,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Exception.php b/src/Element/Exception.php index d5f2799..b7c63af 100644 --- a/src/Element/Exception.php +++ b/src/Element/Exception.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -19,7 +19,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Input.php b/src/Element/Input.php index 2dac3e3..3a24e21 100644 --- a/src/Element/Input.php +++ b/src/Element/Input.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -19,7 +19,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Input/Button.php b/src/Element/Input/Button.php index 49add5f..bc3bdc3 100644 --- a/src/Element/Input/Button.php +++ b/src/Element/Input/Button.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Input/Captcha.php b/src/Element/Input/Captcha.php index cb61992..d0ec91b 100644 --- a/src/Element/Input/Captcha.php +++ b/src/Element/Input/Captcha.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -19,7 +19,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Input/Checkbox.php b/src/Element/Input/Checkbox.php index 4225c94..387d488 100644 --- a/src/Element/Input/Checkbox.php +++ b/src/Element/Input/Checkbox.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Input/Csrf.php b/src/Element/Input/Csrf.php index f9f9fd5..aba6c7d 100644 --- a/src/Element/Input/Csrf.php +++ b/src/Element/Input/Csrf.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -19,7 +19,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Input/Datalist.php b/src/Element/Input/Datalist.php index aad569c..06fbad5 100644 --- a/src/Element/Input/Datalist.php +++ b/src/Element/Input/Datalist.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Input/Email.php b/src/Element/Input/Email.php index 479a110..4771fb5 100644 --- a/src/Element/Input/Email.php +++ b/src/Element/Input/Email.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Input/Exception.php b/src/Element/Input/Exception.php index a70e2b1..1447ce6 100644 --- a/src/Element/Input/Exception.php +++ b/src/Element/Input/Exception.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -19,7 +19,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Input/File.php b/src/Element/Input/File.php index 1204b94..d6bfc66 100644 --- a/src/Element/Input/File.php +++ b/src/Element/Input/File.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Input/Hidden.php b/src/Element/Input/Hidden.php index 08847c4..82c6880 100644 --- a/src/Element/Input/Hidden.php +++ b/src/Element/Input/Hidden.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Input/Number.php b/src/Element/Input/Number.php index 005768e..8715149 100644 --- a/src/Element/Input/Number.php +++ b/src/Element/Input/Number.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Input/Password.php b/src/Element/Input/Password.php index 4a127e7..7e2a8f8 100644 --- a/src/Element/Input/Password.php +++ b/src/Element/Input/Password.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Input/Radio.php b/src/Element/Input/Radio.php index 317f945..1bb05ab 100644 --- a/src/Element/Input/Radio.php +++ b/src/Element/Input/Radio.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Input/Range.php b/src/Element/Input/Range.php index 78a35d6..03a636a 100644 --- a/src/Element/Input/Range.php +++ b/src/Element/Input/Range.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Input/Reset.php b/src/Element/Input/Reset.php index cd19f16..2ea34e0 100644 --- a/src/Element/Input/Reset.php +++ b/src/Element/Input/Reset.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Input/Submit.php b/src/Element/Input/Submit.php index ddebb70..7aa2b0e 100644 --- a/src/Element/Input/Submit.php +++ b/src/Element/Input/Submit.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Input/Text.php b/src/Element/Input/Text.php index d114874..9ca627b 100644 --- a/src/Element/Input/Text.php +++ b/src/Element/Input/Text.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Input/Url.php b/src/Element/Input/Url.php index ab28967..db067d3 100644 --- a/src/Element/Input/Url.php +++ b/src/Element/Input/Url.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/RadioSet.php b/src/Element/RadioSet.php index 4342fe2..f051590 100644 --- a/src/Element/RadioSet.php +++ b/src/Element/RadioSet.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Select.php b/src/Element/Select.php index ce8964c..bb5563e 100644 --- a/src/Element/Select.php +++ b/src/Element/Select.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Element/Textarea.php b/src/Element/Textarea.php index 3b4074b..d21ee2f 100644 --- a/src/Element/Textarea.php +++ b/src/Element/Textarea.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -19,7 +19,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Exception.php b/src/Exception.php index 181fa23..3821638 100644 --- a/src/Exception.php +++ b/src/Exception.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -19,7 +19,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Fields.php b/src/Fields.php index 6ff0eb9..61faac6 100644 --- a/src/Fields.php +++ b/src/Fields.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -19,7 +19,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Form.php b/src/Form.php index 588188a..343a0a1 100644 --- a/src/Form.php +++ b/src/Form.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Template/AbstractTemplate.php b/src/Template/AbstractTemplate.php index ab98b51..0084035 100644 --- a/src/Template/AbstractTemplate.php +++ b/src/Template/AbstractTemplate.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -19,7 +19,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Template/Exception.php b/src/Template/Exception.php index 0957072..7af7fb4 100644 --- a/src/Template/Exception.php +++ b/src/Template/Exception.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -19,7 +19,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Template/File.php b/src/Template/File.php index 2074349..c037d64 100644 --- a/src/Template/File.php +++ b/src/Template/File.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Template/Stream.php b/src/Template/Stream.php index 04b1d10..4fa21a9 100644 --- a/src/Template/Stream.php +++ b/src/Template/Stream.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -21,7 +21,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */ diff --git a/src/Template/TemplateInterface.php b/src/Template/TemplateInterface.php index c52d72b..4d902f7 100644 --- a/src/Template/TemplateInterface.php +++ b/src/Template/TemplateInterface.php @@ -4,7 +4,7 @@ * * @link https://github.com/popphp/popphp-framework * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License */ @@ -19,7 +19,7 @@ * @category Pop * @package Pop_Form * @author Nick Sagona, III - * @copyright Copyright (c) 2009-2015 NOLA Interactive, LLC. (http://www.nolainteractive.com) + * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License * @version 2.0.0 */