From 4da9b9370c1fd6a20e2136611b4c1cc42982b253 Mon Sep 17 00:00:00 2001 From: "Stricted.build" Date: Fri, 1 Jan 2016 02:36:55 +0100 Subject: [PATCH] update copyright year --- lib/system/SingletonFactory.class.php | 2 +- lib/system/SystemException.class.php | 2 +- lib/system/cache/CacheHandler.class.php | 2 +- lib/system/cache/builder/AbstractCacheBuilder.class.php | 2 +- lib/system/cache/builder/ICacheBuilder.class.php | 2 +- lib/system/cache/source/DiskCacheSource.class.php | 2 +- lib/system/cache/source/ICacheSource.class.php | 2 +- lib/system/template/plugins/prefilter.hascontent.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/system/SingletonFactory.class.php b/lib/system/SingletonFactory.class.php index c5fee78..34f1ff7 100644 --- a/lib/system/SingletonFactory.class.php +++ b/lib/system/SingletonFactory.class.php @@ -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 * @package com.woltlab.wcf * @subpackage system diff --git a/lib/system/SystemException.class.php b/lib/system/SystemException.class.php index 03ea54e..9f3a15b 100644 --- a/lib/system/SystemException.class.php +++ b/lib/system/SystemException.class.php @@ -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 * @package com.woltlab.wcf * @subpackage system.exception diff --git a/lib/system/cache/CacheHandler.class.php b/lib/system/cache/CacheHandler.class.php index 0020937..c899005 100644 --- a/lib/system/cache/CacheHandler.class.php +++ b/lib/system/cache/CacheHandler.class.php @@ -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 * @package com.woltlab.wcf * @subpackage system.cache diff --git a/lib/system/cache/builder/AbstractCacheBuilder.class.php b/lib/system/cache/builder/AbstractCacheBuilder.class.php index d2ffe24..91e087f 100644 --- a/lib/system/cache/builder/AbstractCacheBuilder.class.php +++ b/lib/system/cache/builder/AbstractCacheBuilder.class.php @@ -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 * @package com.woltlab.wcf * @subpackage system.cache.builder diff --git a/lib/system/cache/builder/ICacheBuilder.class.php b/lib/system/cache/builder/ICacheBuilder.class.php index 608e05b..46f8ec7 100644 --- a/lib/system/cache/builder/ICacheBuilder.class.php +++ b/lib/system/cache/builder/ICacheBuilder.class.php @@ -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 * @package com.woltlab.wcf * @subpackage system.cache.builder diff --git a/lib/system/cache/source/DiskCacheSource.class.php b/lib/system/cache/source/DiskCacheSource.class.php index 162522f..dc4f70d 100644 --- a/lib/system/cache/source/DiskCacheSource.class.php +++ b/lib/system/cache/source/DiskCacheSource.class.php @@ -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 * @package com.woltlab.wcf * @subpackage system.cache.source diff --git a/lib/system/cache/source/ICacheSource.class.php b/lib/system/cache/source/ICacheSource.class.php index 95237fb..a9ab9bd 100644 --- a/lib/system/cache/source/ICacheSource.class.php +++ b/lib/system/cache/source/ICacheSource.class.php @@ -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 * @package com.woltlab.wcf * @subpackage system.cache.source diff --git a/lib/system/template/plugins/prefilter.hascontent.php b/lib/system/template/plugins/prefilter.hascontent.php index addd485..d0a001c 100644 --- a/lib/system/template/plugins/prefilter.hascontent.php +++ b/lib/system/template/plugins/prefilter.hascontent.php @@ -15,7 +15,7 @@ * {/hascontent} * * @author Alexander Ebert - * @copyright 2001-2014 WoltLab GmbH + * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License * @package com.woltlab.wcf * @subpackage system.template.plugin -- 2.20.1