From d7e10215613653d74995710042b1ff95fdb97906 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 15 Aug 2016 21:14:33 +0200 Subject: [PATCH] Fix @copyright in class comment --- wcfsetup/install/files/lib/system/Callback.class.php | 2 +- wcfsetup/install/files/lib/system/Regex.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.20.1