diff --git a/src/Api/Api.php b/src/Api/Api.php index 5ccb02fe..7588e79a 100644 --- a/src/Api/Api.php +++ b/src/Api/Api.php @@ -2,7 +2,7 @@ /** * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Api; diff --git a/src/Api/Component.php b/src/Api/Component.php index ab1bd4da..999b78a0 100644 --- a/src/Api/Component.php +++ b/src/Api/Component.php @@ -2,7 +2,7 @@ /** * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Api; diff --git a/src/Api/Endpoint.php b/src/Api/Endpoint.php index 33fe038d..cbc8f911 100644 --- a/src/Api/Endpoint.php +++ b/src/Api/Endpoint.php @@ -5,7 +5,7 @@ * interact with the data source and also the API response as a Payload. * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Api; diff --git a/src/Api/InvalidLogicTypeException.php b/src/Api/InvalidLogicTypeException.php index 889d0f81..564abf09 100644 --- a/src/Api/InvalidLogicTypeException.php +++ b/src/Api/InvalidLogicTypeException.php @@ -3,7 +3,7 @@ * * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Api; diff --git a/src/Api/InvalidScriptTypeException.php b/src/Api/InvalidScriptTypeException.php index 0f3872d9..eb7e0213 100644 --- a/src/Api/InvalidScriptTypeException.php +++ b/src/Api/InvalidScriptTypeException.php @@ -3,7 +3,7 @@ * * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Api; diff --git a/src/Api/Logic.php b/src/Api/Logic.php index 688d9956..700968b7 100644 --- a/src/Api/Logic.php +++ b/src/Api/Logic.php @@ -9,7 +9,7 @@ * \Gt\Api\Logic rather than \Gt\Logic\ApiLogic * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Api; diff --git a/src/Api/LogicNotFoundException.php b/src/Api/LogicNotFoundException.php index 192e2e88..adecf315 100644 --- a/src/Api/LogicNotFoundException.php +++ b/src/Api/LogicNotFoundException.php @@ -3,7 +3,7 @@ * * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Api; diff --git a/src/Api/Payload.php b/src/Api/Payload.php index c376570d..5d6eaf48 100644 --- a/src/Api/Payload.php +++ b/src/Api/Payload.php @@ -4,7 +4,7 @@ * over HTTP in the response. * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Api; diff --git a/src/Cli/Gatekeeper.php b/src/Cli/Gatekeeper.php index 1e0a2fd2..7f6abeed 100644 --- a/src/Cli/Gatekeeper.php +++ b/src/Cli/Gatekeeper.php @@ -8,7 +8,7 @@ * request / response within PHP.Gt. * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Cli; diff --git a/src/Cli/Gateway.php b/src/Cli/Gateway.php index 04a77892..09d29bc9 100644 --- a/src/Cli/Gateway.php +++ b/src/Cli/Gateway.php @@ -4,7 +4,7 @@ * bytes, or to begin the request / response within PHP.Gt. * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Cli; diff --git a/src/Cli/InvalidContextException.php b/src/Cli/InvalidContextException.php index e7028c14..a5ec239d 100644 --- a/src/Cli/InvalidContextException.php +++ b/src/Cli/InvalidContextException.php @@ -1,7 +1,7 @@ accept_language). * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Request; diff --git a/src/Request/InvalidRequestTypeException.php b/src/Request/InvalidRequestTypeException.php index 55c5fb90..e7b2a896 100644 --- a/src/Request/InvalidRequestTypeException.php +++ b/src/Request/InvalidRequestTypeException.php @@ -2,7 +2,7 @@ /** * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Request; diff --git a/src/Request/Request.php b/src/Request/Request.php index f50d9ec9..b1050c90 100644 --- a/src/Request/Request.php +++ b/src/Request/Request.php @@ -2,7 +2,7 @@ /** * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Request; diff --git a/src/Request/Standardiser.php b/src/Request/Standardiser.php index fa20719c..e7c7b46f 100644 --- a/src/Request/Standardiser.php +++ b/src/Request/Standardiser.php @@ -4,7 +4,7 @@ * of that application. * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Request; diff --git a/src/Response/Headers.php b/src/Response/Headers.php index b972665c..ac924ef7 100644 --- a/src/Response/Headers.php +++ b/src/Response/Headers.php @@ -4,7 +4,7 @@ * response. * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Response; diff --git a/src/Response/HeadersAlreadySentException.php b/src/Response/HeadersAlreadySentException.php index 3dd69b39..dbf110c8 100644 --- a/src/Response/HeadersAlreadySentException.php +++ b/src/Response/HeadersAlreadySentException.php @@ -5,7 +5,7 @@ * white-space before an opening tags. * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Response; diff --git a/src/Response/NotFoundException.php b/src/Response/NotFoundException.php index 0c4ea957..41de0a58 100644 --- a/src/Response/NotFoundException.php +++ b/src/Response/NotFoundException.php @@ -3,7 +3,7 @@ * TODO: Extend from an HTTP Error exception. * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Response; diff --git a/src/Response/PageResponse.php b/src/Response/PageResponse.php index cf0b3e4a..d5d4ef66 100644 --- a/src/Response/PageResponse.php +++ b/src/Response/PageResponse.php @@ -2,7 +2,7 @@ /** * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Response; diff --git a/src/Response/Redirect.php b/src/Response/Redirect.php index 1d2efae8..fc0607b9 100644 --- a/src/Response/Redirect.php +++ b/src/Response/Redirect.php @@ -3,7 +3,7 @@ * Used to perform temporary or permanent HTTP redirects within * * PHP.Gt (http://php.gt) - * @copyright Copyright Ⓒ 2014 Bright Flair Ltd. (http://brightflair.com) + * @copyright Copyright Ⓒ 2015 Bright Flair Ltd. (http://brightflair.com) * @license http://www.opensource.org/licenses/mit-license.php MIT */ namespace Gt\Response;