Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit ff65f00

Browse files
committed
update copyright year s/2014/2015
1 parent be067c4 commit ff65f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServerRequestFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* Logic largely refactored from the ZF2 Zend\Http\PhpEnvironment\Request class.
2222
*
23-
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
23+
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
2424
* @license http://framework.zend.com/license/new-bsd New BSD License
2525
*/
2626
abstract class ServerRequestFactory
@@ -338,7 +338,7 @@ public static function marshalHostAndPortFromHeaders(stdClass $accumulator, arra
338338
* URI, including rewrite URIs, proxy URIs, etc.
339339
*
340340
* From ZF2's Zend\Http\PhpEnvironment\Request class
341-
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
341+
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
342342
* @license http://framework.zend.com/license/new-bsd New BSD License
343343
*
344344
* @param array $server

0 commit comments

Comments
 (0)