diff --git a/imp/js/prettyautocomplete.js b/imp/js/prettyautocomplete.js index 16418c5ae13..79df26e89e9 100644 --- a/imp/js/prettyautocomplete.js +++ b/imp/js/prettyautocomplete.js @@ -13,8 +13,8 @@ * * Copyright 2008-2014 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you - * did not receive this file, see http://www.horde.org/licenses/lgpl21. + * See the enclosed file COPYING for license information (GPL). If you + * did not receive this file, see http://www.horde.org/licenses/gpl. * * @author Michael J Rubinsky * @author Michael Slusarz diff --git a/imp/lib/Ajax/Imple/AutoCompleter/Pretty.php b/imp/lib/Ajax/Imple/AutoCompleter/Pretty.php index a22e941bfe2..345b20cbf66 100644 --- a/imp/lib/Ajax/Imple/AutoCompleter/Pretty.php +++ b/imp/lib/Ajax/Imple/AutoCompleter/Pretty.php @@ -2,13 +2,13 @@ /** * Copyright 2013-2014 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you - * did not receive this file, see http://www.horde.org/licenses/lgpl21. + * See the enclosed file COPYING for license information (GPL). If you + * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde * @copyright 2013-2014 Horde LLC - * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @package Core + * @license http://www.horde.org/licenses/gpl GPL + * @package IMP */ /** @@ -17,14 +17,14 @@ * * Copyright 2013-2014 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you - * did not receive this file, see http://www.horde.org/licenses/lgpl21. + * See the enclosed file COPYING for license information (GPL). If you + * did not receive this file, see http://www.horde.org/licenses/gpl. * * @author Michael Slusarz * @category Horde * @copyright 2013-2014 Horde LLC - * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @package Core + * @license http://www.horde.org/licenses/gpl GPL + * @package IMP */ class IMP_Ajax_Imple_AutoCompleter_Pretty extends Horde_Core_Ajax_Imple_AutoCompleter_Ajax diff --git a/imp/lib/Compose/Attachment.php b/imp/lib/Compose/Attachment.php index b7d7a8d7881..d95df05690a 100644 --- a/imp/lib/Compose/Attachment.php +++ b/imp/lib/Compose/Attachment.php @@ -2,12 +2,12 @@ /** * Copyright 2013-2014 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you - * did not receive this file, see http://www.horde.org/licenses/lgpl21. + * See the enclosed file COPYING for license information (GPL). If you + * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde * @copyright 2013-2014 Horde LLC - * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 + * @license http://www.horde.org/licenses/gpl GPL * @package IMP */ @@ -17,7 +17,7 @@ * @author Michael Slusarz * @category Horde * @copyright 2013-2014 Horde LLC - * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 + * @license http://www.horde.org/licenses/gpl GPL * @package IMP * * @property-read boolean $linked Should this attachment be linked? diff --git a/imp/lib/Compose/Attachment/Linked.php b/imp/lib/Compose/Attachment/Linked.php index 8aae0786d67..ce5d3b73a23 100644 --- a/imp/lib/Compose/Attachment/Linked.php +++ b/imp/lib/Compose/Attachment/Linked.php @@ -2,12 +2,12 @@ /** * Copyright 2013-2014 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you - * did not receive this file, see http://www.horde.org/licenses/lgpl21. + * See the enclosed file COPYING for license information (GPL). If you + * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde * @copyright 2013-2014 Horde LLC - * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 + * @license http://www.horde.org/licenses/gpl GPL * @package IMP */ @@ -17,7 +17,7 @@ * @author Michael Slusarz * @category Horde * @copyright 2013-2014 Horde LLC - * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 + * @license http://www.horde.org/licenses/gpl GPL * @package IMP */ interface IMP_Compose_Attachment_Linked diff --git a/imp/lib/Compose/Attachment/Linked/Metadata.php b/imp/lib/Compose/Attachment/Linked/Metadata.php index e92c47bfe06..bc9a5391354 100644 --- a/imp/lib/Compose/Attachment/Linked/Metadata.php +++ b/imp/lib/Compose/Attachment/Linked/Metadata.php @@ -2,12 +2,12 @@ /** * Copyright 2013-2014 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you - * did not receive this file, see http://www.horde.org/licenses/lgpl21. + * See the enclosed file COPYING for license information (GPL). If you + * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde * @copyright 2013-2014 Horde LLC - * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 + * @license http://www.horde.org/licenses/gpl GPL * @package IMP */ @@ -17,7 +17,7 @@ * @author Michael Slusarz * @category Horde * @copyright 2013-2014 Horde LLC - * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 + * @license http://www.horde.org/licenses/gpl * @package IMP * * @property array $data Raw data. diff --git a/imp/lib/Compose/Attachment/Storage.php b/imp/lib/Compose/Attachment/Storage.php index a9edf34fa2d..9b21b443285 100644 --- a/imp/lib/Compose/Attachment/Storage.php +++ b/imp/lib/Compose/Attachment/Storage.php @@ -2,12 +2,12 @@ /** * Copyright 2013-2014 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you - * did not receive this file, see http://www.horde.org/licenses/lgpl21. + * See the enclosed file COPYING for license information (GPL). If you + * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde * @copyright 2013-2014 Horde LLC - * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 + * @license http://www.horde.org/licenses/gpl GPL * @package IMP */ @@ -17,7 +17,7 @@ * @author Michael Slusarz * @category Horde * @copyright 2013-2014 Horde LLC - * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 + * @license http://www.horde.org/licenses/gpl GPL * @package IMP * * @property-read boolean $linked Can this attachment be linked? diff --git a/imp/lib/Compose/Attachment/Storage/Vfs.php b/imp/lib/Compose/Attachment/Storage/Vfs.php index ffe7368e7ec..d1f954aaca7 100644 --- a/imp/lib/Compose/Attachment/Storage/Vfs.php +++ b/imp/lib/Compose/Attachment/Storage/Vfs.php @@ -2,12 +2,12 @@ /** * Copyright 2013-2014 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you - * did not receive this file, see http://www.horde.org/licenses/lgpl21. + * See the enclosed file COPYING for license information (GPL). If you + * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde * @copyright 2013-2014 Horde LLC - * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 + * @license http://www.horde.org/licenses/gpl GPL * @package IMP */ @@ -17,7 +17,7 @@ * @author Michael Slusarz * @category Horde * @copyright 2013-2014 Horde LLC - * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 + * @license http://www.horde.org/licenses/gpl GPL * @package IMP */ class IMP_Compose_Attachment_Storage_Vfs extends IMP_Compose_Attachment_Storage diff --git a/imp/lib/Compose/Attachment/Storage/VfsLinked.php b/imp/lib/Compose/Attachment/Storage/VfsLinked.php index 6bef0af21c9..e3c0b094cc0 100644 --- a/imp/lib/Compose/Attachment/Storage/VfsLinked.php +++ b/imp/lib/Compose/Attachment/Storage/VfsLinked.php @@ -2,12 +2,12 @@ /** * Copyright 2013-2014 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you - * did not receive this file, see http://www.horde.org/licenses/lgpl21. + * See the enclosed file COPYING for license information (GPL). If you + * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde * @copyright 2013-2014 Horde LLC - * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 + * @license http://www.horde.org/licenses/gpl GPL * @package IMP */ @@ -18,7 +18,7 @@ * @author Michael Slusarz * @category Horde * @copyright 2013-2014 Horde LLC - * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 + * @license http://www.horde.org/licenses/gpl GPL * @package IMP */ class IMP_Compose_Attachment_Storage_VfsLinked extends IMP_Compose_Attachment_Storage_Vfs implements IMP_Compose_Attachment_Linked diff --git a/imp/lib/Compose/LinkedAttachment.php b/imp/lib/Compose/LinkedAttachment.php index 604080c785e..65dd9bdc719 100644 --- a/imp/lib/Compose/LinkedAttachment.php +++ b/imp/lib/Compose/LinkedAttachment.php @@ -2,12 +2,12 @@ /** * Copyright 2013-2014 Horde LLC (http://www.horde.org/) * - * See the enclosed file COPYING for license information (LGPL). If you - * did not receive this file, see http://www.horde.org/licenses/lgpl21. + * See the enclosed file COPYING for license information (GPL). If you + * did not receive this file, see http://www.horde.org/licenses/gpl. * * @category Horde * @copyright 2013-2014 Horde LLC - * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 + * @license http://www.horde.org/licenses/gpl GPL * @package IMP */ @@ -17,7 +17,7 @@ * @author Michael Slusarz * @category Horde * @copyright 2013-2014 Horde LLC - * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 + * @license http://www.horde.org/licenses/gpl GPL * @package IMP */ class IMP_Compose_LinkedAttachment diff --git a/imp/lib/Tree/Flist.php b/imp/lib/Tree/Flist.php index 6fd11f6e8e8..6c15652e487 100644 --- a/imp/lib/Tree/Flist.php +++ b/imp/lib/Tree/Flist.php @@ -1,17 +1,25 @@ - * @category Horde - * @license http://www.horde.org/licenses/lgpl21 GPL - * @package IMP + * @category Horde + * @copyright 2010-2014 Horde LLC + * @license http://www.horde.org/licenses/gpl GPL + * @package IMP + */ + +/** + * The IMP_Tree_Flist class provides an IMP dropdown mailbox (folder tree) + * list. + * + * @author Michael Slusarz + * @category Horde + * @copyright 2010-2014 Horde LLC + * @license http://www.horde.org/licenses/gpl GPL + * @package IMP */ class IMP_Tree_Flist extends Horde_Tree_Renderer_Select { diff --git a/imp/lib/Tree/Jquerymobile.php b/imp/lib/Tree/Jquerymobile.php index fc347a4db2c..46f06d1177d 100644 --- a/imp/lib/Tree/Jquerymobile.php +++ b/imp/lib/Tree/Jquerymobile.php @@ -1,16 +1,24 @@ - * @category Horde - * @license http://www.horde.org/licenses/lgpl21 GPL - * @package IMP + * @category Horde + * @copyright 2011-2014 Horde LLC + * @license http://www.horde.org/licenses/gpl GPL + * @package IMP + */ + +/** + * This class defines Jquerymobile output for a mailbox (folder tree) list. + * + * @author Michael Slusarz + * @category Horde + * @copyright 2011-2014 Horde LLC + * @license http://www.horde.org/licenses/gpl GPL + * @package IMP */ class IMP_Tree_Jquerymobile extends Horde_Tree_Renderer_Jquerymobile {