diff --git a/LICENSE.md b/LICENSE.md index 0875f84f9..682c21dc7 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2011-2016 Josh Lockhart +Copyright (c) 2011-2017 Josh Lockhart Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Slim/App.php b/Slim/App.php index 1a38b7835..642151c79 100644 --- a/Slim/App.php +++ b/Slim/App.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim; diff --git a/Slim/CallableResolver.php b/Slim/CallableResolver.php index 8c8eb6498..22f83d090 100644 --- a/Slim/CallableResolver.php +++ b/Slim/CallableResolver.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim; diff --git a/Slim/CallableResolverAwareTrait.php b/Slim/CallableResolverAwareTrait.php index 53e83be2f..56a5dd925 100644 --- a/Slim/CallableResolverAwareTrait.php +++ b/Slim/CallableResolverAwareTrait.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim; diff --git a/Slim/Collection.php b/Slim/Collection.php index 70ccb367f..728bb73e0 100644 --- a/Slim/Collection.php +++ b/Slim/Collection.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim; diff --git a/Slim/Container.php b/Slim/Container.php index 41ef31c09..ac0d9179c 100644 --- a/Slim/Container.php +++ b/Slim/Container.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim; diff --git a/Slim/DefaultServicesProvider.php b/Slim/DefaultServicesProvider.php index 6b2373831..7087e4e8c 100644 --- a/Slim/DefaultServicesProvider.php +++ b/Slim/DefaultServicesProvider.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim; diff --git a/Slim/DeferredCallable.php b/Slim/DeferredCallable.php index b79b948b6..532cfc97c 100644 --- a/Slim/DeferredCallable.php +++ b/Slim/DeferredCallable.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ diff --git a/Slim/Exception/ContainerException.php b/Slim/Exception/ContainerException.php index c72cc848e..0eeb89603 100644 --- a/Slim/Exception/ContainerException.php +++ b/Slim/Exception/ContainerException.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/codeguy/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/codeguy/Slim/blob/master/LICENSE (MIT License) */ namespace Slim\Exception; diff --git a/Slim/Exception/ContainerValueNotFoundException.php b/Slim/Exception/ContainerValueNotFoundException.php index b7ef3f30d..4c5e13839 100644 --- a/Slim/Exception/ContainerValueNotFoundException.php +++ b/Slim/Exception/ContainerValueNotFoundException.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/codeguy/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/codeguy/Slim/blob/master/LICENSE (MIT License) */ namespace Slim\Exception; diff --git a/Slim/Exception/MethodNotAllowedException.php b/Slim/Exception/MethodNotAllowedException.php index 81036265c..b5152f0fa 100644 --- a/Slim/Exception/MethodNotAllowedException.php +++ b/Slim/Exception/MethodNotAllowedException.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/codeguy/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/codeguy/Slim/blob/master/LICENSE (MIT License) */ namespace Slim\Exception; diff --git a/Slim/Exception/NotFoundException.php b/Slim/Exception/NotFoundException.php index 96057d6b3..08c2b9aa1 100644 --- a/Slim/Exception/NotFoundException.php +++ b/Slim/Exception/NotFoundException.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/codeguy/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/codeguy/Slim/blob/master/LICENSE (MIT License) */ namespace Slim\Exception; diff --git a/Slim/Exception/SlimException.php b/Slim/Exception/SlimException.php index 3f06ee15b..2480d73b1 100644 --- a/Slim/Exception/SlimException.php +++ b/Slim/Exception/SlimException.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Exception; diff --git a/Slim/Handlers/AbstractError.php b/Slim/Handlers/AbstractError.php index 81c572ae2..42f8dde3d 100644 --- a/Slim/Handlers/AbstractError.php +++ b/Slim/Handlers/AbstractError.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Handlers; diff --git a/Slim/Handlers/AbstractHandler.php b/Slim/Handlers/AbstractHandler.php index 46e4cebbb..b166a1564 100644 --- a/Slim/Handlers/AbstractHandler.php +++ b/Slim/Handlers/AbstractHandler.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Handlers; diff --git a/Slim/Handlers/Error.php b/Slim/Handlers/Error.php index 3bd53c96a..6d617e0a7 100644 --- a/Slim/Handlers/Error.php +++ b/Slim/Handlers/Error.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Handlers; diff --git a/Slim/Handlers/NotAllowed.php b/Slim/Handlers/NotAllowed.php index 92c308a8b..9f382c45c 100644 --- a/Slim/Handlers/NotAllowed.php +++ b/Slim/Handlers/NotAllowed.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Handlers; diff --git a/Slim/Handlers/NotFound.php b/Slim/Handlers/NotFound.php index cf7421d0a..d4a9dec4e 100644 --- a/Slim/Handlers/NotFound.php +++ b/Slim/Handlers/NotFound.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Handlers; diff --git a/Slim/Handlers/PhpError.php b/Slim/Handlers/PhpError.php index 23ab6c4c0..3ecce30cf 100644 --- a/Slim/Handlers/PhpError.php +++ b/Slim/Handlers/PhpError.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Handlers; diff --git a/Slim/Handlers/Strategies/RequestResponse.php b/Slim/Handlers/Strategies/RequestResponse.php index 2d99a4ad4..ad99b56e8 100644 --- a/Slim/Handlers/Strategies/RequestResponse.php +++ b/Slim/Handlers/Strategies/RequestResponse.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Handlers\Strategies; diff --git a/Slim/Handlers/Strategies/RequestResponseArgs.php b/Slim/Handlers/Strategies/RequestResponseArgs.php index aa72eb211..739cc7ee8 100644 --- a/Slim/Handlers/Strategies/RequestResponseArgs.php +++ b/Slim/Handlers/Strategies/RequestResponseArgs.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Handlers\Strategies; diff --git a/Slim/Http/Body.php b/Slim/Http/Body.php index 7d883cb01..7a7b4df81 100644 --- a/Slim/Http/Body.php +++ b/Slim/Http/Body.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Http; diff --git a/Slim/Http/Cookies.php b/Slim/Http/Cookies.php index 0da4d2098..c07c96f2b 100644 --- a/Slim/Http/Cookies.php +++ b/Slim/Http/Cookies.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Http; diff --git a/Slim/Http/Environment.php b/Slim/Http/Environment.php index 925f45821..786dc0a22 100644 --- a/Slim/Http/Environment.php +++ b/Slim/Http/Environment.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Http; diff --git a/Slim/Http/Headers.php b/Slim/Http/Headers.php index 378097152..f8c4ac140 100644 --- a/Slim/Http/Headers.php +++ b/Slim/Http/Headers.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Http; diff --git a/Slim/Http/Message.php b/Slim/Http/Message.php index 69377e9ed..d02a43c85 100644 --- a/Slim/Http/Message.php +++ b/Slim/Http/Message.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Http; diff --git a/Slim/Http/Request.php b/Slim/Http/Request.php index d9d4deee8..d8a931bb7 100644 --- a/Slim/Http/Request.php +++ b/Slim/Http/Request.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Http; diff --git a/Slim/Http/RequestBody.php b/Slim/Http/RequestBody.php index 95429bd99..50887fddc 100644 --- a/Slim/Http/RequestBody.php +++ b/Slim/Http/RequestBody.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Http; diff --git a/Slim/Http/Response.php b/Slim/Http/Response.php index 12c4752b1..ee59a8f57 100644 --- a/Slim/Http/Response.php +++ b/Slim/Http/Response.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Http; diff --git a/Slim/Http/Stream.php b/Slim/Http/Stream.php index 0f294a075..27c7a7645 100644 --- a/Slim/Http/Stream.php +++ b/Slim/Http/Stream.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Http; diff --git a/Slim/Http/UploadedFile.php b/Slim/Http/UploadedFile.php index 3f97be8d4..ae5dfb65e 100644 --- a/Slim/Http/UploadedFile.php +++ b/Slim/Http/UploadedFile.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Http; diff --git a/Slim/Http/Uri.php b/Slim/Http/Uri.php index 17248a2d1..31f202a72 100644 --- a/Slim/Http/Uri.php +++ b/Slim/Http/Uri.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Http; diff --git a/Slim/Interfaces/CallableResolverInterface.php b/Slim/Interfaces/CallableResolverInterface.php index f5b8ce4c1..17d81dbe8 100644 --- a/Slim/Interfaces/CallableResolverInterface.php +++ b/Slim/Interfaces/CallableResolverInterface.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Interfaces; diff --git a/Slim/Interfaces/CollectionInterface.php b/Slim/Interfaces/CollectionInterface.php index e1f00c1bf..be995bf46 100644 --- a/Slim/Interfaces/CollectionInterface.php +++ b/Slim/Interfaces/CollectionInterface.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Interfaces; diff --git a/Slim/Interfaces/Http/CookiesInterface.php b/Slim/Interfaces/Http/CookiesInterface.php index 6ef3c0cb4..206175adb 100644 --- a/Slim/Interfaces/Http/CookiesInterface.php +++ b/Slim/Interfaces/Http/CookiesInterface.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Interfaces\Http; diff --git a/Slim/Interfaces/Http/EnvironmentInterface.php b/Slim/Interfaces/Http/EnvironmentInterface.php index b56a3824e..af19d28b5 100644 --- a/Slim/Interfaces/Http/EnvironmentInterface.php +++ b/Slim/Interfaces/Http/EnvironmentInterface.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Interfaces\Http; diff --git a/Slim/Interfaces/Http/HeadersInterface.php b/Slim/Interfaces/Http/HeadersInterface.php index 370929ebe..b737705a2 100644 --- a/Slim/Interfaces/Http/HeadersInterface.php +++ b/Slim/Interfaces/Http/HeadersInterface.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Interfaces\Http; diff --git a/Slim/Interfaces/InvocationStrategyInterface.php b/Slim/Interfaces/InvocationStrategyInterface.php index 1c097b8eb..14a92c1de 100644 --- a/Slim/Interfaces/InvocationStrategyInterface.php +++ b/Slim/Interfaces/InvocationStrategyInterface.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Interfaces; diff --git a/Slim/Interfaces/RouteGroupInterface.php b/Slim/Interfaces/RouteGroupInterface.php index 55aa5c266..5ed33037e 100644 --- a/Slim/Interfaces/RouteGroupInterface.php +++ b/Slim/Interfaces/RouteGroupInterface.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Interfaces; diff --git a/Slim/Interfaces/RouteInterface.php b/Slim/Interfaces/RouteInterface.php index 6e930ded4..367f82786 100644 --- a/Slim/Interfaces/RouteInterface.php +++ b/Slim/Interfaces/RouteInterface.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Interfaces; diff --git a/Slim/Interfaces/RouterInterface.php b/Slim/Interfaces/RouterInterface.php index dd2d86455..12690e8d5 100644 --- a/Slim/Interfaces/RouterInterface.php +++ b/Slim/Interfaces/RouterInterface.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Interfaces; diff --git a/Slim/MiddlewareAwareTrait.php b/Slim/MiddlewareAwareTrait.php index 98f614966..333b798a9 100644 --- a/Slim/MiddlewareAwareTrait.php +++ b/Slim/MiddlewareAwareTrait.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim; diff --git a/Slim/Routable.php b/Slim/Routable.php index 9c2a89be0..eb6ff6f06 100644 --- a/Slim/Routable.php +++ b/Slim/Routable.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim; diff --git a/Slim/Route.php b/Slim/Route.php index ac4435cad..9269d27f7 100644 --- a/Slim/Route.php +++ b/Slim/Route.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim; diff --git a/Slim/RouteGroup.php b/Slim/RouteGroup.php index daf72bd95..705ac45de 100644 --- a/Slim/RouteGroup.php +++ b/Slim/RouteGroup.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim; diff --git a/Slim/Router.php b/Slim/Router.php index e0107c495..6146ba9a1 100644 --- a/Slim/Router.php +++ b/Slim/Router.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim; diff --git a/tests/AppTest.php b/tests/AppTest.php index 4948773b5..09ae6e930 100644 --- a/tests/AppTest.php +++ b/tests/AppTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ diff --git a/tests/CallableResolverTest.php b/tests/CallableResolverTest.php index 5c3ddd0bf..b83e22c06 100644 --- a/tests/CallableResolverTest.php +++ b/tests/CallableResolverTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests; diff --git a/tests/CollectionTest.php b/tests/CollectionTest.php index 5a8b44639..1d1ee79af 100644 --- a/tests/CollectionTest.php +++ b/tests/CollectionTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests; diff --git a/tests/ContainerTest.php b/tests/ContainerTest.php index 31e905d20..da0715f61 100644 --- a/tests/ContainerTest.php +++ b/tests/ContainerTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests; diff --git a/tests/Handlers/AbstractHandlerTest.php b/tests/Handlers/AbstractHandlerTest.php index a1c6e9d3b..45a601673 100644 --- a/tests/Handlers/AbstractHandlerTest.php +++ b/tests/Handlers/AbstractHandlerTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Handlers; diff --git a/tests/Handlers/ErrorTest.php b/tests/Handlers/ErrorTest.php index a267c0a09..e0dbd0539 100644 --- a/tests/Handlers/ErrorTest.php +++ b/tests/Handlers/ErrorTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Handlers; diff --git a/tests/Handlers/NotAllowedTest.php b/tests/Handlers/NotAllowedTest.php index 269f3b428..f23c278f3 100644 --- a/tests/Handlers/NotAllowedTest.php +++ b/tests/Handlers/NotAllowedTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Handlers; diff --git a/tests/Handlers/NotFoundTest.php b/tests/Handlers/NotFoundTest.php index 6d4c6d7ec..c448b2d95 100644 --- a/tests/Handlers/NotFoundTest.php +++ b/tests/Handlers/NotFoundTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Handlers; diff --git a/tests/Handlers/PhpErrorTest.php b/tests/Handlers/PhpErrorTest.php index 3e553d7a9..9d504dc75 100644 --- a/tests/Handlers/PhpErrorTest.php +++ b/tests/Handlers/PhpErrorTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ diff --git a/tests/Http/BodyTest.php b/tests/Http/BodyTest.php index 0e13b27f8..69a0ae29a 100644 --- a/tests/Http/BodyTest.php +++ b/tests/Http/BodyTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Http; diff --git a/tests/Http/CookiesTest.php b/tests/Http/CookiesTest.php index 08ca7c4e7..b44133ba6 100644 --- a/tests/Http/CookiesTest.php +++ b/tests/Http/CookiesTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License) */ namespace Slim\Tests\Http; diff --git a/tests/Http/EnvironmentTest.php b/tests/Http/EnvironmentTest.php index c1df6f4f4..8b3217aa0 100644 --- a/tests/Http/EnvironmentTest.php +++ b/tests/Http/EnvironmentTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Http; diff --git a/tests/Http/HeadersTest.php b/tests/Http/HeadersTest.php index 0ebc68555..53378241c 100644 --- a/tests/Http/HeadersTest.php +++ b/tests/Http/HeadersTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Http; diff --git a/tests/Http/MessageTest.php b/tests/Http/MessageTest.php index 75fa3fa8b..efc7cc05b 100644 --- a/tests/Http/MessageTest.php +++ b/tests/Http/MessageTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Http; diff --git a/tests/Http/RequestBodyTest.php b/tests/Http/RequestBodyTest.php index 650b86e82..d315a306b 100644 --- a/tests/Http/RequestBodyTest.php +++ b/tests/Http/RequestBodyTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Http; diff --git a/tests/Http/RequestTest.php b/tests/Http/RequestTest.php index 900b132e0..a1a21013b 100644 --- a/tests/Http/RequestTest.php +++ b/tests/Http/RequestTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ diff --git a/tests/Http/ResponseTest.php b/tests/Http/ResponseTest.php index 3c3862201..9801c45a4 100755 --- a/tests/Http/ResponseTest.php +++ b/tests/Http/ResponseTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Http; diff --git a/tests/Http/StreamTest.php b/tests/Http/StreamTest.php index 918138a78..f76f92253 100644 --- a/tests/Http/StreamTest.php +++ b/tests/Http/StreamTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Http; diff --git a/tests/Http/UploadedFilesTest.php b/tests/Http/UploadedFilesTest.php index 4dda214d5..d6a5211a9 100644 --- a/tests/Http/UploadedFilesTest.php +++ b/tests/Http/UploadedFilesTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Http; diff --git a/tests/Http/UriTest.php b/tests/Http/UriTest.php index 955339958..4de3062a4 100644 --- a/tests/Http/UriTest.php +++ b/tests/Http/UriTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Http; diff --git a/tests/MiddlewareAwareTest.php b/tests/MiddlewareAwareTest.php index 0001c66c4..ae8ab501f 100644 --- a/tests/MiddlewareAwareTest.php +++ b/tests/MiddlewareAwareTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests; diff --git a/tests/Mocks/CallableTest.php b/tests/Mocks/CallableTest.php index 30a512a8d..3b07a5280 100644 --- a/tests/Mocks/CallableTest.php +++ b/tests/Mocks/CallableTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Mocks; diff --git a/tests/Mocks/InvocationStrategyTest.php b/tests/Mocks/InvocationStrategyTest.php index fe1d9ba2a..00635a54f 100644 --- a/tests/Mocks/InvocationStrategyTest.php +++ b/tests/Mocks/InvocationStrategyTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Mocks; diff --git a/tests/Mocks/InvokableTest.php b/tests/Mocks/InvokableTest.php index e5b56c78b..03e467139 100644 --- a/tests/Mocks/InvokableTest.php +++ b/tests/Mocks/InvokableTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Mocks; diff --git a/tests/Mocks/MessageStub.php b/tests/Mocks/MessageStub.php index 1468cf223..328e7dd35 100644 --- a/tests/Mocks/MessageStub.php +++ b/tests/Mocks/MessageStub.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Mocks; diff --git a/tests/Mocks/MiddlewareStub.php b/tests/Mocks/MiddlewareStub.php index 3748daaba..de2699810 100644 --- a/tests/Mocks/MiddlewareStub.php +++ b/tests/Mocks/MiddlewareStub.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Mocks; diff --git a/tests/Mocks/MockAction.php b/tests/Mocks/MockAction.php index a348ea898..1718e8de3 100644 --- a/tests/Mocks/MockAction.php +++ b/tests/Mocks/MockAction.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Mocks; diff --git a/tests/Mocks/SmallChunksStream.php b/tests/Mocks/SmallChunksStream.php index e40dea319..58f5a81a8 100644 --- a/tests/Mocks/SmallChunksStream.php +++ b/tests/Mocks/SmallChunksStream.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ diff --git a/tests/Mocks/Stackable.php b/tests/Mocks/Stackable.php index a6ae03dd5..8e815a993 100644 --- a/tests/Mocks/Stackable.php +++ b/tests/Mocks/Stackable.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Mocks; diff --git a/tests/Mocks/StaticCallable.php b/tests/Mocks/StaticCallable.php index 7e5b643fb..64986580a 100644 --- a/tests/Mocks/StaticCallable.php +++ b/tests/Mocks/StaticCallable.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests\Mocks; diff --git a/tests/RouteTest.php b/tests/RouteTest.php index ef3406aa5..3f522125e 100644 --- a/tests/RouteTest.php +++ b/tests/RouteTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests; diff --git a/tests/RouterTest.php b/tests/RouterTest.php index b34339f1e..18d56e0b3 100644 --- a/tests/RouterTest.php +++ b/tests/RouterTest.php @@ -3,7 +3,7 @@ * Slim Framework (https://slimframework.com) * * @link https://github.com/slimphp/Slim - * @copyright Copyright (c) 2011-2016 Josh Lockhart + * @copyright Copyright (c) 2011-2017 Josh Lockhart * @license https://github.com/slimphp/Slim/blob/master/LICENSE.md (MIT License) */ namespace Slim\Tests;