From: Tim Düsterhus Date: Mon, 15 Aug 2016 19:14:33 +0000 (+0200) Subject: Fix @copyright in class comment X-Git-Tag: 3.0.0_Beta_1~738 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d7e10215613653d74995710042b1ff95fdb97906;p=GitHub%2FWoltLab%2FWCF.git Fix @copyright in class comment --- diff --git a/wcfsetup/install/files/lib/system/Callback.class.php b/wcfsetup/install/files/lib/system/Callback.class.php index eb37cc1432..46ec27a994 100644 --- a/wcfsetup/install/files/lib/system/Callback.class.php +++ b/wcfsetup/install/files/lib/system/Callback.class.php @@ -6,7 +6,7 @@ use wcf\system\exception\SystemException; * Represents a callback * * @author Tim Duesterhus - * @copyright 2011 Tim Duesterhus + * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System */ diff --git a/wcfsetup/install/files/lib/system/Regex.class.php b/wcfsetup/install/files/lib/system/Regex.class.php index deada47213..86df04f1d0 100644 --- a/wcfsetup/install/files/lib/system/Regex.class.php +++ b/wcfsetup/install/files/lib/system/Regex.class.php @@ -6,7 +6,7 @@ use wcf\system\exception\SystemException; * Represents a regular expression. * * @author Tim Duesterhus - * @copyright 2011-2013 Tim Duesterhus + * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System */