Skip to content

Commit 23b27ae

Browse files
committed
Merge pull request #15 from samsonasik/copyright2014
update copyright year to 2014
2 parents a0949a1 + d00e54a commit 23b27ae

30 files changed

+58
-58
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(

docs/api/phpdoc/structure.xml

Lines changed: 29 additions & 29 deletions
Large diffs are not rendered by default.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# General information about the project.
4343
project = u'PhlyRestfully - ZF2 module for creating RESTful JSON APIs'
44-
copyright = u'2013, Matthew Weier O\'Phinney'
44+
copyright = u'2014, Matthew Weier O\'Phinney'
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the

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;

0 commit comments

Comments
 (0)