Fix class documentation
authorMatthias Schmidt <gravatronics@live.com>
Sun, 27 Mar 2016 11:36:09 +0000 (13:36 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 27 Mar 2016 11:36:09 +0000 (13:36 +0200)
wcfsetup/install/files/lib/system/page/handler/UserPageHandler.class.php

index c4a2ca8433a210419c69b7dafe88301bc63a1811..87982f0f43f4d86fcc82080c50ff179e5a873862 100644 (file)
@@ -10,10 +10,10 @@ use wcf\system\WCF;
  *
  * @author     Matthias Schmidt
  * @copyright  2001-2016 WoltLab GmbH
- * @license    WoltLab License <http://www.woltlab.com/license-agreement.html>
- * @package    com.woltlab.wbb
+ * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @package    com.woltlab.wcf
  * @subpackage system.page.handler
- * @category   Burning Board
+ * @category   Community Framework
  * @since      2.2
  */
 class UserPageHandler extends AbstractMenuPageHandler implements IOnlineLocationPageHandler {