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 | |
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.
289 files changed, 258 insertions, 1909 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'; @@ -3,7 +3,6 @@ /** * Albums * - * 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 Albums - * @package Files - * @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/artists.php b/artists.php index ee02589a..f43c91dc 100644 --- a/artists.php +++ b/artists.php @@ -3,7 +3,6 @@ /** * Artists * - * 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 Artists - * @package Files - * @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'; @@ -3,7 +3,6 @@ /** * Batch * - * 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 Batch - * @package Files - * @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/bin/catalog_update.inc b/bin/catalog_update.inc index ce1699f3..cc0a2f93 100644 --- a/bin/catalog_update.inc +++ b/bin/catalog_update.inc @@ -3,8 +3,6 @@ /** * Catalog Update * - * PHP version 5 - * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved * @@ -21,14 +19,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 Bin - * @package Bin - * @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 */ define('NO_SESSION','1'); diff --git a/bin/delete_disabled.inc b/bin/delete_disabled.inc index dada5a56..05b097e7 100644 --- a/bin/delete_disabled.inc +++ b/bin/delete_disabled.inc @@ -3,7 +3,6 @@ /** * Delete Disabled * - * 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 Bin - * @package Bin - * @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 */ /** diff --git a/bin/dump_album_art.inc b/bin/dump_album_art.inc index cf317cb6..0f1c83e8 100644 --- a/bin/dump_album_art.inc +++ b/bin/dump_album_art.inc @@ -3,7 +3,6 @@ /** * Dump Album Art * - * 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 Bin - * @package Bin - * @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 */ define('NO_SESSION','1'); diff --git a/bin/fix_filenames.inc b/bin/fix_filenames.inc index 14815ee2..4333f9e4 100644 --- a/bin/fix_filenames.inc +++ b/bin/fix_filenames.inc @@ -3,7 +3,6 @@ /** * Fix Filenames * - * 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 Bin - * @package Bin - * @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 */ define('NO_SESSION','1'); diff --git a/bin/install/install-db.inc b/bin/install/install-db.inc index 3b0c8c12..08626e29 100644 --- a/bin/install/install-db.inc +++ b/bin/install/install-db.inc @@ -3,8 +3,6 @@ /** * Install DB * - * PHP version 5 - * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved * @@ -21,14 +19,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 Bin - * @package Bin - * @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 */ define('NO_SESSION','1'); diff --git a/bin/migrate_config.inc b/bin/migrate_config.inc index 12a4240b..5f0ea5fe 100644 --- a/bin/migrate_config.inc +++ b/bin/migrate_config.inc @@ -3,7 +3,6 @@ /** * Migrate Config * - * 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 Bin - * @package Bin - * @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 */ define('NO_SESSION','1'); diff --git a/bin/print_tags.inc b/bin/print_tags.inc index 9ea14e6e..2633471c 100644 --- a/bin/print_tags.inc +++ b/bin/print_tags.inc @@ -3,7 +3,6 @@ /** * Print Tags * - * 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 Bin - * @package Bin - * @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 */ define('NO_SESSION','1'); diff --git a/bin/sort_files.inc b/bin/sort_files.inc index e49a2e4f..9acf4cb9 100644 --- a/bin/sort_files.inc +++ b/bin/sort_files.inc @@ -3,7 +3,6 @@ /** * Sort Files * - * 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 Bin - * @package Bin - * @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 */ /** diff --git a/bin/write_playlists.inc b/bin/write_playlists.inc index de5538d6..8ee857fb 100644 --- a/bin/write_playlists.inc +++ b/bin/write_playlists.inc @@ -3,7 +3,6 @@ /** * Write Playlists * - * 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 Bin - * @package Bin - * @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 */ /* diff --git a/bin/write_tags.inc b/bin/write_tags.inc index 46320900..518b49e9 100644 --- a/bin/write_tags.inc +++ b/bin/write_tags.inc @@ -3,7 +3,6 @@ /** * Write Tags * - * 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 Bin - * @package Bin - * @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 */ /* @@ -3,7 +3,6 @@ /** * Browse * - * 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 Browse - * @package Files - * @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 */ /** diff --git a/democratic.php b/democratic.php index fb909a45..8f85f2f5 100644 --- a/democratic.php +++ b/democratic.php @@ -3,7 +3,6 @@ /** * Democratic * - * 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 Democratic - * @package Files - * @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'; @@ -3,7 +3,6 @@ /** * 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 Flag - * @package Files - * @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 */ /** @@ -3,7 +3,6 @@ /** * Image * - * 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 Image - * @package Files - * @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 */ /** @@ -3,7 +3,6 @@ /** * 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 Index - * @package Files - * @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'; @@ -2,7 +2,6 @@ /** * PHPInfo * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -20,14 +19,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 PHPInfo - * @package Files - * @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/install.php b/install.php index 49e90513..0a740a5f 100644 --- a/install.php +++ b/install.php @@ -3,7 +3,6 @@ /** * Install * - * 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 Install - * @package Files - * @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 */ // Set the Error level manualy... I'm to lazy to fix notices diff --git a/lib/batch.lib.php b/lib/batch.lib.php index 4174a83d..64376b63 100644 --- a/lib/batch.lib.php +++ b/lib/batch.lib.php @@ -3,7 +3,6 @@ /** * Batch Library * - * 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 Batch - * @package Library - * @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 */ /** diff --git a/lib/class/access.class.php b/lib/class/access.class.php index e7186fc2..e4e8af78 100644 --- a/lib/class/access.class.php +++ b/lib/class/access.class.php @@ -3,7 +3,6 @@ /** * Access Class * - * 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 Access * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -37,14 +32,10 @@ * This class handles the access list mojo for Ampache, it is ment to restrict * access based on IP and maybe something else in the future * - * @category Access * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Access { diff --git a/lib/class/ajax.class.php b/lib/class/ajax.class.php index 56b62236..1ecb2e68 100644 --- a/lib/class/ajax.class.php +++ b/lib/class/ajax.class.php @@ -3,7 +3,6 @@ /** * Ajax Class * - * 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 Ajax * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -38,13 +33,9 @@ * elements onto a page. It takes care of the observing and all that * raz-a-ma-taz. * - * @category Ajax * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Ajax { diff --git a/lib/class/album.class.php b/lib/class/album.class.php index 7018b1aa..dbf0b18e 100644 --- a/lib/class/album.class.php +++ b/lib/class/album.class.php @@ -3,7 +3,6 @@ /** * Access Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -22,14 +21,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 Album * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -38,14 +33,10 @@ * This is the class responsible for handling the Album object * it is related to the album table in the database. * - * @category Album * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Album extends database_object { diff --git a/lib/class/ampachemail.class.php b/lib/class/ampachemail.class.php index 798f4588..dc359c6a 100644 --- a/lib/class/ampachemail.class.php +++ b/lib/class/ampachemail.class.php @@ -3,7 +3,6 @@ /** * AmpacheMail Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * @category AmpacheMail * @package Ampache * @authro Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -36,14 +32,10 @@ * * This class handles the Mail * - * @category AmpacheMail * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class AmpacheMail { diff --git a/lib/class/ampacherss.class.php b/lib/class/ampacherss.class.php index 3c5687b8..681ae98f 100644 --- a/lib/class/ampacherss.class.php +++ b/lib/class/ampacherss.class.php @@ -3,7 +3,6 @@ /** * AmpacheRSS Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -22,14 +21,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 AmpacheRSS * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -38,14 +33,10 @@ * This is not currently used by the stable version of ampache, really here for future use and * due to the fact it was back-ported from /trunk * - * @category AmpacheRSS * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class AmpacheRSS { diff --git a/lib/class/api.class.php b/lib/class/api.class.php index 21dc33e8..c7a780b6 100644 --- a/lib/class/api.class.php +++ b/lib/class/api.class.php @@ -3,7 +3,6 @@ /** * Api Class * - * 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 Api * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -38,14 +33,10 @@ * this is very focused on providing functionality for Amarok so it can * integrate with Ampache. * - * @category Api * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Api { diff --git a/lib/class/art.class.php b/lib/class/art.class.php index 2925f884..4f9cd8ba 100644 --- a/lib/class/art.class.php +++ b/lib/class/art.class.php @@ -3,7 +3,6 @@ /** * Art Class * - * 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 Art * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -38,14 +33,10 @@ * This was initially in the album class, but was pulled out * to be more general, and apply to albums, artists, movies etc * - * @category Art * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Art extends database_object { diff --git a/lib/class/artist.class.php b/lib/class/artist.class.php index 63023d45..6007dd3f 100644 --- a/lib/class/artist.class.php +++ b/lib/class/artist.class.php @@ -3,7 +3,6 @@ /** * Artist Class * - * 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 Artist * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -36,14 +31,10 @@ * * Description here... * - * @category Artist * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Artist extends database_object { diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php index c997c478..1c618d4e 100644 --- a/lib/class/browse.class.php +++ b/lib/class/browse.class.php @@ -3,7 +3,6 @@ /** * Browse Class * - * 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 Browse * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -39,14 +34,10 @@ * it also handles pulling back the object_ids and then * calling the correct template for the object we are displaying * - * @category Browse * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Browse extends Query { diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php index aa18d240..6ee38823 100644 --- a/lib/class/catalog.class.php +++ b/lib/class/catalog.class.php @@ -3,7 +3,6 @@ /** * Catalog Class * - * 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 Catalog * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -37,14 +32,10 @@ * This class handles all actual work in regards to the catalog, * it contains functions for creating/listing/updated the catalogs. * - * @catagory Catalog * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Catalog extends database_object { @@ -1011,7 +1002,6 @@ class Catalog extends database_object { /** * update_last_add * updates the last_add of the catalog - * @package Catalog */ public function update_last_add() { @@ -1455,8 +1445,6 @@ class Catalog extends database_object { /** * update_remote_catalog * actually updates from the remote data, takes an array of songs that are base64 encoded and parses them - * @package XMLRPC - * @catagory Client */ public function update_remote_catalog($data,$root_path) { @@ -1492,8 +1480,6 @@ class Catalog extends database_object { /* * update_remote_album_images * actually synchronize the album images - * @package XMLRPC - * @catagory Client */ public function update_remote_album_images($data, $remote_server, $auth, $path) { $label = "catalog.class.php::update_remote_album_images"; diff --git a/lib/class/config.class.php b/lib/class/config.class.php index 9111416d..4ac45469 100644 --- a/lib/class/config.class.php +++ b/lib/class/config.class.php @@ -3,7 +3,6 @@ /** * Config Class * - * 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 Config * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ @@ -43,14 +38,10 @@ * config overides and/or local configs (for like dba) * The class should be a static var in the other classes * - * @category Config * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Config { diff --git a/lib/class/core.class.php b/lib/class/core.class.php index 724a8560..a9df3500 100644 --- a/lib/class/core.class.php +++ b/lib/class/core.class.php @@ -3,7 +3,6 @@ /** * Core Class * - * 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 Core * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -37,14 +32,10 @@ * This is really just a namespace class, it's full of static functions * would be replaced by a namespace library once that exists in php * - * @category Core * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Core { diff --git a/lib/class/database_object.abstract.php b/lib/class/database_object.abstract.php index 37e7c6fe..781c98c5 100644 --- a/lib/class/database_object.abstract.php +++ b/lib/class/database_object.abstract.php @@ -3,7 +3,6 @@ /** * database_object Class * - * 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 database_object * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -38,14 +33,10 @@ * database based objects in ampache. It attempts to do some standard * caching for all of the objects to cut down on the database calls * - * @category database_object * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 * @abstract */ abstract class database_object { diff --git a/lib/class/dba.class.php b/lib/class/dba.class.php index 35f034e7..4490067b 100644 --- a/lib/class/dba.class.php +++ b/lib/class/dba.class.php @@ -3,7 +3,6 @@ /** * Dba Class * - * 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 Dba * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /* Make sure they aren't directly accessing it */ @@ -44,14 +39,10 @@ if (!defined('INIT_LOADED') || INIT_LOADED != '1') { exit; } * it will also auto-connect as needed, and has a default * database simplifying queries in most cases. * - * @category Dba * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Dba { diff --git a/lib/class/democratic.class.php b/lib/class/democratic.class.php index 2f32cb75..a0ea01a5 100644 --- a/lib/class/democratic.class.php +++ b/lib/class/democratic.class.php @@ -3,7 +3,6 @@ /** * Democratic Class * - * 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 Democratic * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -37,14 +32,10 @@ * This class handles democratic play, which is a fancy * name for voting based playback. This extends the tmpplaylist * - * @category Democratic * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Democratic extends tmpPlaylist { diff --git a/lib/class/error.class.php b/lib/class/error.class.php index e12afe48..f6cec046 100644 --- a/lib/class/error.class.php +++ b/lib/class/error.class.php @@ -3,7 +3,6 @@ /** * Error Class * - * 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 Error * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -37,14 +32,10 @@ * This is the baic error class, its better now that we can use php5 * hello static functions and variables * - * @category Error * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Error { diff --git a/lib/class/flag.class.php b/lib/class/flag.class.php index f1053a7b..b3791dbd 100644 --- a/lib/class/flag.class.php +++ b/lib/class/flag.class.php @@ -3,7 +3,6 @@ /** * Flag Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -22,14 +21,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 Flag * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -37,14 +32,10 @@ * * This handles flagging of songs, albums and artists * - * @category Flag * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Flag extends database_object { diff --git a/lib/class/localplay.abstract.php b/lib/class/localplay.abstract.php index 892be378..5e9d8b3c 100644 --- a/lib/class/localplay.abstract.php +++ b/lib/class/localplay.abstract.php @@ -3,7 +3,6 @@ /** * localplay_controller Class * - * 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 localplay_controller * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /* @@ -36,14 +31,10 @@ * * This is the abstract class for any localplay controller * - * @category localplay_controller * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 * @abstract */ abstract class localplay_controller { diff --git a/lib/class/localplay.class.php b/lib/class/localplay.class.php index 9c11ff60..ef03b1c3 100644 --- a/lib/class/localplay.class.php +++ b/lib/class/localplay.class.php @@ -3,7 +3,6 @@ /** * Localplay Class * - * 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 Localplay * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -36,14 +31,10 @@ * * Description here... * - * @category Localplay * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Localplay { diff --git a/lib/class/media.interface.php b/lib/class/media.interface.php index 242f2772..617e12b5 100644 --- a/lib/class/media.interface.php +++ b/lib/class/media.interface.php @@ -3,7 +3,6 @@ /** * media Interface * - * 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 media * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -38,18 +33,14 @@ * work, this lists all required functions and the expected * input * - * @category media * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ * @see Video * @see Radio * @see Random * @see Song - * @since Class available since Release 1.0 */ interface media { diff --git a/lib/class/playlist.class.php b/lib/class/playlist.class.php index 42638820..92d28a07 100644 --- a/lib/class/playlist.class.php +++ b/lib/class/playlist.class.php @@ -3,7 +3,6 @@ /** * Playlist Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -22,14 +21,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 Playlist * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -37,14 +32,10 @@ * * This class handles playlists in ampache. it references the playlist* tables * - * @category Playlist * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Playlist extends playlist_object { diff --git a/lib/class/plugin.class.php b/lib/class/plugin.class.php index b6b8b6b2..2d2b0472 100644 --- a/lib/class/plugin.class.php +++ b/lib/class/plugin.class.php @@ -3,7 +3,6 @@ /** * Plugin Class * - * 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 Plugin * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -36,14 +31,10 @@ * * Description here... * - * @category Access * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Plugin { diff --git a/lib/class/preference.class.php b/lib/class/preference.class.php index 7c210481..be70bdcd 100644 --- a/lib/class/preference.class.php +++ b/lib/class/preference.class.php @@ -3,7 +3,6 @@ /** * Preference Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -22,14 +21,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 Preference * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -38,15 +33,11 @@ * This handles all of the preference stuff for ampache it replaces * /lib/preference.lib.php * - * @category Preference * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ * @see /lib/preference.lib.php - * @since Class available since Release 1.0 */ class Preference { diff --git a/lib/class/query.class.php b/lib/class/query.class.php index 11095b80..49a978af 100644 --- a/lib/class/query.class.php +++ b/lib/class/query.class.php @@ -3,7 +3,6 @@ /** * Query Class * - * 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 Query * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -37,14 +32,10 @@ * This handles all of the sql/filtering for the ampache database * this was seperated out from browse to accomodate Dynamic Playlists * - * @category Query * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Query { diff --git a/lib/class/radio.class.php b/lib/class/radio.class.php index 43fa3300..2bd631eb 100644 --- a/lib/class/radio.class.php +++ b/lib/class/radio.class.php @@ -3,7 +3,6 @@ /** * Radio Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -22,14 +21,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 Radio * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -38,14 +33,10 @@ * This handles the internet radio stuff, that is inserted into live_stream * this can include podcasts or what-have-you * - * @category Radio * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Radio extends database_object implements media { diff --git a/lib/class/random.class.php b/lib/class/random.class.php index cdc4e2a6..ef6c3037 100644 --- a/lib/class/random.class.php +++ b/lib/class/random.class.php @@ -3,7 +3,6 @@ /** * Random Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -22,14 +21,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 Random * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -39,14 +34,10 @@ * by this class, there isn't a table for this class so most of it's functions * are static * - * @category Random * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Random implements media { diff --git a/lib/class/rating.class.php b/lib/class/rating.class.php index ad72c6bc..5a85c220 100644 --- a/lib/class/rating.class.php +++ b/lib/class/rating.class.php @@ -3,7 +3,6 @@ /** * Rating Class * - * 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 Rating * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -36,14 +31,10 @@ * * This tracks ratings for songs, albums and artists. * - * @category Rating * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Rating extends database_object { diff --git a/lib/class/recommendation.class.php b/lib/class/recommendation.class.php index 01b9544f..a2af1eee 100644 --- a/lib/class/recommendation.class.php +++ b/lib/class/recommendation.class.php @@ -3,7 +3,6 @@ /** * Recommendation Class * - * 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 Recommendation * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -36,14 +31,10 @@ * * Description here... * - * @category Recommendation * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Recommendation { diff --git a/lib/class/registration.class.php b/lib/class/registration.class.php index f4bce3e2..6175b016 100644 --- a/lib/class/registration.class.php +++ b/lib/class/registration.class.php @@ -3,7 +3,6 @@ /** * Registration Class * - * 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 Registration * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -37,14 +32,10 @@ * This class handles all the doodlys for the registration * stuff in ampache * - * @category Registration * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Registration { diff --git a/lib/class/scrobbler.class.php b/lib/class/scrobbler.class.php index 582cfbf9..e5ab6f4d 100644 --- a/lib/class/scrobbler.class.php +++ b/lib/class/scrobbler.class.php @@ -3,7 +3,6 @@ /** * scrobbler Class * - * 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 scrobbler * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -36,14 +31,10 @@ * * Description here... * - * @category scrobbler * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class scrobbler { diff --git a/lib/class/shoutbox.class.php b/lib/class/shoutbox.class.php index 22a4427c..42a6c04a 100644 --- a/lib/class/shoutbox.class.php +++ b/lib/class/shoutbox.class.php @@ -3,7 +3,6 @@ /** * shoutBox Class * - * 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 shoutBox * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -36,14 +31,10 @@ * * Description here... * - * @category shoutBox * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class shoutBox { diff --git a/lib/class/song.class.php b/lib/class/song.class.php index 776a8fbf..b6899267 100644 --- a/lib/class/song.class.php +++ b/lib/class/song.class.php @@ -3,7 +3,6 @@ /** * Song Class * - * 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 Song * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -36,14 +31,10 @@ * * Description here... * - * @category Song * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Song extends database_object implements media { diff --git a/lib/class/stats.class.php b/lib/class/stats.class.php index 0d709acd..56764ce5 100644 --- a/lib/class/stats.class.php +++ b/lib/class/stats.class.php @@ -3,7 +3,6 @@ /** * Stats Class * - * 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 Stats * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -38,14 +33,10 @@ * Stuff, before this was done in the user class * but that's not good, all done through here. * - * @category Stats * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Stats { diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index 0595975b..f9ba484f 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -3,7 +3,6 @@ /** * Stream Class * - * 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 Stream * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -39,14 +34,10 @@ * module in question. It has two sources for data * songs (array of ids) and urls (array of full urls) * - * @category Stream * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Stream { diff --git a/lib/class/tag.class.php b/lib/class/tag.class.php index 53607a55..a8309fcb 100644 --- a/lib/class/tag.class.php +++ b/lib/class/tag.class.php @@ -3,7 +3,6 @@ /** * Tag Class * - * 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 Tag * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -36,14 +31,10 @@ * * This class hnadles all of the tag relation operations * - * @category Tag * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Tag extends database_object { diff --git a/lib/class/tmpplaylist.class.php b/lib/class/tmpplaylist.class.php index 34f02abe..f06984b5 100644 --- a/lib/class/tmpplaylist.class.php +++ b/lib/class/tmpplaylist.class.php @@ -3,7 +3,6 @@ /** * TmpPlaylist Class * - * 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 TmpPlaylist * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -38,14 +33,10 @@ * tmp_playlist and tmp_playlist_data tables, and sneaks out at night to * visit user_vote from time to time * - * @category TempPlaylist * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class tmpPlaylist extends database_object { diff --git a/lib/class/update.class.php b/lib/class/update.class.php index 14478de0..de27087d 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -3,7 +3,6 @@ /** * Update Class * - * 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 Update * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -49,14 +44,10 @@ * The last 4 digits are a build number... * If Minor can't go over 9 Major can go as high as we want * - * @category Update * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Update { diff --git a/lib/class/user.class.php b/lib/class/user.class.php index 0a36a6f4..edeefc40 100644 --- a/lib/class/user.class.php +++ b/lib/class/user.class.php @@ -3,7 +3,6 @@ /** * User Class * - * 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 User * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -38,14 +33,10 @@ * and deletion of the user objects from the database by defualt you constrcut it * with a user_id from user.id * - * @category User * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class User extends database_object { diff --git a/lib/class/vainfo.class.php b/lib/class/vainfo.class.php index dace9874..12e1f123 100644 --- a/lib/class/vainfo.class.php +++ b/lib/class/vainfo.class.php @@ -3,7 +3,6 @@ /** * vainfo Class * - * 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 vainfo * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -37,14 +32,10 @@ * This class takes the information pulled from getID3 and returns it in a * Ampache friendly way. * - * @category vainfo * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class vainfo { diff --git a/lib/class/vauth.class.php b/lib/class/vauth.class.php index f27067a0..739cfc14 100644 --- a/lib/class/vauth.class.php +++ b/lib/class/vauth.class.php @@ -3,7 +3,6 @@ /** * vauth Class * - * 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 vauth * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -38,14 +33,10 @@ * it takes over for the vauth libs, and takes some stuff out of other * classes where it didn't belong * - * @category vauth * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class vauth { diff --git a/lib/class/video.class.php b/lib/class/video.class.php index 2a11896c..5051fa97 100644 --- a/lib/class/video.class.php +++ b/lib/class/video.class.php @@ -3,7 +3,6 @@ /** * Video Class * - * 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 Video * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -36,14 +31,10 @@ * * Description here... * - * @category Video * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Video extends database_object implements media { diff --git a/lib/class/xmldata.class.php b/lib/class/xmldata.class.php index 77501910..753cf684 100644 --- a/lib/class/xmldata.class.php +++ b/lib/class/xmldata.class.php @@ -3,7 +3,6 @@ /** * xmlData Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -22,14 +21,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 xmlData * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @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 */ /** @@ -38,14 +33,10 @@ * This class takes care of all of the xml document stuff in Ampache these * are all static calls * - * @category xmlData * @package Ampache - * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: 3.6 * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class xmlData { diff --git a/lib/debug.lib.php b/lib/debug.lib.php index 24787c4a..03f4de6d 100644 --- a/lib/debug.lib.php +++ b/lib/debug.lib.php @@ -7,7 +7,6 @@ * been lost, it contains functions for checking sql * connections, web paths etc.. * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -25,14 +24,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 Debug - * @package Library - * @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 */ /** diff --git a/lib/general.lib.php b/lib/general.lib.php index 973d6f8f..a739c081 100644 --- a/lib/general.lib.php +++ b/lib/general.lib.php @@ -3,7 +3,6 @@ /** * General Library * - * 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 General - * @package Library - * @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 */ /** @@ -148,7 +143,6 @@ function format_bytes($value, $precision = 2) { * make_bool * This takes a value and returns what we consider to be the correct boolean * value. We need a special function because PHP considers "false" to be true. - * @package General */ function make_bool($string) { diff --git a/lib/gettext.php b/lib/gettext.php index fa96dfc3..11002f40 100644 --- a/lib/gettext.php +++ b/lib/gettext.php @@ -3,7 +3,6 @@ /** * Gettext Library * - * 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 Gettext - * @package Library - * @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 */ /** diff --git a/lib/init.php b/lib/init.php index d43c3fc2..732ad5b5 100644 --- a/lib/init.php +++ b/lib/init.php @@ -3,7 +3,6 @@ /** * Init Library * - * 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 Init - * @package Library - * @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 */ // Use output buffering, this gains us a few things and diff --git a/lib/install.php b/lib/install.php index a8a15408..61892b0a 100644 --- a/lib/install.php +++ b/lib/install.php @@ -3,7 +3,6 @@ /** * Install Library * - * 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 Install - * @package Library - * @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 */ /** diff --git a/lib/log.lib.php b/lib/log.lib.php index a1ecc2d3..38628664 100644 --- a/lib/log.lib.php +++ b/lib/log.lib.php @@ -3,7 +3,6 @@ /** * Logging Library * - * 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 Log - * @package Library - * @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 */ /* diff --git a/lib/preferences.php b/lib/preferences.php index 22e95153..94aff5af 100644 --- a/lib/preferences.php +++ b/lib/preferences.php @@ -3,7 +3,6 @@ /** * Preference Library * - * 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 Preference - * @package Library - * @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 */ /* diff --git a/lib/rating.lib.php b/lib/rating.lib.php index b251b9c4..42bd8d59 100644 --- a/lib/rating.lib.php +++ b/lib/rating.lib.php @@ -3,7 +3,6 @@ /** * Rating Library * - * 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 Rating - * @package Library - * @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 */ /** diff --git a/lib/security.lib.php b/lib/security.lib.php index 066214d5..b49ab752 100644 --- a/lib/security.lib.php +++ b/lib/security.lib.php @@ -7,7 +7,6 @@ * been lost, it contains functions for checking sql * connections, web paths etc.. * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -25,15 +24,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 Security - * @package Library - * @author Karl Vollmer <vollmer@ampache.org> - * @author momo-i <webmaster@momo-i.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 3.6 */ /** diff --git a/lib/themes.php b/lib/themes.php index 65028d19..144da984 100644 --- a/lib/themes.php +++ b/lib/themes.php @@ -3,7 +3,6 @@ /** * Theme Library * - * 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 Themes - * @package Library - * @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 */ /** diff --git a/lib/ui.lib.php b/lib/ui.lib.php index 6e60a36f..c7d21741 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -6,7 +6,6 @@ * This contains functions that are generic, and display information * things like a confirmation box, etc and so forth * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -24,14 +23,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 UI - * @package Library - * @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 */ /** @@ -211,7 +206,6 @@ function show_footer() { * ['title'] Text name for the page * ['page'] actual page name * ['section'] name of the section we are in, admin, browse etc (submenu) - * @package General */ function get_location() { diff --git a/localplay.php b/localplay.php index d9958c77..36b4822c 100644 --- a/localplay.php +++ b/localplay.php @@ -3,7 +3,6 @@ /** * Localplay * - * 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 Localplay - * @package Files - * @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'; @@ -3,7 +3,6 @@ /** * Login * - * 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 Login - * @package Files - * @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 */ define('NO_SESSION', '1'); @@ -6,7 +6,6 @@ * This is the logout page, it kills any cookies you have in your browser kills * your session in the database and then redirects you to the login page * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -24,14 +23,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 Logout - * @package Files - * @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/lostpassword.php b/lostpassword.php index 736f26c8..404bbbe0 100644 --- a/lostpassword.php +++ b/lostpassword.php @@ -3,7 +3,6 @@ /** * LostPassword * - * 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 LostPassword - * @package Files - * @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 */ define('NO_SESSION','1'); diff --git a/modules/flash/xspf_player.php b/modules/flash/xspf_player.php index 497dabaa..42d9bdf6 100644 --- a/modules/flash/xspf_player.php +++ b/modules/flash/xspf_player.php @@ -3,7 +3,6 @@ /** * XSPF Player * - * 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 Player - * @package XSPF_Player - * @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/modules/httpq/httpqplayer.class.php b/modules/httpq/httpqplayer.class.php index e4a00e14..cb0afdbb 100644 --- a/modules/httpq/httpqplayer.class.php +++ b/modules/httpq/httpqplayer.class.php @@ -5,7 +5,6 @@ * * Written by snuffels * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -24,13 +23,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * @category HttpQPlayer - * @package Modules - * @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 */ /** @@ -41,13 +37,10 @@ * return null on failure * * @category HttpQPlayer - * @package Modules - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class HttpQPlayer { diff --git a/modules/infotools/AmazonSearchEngine.class.php b/modules/infotools/AmazonSearchEngine.class.php index 9688a4f2..ee606621 100644 --- a/modules/infotools/AmazonSearchEngine.class.php +++ b/modules/infotools/AmazonSearchEngine.class.php @@ -9,7 +9,6 @@ * searches and only return information abou the album * art * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2006 Ampache.org All Rights Reserved @@ -29,13 +28,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * @category AmazonSearch - * @package Modules - * @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 */ /** @@ -48,13 +44,10 @@ * art * * @category AmazonSearch - * @package Modules - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class AmazonSearch { diff --git a/modules/infotools/jamendoSearch.class.php b/modules/infotools/jamendoSearch.class.php index 4fd2cb0c..60d944a4 100644 --- a/modules/infotools/jamendoSearch.class.php +++ b/modules/infotools/jamendoSearch.class.php @@ -3,7 +3,6 @@ /** * jamendoSearch Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2006 Ampache.org All Rights Reserved @@ -23,13 +22,10 @@ * * @deprecated (maybe) deprecated since 2006. * @category jamendoSearch - * @package Modules - * @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 */ /** @@ -40,13 +36,10 @@ * * @deprecated (maybe) deprecated since 2006. * @category jamendoSearch - * @package Modules - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class jamendoSearch { diff --git a/modules/infotools/lastfm.class.php b/modules/infotools/lastfm.class.php index a5f09f89..d9c4dc6a 100644 --- a/modules/infotools/lastfm.class.php +++ b/modules/infotools/lastfm.class.php @@ -3,7 +3,6 @@ /** * LastFMSearch Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -23,13 +22,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * @category LastFMSearch - * @package Modules - * @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 */ /** @@ -38,13 +34,10 @@ * Description here... * * @category LastFMSearch - * @package Modules - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class LastFMSearch { diff --git a/modules/infotools/mp3tunes.class.php b/modules/infotools/mp3tunes.class.php index 49c47a91..d6cfb61c 100644 --- a/modules/infotools/mp3tunes.class.php +++ b/modules/infotools/mp3tunes.class.php @@ -3,7 +3,6 @@ /** * mp3tunes Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -23,13 +22,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * @category mp3tunes - * @package Modules - * @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 */ /** @@ -50,13 +46,10 @@ * - PHP5 * * @category mp3tunes - * @package Modules - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class mp3tunes { diff --git a/modules/localplay/httpq.controller.php b/modules/localplay/httpq.controller.php index fc91c2d5..92463329 100644 --- a/modules/localplay/httpq.controller.php +++ b/modules/localplay/httpq.controller.php @@ -3,7 +3,6 @@ /** * AmpacheHttpq Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -22,13 +21,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * @category AmpacheHttpq - * @package Modules - * @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 */ /** @@ -38,13 +34,10 @@ * a WinAmp Instance * * @category AmpacheHttpq - * @package Modules - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class AmpacheHttpq extends localplay_controller { diff --git a/modules/localplay/mpd.controller.php b/modules/localplay/mpd.controller.php index 74d47f66..691e2659 100644 --- a/modules/localplay/mpd.controller.php +++ b/modules/localplay/mpd.controller.php @@ -3,7 +3,6 @@ /** * AmpacheMpd Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -22,13 +21,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * @category AmpacheMpd - * @package Modules - * @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 */ /** @@ -38,13 +34,10 @@ * the MPD class and the Ampahce Localplay class * * @category AmpacheMpd - * @package Modules - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class AmpacheMpd extends localplay_controller { diff --git a/modules/localplay/shoutcast.controller.php b/modules/localplay/shoutcast.controller.php index 526fc3cd..0f6c2e91 100644 --- a/modules/localplay/shoutcast.controller.php +++ b/modules/localplay/shoutcast.controller.php @@ -3,7 +3,6 @@ /** * AmpacheShoutCast Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -22,13 +21,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * @category AmpacheShoutCast - * @package Modules - * @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 */ /** @@ -38,13 +34,10 @@ * ooh well you do what you can * * @category AmpacheShoutCast - * @package Modules - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class AmpacheShoutCast extends localplay_controller { diff --git a/modules/localplay/vlc.controller.php b/modules/localplay/vlc.controller.php index 2beb9852..a99aba79 100644 --- a/modules/localplay/vlc.controller.php +++ b/modules/localplay/vlc.controller.php @@ -3,7 +3,6 @@ /** * AmpacheVlc Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -22,13 +21,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * @category AmpacheVlc - * @package Modules - * @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 */ /** @@ -38,13 +34,10 @@ * a VLC Instance * * @category AmpacheVlc - * @package Modules - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class AmpacheVlc extends localplay_controller { diff --git a/modules/plugins/Lastfm.plugin.php b/modules/plugins/Lastfm.plugin.php index 2a24eccb..e75d2929 100644 --- a/modules/plugins/Lastfm.plugin.php +++ b/modules/plugins/Lastfm.plugin.php @@ -3,7 +3,6 @@ /** * AmpacheLastfm Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -22,13 +21,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * @category AmpacheLastfm - * @package Plugins - * @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 */ /** @@ -37,13 +33,10 @@ * Description here... * * @category AmpacheLastfm - * @package Plugins - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class AmpacheLastfm { diff --git a/modules/plugins/Librefm.plugin.php b/modules/plugins/Librefm.plugin.php index e9b89810..253c60f4 100644 --- a/modules/plugins/Librefm.plugin.php +++ b/modules/plugins/Librefm.plugin.php @@ -3,7 +3,6 @@ /** * Ampachelibrefm Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -22,13 +21,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * @category Ampachelibrefm - * @package Plugins - * @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 */ /** @@ -37,13 +33,10 @@ * Description here... * * @category Ampachelibrefm - * @package Plugins - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class Ampachelibrefm { diff --git a/modules/plugins/MusicBrainz.plugin.php b/modules/plugins/MusicBrainz.plugin.php index d9c5ab1b..54b3c0b6 100644 --- a/modules/plugins/MusicBrainz.plugin.php +++ b/modules/plugins/MusicBrainz.plugin.php @@ -3,7 +3,6 @@ /** * AmpacheMusicBrainz Class * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -22,13 +21,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * @category AmpacheMusicBrainz - * @package Plugins - * @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 */ /** @@ -37,13 +33,10 @@ * Description here... * * @category AmpacheMusicBrainz - * @package Plugins - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class AmpacheMusicBrainz { diff --git a/modules/twitter/twitter_login.php b/modules/twitter/twitter_login.php index daed51c0..919b5197 100644 --- a/modules/twitter/twitter_login.php +++ b/modules/twitter/twitter_login.php @@ -4,7 +4,6 @@ * * Adapted for Ampache by Chris Slamar * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -22,15 +21,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * @category Login - * @package Twitter - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @author Chris Slamar * @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/modules/twitter/twitter_update.php b/modules/twitter/twitter_update.php index 78afa041..9fad2f28 100644 --- a/modules/twitter/twitter_update.php +++ b/modules/twitter/twitter_update.php @@ -4,7 +4,6 @@ * * Adapted for Ampache by Chris Slamar * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -22,15 +21,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 Update - * @package Twitter - * @author Karl Vollmer <vollmer@ampache.org> * @author Chris Slamar * @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/modules/twitter/twitter_works.php b/modules/twitter/twitter_works.php index a75e0f47..193cddce 100644 --- a/modules/twitter/twitter_works.php +++ b/modules/twitter/twitter_works.php @@ -4,7 +4,6 @@ * * Adapted for Ampache by Chris Slamar * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -22,15 +21,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 Works - * @package Twitter - * @author Karl Vollmer <vollmer@ampache.org> * @author Chris Slamar * @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/modules/vlc/vlcplayer.class.php b/modules/vlc/vlcplayer.class.php index 998243f6..d43252ad 100644 --- a/modules/vlc/vlcplayer.class.php +++ b/modules/vlc/vlcplayer.class.php @@ -5,7 +5,6 @@ * * Written by snuffels and adjusted for vlc by dave * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -24,13 +23,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * @category VlcPlayer - * @package Modules - * @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 */ /** @@ -41,13 +37,10 @@ * return null on failure * * @category VlcPlayer - * @package Modules - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: * @link http://www.ampache.org/ - * @since Class available since Release 1.0 */ class VlcPlayer { diff --git a/play/index.php b/play/index.php index 0b94a0b6..8cf6d472 100644 --- a/play/index.php +++ b/play/index.php @@ -3,7 +3,6 @@ /** * Play * - * 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 Play - * @package Play - * @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 */ /* diff --git a/playlist.php b/playlist.php index cab29d76..c09e912f 100644 --- a/playlist.php +++ b/playlist.php @@ -5,7 +5,6 @@ * * This is the playlist document, it handles all things playlist. * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -23,14 +22,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 Playlist - * @package Files - * @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/preferences.php b/preferences.php index f1b3fcbf..e58af2a5 100644 --- a/preferences.php +++ b/preferences.php @@ -3,7 +3,6 @@ /** * Preference * - * 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 Preference - * @package Files - * @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'; @@ -3,7 +3,6 @@ /** * Filename * - * 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 Radio - * @package Files - * @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'; @@ -3,7 +3,6 @@ /** * Random * - * 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 Random - * @package Files - * @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/register.php b/register.php index 929aa470..010cc2dc 100644 --- a/register.php +++ b/register.php @@ -3,7 +3,6 @@ /** * Register * - * 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 Register - * @package Files - * @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 */ define('NO_SESSION','1'); @@ -3,7 +3,6 @@ /** * RSS * - * 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 RSS - * @package Files - * @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 */ define('NO_SESSION','1'); @@ -3,7 +3,6 @@ /** * Search * - * 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 Search - * @package Files - * @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/server/ajax.server.php b/server/ajax.server.php index d815c809..06169eb9 100644 --- a/server/ajax.server.php +++ b/server/ajax.server.php @@ -3,7 +3,6 @@ /** * Ajax Server * - * 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 Ajax - * @package Server - * @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 */ /* Because this is accessed via Ajax we are going to allow the session_id diff --git a/server/browse.ajax.php b/server/browse.ajax.php index f24511b0..2d4a16cf 100644 --- a/server/browse.ajax.php +++ b/server/browse.ajax.php @@ -3,7 +3,6 @@ /** * Browse Ajax * - * 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 Ajax - * @package Server - * @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 */ /** diff --git a/server/democratic.ajax.php b/server/democratic.ajax.php index a158dad0..c7c30290 100644 --- a/server/democratic.ajax.php +++ b/server/democratic.ajax.php @@ -3,7 +3,6 @@ /** * Democratic Ajax * - * 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 Ajax - * @package Server - * @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 */ /** diff --git a/server/flag.ajax.php b/server/flag.ajax.php index 18053189..a822e4bc 100644 --- a/server/flag.ajax.php +++ b/server/flag.ajax.php @@ -3,7 +3,6 @@ /** * Flag Ajax * - * 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 Ajax - * @package Server - * @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 */ /** diff --git a/server/index.ajax.php b/server/index.ajax.php index ae135c5c..8c7437e5 100644 --- a/server/index.ajax.php +++ b/server/index.ajax.php @@ -3,7 +3,6 @@ /** * Index Ajax * - * 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 Ajax - * @package Server - * @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 */ /** diff --git a/server/localplay.ajax.php b/server/localplay.ajax.php index 0d86d670..b327f23d 100644 --- a/server/localplay.ajax.php +++ b/server/localplay.ajax.php @@ -3,7 +3,6 @@ /** * Localplay Ajax * - * 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 Ajax - * @package Server - * @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 */ /** diff --git a/server/playlist.ajax.php b/server/playlist.ajax.php index a3007ddc..85d7baae 100644 --- a/server/playlist.ajax.php +++ b/server/playlist.ajax.php @@ -3,7 +3,6 @@ /** * Playlist Ajax * - * 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 Ajax - * @package Server - * @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 */ /** diff --git a/server/random.ajax.php b/server/random.ajax.php index 3ae29660..1aa8b085 100644 --- a/server/random.ajax.php +++ b/server/random.ajax.php @@ -3,7 +3,6 @@ /** * Random Ajax * - * 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 Ajax - * @package Server - * @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 */ /** diff --git a/server/song.ajax.php b/server/song.ajax.php index d0a87f14..291521da 100644 --- a/server/song.ajax.php +++ b/server/song.ajax.php @@ -3,7 +3,6 @@ /** * Song Ajax * - * 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 Ajax - * @package Server - * @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 */ /** diff --git a/server/stats.ajax.php b/server/stats.ajax.php index 226c9d65..a818cb21 100644 --- a/server/stats.ajax.php +++ b/server/stats.ajax.php @@ -3,7 +3,6 @@ /** * Stats Ajax * - * 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 Ajax - * @package Server - * @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 */ /** diff --git a/server/stream.ajax.php b/server/stream.ajax.php index d3cfbaad..e217a996 100644 --- a/server/stream.ajax.php +++ b/server/stream.ajax.php @@ -3,7 +3,6 @@ /** * Stream Ajax * - * 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 Ajax - * @package Server - * @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 */ /** diff --git a/server/tag.ajax.php b/server/tag.ajax.php index d15db91b..8dbfb22e 100644 --- a/server/tag.ajax.php +++ b/server/tag.ajax.php @@ -3,7 +3,6 @@ /** * Tag Ajax * - * 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 Ajax - * @package Server - * @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 */ /** diff --git a/server/xml.server.php b/server/xml.server.php index f996bedf..957f212b 100644 --- a/server/xml.server.php +++ b/server/xml.server.php @@ -3,7 +3,6 @@ /** * XML Server * - * 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 XML - * @package Server - * @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 */ /** @@ -3,7 +3,6 @@ /** * 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 Shout - * @package Files - * @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'; @@ -3,7 +3,6 @@ /** * Song * - * 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 Song - * @package Files - * @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'; @@ -5,7 +5,6 @@ * * Show us the stats for the server and this user * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -23,14 +22,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 Stats - * @package Files - * @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'; @@ -3,7 +3,6 @@ /** * Stream * - * 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 Stream - * @package Files - * @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/templates/browse_content.inc.php b/templates/browse_content.inc.php index 2c445915..7e3e4729 100644 --- a/templates/browse_content.inc.php +++ b/templates/browse_content.inc.php @@ -3,7 +3,6 @@ /** * Brose Content * - * 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 Template - * @package Template - * @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 */ // Because sometimes you just need a container ?> diff --git a/templates/browse_filters.inc.php b/templates/browse_filters.inc.php index 92360051..2d3076eb 100644 --- a/templates/browse_filters.inc.php +++ b/templates/browse_filters.inc.php @@ -3,7 +3,6 @@ /** * Browse Filters * - * 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 Template - * @package Template - * @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 */ session_start(); $ajax_info = Config::get('ajax_url'); $web_path = Config::get('web_path'); diff --git a/templates/error_page.inc.php b/templates/error_page.inc.php index a89bad16..91c73be5 100644 --- a/templates/error_page.inc.php +++ b/templates/error_page.inc.php @@ -3,7 +3,6 @@ /** * Error Page * - * 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 Template - * @package Template - * @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 */ ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> diff --git a/templates/footer.inc.php b/templates/footer.inc.php index 2a7ae454..21e8fe59 100644 --- a/templates/footer.inc.php +++ b/templates/footer.inc.php @@ -3,7 +3,6 @@ /** * Footer * - * 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 Template - * @package Template - * @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 */ ?> <div style="clear:both;"></div> diff --git a/templates/header.inc.php b/templates/header.inc.php index 95f6e449..b6de6259 100644 --- a/templates/header.inc.php +++ b/templates/header.inc.php @@ -3,7 +3,6 @@ /** * Header * - * 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 Template - * @package Template - * @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 */ if (INIT_LOADED != '1') { exit; } diff --git a/templates/install_header.inc.php b/templates/install_header.inc.php index 6e93a55e..9f91b952 100644 --- a/templates/install_header.inc.php +++ b/templates/install_header.inc.php @@ -3,7 +3,6 @@ /** * Install Header * - * 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 Template - * @package Template - * @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 */ $prefix = realpath(dirname(__FILE__). "/../"); diff --git a/templates/javascript_refresh.inc.php b/templates/javascript_refresh.inc.php index 4c0f3aad..2c8456d9 100644 --- a/templates/javascript_refresh.inc.php +++ b/templates/javascript_refresh.inc.php @@ -3,7 +3,6 @@ /** * Javascript Refresh * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/list_header.inc.php b/templates/list_header.inc.php index e03dca17..2ace6f0e 100644 --- a/templates/list_header.inc.php +++ b/templates/list_header.inc.php @@ -3,7 +3,6 @@ /** * List Header * - * 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 Template - * @package Template - * @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 */ /** diff --git a/templates/rightbar.inc.php b/templates/rightbar.inc.php index 767a483c..c860b77f 100644 --- a/templates/rightbar.inc.php +++ b/templates/rightbar.inc.php @@ -3,7 +3,6 @@ /** * Right Bar * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_access_list.inc.php b/templates/show_access_list.inc.php index 52e72baf..f1e5c3de 100644 --- a/templates/show_access_list.inc.php +++ b/templates/show_access_list.inc.php @@ -3,7 +3,6 @@ /** * Show Access List * - * 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 Template - * @package Template - * @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 */ /*! diff --git a/templates/show_account.inc.php b/templates/show_account.inc.php index d065cd82..1b4035f3 100644 --- a/templates/show_account.inc.php +++ b/templates/show_account.inc.php @@ -3,7 +3,6 @@ /** * Show Account * - * 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 Template - * @package Template - * @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 */ // Because this is a reset of the persons password make the form a little more secure diff --git a/templates/show_add_access.inc.php b/templates/show_add_access.inc.php index cbbaadcc..2fc33c5c 100644 --- a/templates/show_add_access.inc.php +++ b/templates/show_add_access.inc.php @@ -3,7 +3,6 @@ /** * Show Add 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_add_access_current.inc.php b/templates/show_add_access_current.inc.php index 692ff5b0..8759ebff 100644 --- a/templates/show_add_access_current.inc.php +++ b/templates/show_add_access_current.inc.php @@ -3,7 +3,6 @@ /** * Show Add Access Current * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_add_access_local.inc.php b/templates/show_add_access_local.inc.php index 52f9a0dd..d61d26de 100644 --- a/templates/show_add_access_local.inc.php +++ b/templates/show_add_access_local.inc.php @@ -3,7 +3,6 @@ /** * Show Add Access Local * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_add_access_rpc.inc.php b/templates/show_add_access_rpc.inc.php index 93c90830..6c081286 100644 --- a/templates/show_add_access_rpc.inc.php +++ b/templates/show_add_access_rpc.inc.php @@ -3,7 +3,6 @@ /** * Show Add Access RPC * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_add_catalog.inc.php b/templates/show_add_catalog.inc.php index 3b38470c..ed4f2054 100644 --- a/templates/show_add_catalog.inc.php +++ b/templates/show_add_catalog.inc.php @@ -3,7 +3,6 @@ /** * Show Add 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 Template - * @package Template - * @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 */ $default_rename = "%a - %T - %t"; diff --git a/templates/show_add_live_stream.inc.php b/templates/show_add_live_stream.inc.php index 831d6069..8c124f00 100644 --- a/templates/show_add_live_stream.inc.php +++ b/templates/show_add_live_stream.inc.php @@ -3,7 +3,6 @@ /** * Show Add Live Stream * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_add_playlist.inc.php b/templates/show_add_playlist.inc.php index 43da2c94..a2fc25fa 100644 --- a/templates/show_add_playlist.inc.php +++ b/templates/show_add_playlist.inc.php @@ -3,7 +3,6 @@ /** * Show Add Playlist * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_add_shout.inc.php b/templates/show_add_shout.inc.php index 83a7c052..f3e36ffa 100644 --- a/templates/show_add_shout.inc.php +++ b/templates/show_add_shout.inc.php @@ -3,7 +3,6 @@ /** * Show Add 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_add_user.inc.php b/templates/show_add_user.inc.php index c3c05f1f..0c6a7b66 100644 --- a/templates/show_add_user.inc.php +++ b/templates/show_add_user.inc.php @@ -3,7 +3,6 @@ /** * Show Add User * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_adds_catalog.inc.php b/templates/show_adds_catalog.inc.php index 76263f74..72cacad4 100644 --- a/templates/show_adds_catalog.inc.php +++ b/templates/show_adds_catalog.inc.php @@ -3,7 +3,6 @@ /** * Show Adds 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 Template - * @package Template - * @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 */ show_box_top(); diff --git a/templates/show_admin_info.inc.php b/templates/show_admin_info.inc.php index f7460843..09e7e505 100644 --- a/templates/show_admin_info.inc.php +++ b/templates/show_admin_info.inc.php @@ -3,7 +3,6 @@ /** * Show Admin Info * - * 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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_admin_tools.inc.php b/templates/show_admin_tools.inc.php index 6506c848..1bff7747 100644 --- a/templates/show_admin_tools.inc.php +++ b/templates/show_admin_tools.inc.php @@ -3,7 +3,6 @@ /** * Show Admin Tools * - * 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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_album.inc.php b/templates/show_album.inc.php index 0f7ffbce..c91cbf09 100644 --- a/templates/show_album.inc.php +++ b/templates/show_album.inc.php @@ -3,7 +3,6 @@ /** * Show Album * - * 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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_album_art.inc.php b/templates/show_album_art.inc.php index 644e11d6..44f46fe1 100644 --- a/templates/show_album_art.inc.php +++ b/templates/show_album_art.inc.php @@ -3,7 +3,6 @@ /** * Show Album Art * - * 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 Template - * @package Template - * @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 */ // Gotta do some math here! diff --git a/templates/show_album_row.inc.php b/templates/show_album_row.inc.php index e2dc65b1..5ba7e560 100644 --- a/templates/show_album_row.inc.php +++ b/templates/show_album_row.inc.php @@ -3,7 +3,6 @@ /** * Show Album Row * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_albums.inc.php b/templates/show_albums.inc.php index 3b568591..cafa4c4e 100644 --- a/templates/show_albums.inc.php +++ b/templates/show_albums.inc.php @@ -3,7 +3,6 @@ /** * Show Albums * - * 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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_all_popular.inc.php b/templates/show_all_popular.inc.php index d2678839..447d31c2 100644 --- a/templates/show_all_popular.inc.php +++ b/templates/show_all_popular.inc.php @@ -3,7 +3,6 @@ /** * Show All Popular * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_alphabet_form.inc.php b/templates/show_alphabet_form.inc.php index 4b09347c..2da57059 100644 --- a/templates/show_alphabet_form.inc.php +++ b/templates/show_alphabet_form.inc.php @@ -3,7 +3,6 @@ /** * Show Alphabet Form * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_artist.inc.php b/templates/show_artist.inc.php index 4161776a..2c1d9fab 100644 --- a/templates/show_artist.inc.php +++ b/templates/show_artist.inc.php @@ -3,7 +3,6 @@ /** * Show Artist * - * 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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_artist_row.inc.php b/templates/show_artist_row.inc.php index 889680cd..f5902168 100644 --- a/templates/show_artist_row.inc.php +++ b/templates/show_artist_row.inc.php @@ -3,7 +3,6 @@ /** * Show Artist Row * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_artists.inc.php b/templates/show_artists.inc.php index 932adf01..2d7b2d02 100644 --- a/templates/show_artists.inc.php +++ b/templates/show_artists.inc.php @@ -3,7 +3,6 @@ /** * Show Artists * - * 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 Template - * @package Template - * @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 */ session_start(); diff --git a/templates/show_big_art.inc.php b/templates/show_big_art.inc.php index c4b15636..d537f072 100644 --- a/templates/show_big_art.inc.php +++ b/templates/show_big_art.inc.php @@ -3,7 +3,6 @@ /** * Show Big Art * - * 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 Template - * @package Template - * @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 */ $htmllang = str_replace("_","-",Config::get('lang')); diff --git a/templates/show_box_bottom.inc.php b/templates/show_box_bottom.inc.php index 03fe625f..d98c9cb3 100644 --- a/templates/show_box_bottom.inc.php +++ b/templates/show_box_bottom.inc.php @@ -3,7 +3,6 @@ /** * Show Box Bottom * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_box_top.inc.php b/templates/show_box_top.inc.php index cfff56a3..a861fd70 100644 --- a/templates/show_box_top.inc.php +++ b/templates/show_box_top.inc.php @@ -3,7 +3,6 @@ /** * Show Box Top * - * 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 Template - * @package Template - * @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 */ $class = $class ? $class : 'box'; diff --git a/templates/show_catalog_row.inc.php b/templates/show_catalog_row.inc.php index b8b53e33..0f0ee5cf 100644 --- a/templates/show_catalog_row.inc.php +++ b/templates/show_catalog_row.inc.php @@ -3,7 +3,6 @@ /** * Show Catalog Row * - * 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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_catalogs.inc.php b/templates/show_catalogs.inc.php index b67e8dee..5c274da4 100644 --- a/templates/show_catalogs.inc.php +++ b/templates/show_catalogs.inc.php @@ -3,7 +3,6 @@ /** * Show Catalogs * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_clean_catalog.inc.php b/templates/show_clean_catalog.inc.php index 3ed41afd..1d7acfd6 100644 --- a/templates/show_clean_catalog.inc.php +++ b/templates/show_clean_catalog.inc.php @@ -3,7 +3,6 @@ /** * Show Clean 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 Template - * @package Template - * @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 */ show_box_top(); diff --git a/templates/show_confirmation.inc.php b/templates/show_confirmation.inc.php index b00c16b5..3401b80a 100644 --- a/templates/show_confirmation.inc.php +++ b/templates/show_confirmation.inc.php @@ -3,7 +3,6 @@ /** * Show Confirmation * - * 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 Template - * @package Template - * @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 */ $confirmation = Core::form_register($form_name); diff --git a/templates/show_create_democratic.inc.php b/templates/show_create_democratic.inc.php index 33dfdf08..757954f5 100644 --- a/templates/show_create_democratic.inc.php +++ b/templates/show_create_democratic.inc.php @@ -3,7 +3,6 @@ /** * Show Create Democratic * - * 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 Template - * @package Template - * @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 */ show_box_top(_('Configure Democratic Playlist')); ?> diff --git a/templates/show_debug.inc.php b/templates/show_debug.inc.php index a961e9df..fe7bc335 100644 --- a/templates/show_debug.inc.php +++ b/templates/show_debug.inc.php @@ -3,7 +3,6 @@ /** * Show Debug * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_democratic.inc.php b/templates/show_democratic.inc.php index d93b529f..eb5dbed5 100644 --- a/templates/show_democratic.inc.php +++ b/templates/show_democratic.inc.php @@ -3,7 +3,6 @@ /** * Show Democratic * - * 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 Template - * @package Template - * @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 */ /* HINT: Democratic Name */ diff --git a/templates/show_democratic_playlist.inc.php b/templates/show_democratic_playlist.inc.php index bc2983b4..10f21f91 100644 --- a/templates/show_democratic_playlist.inc.php +++ b/templates/show_democratic_playlist.inc.php @@ -3,7 +3,6 @@ /** * Show Democratic Playlist * - * 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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_denied.inc.php b/templates/show_denied.inc.php index 8da56e2b..176e81dc 100644 --- a/templates/show_denied.inc.php +++ b/templates/show_denied.inc.php @@ -3,7 +3,6 @@ /** * Show Denied * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_disabled_songs.inc.php b/templates/show_disabled_songs.inc.php index 992cddd4..e914d657 100644 --- a/templates/show_disabled_songs.inc.php +++ b/templates/show_disabled_songs.inc.php @@ -3,7 +3,6 @@ /** * Show Disabled Song * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_duplicate.inc.php b/templates/show_duplicate.inc.php index 1a28359e..b24d7535 100644 --- a/templates/show_duplicate.inc.php +++ b/templates/show_duplicate.inc.php @@ -3,7 +3,6 @@ /** * Show Duplicate * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_duplicates.inc.php b/templates/show_duplicates.inc.php index 97ba8fdb..0eccaa85 100644 --- a/templates/show_duplicates.inc.php +++ b/templates/show_duplicates.inc.php @@ -3,7 +3,6 @@ /** * Show 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_dynamic.inc.php b/templates/show_dynamic.inc.php index f72a3ef4..ead83af9 100644 --- a/templates/show_dynamic.inc.php +++ b/templates/show_dynamic.inc.php @@ -3,7 +3,6 @@ /** * Show Dynamic * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_access.inc.php b/templates/show_edit_access.inc.php index b92e19e5..767eede5 100644 --- a/templates/show_edit_access.inc.php +++ b/templates/show_edit_access.inc.php @@ -3,7 +3,6 @@ /** * Show Edit 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_album.inc.php b/templates/show_edit_album.inc.php index 792ce133..4b082efd 100644 --- a/templates/show_edit_album.inc.php +++ b/templates/show_edit_album.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Album * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_album_row.inc.php b/templates/show_edit_album_row.inc.php index 8e87e332..95030ebe 100644 --- a/templates/show_edit_album_row.inc.php +++ b/templates/show_edit_album_row.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Album Row * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_artist.inc.php b/templates/show_edit_artist.inc.php index 5636ff3d..93801e5e 100644 --- a/templates/show_edit_artist.inc.php +++ b/templates/show_edit_artist.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Artist * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_artist_row.inc.php b/templates/show_edit_artist_row.inc.php index c9e4b747..2b837949 100644 --- a/templates/show_edit_artist_row.inc.php +++ b/templates/show_edit_artist_row.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Artist Row * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_catalog.inc.php b/templates/show_edit_catalog.inc.php index 89d8fd7f..4b48f40f 100644 --- a/templates/show_edit_catalog.inc.php +++ b/templates/show_edit_catalog.inc.php @@ -3,7 +3,6 @@ /** * Show Edit 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_live_stream_row.inc.php b/templates/show_edit_live_stream_row.inc.php index b03ee05f..64fe252f 100644 --- a/templates/show_edit_live_stream_row.inc.php +++ b/templates/show_edit_live_stream_row.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Live Stream * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_playlist_row.inc.php b/templates/show_edit_playlist_row.inc.php index f61f1aa8..5b853a75 100644 --- a/templates/show_edit_playlist_row.inc.php +++ b/templates/show_edit_playlist_row.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Playlist Row * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_playlist_song_row.inc.php b/templates/show_edit_playlist_song_row.inc.php index d3cd13d8..7efc8086 100644 --- a/templates/show_edit_playlist_song_row.inc.php +++ b/templates/show_edit_playlist_song_row.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Playlist Song Row * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_playlist_title.inc.php b/templates/show_edit_playlist_title.inc.php index a61944d5..dac65ed9 100644 --- a/templates/show_edit_playlist_title.inc.php +++ b/templates/show_edit_playlist_title.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Playlist Title * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_shout.inc.php b/templates/show_edit_shout.inc.php index 7232255f..6e407623 100644 --- a/templates/show_edit_shout.inc.php +++ b/templates/show_edit_shout.inc.php @@ -3,7 +3,6 @@ /** * Show Edit 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_song.inc.php b/templates/show_edit_song.inc.php index f9584e48..09627569 100644 --- a/templates/show_edit_song.inc.php +++ b/templates/show_edit_song.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Song * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_song_row.inc.php b/templates/show_edit_song_row.inc.php index cb2354f0..9ddc78a7 100644 --- a/templates/show_edit_song_row.inc.php +++ b/templates/show_edit_song_row.inc.php @@ -3,7 +3,6 @@ /** * Show Edit Song Row * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_edit_user.inc.php b/templates/show_edit_user.inc.php index 5f8c296e..1ff58f06 100644 --- a/templates/show_edit_user.inc.php +++ b/templates/show_edit_user.inc.php @@ -3,7 +3,6 @@ /** * Show Edit User * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_export.inc.php b/templates/show_export.inc.php index 54b3f5be..262e967b 100644 --- a/templates/show_export.inc.php +++ b/templates/show_export.inc.php @@ -3,7 +3,6 @@ /** * Show 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 Template - * @package Template - * @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 */ $name = 'export_' . $_REQUEST['export_format']; diff --git a/templates/show_flag_row.inc.php b/templates/show_flag_row.inc.php index 2636bb5a..3c599d64 100644 --- a/templates/show_flag_row.inc.php +++ b/templates/show_flag_row.inc.php @@ -3,7 +3,6 @@ /** * Show Flag Row * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_flagged.inc.php b/templates/show_flagged.inc.php index 62419a82..cec20187 100644 --- a/templates/show_flagged.inc.php +++ b/templates/show_flagged.inc.php @@ -3,7 +3,6 @@ /** * Show Flagged * - * 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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_gather_art.inc.php b/templates/show_gather_art.inc.php index 270e5adf..2b9c920b 100644 --- a/templates/show_gather_art.inc.php +++ b/templates/show_gather_art.inc.php @@ -3,7 +3,6 @@ /** * Show Gather Art * - * 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 Template - * @package Template - * @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 */ show_box_top(); diff --git a/templates/show_get_albumart.inc.php b/templates/show_get_albumart.inc.php index aff03ddd..56c8f8e5 100644 --- a/templates/show_get_albumart.inc.php +++ b/templates/show_get_albumart.inc.php @@ -3,7 +3,6 @@ /** * Show Get Albumart * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_import_playlist.inc.php b/templates/show_import_playlist.inc.php index f5f46a4a..56231d20 100644 --- a/templates/show_import_playlist.inc.php +++ b/templates/show_import_playlist.inc.php @@ -3,7 +3,6 @@ /** * Show Import Playlist * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php index e0b40732..17927f7d 100644 --- a/templates/show_index.inc.php +++ b/templates/show_index.inc.php @@ -3,7 +3,6 @@ /** * Show 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_info.inc.php b/templates/show_info.inc.php index c8a8f3d2..299876b1 100644 --- a/templates/show_info.inc.php +++ b/templates/show_info.inc.php @@ -3,7 +3,6 @@ /** * Show Information * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_install.inc.php b/templates/show_install.inc.php index ff6ca1ae..7f0ca794 100644 --- a/templates/show_install.inc.php +++ b/templates/show_install.inc.php @@ -3,7 +3,6 @@ /** * Show Install * - * 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 Template - * @package Template - * @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 */ $prefix = realpath(dirname(__FILE__). "/../"); diff --git a/templates/show_install_account.inc.php b/templates/show_install_account.inc.php index 56806265..fb0b4f7c 100644 --- a/templates/show_install_account.inc.php +++ b/templates/show_install_account.inc.php @@ -3,7 +3,6 @@ /** * Show Install Account * - * 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 Template - * @package Template - * @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 */ $prefix = realpath(dirname(__FILE__). "/../"); diff --git a/templates/show_install_check.inc.php b/templates/show_install_check.inc.php index a03ceff3..5f9d64f9 100644 --- a/templates/show_install_check.inc.php +++ b/templates/show_install_check.inc.php @@ -3,7 +3,6 @@ /** * Show Install Check * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_install_config.inc.php b/templates/show_install_config.inc.php index 1fed6a22..c2513bfe 100644 --- a/templates/show_install_config.inc.php +++ b/templates/show_install_config.inc.php @@ -3,7 +3,6 @@ /** * Show Install Config * - * 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 Template - * @package Template - * @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 */ $prefix = realpath(dirname(__FILE__). "/../"); diff --git a/templates/show_install_lang.inc.php b/templates/show_install_lang.inc.php index 4ea56cfb..81395ebb 100644 --- a/templates/show_install_lang.inc.php +++ b/templates/show_install_lang.inc.php @@ -3,7 +3,6 @@ /** * Show Install Lang * - * 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 Template - * @package Template - * @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 */ $prefix = realpath(dirname(__FILE__). "/../"); diff --git a/templates/show_ip_history.inc.php b/templates/show_ip_history.inc.php index 08d09b29..5f71aad7 100644 --- a/templates/show_ip_history.inc.php +++ b/templates/show_ip_history.inc.php @@ -3,7 +3,6 @@ /** * Show IP History * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_live_stream.inc.php b/templates/show_live_stream.inc.php index 6ea08c1f..b119108c 100644 --- a/templates/show_live_stream.inc.php +++ b/templates/show_live_stream.inc.php @@ -3,7 +3,6 @@ /** * Show Live Stream * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_live_stream_row.inc.php b/templates/show_live_stream_row.inc.php index 14af36ea..8b039824 100644 --- a/templates/show_live_stream_row.inc.php +++ b/templates/show_live_stream_row.inc.php @@ -3,7 +3,6 @@ /** * Show Live Stream Row * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_live_streams.inc.php b/templates/show_live_streams.inc.php index 8c849d15..02983486 100644 --- a/templates/show_live_streams.inc.php +++ b/templates/show_live_streams.inc.php @@ -3,7 +3,6 @@ /** * Show Live Streams * - * 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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_localplay_add_instance.inc.php b/templates/show_localplay_add_instance.inc.php index 6a169cb9..d368986d 100644 --- a/templates/show_localplay_add_instance.inc.php +++ b/templates/show_localplay_add_instance.inc.php @@ -3,7 +3,6 @@ /** * Show Localplay Add Instance * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_localplay_control.inc.php b/templates/show_localplay_control.inc.php index f303fca4..2a4a7aa4 100644 --- a/templates/show_localplay_control.inc.php +++ b/templates/show_localplay_control.inc.php @@ -3,7 +3,6 @@ /** * Show Localplay Control * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_localplay_controllers.inc.php b/templates/show_localplay_controllers.inc.php index 53aad300..8b3cda94 100644 --- a/templates/show_localplay_controllers.inc.php +++ b/templates/show_localplay_controllers.inc.php @@ -3,7 +3,6 @@ /** * Show Localplay Controllers * - * 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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_localplay_edit_instance.inc.php b/templates/show_localplay_edit_instance.inc.php index bd68a87e..03604528 100644 --- a/templates/show_localplay_edit_instance.inc.php +++ b/templates/show_localplay_edit_instance.inc.php @@ -3,7 +3,6 @@ /** * Show Localplay Edit Instance * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_localplay_instances.inc.php b/templates/show_localplay_instances.inc.php index e17be50d..affb08ab 100644 --- a/templates/show_localplay_instances.inc.php +++ b/templates/show_localplay_instances.inc.php @@ -3,7 +3,6 @@ /** * Show Localplay Instances * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_localplay_playlist.inc.php b/templates/show_localplay_playlist.inc.php index 3e8ad0bf..ea42800c 100644 --- a/templates/show_localplay_playlist.inc.php +++ b/templates/show_localplay_playlist.inc.php @@ -3,7 +3,6 @@ /** * Show Localplay Playlist * - * 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 Template - * @package Template - * @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 */ $localplay = new Localplay(Config::get('localplay_controller')); diff --git a/templates/show_localplay_status.inc.php b/templates/show_localplay_status.inc.php index e9b4a306..da5ae81a 100644 --- a/templates/show_localplay_status.inc.php +++ b/templates/show_localplay_status.inc.php @@ -3,7 +3,6 @@ /** * Show Localplay Status * - * 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 Template - * @package Template - * @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 */ $status = $localplay->status(); diff --git a/templates/show_login_form.inc.php b/templates/show_login_form.inc.php index cf3dd3af..800d0894 100644 --- a/templates/show_login_form.inc.php +++ b/templates/show_login_form.inc.php @@ -3,7 +3,6 @@ /** * Show Login Form * - * 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 Template - * @package Template - * @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 */ /* Check and see if their remember me is the same or lower then local diff --git a/templates/show_lostpassword_form.inc.php b/templates/show_lostpassword_form.inc.php index 4c969d37..c8a782dc 100644 --- a/templates/show_lostpassword_form.inc.php +++ b/templates/show_lostpassword_form.inc.php @@ -3,7 +3,6 @@ /** * Show Lost Password Form * - * 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 Template - * @package Template - * @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 */ /* Check and see if their remember me is the same or lower then local diff --git a/templates/show_lyrics.inc.php b/templates/show_lyrics.inc.php index 49611521..c300dbdf 100644 --- a/templates/show_lyrics.inc.php +++ b/templates/show_lyrics.inc.php @@ -3,7 +3,6 @@ /** * Show Lyrics * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,15 +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 Template - * @package Template - * @author Karl Vollmer <vollmer@ampache.org> - * @author Al Ayres <al.ayres@gmail.com> + * @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 */ /* diff --git a/templates/show_lyrics_song.inc.php b/templates/show_lyrics_song.inc.php index 5dc70142..72908dea 100644 --- a/templates/show_lyrics_song.inc.php +++ b/templates/show_lyrics_song.inc.php @@ -3,7 +3,6 @@ /** * Show Lyrics Song * - * 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 Template - * @package Template - * @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 */ show_box_top($song->title); diff --git a/templates/show_mail_users.inc.php b/templates/show_mail_users.inc.php index 22761541..13085c54 100644 --- a/templates/show_mail_users.inc.php +++ b/templates/show_mail_users.inc.php @@ -3,7 +3,6 @@ /** * Show Mail 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_manage_catalogs.inc.php b/templates/show_manage_catalogs.inc.php index 51ec2dd5..9a8160d1 100644 --- a/templates/show_manage_catalogs.inc.php +++ b/templates/show_manage_catalogs.inc.php @@ -3,7 +3,6 @@ /** * Show Manage Catalogs * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_manage_democratic.inc.php b/templates/show_manage_democratic.inc.php index 52a726bf..33d5373a 100644 --- a/templates/show_manage_democratic.inc.php +++ b/templates/show_manage_democratic.inc.php @@ -3,7 +3,6 @@ /** * Show Manage Democratic * - * 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 Template - * @package Template - * @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 */ show_box_top(_('Manage Democratic Playlists')); ?> diff --git a/templates/show_manage_shoutbox.inc.php b/templates/show_manage_shoutbox.inc.php index 793becde..b6b1fe0b 100644 --- a/templates/show_manage_shoutbox.inc.php +++ b/templates/show_manage_shoutbox.inc.php @@ -3,7 +3,6 @@ /** * Show Manage Shoutbox * - * 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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_newest.inc.php b/templates/show_newest.inc.php index f53ba212..6236058a 100644 --- a/templates/show_newest.inc.php +++ b/templates/show_newest.inc.php @@ -3,7 +3,6 @@ /** * Show Newest * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_now_playing.inc.php b/templates/show_now_playing.inc.php index d0bdcab0..b2e8140f 100644 --- a/templates/show_now_playing.inc.php +++ b/templates/show_now_playing.inc.php @@ -3,7 +3,6 @@ /** * Show Now Playing * - * 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 Template - * @package Template - * @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 */ /** diff --git a/templates/show_now_playing_row.inc.php b/templates/show_now_playing_row.inc.php index 0e4e2948..43580397 100644 --- a/templates/show_now_playing_row.inc.php +++ b/templates/show_now_playing_row.inc.php @@ -3,7 +3,6 @@ /** * Show Now Playing Row * - * 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 Template - * @package Template - * @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 */ /* Prepare the variables */ diff --git a/templates/show_object_rating.inc.php b/templates/show_object_rating.inc.php index 3c3ba14e..167015dc 100644 --- a/templates/show_object_rating.inc.php +++ b/templates/show_object_rating.inc.php @@ -3,7 +3,6 @@ /** * Show Object Rating * - * 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 Template - * @package Template - * @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 */ /* Create some variables we are going to need */ diff --git a/templates/show_object_rating_static.inc.php b/templates/show_object_rating_static.inc.php index 949f13c4..285d3bb3 100644 --- a/templates/show_object_rating_static.inc.php +++ b/templates/show_object_rating_static.inc.php @@ -3,7 +3,6 @@ /** * Show Object Rating Static * - * 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 Template - * @package Template - * @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 */ /* Create some variables we are going to need */ diff --git a/templates/show_object_row.inc.php b/templates/show_object_row.inc.php index 664dceac..5bdf64d7 100644 --- a/templates/show_object_row.inc.php +++ b/templates/show_object_row.inc.php @@ -3,7 +3,6 @@ /** * Show Object Row * - * 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 Template - * @package Template - * @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 */ /** diff --git a/templates/show_objects.inc.php b/templates/show_objects.inc.php index 1a4fc920..9630a4e1 100644 --- a/templates/show_objects.inc.php +++ b/templates/show_objects.inc.php @@ -3,7 +3,6 @@ /** * Show Objects * - * 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 Template - * @package Template - * @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 */ /* diff --git a/templates/show_playlist.inc.php b/templates/show_playlist.inc.php index 85094b5c..2e042158 100644 --- a/templates/show_playlist.inc.php +++ b/templates/show_playlist.inc.php @@ -3,7 +3,6 @@ /** * Show Playlist * - * 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 Template - * @package Template - * @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 */ /** diff --git a/templates/show_playlist_row.inc.php b/templates/show_playlist_row.inc.php index 05281b1f..95e252f5 100644 --- a/templates/show_playlist_row.inc.php +++ b/templates/show_playlist_row.inc.php @@ -3,7 +3,6 @@ /** * Show Playlist Row * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_playlist_song_row.inc.php b/templates/show_playlist_song_row.inc.php index e06196a1..22ff8ee2 100644 --- a/templates/show_playlist_song_row.inc.php +++ b/templates/show_playlist_song_row.inc.php @@ -3,7 +3,6 @@ /** * Show Playlist Song Row * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_playlist_songs.inc.php b/templates/show_playlist_songs.inc.php index 6c15f6de..c3ebc3b6 100644 --- a/templates/show_playlist_songs.inc.php +++ b/templates/show_playlist_songs.inc.php @@ -3,7 +3,6 @@ /** * Show Playlist Songs * - * 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 Template - * @package Template - * @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 */ // First let's setup some vars we're going to use a lot diff --git a/templates/show_playlist_title.inc.php b/templates/show_playlist_title.inc.php index 5f27b956..957f0e64 100644 --- a/templates/show_playlist_title.inc.php +++ b/templates/show_playlist_title.inc.php @@ -3,7 +3,6 @@ /** * Show Playlist Title * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_playlists.inc.php b/templates/show_playlists.inc.php index 7b5fad7b..c3959629 100644 --- a/templates/show_playlists.inc.php +++ b/templates/show_playlists.inc.php @@ -3,7 +3,6 @@ /** * Show Playlists * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_playtype_switch.inc.php b/templates/show_playtype_switch.inc.php index e4db864e..095a8b17 100644 --- a/templates/show_playtype_switch.inc.php +++ b/templates/show_playtype_switch.inc.php @@ -3,7 +3,6 @@ /** * Show Playtype Switch * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_plugins.inc.php b/templates/show_plugins.inc.php index 2dc2d978..dd434d0c 100644 --- a/templates/show_plugins.inc.php +++ b/templates/show_plugins.inc.php @@ -3,7 +3,6 @@ /** * Show Plugins * - * 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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_popular.inc.php b/templates/show_popular.inc.php index d55e2da4..c3bfeb52 100644 --- a/templates/show_popular.inc.php +++ b/templates/show_popular.inc.php @@ -3,7 +3,6 @@ /** * Show Popular * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_preference_admin.inc.php b/templates/show_preference_admin.inc.php index e2711eb1..09848b5b 100644 --- a/templates/show_preference_admin.inc.php +++ b/templates/show_preference_admin.inc.php @@ -3,7 +3,6 @@ /** * Show Preference Admin * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_preference_box.inc.php b/templates/show_preference_box.inc.php index b7991227..cd7b753c 100644 --- a/templates/show_preference_box.inc.php +++ b/templates/show_preference_box.inc.php @@ -3,7 +3,6 @@ /** * Show Preference Box * - * 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 Template - * @package Template - * @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 */ /* I'm cheating a little here, check to see if we want to show the diff --git a/templates/show_preferences.inc.php b/templates/show_preferences.inc.php index a4519c40..9aa98244 100644 --- a/templates/show_preferences.inc.php +++ b/templates/show_preferences.inc.php @@ -3,7 +3,6 @@ /** * Show Preferences * - * 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 Template - * @package Template - * @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 */ /** diff --git a/templates/show_random.inc.php b/templates/show_random.inc.php index b1287ee8..31be51a6 100644 --- a/templates/show_random.inc.php +++ b/templates/show_random.inc.php @@ -3,7 +3,6 @@ /** * Show Random * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_random_albums.inc.php b/templates/show_random_albums.inc.php index 72dbbcc8..618254b7 100644 --- a/templates/show_random_albums.inc.php +++ b/templates/show_random_albums.inc.php @@ -3,7 +3,6 @@ /** * Show Random Albums * - * 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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_recently_played.inc.php b/templates/show_recently_played.inc.php index c9a2cc2e..13da0956 100644 --- a/templates/show_recently_played.inc.php +++ b/templates/show_recently_played.inc.php @@ -3,7 +3,6 @@ /** * Show Recently Played * - * 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 Template - * @package Template - * @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 */ /* Define the time places starting at 0 */ diff --git a/templates/show_recommended_artists.inc.php b/templates/show_recommended_artists.inc.php index 8e50e662..6a168048 100644 --- a/templates/show_recommended_artists.inc.php +++ b/templates/show_recommended_artists.inc.php @@ -3,7 +3,6 @@ /** * Show Recommended Artists * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_registration_confirmation.inc.php b/templates/show_registration_confirmation.inc.php index 2256c766..9aad6786 100644 --- a/templates/show_registration_confirmation.inc.php +++ b/templates/show_registration_confirmation.inc.php @@ -3,7 +3,6 @@ /** * Show Registration Confirmation * - * 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 Template - * @package Template - * @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 */ $htmllang = str_replace("_","-",Config::get('lang')); diff --git a/templates/show_rename_artist.inc.php b/templates/show_rename_artist.inc.php index a7dd88f3..604ffcc8 100644 --- a/templates/show_rename_artist.inc.php +++ b/templates/show_rename_artist.inc.php @@ -3,7 +3,6 @@ /** * Show Rename Artist * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_run_add_catalog.inc.php b/templates/show_run_add_catalog.inc.php index c0d262b4..be9f5b6f 100644 --- a/templates/show_run_add_catalog.inc.php +++ b/templates/show_run_add_catalog.inc.php @@ -3,7 +3,6 @@ /** * Show Run Add 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 Template - * @package Template - * @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 */ // Get the count of the number of items in their playlist diff --git a/templates/show_search.inc.php b/templates/show_search.inc.php index 18992b16..d7643cdf 100644 --- a/templates/show_search.inc.php +++ b/templates/show_search.inc.php @@ -3,7 +3,6 @@ /** * Show Search * - * 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 Template - * @package Template - * @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 */ /** diff --git a/templates/show_search_bar.inc.php b/templates/show_search_bar.inc.php index b5bb4f4f..558868bd 100644 --- a/templates/show_search_bar.inc.php +++ b/templates/show_search_bar.inc.php @@ -3,7 +3,6 @@ /** * Show Search Bar * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_search_descriptor.inc.php b/templates/show_search_descriptor.inc.php index 41fd393f..65fce74f 100644 --- a/templates/show_search_descriptor.inc.php +++ b/templates/show_search_descriptor.inc.php @@ -2,7 +2,6 @@ /** * Show Search Descriptor * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -20,14 +19,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 Template - * @package Template - * @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 */ ?> <?php require_once 'lib/init.php'; ?> diff --git a/templates/show_search_options.inc.php b/templates/show_search_options.inc.php index 1d890767..c4e49de6 100644 --- a/templates/show_search_options.inc.php +++ b/templates/show_search_options.inc.php @@ -3,7 +3,6 @@ /** * Show Search Options * - * 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 Template - * @package Template - * @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 */ ?> <?php show_box_top(_('Options'),'info-box'); ?> diff --git a/templates/show_shout_row.inc.php b/templates/show_shout_row.inc.php index 47b6c977..154171dd 100644 --- a/templates/show_shout_row.inc.php +++ b/templates/show_shout_row.inc.php @@ -3,7 +3,6 @@ /** * Show Shout Row * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_shoutbox.inc.php b/templates/show_shoutbox.inc.php index c763c7e7..5455539b 100644 --- a/templates/show_shoutbox.inc.php +++ b/templates/show_shoutbox.inc.php @@ -3,7 +3,6 @@ /** * Show Shoutbox * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_song.inc.php b/templates/show_song.inc.php index 481b06e8..e753574d 100644 --- a/templates/show_song.inc.php +++ b/templates/show_song.inc.php @@ -3,7 +3,6 @@ /** * Show Song * - * 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 Template - * @package Template - * @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 */ $icon = $song->enabled ? 'disable' : 'enable'; diff --git a/templates/show_song_row.inc.php b/templates/show_song_row.inc.php index 1d4d1e31..626f5967 100644 --- a/templates/show_song_row.inc.php +++ b/templates/show_song_row.inc.php @@ -3,7 +3,6 @@ /** * Show Song Row * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_songs.inc.php b/templates/show_songs.inc.php index cfd81206..4befb999 100644 --- a/templates/show_songs.inc.php +++ b/templates/show_songs.inc.php @@ -3,7 +3,6 @@ /** * Show Songs * - * 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 Template - * @package Template - * @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 */ // First let's setup some vars we're going to use a lot diff --git a/templates/show_stats.inc.php b/templates/show_stats.inc.php index 62e2b50c..75544a7d 100644 --- a/templates/show_stats.inc.php +++ b/templates/show_stats.inc.php @@ -3,7 +3,6 @@ /** * Show Stats * - * 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 Template - * @package Template - * @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 */ $stats = Catalog::get_stats(); diff --git a/templates/show_stats_newest.inc.php b/templates/show_stats_newest.inc.php index 17662f8d..f51ee67e 100644 --- a/templates/show_stats_newest.inc.php +++ b/templates/show_stats_newest.inc.php @@ -3,7 +3,6 @@ /** * Show Stats Newest * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_stats_popular.inc.php b/templates/show_stats_popular.inc.php index 825fe68b..01340054 100644 --- a/templates/show_stats_popular.inc.php +++ b/templates/show_stats_popular.inc.php @@ -3,7 +3,6 @@ /** * Show Stats Popular * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_tagcloud.inc.php b/templates/show_tagcloud.inc.php index a7a3b769..6ba7bb8f 100644 --- a/templates/show_tagcloud.inc.php +++ b/templates/show_tagcloud.inc.php @@ -3,7 +3,6 @@ /** * Show Tagcloud * - * 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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_test.inc.php b/templates/show_test.inc.php index 7f2db614..480bee7d 100644 --- a/templates/show_test.inc.php +++ b/templates/show_test.inc.php @@ -3,7 +3,6 @@ /** * Show Test * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_test_config.inc.php b/templates/show_test_config.inc.php index 12223b03..5a493bff 100644 --- a/templates/show_test_config.inc.php +++ b/templates/show_test_config.inc.php @@ -3,7 +3,6 @@ /** * Show Test Config * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_update_items.inc.php b/templates/show_update_items.inc.php index f2bee92a..8e845641 100644 --- a/templates/show_update_items.inc.php +++ b/templates/show_update_items.inc.php @@ -3,7 +3,6 @@ /** * Show Update Items * - * 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 Template - * @package Template - * @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 */ show_box_top(_('Starting Update from Tags')); diff --git a/templates/show_user.inc.php b/templates/show_user.inc.php index 98a21169..cc085055 100644 --- a/templates/show_user.inc.php +++ b/templates/show_user.inc.php @@ -3,7 +3,6 @@ /** * Show User * - * 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 Template - * @package Template - * @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 */ $last_seen = $client->last_seen ? date("m\/d\/y - H:i",$client->last_seen) : _('Never'); diff --git a/templates/show_user_activate.inc.php b/templates/show_user_activate.inc.php index c2d40f60..af8caf19 100644 --- a/templates/show_user_activate.inc.php +++ b/templates/show_user_activate.inc.php @@ -3,7 +3,6 @@ /** * Show User Activate * - * 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 Template - * @package Template - * @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 */ $htmllang = str_replace("_","-",Config::get('lang')); diff --git a/templates/show_user_preferences.inc.php b/templates/show_user_preferences.inc.php index bbf6ded8..ead20fee 100644 --- a/templates/show_user_preferences.inc.php +++ b/templates/show_user_preferences.inc.php @@ -3,7 +3,6 @@ /** * Show User Preferences * - * 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 Template - * @package Template - * @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 */ /** diff --git a/templates/show_user_recommendations.inc.php b/templates/show_user_recommendations.inc.php index db439978..3d163ae5 100644 --- a/templates/show_user_recommendations.inc.php +++ b/templates/show_user_recommendations.inc.php @@ -3,7 +3,6 @@ /** * Show User Recommendations * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_user_registration.inc.php b/templates/show_user_registration.inc.php index e8832ff9..2d9ce3a8 100644 --- a/templates/show_user_registration.inc.php +++ b/templates/show_user_registration.inc.php @@ -3,7 +3,6 @@ /** * Show User Registration * - * 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 Template - * @package Template - * @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 */ $htmllang = str_replace("_","-",Config::get('lang')); diff --git a/templates/show_user_row.inc.php b/templates/show_user_row.inc.php index 7e3fa973..13ec72e7 100644 --- a/templates/show_user_row.inc.php +++ b/templates/show_user_row.inc.php @@ -3,7 +3,6 @@ /** * Show User Row * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_user_stats.inc.php b/templates/show_user_stats.inc.php index 25d49e75..9d812672 100644 --- a/templates/show_user_stats.inc.php +++ b/templates/show_user_stats.inc.php @@ -3,7 +3,6 @@ /** * Show User Stats * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_users.inc.php b/templates/show_users.inc.php index 5cd231a3..552d4b19 100644 --- a/templates/show_users.inc.php +++ b/templates/show_users.inc.php @@ -3,7 +3,6 @@ /** * Show 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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_verify_catalog.inc.php b/templates/show_verify_catalog.inc.php index 7ffef18b..8c4fba4f 100644 --- a/templates/show_verify_catalog.inc.php +++ b/templates/show_verify_catalog.inc.php @@ -3,7 +3,6 @@ /** * Show Verify 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 Template - * @package Template - * @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 */ show_box_top(); diff --git a/templates/show_video_row.inc.php b/templates/show_video_row.inc.php index 3253cc99..6f0ebd1f 100644 --- a/templates/show_video_row.inc.php +++ b/templates/show_video_row.inc.php @@ -3,7 +3,6 @@ /** * Show Video Row * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/show_videos.inc.php b/templates/show_videos.inc.php index 40d63f33..a4fe0741 100644 --- a/templates/show_videos.inc.php +++ b/templates/show_videos.inc.php @@ -3,7 +3,6 @@ /** * Show Videos * - * 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 Template - * @package Template - * @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 */ $web_path = Config::get('web_path'); diff --git a/templates/show_xspf_player.inc.php b/templates/show_xspf_player.inc.php index 4fccee21..0437d123 100644 --- a/templates/show_xspf_player.inc.php +++ b/templates/show_xspf_player.inc.php @@ -3,7 +3,6 @@ /** * Show XSPF Player * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php index 2ca223db..f1d980a0 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -3,7 +3,6 @@ /** * Sidebar * - * 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 Template - * @package Template - * @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 */ if (!$_SESSION['state']['sidebar_tab']) { $_SESSION['state']['sidebar_tab'] = 'home'; } diff --git a/templates/sidebar_admin.inc.php b/templates/sidebar_admin.inc.php index 493b4273..1b71a8d0 100644 --- a/templates/sidebar_admin.inc.php +++ b/templates/sidebar_admin.inc.php @@ -3,7 +3,6 @@ /** * Sidebar Admin * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/sidebar_home.inc.php b/templates/sidebar_home.inc.php index 4b97abd5..d0d6687a 100644 --- a/templates/sidebar_home.inc.php +++ b/templates/sidebar_home.inc.php @@ -3,7 +3,6 @@ /** * Sidebar Home * - * 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 Template - * @package Template - * @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 */ $ajax_info = Config::get('ajax_url'); $web_path = Config::get('web_path'); diff --git a/templates/sidebar_localplay.inc.php b/templates/sidebar_localplay.inc.php index c44e9923..7339e2a9 100644 --- a/templates/sidebar_localplay.inc.php +++ b/templates/sidebar_localplay.inc.php @@ -3,7 +3,6 @@ /** * Sidebar Localplay * - * 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 Template - * @package Template - * @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 */ ?> diff --git a/templates/sidebar_modules.inc.php b/templates/sidebar_modules.inc.php index 2d08963d..83e64568 100644 --- a/templates/sidebar_modules.inc.php +++ b/templates/sidebar_modules.inc.php @@ -3,7 +3,6 @@ /** * Sidebar 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 Template - * @package Template - * @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 */ $ajax_info = Config::get('ajax_url'); $web_path = Config::get('web_path'); diff --git a/templates/sidebar_preferences.inc.php b/templates/sidebar_preferences.inc.php index 9ec7b397..46ce68c2 100644 --- a/templates/sidebar_preferences.inc.php +++ b/templates/sidebar_preferences.inc.php @@ -3,7 +3,6 @@ /** * Sidebar Preferences * - * 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 Template - * @package Template - * @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 */ /* This one is a little dynamic as we add plugins or localplay modules diff --git a/templates/subnavbar.inc.php b/templates/subnavbar.inc.php index b1b18558..dede7758 100644 --- a/templates/subnavbar.inc.php +++ b/templates/subnavbar.inc.php @@ -3,7 +3,6 @@ /** * Subnavbar * - * 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 Template - * @package Template - * @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 */ /** @@ -3,7 +3,6 @@ /** * Test * - * 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 Test - * @package Files - * @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 */ // Set the Error level manualy... I'm to lazy to fix notices @@ -3,7 +3,6 @@ /** * Update * - * 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 Update - * @package Files - * @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 */ // We need this stuff @@ -3,7 +3,6 @@ /** * Util * - * 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 Util - * @package Files - * @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'; |