From 205d6b608b229dbc485b89469d5a4039c58dcff0 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sat, 30 Jan 2010 20:42:02 -0700 Subject: [PATCH] Fix @package tags --- imp/lib/Block/Foldersummary.php | 2 +- imp/lib/Block/Newmail.php | 2 +- imp/lib/Block/summary.php | 2 +- imp/lib/Block/tree_folders.php | 2 +- imp/lib/LoginTasks/SystemTask/GarbageCollection.php | 2 +- imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php | 2 +- imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php | 2 +- imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php | 2 +- imp/lib/LoginTasks/Task/PurgeSentmail.php | 2 +- imp/lib/LoginTasks/Task/PurgeSpam.php | 2 +- imp/lib/LoginTasks/Task/PurgeTrash.php | 2 +- imp/lib/LoginTasks/Task/RenameSentmailMonthly.php | 2 +- imp/lib/Mime/Viewer/Alternative.php | 2 +- imp/lib/Mime/Viewer/Appledouble.php | 2 +- imp/lib/Mime/Viewer/Enriched.php | 2 +- imp/lib/Mime/Viewer/Html.php | 2 +- imp/lib/Mime/Viewer/Images.php | 2 +- imp/lib/Mime/Viewer/Itip.php | 2 +- imp/lib/Mime/Viewer/Mdn.php | 2 +- imp/lib/Mime/Viewer/Partial.php | 2 +- imp/lib/Mime/Viewer/Pdf.php | 2 +- imp/lib/Mime/Viewer/Pgp.php | 2 +- imp/lib/Mime/Viewer/Plain.php | 2 +- imp/lib/Mime/Viewer/Related.php | 2 +- imp/lib/Mime/Viewer/Rfc822.php | 2 +- imp/lib/Mime/Viewer/Smil.php | 2 +- imp/lib/Mime/Viewer/Smime.php | 2 +- imp/lib/Mime/Viewer/Status.php | 2 +- imp/lib/Mime/Viewer/Tnef.php | 2 +- imp/lib/Mime/Viewer/Zip.php | 2 +- imp/lib/Notification/Listener/Status.php | 2 +- imp/lib/Notification/Listener/StatusMobile.php | 2 +- imp/lib/Quota.php | 2 +- imp/lib/Quota/Command.php | 2 +- imp/lib/Quota/Hook.php | 2 +- imp/lib/Quota/Imap.php | 2 +- imp/lib/Quota/Logfile.php | 2 +- imp/lib/Quota/Maildir.php | 2 +- imp/lib/Quota/Mdaemon.php | 2 +- imp/lib/Quota/Mercury32.php | 2 +- imp/lib/Quota/Sql.php | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/imp/lib/Block/Foldersummary.php b/imp/lib/Block/Foldersummary.php index 743841c46..3dd1d948a 100644 --- a/imp/lib/Block/Foldersummary.php +++ b/imp/lib/Block/Foldersummary.php @@ -5,7 +5,7 @@ * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * - * @package Horde_Block + * @package IMP */ class IMP_Block_Foldersummary extends Horde_Block diff --git a/imp/lib/Block/Newmail.php b/imp/lib/Block/Newmail.php index 564362982..78d652201 100644 --- a/imp/lib/Block/Newmail.php +++ b/imp/lib/Block/Newmail.php @@ -5,8 +5,8 @@ * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * - * @package Horde_Block * @author Michael Slusarz + * @package IMP */ class IMP_Block_Newmail extends Horde_Block { diff --git a/imp/lib/Block/summary.php b/imp/lib/Block/summary.php index de9bf08df..5b886a11e 100644 --- a/imp/lib/Block/summary.php +++ b/imp/lib/Block/summary.php @@ -5,7 +5,7 @@ * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * - * @package Horde_Block + * @package IMP */ $block_name = _("Folder Summary"); diff --git a/imp/lib/Block/tree_folders.php b/imp/lib/Block/tree_folders.php index 382684362..754935829 100644 --- a/imp/lib/Block/tree_folders.php +++ b/imp/lib/Block/tree_folders.php @@ -5,7 +5,7 @@ * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * - * @package Horde_Block + * @package IMP */ $block_name = _("Menu Folder List"); diff --git a/imp/lib/LoginTasks/SystemTask/GarbageCollection.php b/imp/lib/LoginTasks/SystemTask/GarbageCollection.php index f9093c0ae..a1469363d 100644 --- a/imp/lib/LoginTasks/SystemTask/GarbageCollection.php +++ b/imp/lib/LoginTasks/SystemTask/GarbageCollection.php @@ -8,7 +8,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael Slusarz - * @package Horde_LoginTasks + * @package IMP */ class IMP_LoginTasks_SystemTask_GarbageCollection extends Horde_LoginTasks_SystemTask { diff --git a/imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php b/imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php index 1bf58a42f..9dac35004 100644 --- a/imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php +++ b/imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php @@ -8,7 +8,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael Slusarz - * @package Horde_LoginTasks + * @package IMP */ class IMP_LoginTasks_SystemTask_UpgradeFromImp4 extends Horde_LoginTasks_SystemTask { diff --git a/imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php b/imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php index 46bfde39e..e0dee3e9e 100644 --- a/imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php +++ b/imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php @@ -6,7 +6,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Andrew Coleman - * @package Horde_LoginTasks + * @package IMP */ class IMP_LoginTasks_Task_DeleteAttachmentsMonthly extends Horde_LoginTasks_Task { diff --git a/imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php b/imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php index ffe416367..78eef0f59 100644 --- a/imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php +++ b/imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php @@ -8,7 +8,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael Slusarz - * @package Horde_LoginTasks + * @package IMP */ class IMP_LoginTasks_Task_DeleteSentmailMonthly extends Horde_LoginTasks_Task { diff --git a/imp/lib/LoginTasks/Task/PurgeSentmail.php b/imp/lib/LoginTasks/Task/PurgeSentmail.php index 37f0fc94e..b3b2250a7 100644 --- a/imp/lib/LoginTasks/Task/PurgeSentmail.php +++ b/imp/lib/LoginTasks/Task/PurgeSentmail.php @@ -9,7 +9,7 @@ * * @author Michael Slusarz * @author Jan Schneider - * @package Horde_LoginTasks + * @package IMP */ class IMP_LoginTasks_Task_PurgeSentmail extends Horde_LoginTasks_Task { diff --git a/imp/lib/LoginTasks/Task/PurgeSpam.php b/imp/lib/LoginTasks/Task/PurgeSpam.php index 5dfe8dda1..e21cf3973 100644 --- a/imp/lib/LoginTasks/Task/PurgeSpam.php +++ b/imp/lib/LoginTasks/Task/PurgeSpam.php @@ -9,7 +9,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Matt Selsky - * @package Horde_LoginTasks + * @package IMP */ class IMP_LoginTasks_Task_PurgeSpam extends Horde_LoginTasks_Task { diff --git a/imp/lib/LoginTasks/Task/PurgeTrash.php b/imp/lib/LoginTasks/Task/PurgeTrash.php index 10b2fbfc6..7c7413718 100644 --- a/imp/lib/LoginTasks/Task/PurgeTrash.php +++ b/imp/lib/LoginTasks/Task/PurgeTrash.php @@ -8,7 +8,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael Slusarz - * @package Horde_LoginTasks + * @package IMP */ class IMP_LoginTasks_Task_PurgeTrash extends Horde_LoginTasks_Task { diff --git a/imp/lib/LoginTasks/Task/RenameSentmailMonthly.php b/imp/lib/LoginTasks/Task/RenameSentmailMonthly.php index e9cd6e5d6..0a04e0c87 100644 --- a/imp/lib/LoginTasks/Task/RenameSentmailMonthly.php +++ b/imp/lib/LoginTasks/Task/RenameSentmailMonthly.php @@ -8,7 +8,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael Slusarz - * @package Horde_LoginTasks + * @package IMP */ class IMP_LoginTasks_Task_RenameSentmailMonthly extends Horde_LoginTasks_Task { diff --git a/imp/lib/Mime/Viewer/Alternative.php b/imp/lib/Mime/Viewer/Alternative.php index f133d57d4..7d17b4596 100644 --- a/imp/lib/Mime/Viewer/Alternative.php +++ b/imp/lib/Mime/Viewer/Alternative.php @@ -9,7 +9,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael Slusarz - * @package Horde_Mime + * @package IMP */ class IMP_Horde_Mime_Viewer_Alternative extends Horde_Mime_Viewer_Driver { diff --git a/imp/lib/Mime/Viewer/Appledouble.php b/imp/lib/Mime/Viewer/Appledouble.php index 7c86640ac..c22613795 100644 --- a/imp/lib/Mime/Viewer/Appledouble.php +++ b/imp/lib/Mime/Viewer/Appledouble.php @@ -9,7 +9,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael Slusarz - * @package Horde_Mime + * @package IMP */ class IMP_Horde_Mime_Viewer_Appledouble extends Horde_Mime_Viewer_Driver { diff --git a/imp/lib/Mime/Viewer/Enriched.php b/imp/lib/Mime/Viewer/Enriched.php index 2d79043f2..9a47a64be 100644 --- a/imp/lib/Mime/Viewer/Enriched.php +++ b/imp/lib/Mime/Viewer/Enriched.php @@ -9,7 +9,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Eric Rostetter - * @package Horde_Mime + * @package IMP */ class IMP_Horde_Mime_Viewer_Enriched extends Horde_Mime_Viewer_Enriched { diff --git a/imp/lib/Mime/Viewer/Html.php b/imp/lib/Mime/Viewer/Html.php index e40921d9c..35511a9d9 100644 --- a/imp/lib/Mime/Viewer/Html.php +++ b/imp/lib/Mime/Viewer/Html.php @@ -11,7 +11,7 @@ * @author Anil Madhavapeddy * @author Jon Parise * @author Michael Slusarz - * @package Horde_Mime + * @package IMP */ class IMP_Horde_Mime_Viewer_Html extends Horde_Mime_Viewer_Html { diff --git a/imp/lib/Mime/Viewer/Images.php b/imp/lib/Mime/Viewer/Images.php index a9493b713..2d4c721f2 100644 --- a/imp/lib/Mime/Viewer/Images.php +++ b/imp/lib/Mime/Viewer/Images.php @@ -9,7 +9,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael Slusarz - * @package Horde_Mime + * @package IMP */ class IMP_Horde_Mime_Viewer_Images extends Horde_Mime_Viewer_Images { diff --git a/imp/lib/Mime/Viewer/Itip.php b/imp/lib/Mime/Viewer/Itip.php index 39c9a3b17..11aff0219 100644 --- a/imp/lib/Mime/Viewer/Itip.php +++ b/imp/lib/Mime/Viewer/Itip.php @@ -11,7 +11,7 @@ * * @author Chuck Hagenbuch * @author Mike Cochrane - * @package Horde_Mime + * @package IMP */ class IMP_Horde_Mime_Viewer_Itip extends Horde_Mime_Viewer_Driver { diff --git a/imp/lib/Mime/Viewer/Mdn.php b/imp/lib/Mime/Viewer/Mdn.php index c169b8024..6fad7fef9 100644 --- a/imp/lib/Mime/Viewer/Mdn.php +++ b/imp/lib/Mime/Viewer/Mdn.php @@ -9,7 +9,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael Slusarz - * @package Horde_Mime + * @package IMP */ class IMP_Horde_Mime_Viewer_Mdn extends Horde_Mime_Viewer_Driver { diff --git a/imp/lib/Mime/Viewer/Partial.php b/imp/lib/Mime/Viewer/Partial.php index 7c20c7aff..023272490 100644 --- a/imp/lib/Mime/Viewer/Partial.php +++ b/imp/lib/Mime/Viewer/Partial.php @@ -9,7 +9,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael Slusarz - * @package Horde_Mime + * @package IMP */ class IMP_Horde_Mime_Viewer_Partial extends Horde_Mime_Viewer_Driver { diff --git a/imp/lib/Mime/Viewer/Pdf.php b/imp/lib/Mime/Viewer/Pdf.php index e61736237..8bc55e3c8 100644 --- a/imp/lib/Mime/Viewer/Pdf.php +++ b/imp/lib/Mime/Viewer/Pdf.php @@ -9,7 +9,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael Slusarz - * @package Horde_Mime_Viewer + * @package IMP */ class IMP_Horde_Mime_Viewer_Pdf extends Horde_Mime_Viewer_Pdf { diff --git a/imp/lib/Mime/Viewer/Pgp.php b/imp/lib/Mime/Viewer/Pgp.php index ab0f79e04..8877a33c5 100644 --- a/imp/lib/Mime/Viewer/Pgp.php +++ b/imp/lib/Mime/Viewer/Pgp.php @@ -18,7 +18,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael Slusarz - * @package Horde_Mime + * @package IMP */ class IMP_Horde_Mime_Viewer_Pgp extends Horde_Mime_Viewer_Driver { diff --git a/imp/lib/Mime/Viewer/Plain.php b/imp/lib/Mime/Viewer/Plain.php index 9d9dcac65..7a973bf83 100644 --- a/imp/lib/Mime/Viewer/Plain.php +++ b/imp/lib/Mime/Viewer/Plain.php @@ -10,7 +10,7 @@ * * @author Anil Madhavapeddy * @author Michael Slusarz - * @package Horde_Mime_Viewer + * @package IMP */ class IMP_Horde_Mime_Viewer_Plain extends Horde_Mime_Viewer_Plain { diff --git a/imp/lib/Mime/Viewer/Related.php b/imp/lib/Mime/Viewer/Related.php index 6278b3f74..bd33737d3 100644 --- a/imp/lib/Mime/Viewer/Related.php +++ b/imp/lib/Mime/Viewer/Related.php @@ -9,7 +9,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael Slusarz - * @package Horde_Mime + * @package IMP */ class IMP_Horde_Mime_Viewer_Related extends Horde_Mime_Viewer_Driver { diff --git a/imp/lib/Mime/Viewer/Rfc822.php b/imp/lib/Mime/Viewer/Rfc822.php index 882be5711..688eb5d87 100644 --- a/imp/lib/Mime/Viewer/Rfc822.php +++ b/imp/lib/Mime/Viewer/Rfc822.php @@ -9,7 +9,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael Slusarz - * @package Horde_Mime + * @package IMP */ class IMP_Horde_Mime_Viewer_Rfc822 extends Horde_Mime_Viewer_Rfc822 { diff --git a/imp/lib/Mime/Viewer/Smil.php b/imp/lib/Mime/Viewer/Smil.php index e2613e0f6..ce318e5e2 100644 --- a/imp/lib/Mime/Viewer/Smil.php +++ b/imp/lib/Mime/Viewer/Smil.php @@ -9,7 +9,7 @@ * * @author Jan Schneider * @author Michael Slusarz - * @package Horde_Mime + * @package IMP */ class IMP_Horde_Mime_Viewer_Smil extends Horde_Mime_Viewer_Smil { diff --git a/imp/lib/Mime/Viewer/Smime.php b/imp/lib/Mime/Viewer/Smime.php index bdded74d4..ed96d4836 100644 --- a/imp/lib/Mime/Viewer/Smime.php +++ b/imp/lib/Mime/Viewer/Smime.php @@ -20,7 +20,7 @@ * * @author Mike Cochrane * @author Michael Slusarz - * @package Horde_Mime_Viewer + * @package IMP */ class IMP_Horde_Mime_Viewer_Smime extends Horde_Mime_Viewer_Driver { diff --git a/imp/lib/Mime/Viewer/Status.php b/imp/lib/Mime/Viewer/Status.php index 7ed15870a..93fb1bacd 100644 --- a/imp/lib/Mime/Viewer/Status.php +++ b/imp/lib/Mime/Viewer/Status.php @@ -9,7 +9,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael Slusarz - * @package Horde_Mime + * @package IMP */ class IMP_Horde_Mime_Viewer_Status extends Horde_Mime_Viewer_Driver { diff --git a/imp/lib/Mime/Viewer/Tnef.php b/imp/lib/Mime/Viewer/Tnef.php index ff9cecacc..32ddba450 100644 --- a/imp/lib/Mime/Viewer/Tnef.php +++ b/imp/lib/Mime/Viewer/Tnef.php @@ -9,7 +9,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael Slusarz - * @package Horde_Mime + * @package IMP */ class IMP_Horde_Mime_Viewer_Tnef extends Horde_Mime_Viewer_Tnef { diff --git a/imp/lib/Mime/Viewer/Zip.php b/imp/lib/Mime/Viewer/Zip.php index c05c37127..c7f69177c 100644 --- a/imp/lib/Mime/Viewer/Zip.php +++ b/imp/lib/Mime/Viewer/Zip.php @@ -10,7 +10,7 @@ * * @author Mike Cochrane * @author Michael Slusarz - * @package Horde_Mime + * @package IMP */ class IMP_Horde_Mime_Viewer_Zip extends Horde_Mime_Viewer_Zip { diff --git a/imp/lib/Notification/Listener/Status.php b/imp/lib/Notification/Listener/Status.php index 9cdff9d3c..6fa80d7ac 100644 --- a/imp/lib/Notification/Listener/Status.php +++ b/imp/lib/Notification/Listener/Status.php @@ -7,7 +7,7 @@ * @author Jan Schneider * @author Chuck Hagenbuch * @author Michael Slusarz - * @package Horde_Notification + * @package IMP */ class IMP_Notification_Listener_Status extends Horde_Notification_Listener_Status { diff --git a/imp/lib/Notification/Listener/StatusMobile.php b/imp/lib/Notification/Listener/StatusMobile.php index 5464fa8de..24d86387c 100644 --- a/imp/lib/Notification/Listener/StatusMobile.php +++ b/imp/lib/Notification/Listener/StatusMobile.php @@ -10,7 +10,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael Slusarz - * @package Horde_Notification + * @package IMP */ class IMP_Notification_Listener_StatusMobile extends Horde_Notification_Listener_Mobile { diff --git a/imp/lib/Quota.php b/imp/lib/Quota.php index c609f0425..0bed79e65 100644 --- a/imp/lib/Quota.php +++ b/imp/lib/Quota.php @@ -9,7 +9,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Mike Cochrane - * @package IMP_Quota + * @package IMP */ class IMP_Quota { diff --git a/imp/lib/Quota/Command.php b/imp/lib/Quota/Command.php index 14bd4920d..aa8183f7f 100644 --- a/imp/lib/Quota/Command.php +++ b/imp/lib/Quota/Command.php @@ -21,7 +21,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Eric Rostetter - * @package IMP_Quota + * @package IMP */ class IMP_Quota_Command extends IMP_Quota { diff --git a/imp/lib/Quota/Hook.php b/imp/lib/Quota/Hook.php index d0803b10e..526018ebf 100644 --- a/imp/lib/Quota/Hook.php +++ b/imp/lib/Quota/Hook.php @@ -16,7 +16,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael Redinger - * @package IMP_Quota + * @package IMP */ class IMP_Quota_Hook extends IMP_Quota { diff --git a/imp/lib/Quota/Imap.php b/imp/lib/Quota/Imap.php index ad5af9fb5..cfedb0e8e 100644 --- a/imp/lib/Quota/Imap.php +++ b/imp/lib/Quota/Imap.php @@ -8,7 +8,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Mike Cochrane - * @package IMP_Quota + * @package IMP */ class IMP_Quota_Imap extends IMP_Quota { diff --git a/imp/lib/Quota/Logfile.php b/imp/lib/Quota/Logfile.php index d8e2d59fd..0afd2cafc 100644 --- a/imp/lib/Quota/Logfile.php +++ b/imp/lib/Quota/Logfile.php @@ -34,7 +34,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Tim Gorter - * @package IMP_Quota + * @package IMP */ class IMP_Quota_Logfile extends IMP_Quota { diff --git a/imp/lib/Quota/Maildir.php b/imp/lib/Quota/Maildir.php index 9fe9d4664..9a88930d8 100644 --- a/imp/lib/Quota/Maildir.php +++ b/imp/lib/Quota/Maildir.php @@ -27,7 +27,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Eric Rostetter - * @package IMP_Quota + * @package IMP */ class IMP_Quota_Maildir extends IMP_Quota { diff --git a/imp/lib/Quota/Mdaemon.php b/imp/lib/Quota/Mdaemon.php index 0c5c66b73..de53b4ef5 100644 --- a/imp/lib/Quota/Mdaemon.php +++ b/imp/lib/Quota/Mdaemon.php @@ -13,7 +13,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Mike Cochrane - * @package IMP_Quota + * @package IMP */ class IMP_Quota_Mdaemon extends IMP_Quota { diff --git a/imp/lib/Quota/Mercury32.php b/imp/lib/Quota/Mercury32.php index 6871ab8e9..73d6a9dd1 100644 --- a/imp/lib/Quota/Mercury32.php +++ b/imp/lib/Quota/Mercury32.php @@ -38,7 +38,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Frank Lupo - * @package IMP_Quota + * @package IMP */ class IMP_Quota_Mercury32 extends IMP_Quota { diff --git a/imp/lib/Quota/Sql.php b/imp/lib/Quota/Sql.php index 6212c35a6..90d62aa10 100644 --- a/imp/lib/Quota/Sql.php +++ b/imp/lib/Quota/Sql.php @@ -40,7 +40,7 @@ * * @author Tomas Simonaitis * @author Jan Schneider - * @package IMP_Quota + * @package IMP */ class IMP_Quota_Sql extends IMP_Quota { -- 2.11.0