Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed May 6, 2014
1 parent 8071b70 commit 361e735
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 29 deletions.
9 changes: 5 additions & 4 deletions imp/basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
* 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 <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/gpl GPL
* @package IMP
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @copyright 2013-2014 Horde LLC
* @license http://www.horde.org/licenses/gpl GPL
* @package IMP
*/

require_once __DIR__ . '/lib/Application.php';
Expand Down
9 changes: 5 additions & 4 deletions imp/dynamic.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
* 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 <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/gpl GPL
* @package IMP
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @copyright 2012-2014 Horde LLC
* @license http://www.horde.org/licenses/gpl GPL
* @package IMP
*/

require_once __DIR__ . '/lib/Application.php';
Expand Down
9 changes: 5 additions & 4 deletions imp/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
*
* @author Chuck Hagenbuch <chuck@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/gpl GPL
* @package IMP
* @author Chuck Hagenbuch <chuck@horde.org>
* @category Horde
* @copyright 1999-2014 Horde LLC
* @license http://www.horde.org/licenses/gpl GPL
* @package IMP
*/

// Will redirect to login page if not authenticated.
Expand Down
9 changes: 5 additions & 4 deletions imp/minimal.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
* 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 <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/gpl GPL
* @package IMP
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @copyright 2012-2014 Horde LLC
* @license http://www.horde.org/licenses/gpl GPL
* @package IMP
*/

require_once __DIR__ . '/lib/Application.php';
Expand Down
9 changes: 5 additions & 4 deletions imp/rss.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
*
* @author Eric Garrido <ekg2002@columbia.edu>
* @category Horde
* @license http://www.horde.org/licenses/gpl GPL
* @package IMP
* @author Eric Garrido <ekg2002@columbia.edu>
* @category Horde
* @copyright 2007-2014 Horde LLC
* @license http://www.horde.org/licenses/gpl GPL
* @package IMP
*/

require_once __DIR__ . '/lib/Application.php';
Expand Down
9 changes: 5 additions & 4 deletions imp/smartmobile.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
*
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/gpl GPL
* @package IMP
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @copyright 2010-2014 Horde LLC
* @license http://www.horde.org/licenses/gpl GPL
* @package IMP
*/

require_once __DIR__ . '/lib/Application.php';
Expand Down
11 changes: 6 additions & 5 deletions imp/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
*
* @author Chuck Hagenbuch <chuck@horde.org>
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/gpl GPL
* @package IMP
* @author Chuck Hagenbuch <chuck@horde.org>
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @copyright 1999-2014 Horde LLC
* @license http://www.horde.org/licenses/gpl GPL
* @package IMP
*/

require_once __DIR__ . '/lib/Application.php';
Expand Down

0 comments on commit 361e735

Please sign in to comment.