Skip to content

Commit

Permalink
Copyright Year
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyStephen committed Jan 3, 2014
1 parent 6e71ea4 commit eae619f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ConnectionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Filesystem Connection Interface
*
* @package Filesystem
* @copyright 2013 Common Api. All rights reserved.
* @copyright 2014 Amy Stephen. All rights reserved.
* @license http://www.opensource.org/licenses/mit-license.html MIT License
*/
namespace CommonApi\Filesystem;
Expand All @@ -12,9 +12,9 @@
* Filesystem Connection Interface
*
* @package Filesystem
* @copyright 2013 Common Api. All rights reserved.
* @copyright 2014 Amy Stephen. All rights reserved.
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @since 0.1
* @since 1.0
*/
interface ConnectionInterface
{
Expand Down
6 changes: 3 additions & 3 deletions FilesystemInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Filesystem Adapter Interface
*
* @package Filesystem
* @copyright 2013 Common Api. All rights reserved.
* @copyright 2014 Amy Stephen. All rights reserved.
* @license http://www.opensource.org/licenses/mit-license.html MIT License
*/
namespace CommonApi\Filesystem;
Expand All @@ -12,9 +12,9 @@
* Filesystem Adapter Interface
*
* @package Filesystem
* @copyright 2013 Common Api. All rights reserved.
* @copyright 2014 Amy Stephen. All rights reserved.
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @since 0.1
* @since 1.0
*/
interface FilesystemInterface
{
Expand Down

0 comments on commit eae619f

Please sign in to comment.