From: Michael M Slusarz Date: Tue, 13 Apr 2010 23:20:00 +0000 (-0600) Subject: Fix package definitions in Core X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5dfb1dc4140eb2996f0251c6335ccdb05028f93c;p=horde.git Fix package definitions in Core --- diff --git a/framework/Core/lib/Horde.php b/framework/Core/lib/Horde.php index cda3dd4bf..9bda0a3b2 100644 --- a/framework/Core/lib/Horde.php +++ b/framework/Core/lib/Horde.php @@ -8,9 +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 Chuck Hagenbuch - * @author Jon Parise - * @package Core + * @author Chuck Hagenbuch + * @author Jon Parise + * @category Horde + * @package Core */ class Horde { diff --git a/framework/Core/lib/Horde/Config.php b/framework/Core/lib/Horde/Config.php index cbe3a871d..9eb26b0c5 100644 --- a/framework/Core/lib/Horde/Config.php +++ b/framework/Core/lib/Horde/Config.php @@ -9,8 +9,9 @@ * 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 Chuck Hagenbuch - * @package Core + * @author Chuck Hagenbuch + * @category Horde + * @package Core */ class Horde_Config { diff --git a/framework/Core/lib/Horde/Config/Form.php b/framework/Core/lib/Horde/Config/Form.php index b3194280f..5592001de 100644 --- a/framework/Core/lib/Horde/Config/Form.php +++ b/framework/Core/lib/Horde/Config/Form.php @@ -8,8 +8,9 @@ * 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 Chuck Hagenbuch - * @package Core + * @author Chuck Hagenbuch + * @category Horde + * @package Core */ class Horde_Config_Form extends Horde_Form { diff --git a/framework/Core/lib/Horde/Core/Autoloader/Callback/Auth.php b/framework/Core/lib/Horde/Core/Autoloader/Callback/Auth.php index 0a2f26b10..d2de32f0d 100644 --- a/framework/Core/lib/Horde/Core/Autoloader/Callback/Auth.php +++ b/framework/Core/lib/Horde/Core/Autoloader/Callback/Auth.php @@ -1,6 +1,7 @@ - * @package Horde_Core + * @author Michael Slusarz + * @category Horde + * @package Core */ class Horde_Core_Log_Logger extends Horde_Log_Logger { diff --git a/framework/Core/lib/Horde/Core/Notification/Hordelog.php b/framework/Core/lib/Horde/Core/Notification/Hordelog.php index 4018f1610..a820fa7df 100644 --- a/framework/Core/lib/Horde/Core/Notification/Hordelog.php +++ b/framework/Core/lib/Horde/Core/Notification/Hordelog.php @@ -7,8 +7,9 @@ * 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 Jan Schneider - * @package Horde_Core + * @author Jan Schneider + * @category Horde + * @package Core */ class Horde_Core_Notification_Hordelog extends Horde_Notification_Handler_Decorator_Base diff --git a/framework/Core/lib/Horde/Core/Notification/Status.php b/framework/Core/lib/Horde/Core/Notification/Status.php index da643001e..81d5db92c 100644 --- a/framework/Core/lib/Horde/Core/Notification/Status.php +++ b/framework/Core/lib/Horde/Core/Notification/Status.php @@ -7,8 +7,9 @@ * 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 - * @package Horde_Core + * @author Michael Slusarz + * @category Horde + * @package Core */ class Horde_Core_Notification_Status extends Horde_Notification_Event_Status { diff --git a/framework/Core/lib/Horde/Help.php b/framework/Core/lib/Horde/Help.php index fd414c5b9..c68b9cd7c 100644 --- a/framework/Core/lib/Horde/Help.php +++ b/framework/Core/lib/Horde/Help.php @@ -7,8 +7,9 @@ * 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 Jon Parise - * @package Core + * @author Jon Parise + * @category Horde + * @package Core */ class Horde_Help { diff --git a/framework/Core/lib/Horde/Menu.php b/framework/Core/lib/Horde/Menu.php index 822ba6f7c..e74a2b485 100644 --- a/framework/Core/lib/Horde/Menu.php +++ b/framework/Core/lib/Horde/Menu.php @@ -8,9 +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 Chuck Hagenbuch - * @author Jon Parise - * @package Core + * @author Chuck Hagenbuch + * @author Jon Parise + * @category Horde + * @package Core */ class Horde_Menu { diff --git a/framework/Core/lib/Horde/Registry.php b/framework/Core/lib/Horde/Registry.php index 2b09d1f28..147e2273f 100644 --- a/framework/Core/lib/Horde/Registry.php +++ b/framework/Core/lib/Horde/Registry.php @@ -9,11 +9,12 @@ * 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 Chuck Hagenbuch - * @author Jon Parise - * @author Anil Madhavapeddy - * @author Michael Slusarz - * @package Core + * @author Chuck Hagenbuch + * @author Jon Parise + * @author Anil Madhavapeddy + * @author Michael Slusarz + * @category Horde + * @package Core */ class Horde_Registry { diff --git a/framework/Core/lib/Horde/Registry/Api.php b/framework/Core/lib/Horde/Registry/Api.php index 144268ac7..9d3edad09 100644 --- a/framework/Core/lib/Horde/Registry/Api.php +++ b/framework/Core/lib/Horde/Registry/Api.php @@ -7,8 +7,9 @@ * 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 - * @package Core + * @author Michael Slusarz + * @category Horde + * @package Core */ class Horde_Registry_Api { diff --git a/framework/Core/lib/Horde/Registry/Application.php b/framework/Core/lib/Horde/Registry/Application.php index f3eff0dfb..c2cf99ccb 100644 --- a/framework/Core/lib/Horde/Registry/Application.php +++ b/framework/Core/lib/Horde/Registry/Application.php @@ -7,8 +7,9 @@ * 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 - * @package Core + * @author Michael Slusarz + * @category Horde + * @package Core */ class Horde_Registry_Application { diff --git a/framework/Core/lib/Horde/Registry/Caller.php b/framework/Core/lib/Horde/Registry/Caller.php index 73b292045..11726b9be 100644 --- a/framework/Core/lib/Horde/Registry/Caller.php +++ b/framework/Core/lib/Horde/Registry/Caller.php @@ -7,7 +7,8 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @package Core + * @category Horde + * @package Core */ class Horde_Registry_Caller { diff --git a/framework/Core/lib/Horde/Script/Files.php b/framework/Core/lib/Horde/Script/Files.php index dc629803b..28a378770 100644 --- a/framework/Core/lib/Horde/Script/Files.php +++ b/framework/Core/lib/Horde/Script/Files.php @@ -9,8 +9,9 @@ * 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 - * @package Core + * @author Michael Slusarz + * @category Horde + * @package Core */ class Horde_Script_Files { diff --git a/framework/Core/lib/Horde/Themes.php b/framework/Core/lib/Horde/Themes.php index c2e8b2494..b3973cae4 100644 --- a/framework/Core/lib/Horde/Themes.php +++ b/framework/Core/lib/Horde/Themes.php @@ -7,8 +7,9 @@ * 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 - * @package Core + * @author Michael Slusarz + * @category Horde + * @package Core */ class Horde_Themes { diff --git a/framework/Core/lib/Horde/Themes/Element.php b/framework/Core/lib/Horde/Themes/Element.php index 88392f5dd..046c79141 100644 --- a/framework/Core/lib/Horde/Themes/Element.php +++ b/framework/Core/lib/Horde/Themes/Element.php @@ -8,8 +8,9 @@ * 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 - * @package Core + * @author Michael Slusarz + * @category Horde + * @package Core */ class Horde_Themes_Element { diff --git a/framework/Core/lib/Horde/Themes/Image.php b/framework/Core/lib/Horde/Themes/Image.php index 0579923db..283ac12b1 100644 --- a/framework/Core/lib/Horde/Themes/Image.php +++ b/framework/Core/lib/Horde/Themes/Image.php @@ -8,7 +8,8 @@ * 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 - * @package Core + * @author Michael Slusarz + * @category Horde + * @package Core */ class Horde_Themes_Image extends Horde_Themes_Element {} diff --git a/framework/Core/lib/Horde/Themes/Sound.php b/framework/Core/lib/Horde/Themes/Sound.php index 54fd82d74..4b1e9a2c0 100644 --- a/framework/Core/lib/Horde/Themes/Sound.php +++ b/framework/Core/lib/Horde/Themes/Sound.php @@ -8,7 +8,8 @@ * 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 - * @package Core + * @author Michael Slusarz + * @category Horde + * @package Core */ class Horde_Themes_Sound extends Horde_Themes_Element {}