update copyright year
authorStricted.build <build@stricted.net>
Fri, 1 Jan 2016 01:36:55 +0000 (02:36 +0100)
committerStricted.build <build@stricted.net>
Fri, 1 Jan 2016 01:36:55 +0000 (02:36 +0100)
lib/system/SingletonFactory.class.php
lib/system/SystemException.class.php
lib/system/cache/CacheHandler.class.php
lib/system/cache/builder/AbstractCacheBuilder.class.php
lib/system/cache/builder/ICacheBuilder.class.php
lib/system/cache/source/DiskCacheSource.class.php
lib/system/cache/source/ICacheSource.class.php
lib/system/template/plugins/prefilter.hascontent.php

index c5fee7865ed505d2daf304f29f716c7ce69bc57b..34f1ff7517ff077d4686aeb4e53a7129eada86eb 100644 (file)
@@ -5,7 +5,7 @@ namespace dns\system;
  * Basis class for singleton classes.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system
index 03ea54e3d3908f824ed28e3a0ee767e467d743b0..9f3a15b49eacbcbaa17d8c5238bfaa3b7715164d 100644 (file)
@@ -5,7 +5,7 @@ namespace dns\system;
  * A SystemException is thrown when an unexpected error occurs.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2015 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.exception
index 002093760a0e23cbcb987dadb3a15f646f0301ff..c899005b6f104d61b06af7dba609a372adee045d 100644 (file)
@@ -10,7 +10,7 @@ if (!defined('CACHE_SOURCE_TYPE')) define('CACHE_SOURCE_TYPE', 'disk');
  * Manages transparent cache access.
  * 
  * @author     Alexander Ebert, Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.cache
index d2ffe24cd1f132e9fd465f34bd1d24edf25c71a8..91e087f8605c0c49d6329fe846b6c262d48ac456 100644 (file)
@@ -7,7 +7,7 @@ use dns\system\SingletonFactory;
  * Default implementation for cache builders.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.cache.builder
index 608e05b3f6971360e7dbe311e69b127f3cd47bf4..46f8ec774fc985bdcbe85b5967263cd7cddd4e2e 100644 (file)
@@ -5,7 +5,7 @@ namespace dns\system\cache\builder;
  * A cache builder provides data for the cache handler that ought to be cached.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.cache.builder
index 162522f0c455e594aa904171c30ba7d9196f7c9f..dc4f70d306028d7d2286a59226a0fad4b8ae67a0 100644 (file)
@@ -5,7 +5,7 @@ namespace dns\system\cache\source;
  * DiskCacheSource is an implementation of CacheSource that stores the cache as simple files in the file system.
  * 
  * @author     Alexander Ebert, Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.cache.source
index 95237fb484d89acd37bd8110fd684ffd4e959e8b..a9ab9bd8cadbe52c43364f7a62216f0c5ec27698 100644 (file)
@@ -5,7 +5,7 @@ namespace dns\system\cache\source;
  * Any cache sources should implement this interface.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.cache.source
index addd485ff0d960c5b3e2c6e83e66f41f9cc0e840..d0a001c63197acbfb02f2d68e657f72660d73cdc 100644 (file)
@@ -15,7 +15,7 @@
  *     {/hascontent}
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.template.plugin