diff options
author | Paul Arthur <flowerysong00@yahoo.com> | 2011-04-04 17:37:10 -0400 |
---|---|---|
committer | Paul Arthur <flowerysong00@yahoo.com> | 2011-04-04 17:37:10 -0400 |
commit | 4aa256cb07ee2dd0a113b56b06accf1dae2c61c7 (patch) | |
tree | 29384b717d28e524b9fb5a699f59f7d1b827f6ff /admin | |
parent | 012006b3cfcb0743cb17c0ab040b38bccd04599f (diff) | |
download | ampache-4aa256cb07ee2dd0a113b56b06accf1dae2c61c7.tar.gz ampache-4aa256cb07ee2dd0a113b56b06accf1dae2c61c7.tar.bz2 ampache-4aa256cb07ee2dd0a113b56b06accf1dae2c61c7.zip |
Clean up some PHPDoc crap
Remove misleading, unvetted, or in some cases just plain wrong data.
Packages and categories weren't being used correctly. They still
aren't.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/access.php | 7 | ||||
-rw-r--r-- | admin/catalog.php | 7 | ||||
-rw-r--r-- | admin/duplicates.php | 7 | ||||
-rw-r--r-- | admin/export.php | 7 | ||||
-rw-r--r-- | admin/flag.php | 7 | ||||
-rw-r--r-- | admin/index.php | 7 | ||||
-rw-r--r-- | admin/mail.php | 7 | ||||
-rw-r--r-- | admin/modules.php | 7 | ||||
-rw-r--r-- | admin/shout.php | 7 | ||||
-rw-r--r-- | admin/system.php | 7 | ||||
-rw-r--r-- | admin/users.php | 7 |
11 files changed, 11 insertions, 66 deletions
diff --git a/admin/access.php b/admin/access.php index b85d7b10..cf570524 100644 --- a/admin/access.php +++ b/admin/access.php @@ -3,7 +3,6 @@ /** * Admin Access * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * @category Admin - * @package Admin - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version PHP 5.2 * @link http://www.ampache.org/ - * @since File available since Release 1.0 */ require '../lib/init.php'; diff --git a/admin/catalog.php b/admin/catalog.php index 2dc42208..3d4e4b48 100644 --- a/admin/catalog.php +++ b/admin/catalog.php @@ -3,7 +3,6 @@ /** * Admin Catalog * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * @category Admin - * @package Admin - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version PHP 5.2 * @link http://www.ampache.org/ - * @since File available since Release 1.0 */ require_once '../lib/init.php'; diff --git a/admin/duplicates.php b/admin/duplicates.php index bd10dda1..a0d6457a 100644 --- a/admin/duplicates.php +++ b/admin/duplicates.php @@ -3,7 +3,6 @@ /** * Admin Duplicates * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * @category Admin - * @package Admin - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version PHP 5.2 * @link http://www.ampache.org/ - * @since File available since Release 1.0 */ require_once '../lib/init.php'; diff --git a/admin/export.php b/admin/export.php index bc9498e9..e0aacb5e 100644 --- a/admin/export.php +++ b/admin/export.php @@ -3,7 +3,6 @@ /** * Admin Export * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * @category Admin - * @package Admin - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version PHP 5.2 * @link http://www.ampache.org/ - * @since File available since Release 1.0 */ require_once '../lib/init.php'; diff --git a/admin/flag.php b/admin/flag.php index 170b9214..d0201302 100644 --- a/admin/flag.php +++ b/admin/flag.php @@ -3,7 +3,6 @@ /** * Admin Flag * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * @category Admin - * @package Admin - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version PHP 5.2 * @link http://www.ampache.org/ - * @since File available since Release 1.0 */ require '../lib/init.php'; diff --git a/admin/index.php b/admin/index.php index 561f8dc3..1c0a2d40 100644 --- a/admin/index.php +++ b/admin/index.php @@ -3,7 +3,6 @@ /** * Admin index * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * @category Admin - * @package Admin - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version PHP 5.2 * @link http://www.ampache.org/ - * @since File available since Release 1.0 */ require '../lib/init.php'; diff --git a/admin/mail.php b/admin/mail.php index 5fee076d..29fb800c 100644 --- a/admin/mail.php +++ b/admin/mail.php @@ -3,7 +3,6 @@ /** * Admin Mail * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * @category Admin - * @package Admin - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version PHP 5.2 * @link http://www.ampache.org/ - * @since File available since Release 1.0 */ require_once '../lib/init.php'; diff --git a/admin/modules.php b/admin/modules.php index 71901621..24ebac5d 100644 --- a/admin/modules.php +++ b/admin/modules.php @@ -3,7 +3,6 @@ /** * Admin Modules * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * @category Admin - * @package Admin - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version PHP 5.2 * @link http://www.ampache.org/ - * @since File available since Release 1.0 */ require_once '../lib/init.php'; diff --git a/admin/shout.php b/admin/shout.php index 133bb31f..6140b901 100644 --- a/admin/shout.php +++ b/admin/shout.php @@ -3,7 +3,6 @@ /** * Admin Shout * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * @category Admin - * @package Admin - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version PHP 5.2 * @link http://www.ampache.org/ - * @since File available since Release 1.0 */ require_once '../lib/init.php'; diff --git a/admin/system.php b/admin/system.php index adce9641..8592775c 100644 --- a/admin/system.php +++ b/admin/system.php @@ -3,7 +3,6 @@ /** * Access System * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * @category Admin - * @package Admin - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version PHP 5.2 * @link http://www.ampache.org/ - * @since File available since Release 1.0 */ require '../lib/init.php'; diff --git a/admin/users.php b/admin/users.php index 9ab9150c..16e87351 100644 --- a/admin/users.php +++ b/admin/users.php @@ -3,7 +3,6 @@ /** * Admin Users * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * @category Admin - * @package Admin - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version PHP 5.2 * @link http://www.ampache.org/ - * @since File available since Release 1.0 */ require_once '../lib/init.php'; |