Renamed WCF to WSC / Removed obsolete phpdoc tags
authorMarcel Werk <burntime@woltlab.com>
Wed, 15 Jun 2016 09:16:37 +0000 (11:16 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 15 Jun 2016 09:16:37 +0000 (11:16 +0200)
.gitignore
constants.php
files/lib/page/LegalNoticePage.class.php

index d9b96dd61cea96d7d725476469a9d25fd6e8453a..78788ea932a3c18320c4f34c2296a5222f0c0802 100644 (file)
@@ -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
index 68c6fc7b20de910272ebdec8f907a9193e975877..c9302a99dc91a933a082ef619aefa7cd3ed00d6e 100644 (file)
@@ -5,8 +5,7 @@
  * @author     Matthias Schmidt
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.legalNotice
- * @category   Community Framework
+ * @package    WoltLabSuite\Core
  */
 
 // option constants
index 32780519becbb6b3f4083aa91a5642ff47a97c08..90b7c6b3c4ddc3642cf5c6b5226836fe40d39697 100644 (file)
@@ -9,9 +9,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.legalNotice
- * @subpackage page
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Page
  */
 class LegalNoticePage extends AbstractPage {
        const AVAILABLE_DURING_OFFLINE_MODE = true;