Skip to content

Commit 2e4a964

Browse files
committed
Merge branch 'hotfix/15'
Close #15
2 parents a0949a1 + e7b390a commit 2e4a964

28 files changed

+28
-28
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013, Zend Technologies USA, Inc.
1+
Copyright (c) 2014, Zend Technologies USA, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

Module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
4-
* @copyright Copyright (c) 2013 Zend Technologies USA Inc. (http://www.zend.com)
4+
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)
55
*/
66

77
namespace ZF\ApiProblem;

config/module.config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
4-
* @copyright Copyright (c) 2013 Zend Technologies USA Inc. (http://www.zend.com)
4+
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)
55
*/
66

77
return array(

src/ZF/ApiProblem/ApiProblem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
4-
* @copyright Copyright (c) 2013 Zend Technologies USA Inc. (http://www.zend.com)
4+
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)
55
*/
66

77
namespace ZF\ApiProblem;

src/ZF/ApiProblem/ApiProblemResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
4-
* @copyright Copyright (c) 2013 Zend Technologies USA Inc. (http://www.zend.com)
4+
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)
55
*/
66

77
namespace ZF\ApiProblem;

src/ZF/ApiProblem/Exception/DomainException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
4-
* @copyright Copyright (c) 2013 Zend Technologies USA Inc. (http://www.zend.com)
4+
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)
55
*/
66

77
namespace ZF\ApiProblem\Exception;

src/ZF/ApiProblem/Exception/ExceptionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
4-
* @copyright Copyright (c) 2013 Zend Technologies USA Inc. (http://www.zend.com)
4+
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)
55
*/
66

77
namespace ZF\ApiProblem\Exception;

src/ZF/ApiProblem/Exception/InvalidArgumentException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
4-
* @copyright Copyright (c) 2013 Zend Technologies USA Inc. (http://www.zend.com)
4+
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)
55
*/
66

77
namespace ZF\ApiProblem\Exception;

src/ZF/ApiProblem/Exception/ProblemExceptionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
4-
* @copyright Copyright (c) 2013 Zend Technologies USA Inc. (http://www.zend.com)
4+
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)
55
*/
66

77
namespace ZF\ApiProblem\Exception;

src/ZF/ApiProblem/Factory/ApiProblemListenerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
4-
* @copyright Copyright (c) 2013 Zend Technologies USA Inc. (http://www.zend.com)
4+
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)
55
*/
66

77
namespace ZF\ApiProblem\Factory;

0 commit comments

Comments
 (0)