From 684e790e7584ba120ca3ce861330c85c5d72b539 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Fri, 1 Jan 2016 21:53:47 +0700 Subject: [PATCH] Happy new year 2016 --- LICENSE.md | 2 +- src/AppFactory.php | 2 +- src/Application.php | 2 +- src/Container/ApplicationFactory.php | 2 +- src/Container/Exception/ExceptionInterface.php | 2 +- src/Container/Exception/InvalidArgumentException.php | 2 +- src/Container/Exception/InvalidServiceException.php | 2 +- src/Container/Exception/NotFoundException.php | 2 +- src/Container/TemplatedErrorHandlerFactory.php | 2 +- src/Container/WhoopsErrorHandlerFactory.php | 2 +- src/Container/WhoopsFactory.php | 2 +- src/Container/WhoopsPageHandlerFactory.php | 2 +- src/Emitter/EmitterStack.php | 2 +- src/Exception/ContainerNotRegisteredException.php | 2 +- src/Exception/ExceptionInterface.php | 2 +- src/Exception/InvalidMiddlewareException.php | 2 +- src/TemplatedErrorHandler.php | 2 +- src/WhoopsErrorHandler.php | 2 +- test/AppFactoryTest.php | 2 +- test/ApplicationTest.php | 2 +- test/Container/ApplicationFactoryTest.php | 2 +- test/Container/TemplatedErrorHandlerFactoryTest.php | 2 +- test/Container/WhoopsErrorHandlerFactoryTest.php | 2 +- test/Container/WhoopsFactoryTest.php | 2 +- test/Container/WhoopsPageHandlerFactoryTest.php | 2 +- test/ContainerTrait.php | 2 +- test/Emitter/EmitterStackTest.php | 2 +- test/IntegrationTest.php | 2 +- test/RouteMiddlewareTest.php | 2 +- test/TemplatedErrorHandlerTest.php | 2 +- test/TestAsset/ContainerException.php | 2 +- test/TestAsset/InvokableMiddleware.php | 2 +- test/WhoopsErrorHandlerTest.php | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index b401e72d..c7e9a85d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2015, Zend Technologies USA, Inc. +Copyright (c) 2015-2016, Zend Technologies USA, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/AppFactory.php b/src/AppFactory.php index c8eb5783..db2e548a 100644 --- a/src/AppFactory.php +++ b/src/AppFactory.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/src/Application.php b/src/Application.php index ca733be2..9353e325 100644 --- a/src/Application.php +++ b/src/Application.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/src/Container/ApplicationFactory.php b/src/Container/ApplicationFactory.php index 690065cc..04ad8b97 100644 --- a/src/Container/ApplicationFactory.php +++ b/src/Container/ApplicationFactory.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/src/Container/Exception/ExceptionInterface.php b/src/Container/Exception/ExceptionInterface.php index 2ae92e75..bc24239f 100644 --- a/src/Container/Exception/ExceptionInterface.php +++ b/src/Container/Exception/ExceptionInterface.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see http://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/src/Container/Exception/InvalidArgumentException.php b/src/Container/Exception/InvalidArgumentException.php index 38215928..e2951f29 100644 --- a/src/Container/Exception/InvalidArgumentException.php +++ b/src/Container/Exception/InvalidArgumentException.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see http://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/src/Container/Exception/InvalidServiceException.php b/src/Container/Exception/InvalidServiceException.php index d3baaa96..bdfd4f60 100644 --- a/src/Container/Exception/InvalidServiceException.php +++ b/src/Container/Exception/InvalidServiceException.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see http://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/src/Container/Exception/NotFoundException.php b/src/Container/Exception/NotFoundException.php index da4eb125..9e281f8c 100644 --- a/src/Container/Exception/NotFoundException.php +++ b/src/Container/Exception/NotFoundException.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see http://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/src/Container/TemplatedErrorHandlerFactory.php b/src/Container/TemplatedErrorHandlerFactory.php index e57d3e1d..30d3a347 100644 --- a/src/Container/TemplatedErrorHandlerFactory.php +++ b/src/Container/TemplatedErrorHandlerFactory.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/src/Container/WhoopsErrorHandlerFactory.php b/src/Container/WhoopsErrorHandlerFactory.php index 86080b7f..0804e22b 100644 --- a/src/Container/WhoopsErrorHandlerFactory.php +++ b/src/Container/WhoopsErrorHandlerFactory.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/src/Container/WhoopsFactory.php b/src/Container/WhoopsFactory.php index 435334da..f8e6a5e6 100644 --- a/src/Container/WhoopsFactory.php +++ b/src/Container/WhoopsFactory.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/src/Container/WhoopsPageHandlerFactory.php b/src/Container/WhoopsPageHandlerFactory.php index c9fece43..b7dd0da8 100644 --- a/src/Container/WhoopsPageHandlerFactory.php +++ b/src/Container/WhoopsPageHandlerFactory.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/src/Emitter/EmitterStack.php b/src/Emitter/EmitterStack.php index 31de5ab7..9762e8ab 100644 --- a/src/Emitter/EmitterStack.php +++ b/src/Emitter/EmitterStack.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/ContainerNotRegisteredException.php b/src/Exception/ContainerNotRegisteredException.php index 9ca1fa1e..bac82737 100644 --- a/src/Exception/ContainerNotRegisteredException.php +++ b/src/Exception/ContainerNotRegisteredException.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/ExceptionInterface.php b/src/Exception/ExceptionInterface.php index 1e9d3cdf..80d6c00b 100644 --- a/src/Exception/ExceptionInterface.php +++ b/src/Exception/ExceptionInterface.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/InvalidMiddlewareException.php b/src/Exception/InvalidMiddlewareException.php index 85682ea2..647c0800 100644 --- a/src/Exception/InvalidMiddlewareException.php +++ b/src/Exception/InvalidMiddlewareException.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/src/TemplatedErrorHandler.php b/src/TemplatedErrorHandler.php index 161e09e1..b39cb185 100644 --- a/src/TemplatedErrorHandler.php +++ b/src/TemplatedErrorHandler.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see http://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/src/WhoopsErrorHandler.php b/src/WhoopsErrorHandler.php index f51cfb1c..993e6eaa 100644 --- a/src/WhoopsErrorHandler.php +++ b/src/WhoopsErrorHandler.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see http://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/test/AppFactoryTest.php b/test/AppFactoryTest.php index 38c22ada..6e0c41bd 100644 --- a/test/AppFactoryTest.php +++ b/test/AppFactoryTest.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/test/ApplicationTest.php b/test/ApplicationTest.php index 7cf7e0a1..e3fe4cf4 100644 --- a/test/ApplicationTest.php +++ b/test/ApplicationTest.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/test/Container/ApplicationFactoryTest.php b/test/Container/ApplicationFactoryTest.php index f269454f..d496b678 100644 --- a/test/Container/ApplicationFactoryTest.php +++ b/test/Container/ApplicationFactoryTest.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/test/Container/TemplatedErrorHandlerFactoryTest.php b/test/Container/TemplatedErrorHandlerFactoryTest.php index add2eec7..6f23e5ef 100644 --- a/test/Container/TemplatedErrorHandlerFactoryTest.php +++ b/test/Container/TemplatedErrorHandlerFactoryTest.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/test/Container/WhoopsErrorHandlerFactoryTest.php b/test/Container/WhoopsErrorHandlerFactoryTest.php index 6c595e66..90036539 100644 --- a/test/Container/WhoopsErrorHandlerFactoryTest.php +++ b/test/Container/WhoopsErrorHandlerFactoryTest.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/test/Container/WhoopsFactoryTest.php b/test/Container/WhoopsFactoryTest.php index 9275e62f..819b78d2 100644 --- a/test/Container/WhoopsFactoryTest.php +++ b/test/Container/WhoopsFactoryTest.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/test/Container/WhoopsPageHandlerFactoryTest.php b/test/Container/WhoopsPageHandlerFactoryTest.php index 51eb803c..173ead5d 100644 --- a/test/Container/WhoopsPageHandlerFactoryTest.php +++ b/test/Container/WhoopsPageHandlerFactoryTest.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/test/ContainerTrait.php b/test/ContainerTrait.php index 85e64c92..a9ca30fb 100644 --- a/test/ContainerTrait.php +++ b/test/ContainerTrait.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/test/Emitter/EmitterStackTest.php b/test/Emitter/EmitterStackTest.php index b9db7fe5..e7edef72 100644 --- a/test/Emitter/EmitterStackTest.php +++ b/test/Emitter/EmitterStackTest.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/test/IntegrationTest.php b/test/IntegrationTest.php index bdb93d7b..d525819d 100644 --- a/test/IntegrationTest.php +++ b/test/IntegrationTest.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/test/RouteMiddlewareTest.php b/test/RouteMiddlewareTest.php index 2dc0c7e5..9dc303b9 100644 --- a/test/RouteMiddlewareTest.php +++ b/test/RouteMiddlewareTest.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/test/TemplatedErrorHandlerTest.php b/test/TemplatedErrorHandlerTest.php index ca7ec777..abf3a71c 100644 --- a/test/TemplatedErrorHandlerTest.php +++ b/test/TemplatedErrorHandlerTest.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see http://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/test/TestAsset/ContainerException.php b/test/TestAsset/ContainerException.php index 24e23f59..8a1e3124 100644 --- a/test/TestAsset/ContainerException.php +++ b/test/TestAsset/ContainerException.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/test/TestAsset/InvokableMiddleware.php b/test/TestAsset/InvokableMiddleware.php index 2a7c0fcc..dde1e5b7 100644 --- a/test/TestAsset/InvokableMiddleware.php +++ b/test/TestAsset/InvokableMiddleware.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see https://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */ diff --git a/test/WhoopsErrorHandlerTest.php b/test/WhoopsErrorHandlerTest.php index e6ec7971..c39a7288 100644 --- a/test/WhoopsErrorHandlerTest.php +++ b/test/WhoopsErrorHandlerTest.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @see http://github.com/zendframework/zend-expressive for the canonical source repository - * @copyright Copyright (c) 2015 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com) * @license https://github.com/zendframework/zend-expressive/blob/master/LICENSE.md New BSD License */