diff --git a/.dev/Adapter/AbstractAdapter.php b/.dev/Adapter/AbstractAdapter.php
index 0d8fe0f..15451af 100644
--- a/.dev/Adapter/AbstractAdapter.php
+++ b/.dev/Adapter/AbstractAdapter.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;
@@ -16,7 +16,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
abstract class AbstractAdapter implements CacheInterface
diff --git a/.dev/Adapter/Apc.php b/.dev/Adapter/Apc.php
index f7d9b18..329f526 100644
--- a/.dev/Adapter/Apc.php
+++ b/.dev/Adapter/Apc.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;
@@ -18,7 +18,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class Apc extends AbstractAdapter implements CacheInterface
diff --git a/.dev/Adapter/Database.php b/.dev/Adapter/Database.php
index 297d834..406411b 100644
--- a/.dev/Adapter/Database.php
+++ b/.dev/Adapter/Database.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;
@@ -18,7 +18,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class Database extends AbstractAdapter implements CacheInterface
diff --git a/.dev/Adapter/Dummy.php b/.dev/Adapter/Dummy.php
index 9220831..9e94fa0 100644
--- a/.dev/Adapter/Dummy.php
+++ b/.dev/Adapter/Dummy.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;
@@ -17,7 +17,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class Dummy extends AbstractAdapter implements CacheInterface
diff --git a/.dev/Adapter/File.php b/.dev/Adapter/File.php
index c2aa1a8..e927cf3 100644
--- a/.dev/Adapter/File.php
+++ b/.dev/Adapter/File.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;
@@ -19,7 +19,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class File extends AbstractAdapter implements CacheInterface
diff --git a/.dev/Adapter/Memcached.php b/.dev/Adapter/Memcached.php
index 31c0239..1fff7cf 100644
--- a/.dev/Adapter/Memcached.php
+++ b/.dev/Adapter/Memcached.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;
@@ -19,7 +19,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class Memcached extends AbstractAdapter implements CacheInterface
diff --git a/.dev/Adapter/Memory.php b/.dev/Adapter/Memory.php
index d28ec71..1072ae7 100644
--- a/.dev/Adapter/Memory.php
+++ b/.dev/Adapter/Memory.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;
@@ -18,7 +18,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class Memory extends AbstractAdapter implements CacheInterface
diff --git a/.dev/Adapter/Redis.php b/.dev/Adapter/Redis.php
index 5c1b435..2daa0f9 100644
--- a/.dev/Adapter/Redis.php
+++ b/.dev/Adapter/Redis.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;
@@ -18,7 +18,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class Redis extends AbstractAdapter implements CacheInterface
diff --git a/.dev/Adapter/Wincache.php b/.dev/Adapter/Wincache.php
index 1854bcb..0d51ed9 100644
--- a/.dev/Adapter/Wincache.php
+++ b/.dev/Adapter/Wincache.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;
@@ -19,7 +19,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class Wincache extends AbstractAdapter implements CacheInterface
diff --git a/.dev/Adapter/XCache.php b/.dev/Adapter/XCache.php
index 456bb23..f86492c 100644
--- a/.dev/Adapter/XCache.php
+++ b/.dev/Adapter/XCache.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;
@@ -17,7 +17,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class Xcache extends AbstractAdapter implements CacheInterface
diff --git a/.dev/Bootstrap.php b/.dev/Bootstrap.php
index dc61ff8..cec3ba0 100644
--- a/.dev/Bootstrap.php
+++ b/.dev/Bootstrap.php
@@ -3,7 +3,7 @@
* Bootstrap for Testing
*
* @package Molajo
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @license http://www.opensource.org/licenses/mit-license.html MIT License
*/
$base = substr(__DIR__, 0, strlen(__DIR__) - 5);
diff --git a/.dev/CreateClassMap.php b/.dev/CreateClassMap.php
index c7f5513..f14a6b2 100644
--- a/.dev/CreateClassMap.php
+++ b/.dev/CreateClassMap.php
@@ -3,7 +3,7 @@
* Create Class Map
*
* @package Molajo
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @license http://www.opensource.org/licenses/mit-license.html MIT License
*/
diff --git a/.dev/Tests/DummyTest.php b/.dev/Tests/DummyTest.php
index 2bc3253..64471af 100644
--- a/.dev/Tests/DummyTest.php
+++ b/.dev/Tests/DummyTest.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Test;
@@ -16,7 +16,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class DummyTest extends \PHPUnit_Framework_TestCase
diff --git a/.dev/Tests/FileTest.php b/.dev/Tests/FileTest.php
index 7bab7eb..96ba915 100644
--- a/.dev/Tests/FileTest.php
+++ b/.dev/Tests/FileTest.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Test;
@@ -16,7 +16,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class CacheTest extends \PHPUnit_Framework_TestCase
diff --git a/.dev/Tests/MemoryTest.php b/.dev/Tests/MemoryTest.php
index 7224940..4f18769 100644
--- a/.dev/Tests/MemoryTest.php
+++ b/.dev/Tests/MemoryTest.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Test;
@@ -16,7 +16,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class MemoryTest extends \PHPUnit_Framework_TestCase
diff --git a/Factories/Cache/CacheFactoryMethod.php b/Factories/Cache/CacheFactoryMethod.php
index 20d102e..7cf5624 100644
--- a/Factories/Cache/CacheFactoryMethod.php
+++ b/Factories/Cache/CacheFactoryMethod.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Factories\Cache;
@@ -21,7 +21,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class CacheFactoryMethod extends FactoryMethodBase implements FactoryInterface, FactoryBatchInterface
diff --git a/Factories/Cache/Configuration.xml b/Factories/Cache/Configuration.xml
index 99afc07..7c3018c 100644
--- a/Factories/Cache/Configuration.xml
+++ b/Factories/Cache/Configuration.xml
@@ -3,7 +3,7 @@
Cache
Amy Stephen
January 2014
- Copyright (C) 2014 Amy Stephen. All rights reserved.
+ Copyright (C) 2014-2015 Amy Stephen. All rights reserved.
MIT
hello@molajo.org
http://molajo.org
diff --git a/Factories/Cachemodel/CachemodelFactoryMethod.php b/Factories/Cachemodel/CachemodelFactoryMethod.php
index a6cf333..dcd8bce 100644
--- a/Factories/Cachemodel/CachemodelFactoryMethod.php
+++ b/Factories/Cachemodel/CachemodelFactoryMethod.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Factories\Cachemodel;
@@ -18,7 +18,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class CachemodelFactoryMethod extends FactoryMethodBase implements FactoryInterface, FactoryBatchInterface
diff --git a/Factories/Cachemodel/Configuration.xml b/Factories/Cachemodel/Configuration.xml
index a229f59..11e162f 100644
--- a/Factories/Cachemodel/Configuration.xml
+++ b/Factories/Cachemodel/Configuration.xml
@@ -3,7 +3,7 @@
Cachemodel
Amy Stephen
January 2014
- Copyright (C) 2014 Amy Stephen. All rights reserved.
+ Copyright (C) 2014-2015 Amy Stephen. All rights reserved.
MIT
hello@molajo.org
http://molajo.org
diff --git a/Factories/Cachepage/CachepageFactoryMethod.php b/Factories/Cachepage/CachepageFactoryMethod.php
index 72ba7b1..c0d23c3 100644
--- a/Factories/Cachepage/CachepageFactoryMethod.php
+++ b/Factories/Cachepage/CachepageFactoryMethod.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Factories\Cachepage;
@@ -18,7 +18,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class CachepageFactoryMethod extends FactoryMethodBase implements FactoryInterface, FactoryBatchInterface
diff --git a/Factories/Cachepage/Configuration.xml b/Factories/Cachepage/Configuration.xml
index 99afc07..7c3018c 100644
--- a/Factories/Cachepage/Configuration.xml
+++ b/Factories/Cachepage/Configuration.xml
@@ -3,7 +3,7 @@
Cache
Amy Stephen
January 2014
- Copyright (C) 2014 Amy Stephen. All rights reserved.
+ Copyright (C) 2014-2015 Amy Stephen. All rights reserved.
MIT
hello@molajo.org
http://molajo.org
diff --git a/Factories/Cachequery/CachequeryFactoryMethod.php b/Factories/Cachequery/CachequeryFactoryMethod.php
index efb0b5c..61107e2 100644
--- a/Factories/Cachequery/CachequeryFactoryMethod.php
+++ b/Factories/Cachequery/CachequeryFactoryMethod.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Factories\Cachequery;
@@ -18,7 +18,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class CachequeryFactoryMethod extends FactoryMethodBase implements FactoryInterface, FactoryBatchInterface
diff --git a/Factories/Cachequery/Configuration.xml b/Factories/Cachequery/Configuration.xml
index 99afc07..7c3018c 100644
--- a/Factories/Cachequery/Configuration.xml
+++ b/Factories/Cachequery/Configuration.xml
@@ -3,7 +3,7 @@
Cache
Amy Stephen
January 2014
- Copyright (C) 2014 Amy Stephen. All rights reserved.
+ Copyright (C) 2014-2015 Amy Stephen. All rights reserved.
MIT
hello@molajo.org
http://molajo.org
diff --git a/Factories/Cachetemplate/CachetemplateFactoryMethod.php b/Factories/Cachetemplate/CachetemplateFactoryMethod.php
index e212438..df6fa46 100644
--- a/Factories/Cachetemplate/CachetemplateFactoryMethod.php
+++ b/Factories/Cachetemplate/CachetemplateFactoryMethod.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Factories\Cachetemplate;
@@ -18,7 +18,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class CachetemplateFactoryMethod extends FactoryMethodBase implements FactoryInterface, FactoryBatchInterface
diff --git a/Factories/Cachetemplate/Configuration.xml b/Factories/Cachetemplate/Configuration.xml
index 85d1b72..eee59cb 100644
--- a/Factories/Cachetemplate/Configuration.xml
+++ b/Factories/Cachetemplate/Configuration.xml
@@ -3,7 +3,7 @@
Cachetemplate
Amy Stephen
January 2014
- Copyright (C) 2014 Amy Stephen. All rights reserved.
+ Copyright (C) 2014-2015 Amy Stephen. All rights reserved.
MIT
hello@molajo.org
http://molajo.org
diff --git a/Source/Adapter/AbstractAdapter.php b/Source/Adapter/AbstractAdapter.php
index 5f62890..3dbbb7e 100644
--- a/Source/Adapter/AbstractAdapter.php
+++ b/Source/Adapter/AbstractAdapter.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;
@@ -16,7 +16,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
abstract class AbstractAdapter implements CacheInterface
diff --git a/Source/Adapter/Dummy.php b/Source/Adapter/Dummy.php
index ea13920..7adfed3 100644
--- a/Source/Adapter/Dummy.php
+++ b/Source/Adapter/Dummy.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;
@@ -15,7 +15,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class Dummy extends AbstractAdapter implements CacheInterface
diff --git a/Source/Adapter/File.php b/Source/Adapter/File.php
index 42bbb9d..1467994 100644
--- a/Source/Adapter/File.php
+++ b/Source/Adapter/File.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;
@@ -17,7 +17,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class File extends AbstractAdapter implements CacheInterface
diff --git a/Source/Adapter/Memory.php b/Source/Adapter/Memory.php
index 3469854..c6d82fe 100644
--- a/Source/Adapter/Memory.php
+++ b/Source/Adapter/Memory.php
@@ -4,7 +4,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
*/
namespace Molajo\Cache\Adapter;
@@ -16,7 +16,7 @@
*
* @author Amy Stephen
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class Memory extends AbstractAdapter implements CacheInterface
diff --git a/Source/CacheItem.php b/Source/CacheItem.php
index d928e88..3d1108b 100644
--- a/Source/CacheItem.php
+++ b/Source/CacheItem.php
@@ -3,7 +3,7 @@
* Cache Item
*
* @package Molajo
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @license http://www.opensource.org/licenses/mit-license.html MIT License
*/
namespace Molajo\Cache;
@@ -15,7 +15,7 @@
*
* @package Molajo
* @license http://www.opensource.org/licenses/mit-license.html MIT License
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @since 1.0.0
*/
class CacheItem implements CacheItemInterface
diff --git a/Source/Driver.php b/Source/Driver.php
index 5037d04..2a4a2d3 100644
--- a/Source/Driver.php
+++ b/Source/Driver.php
@@ -3,7 +3,7 @@
* Cache Driver
*
* @package Molajo
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @license http://www.opensource.org/licenses/mit-license.html MIT License
*/
namespace Molajo\Cache;
@@ -14,7 +14,7 @@
* Cache Driver
*
* @package Molajo
- * @copyright 2014 Amy Stephen. All rights reserved.
+ * @copyright 2014-2015 Amy Stephen. All rights reserved.
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @since 1.0.0
*/
diff --git a/composer.json b/composer.json
index 0a66166..14fab25 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,7 @@
],
"require": {
"php": ">=5.4",
- "commonapi/cache": "dev-master"
+ "commonapi/cache": "~0.4"
},
"support": {