From: Marcel Werk Date: Wed, 15 Jun 2016 09:16:37 +0000 (+0200) Subject: Renamed WCF to WSC / Removed obsolete phpdoc tags X-Git-Tag: 3.0.0_Beta_1~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a2428538bc9bb13987a36b544938263391c21289;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.legalNotice.git Renamed WCF to WSC / Removed obsolete phpdoc tags --- diff --git a/.gitignore b/.gitignore index d9b96dd..78788ea 100644 --- a/.gitignore +++ b/.gitignore @@ -44,7 +44,7 @@ nbactions.xml *.imlworkspace .xml -# Community Framework +# WoltLab Suite # Ignore packages build directly in the workspace. They can however be added manually via git add, if wanted. *.tar *.tar.gz \ No newline at end of file diff --git a/constants.php b/constants.php index 68c6fc7..c9302a9 100644 --- a/constants.php +++ b/constants.php @@ -5,8 +5,7 @@ * @author Matthias Schmidt * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @package com.woltlab.wcf.legalNotice - * @category Community Framework + * @package WoltLabSuite\Core */ // option constants diff --git a/files/lib/page/LegalNoticePage.class.php b/files/lib/page/LegalNoticePage.class.php index 3278051..90b7c6b 100644 --- a/files/lib/page/LegalNoticePage.class.php +++ b/files/lib/page/LegalNoticePage.class.php @@ -9,9 +9,7 @@ use wcf\util\StringUtil; * @author Marcel Werk * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License - * @package com.woltlab.wcf.legalNotice - * @subpackage page - * @category Community Framework + * @package WoltLabSuite\Core\Page */ class LegalNoticePage extends AbstractPage { const AVAILABLE_DURING_OFFLINE_MODE = true;