Fix package name
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 6 Aug 2010 19:40:45 +0000 (13:40 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 6 Aug 2010 19:55:36 +0000 (13:55 -0600)
framework/LoginTasks/lib/Horde/LoginTasks.php
framework/LoginTasks/lib/Horde/LoginTasks/Backend.php
framework/LoginTasks/lib/Horde/LoginTasks/SystemTask.php
framework/LoginTasks/lib/Horde/LoginTasks/Task.php
framework/LoginTasks/lib/Horde/LoginTasks/Tasklist.php
kronolith/lib/LoginTasks/Task/PurgeEvents.php

index 90ae0f7..071ed2a 100644 (file)
@@ -8,8 +8,10 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_LoginTasks
+ * @author   Michael Slusarz <slusarz@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  LoginTasks
  */
 class Horde_LoginTasks
 {
index 4bf49bc..99a053b 100644 (file)
@@ -9,9 +9,11 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author  Michael Slusarz <slusarz@horde.org>
- * @author  Gunnar Wrobel <wrobel@pardus.de>
- * @package Horde_LoginTasks
+ * @author   Michael Slusarz <slusarz@horde.org>
+ * @author   Gunnar Wrobel <wrobel@pardus.de>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  LoginTasks
  */
 abstract class Horde_LoginTasks_Backend
 {
index f7955d9..a103b21 100644 (file)
@@ -8,8 +8,10 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_LoginTasks
+ * @author   Michael Slusarz <slusarz@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  LoginTasks
  */
 abstract class Horde_LoginTasks_SystemTask
 {
index 7b279d7..4c7c8b8 100644 (file)
@@ -7,8 +7,10 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_LoginTasks
+ * @author   Michael Slusarz <slusarz@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  LoginTasks
  */
 abstract class Horde_LoginTasks_Task
 {
index 5790df7..f06564e 100644 (file)
@@ -8,8 +8,10 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_LoginTasks
+ * @author   Michael Slusarz <slusarz@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  LoginTasks
  */
 class Horde_LoginTasks_Tasklist
 {
index 619ef9d..8e4aafa 100644 (file)
@@ -7,8 +7,9 @@
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
- * @author  Michael J. Rubinsky <mrubinsk@horde.org>
- * @package Horde_LoginTasks
+ * @author   Michael J. Rubinsky <mrubinsk@horde.org>
+ * @category Horde
+ * @package  Kronolith
  */
 class Kronolith_LoginTasks_Task_PurgeEvents extends Horde_LoginTasks_Task
 {