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 /lib | |
parent | 012006b3cfcb0743cb17c0ab040b38bccd04599f (diff) | |
download | ampache-4aa256cb07ee2dd0a113b56b06accf1dae2c61c7.tar.gz ampache-4aa256cb07ee2dd0a113b56b06accf1dae2c61c7.tar.bz2 ampache-4aa256cb07ee2dd0a113b56b06accf1dae2c61c7.zip |
Clean up some PHPDoc crap
Remove misleading, unvetted, or in some cases just plain wrong data.
Packages and categories weren't being used correctly. They still
aren't.
Diffstat (limited to 'lib')
54 files changed, 12 insertions, 457 deletions
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() { |