diff options
Diffstat (limited to 'lib')
54 files changed, 150 insertions, 54 deletions
diff --git a/lib/batch.lib.php b/lib/batch.lib.php index 84ebd8ec..4174a83d 100644 --- a/lib/batch.lib.php +++ b/lib/batch.lib.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Batch Library * * PHP version 5 @@ -21,6 +21,14 @@ * 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> + * @copyright 2001 - 2011 Ampache.org + * @license 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 659696e1..e0c75ab1 100644 --- a/lib/class/access.class.php +++ b/lib/class/access.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Access Class * * PHP version 5 diff --git a/lib/class/ajax.class.php b/lib/class/ajax.class.php index 3f99bce1..56b62236 100644 --- a/lib/class/ajax.class.php +++ b/lib/class/ajax.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Ajax Class * * PHP version 5 diff --git a/lib/class/album.class.php b/lib/class/album.class.php index ef789e3e..7018b1aa 100644 --- a/lib/class/album.class.php +++ b/lib/class/album.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Access Class * * PHP version 5 diff --git a/lib/class/ampachemail.class.php b/lib/class/ampachemail.class.php index 1d0dcbfb..798f4588 100644 --- a/lib/class/ampachemail.class.php +++ b/lib/class/ampachemail.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * AmpacheMail Class * * PHP version 5 diff --git a/lib/class/ampacherss.class.php b/lib/class/ampacherss.class.php index c37154d3..3c5687b8 100644 --- a/lib/class/ampacherss.class.php +++ b/lib/class/ampacherss.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * AmpacheRSS Class * * PHP version 5 diff --git a/lib/class/api.class.php b/lib/class/api.class.php index 5fdae597..508d38c2 100644 --- a/lib/class/api.class.php +++ b/lib/class/api.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Api Class * * PHP version 5 diff --git a/lib/class/art.class.php b/lib/class/art.class.php index e55bde43..e6075b36 100644 --- a/lib/class/art.class.php +++ b/lib/class/art.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Art Class * * PHP version 5 diff --git a/lib/class/artist.class.php b/lib/class/artist.class.php index 7d5713f6..63023d45 100644 --- a/lib/class/artist.class.php +++ b/lib/class/artist.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Artist Class * * PHP version 5 diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php index d3a51519..56eda8b7 100644 --- a/lib/class/browse.class.php +++ b/lib/class/browse.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Browse Class * * PHP version 5 diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php index 462290d9..4ceec4e4 100644 --- a/lib/class/catalog.class.php +++ b/lib/class/catalog.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Catalog Class * * PHP version 5 diff --git a/lib/class/config.class.php b/lib/class/config.class.php index 8e94c7bc..d05d9125 100644 --- a/lib/class/config.class.php +++ b/lib/class/config.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Config Class * * PHP version 5 diff --git a/lib/class/core.class.php b/lib/class/core.class.php index 8d469f4d..724a8560 100644 --- a/lib/class/core.class.php +++ b/lib/class/core.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Core Class * * PHP version 5 diff --git a/lib/class/database_object.abstract.php b/lib/class/database_object.abstract.php index 95395969..37e7c6fe 100644 --- a/lib/class/database_object.abstract.php +++ b/lib/class/database_object.abstract.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * database_object Class * * PHP version 5 diff --git a/lib/class/dba.class.php b/lib/class/dba.class.php index 16efb3d2..35f034e7 100644 --- a/lib/class/dba.class.php +++ b/lib/class/dba.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Dba Class * * PHP version 5 diff --git a/lib/class/democratic.class.php b/lib/class/democratic.class.php index b4b63201..576c6ccd 100644 --- a/lib/class/democratic.class.php +++ b/lib/class/democratic.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Democratic Class * * PHP version 5 diff --git a/lib/class/error.class.php b/lib/class/error.class.php index 2cf962ac..e12afe48 100644 --- a/lib/class/error.class.php +++ b/lib/class/error.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Error Class * * PHP version 5 diff --git a/lib/class/flag.class.php b/lib/class/flag.class.php index 642e4623..f1053a7b 100644 --- a/lib/class/flag.class.php +++ b/lib/class/flag.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Flag Class * * PHP version 5 diff --git a/lib/class/localplay.abstract.php b/lib/class/localplay.abstract.php index 20c1f889..892be378 100644 --- a/lib/class/localplay.abstract.php +++ b/lib/class/localplay.abstract.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * localplay_controller Class * * PHP version 5 diff --git a/lib/class/localplay.class.php b/lib/class/localplay.class.php index 4f9e53bf..9c11ff60 100644 --- a/lib/class/localplay.class.php +++ b/lib/class/localplay.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Localplay Class * * PHP version 5 diff --git a/lib/class/media.interface.php b/lib/class/media.interface.php index b2b79a2c..7cc92760 100644 --- a/lib/class/media.interface.php +++ b/lib/class/media.interface.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * media Interface * * PHP version 5 diff --git a/lib/class/playlist.class.php b/lib/class/playlist.class.php index ded0ac03..6624540c 100644 --- a/lib/class/playlist.class.php +++ b/lib/class/playlist.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Playlist Class * * PHP version 5 diff --git a/lib/class/plugin.class.php b/lib/class/plugin.class.php index bd19e73a..b6b8b6b2 100644 --- a/lib/class/plugin.class.php +++ b/lib/class/plugin.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Plugin Class * * PHP version 5 diff --git a/lib/class/preference.class.php b/lib/class/preference.class.php index e63b245b..7c210481 100644 --- a/lib/class/preference.class.php +++ b/lib/class/preference.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Preference Class * * PHP version 5 diff --git a/lib/class/query.class.php b/lib/class/query.class.php index 1854ceeb..898e8029 100644 --- a/lib/class/query.class.php +++ b/lib/class/query.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Query Class * * PHP version 5 diff --git a/lib/class/radio.class.php b/lib/class/radio.class.php index 8838d99b..43fa3300 100644 --- a/lib/class/radio.class.php +++ b/lib/class/radio.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Radio Class * * PHP version 5 diff --git a/lib/class/random.class.php b/lib/class/random.class.php index cbeb6719..575cf8fb 100644 --- a/lib/class/random.class.php +++ b/lib/class/random.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Random Class * * PHP version 5 diff --git a/lib/class/rating.class.php b/lib/class/rating.class.php index 739210d7..ad72c6bc 100644 --- a/lib/class/rating.class.php +++ b/lib/class/rating.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Rating Class * * PHP version 5 diff --git a/lib/class/recommendation.class.php b/lib/class/recommendation.class.php index 03965e9c..01b9544f 100644 --- a/lib/class/recommendation.class.php +++ b/lib/class/recommendation.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Recommendation Class * * PHP version 5 diff --git a/lib/class/registration.class.php b/lib/class/registration.class.php index 8c091f0a..f4bce3e2 100644 --- a/lib/class/registration.class.php +++ b/lib/class/registration.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Registration Class * * PHP version 5 diff --git a/lib/class/scrobbler.class.php b/lib/class/scrobbler.class.php index 1a0f94a9..582cfbf9 100644 --- a/lib/class/scrobbler.class.php +++ b/lib/class/scrobbler.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * scrobbler Class * * PHP version 5 diff --git a/lib/class/shoutbox.class.php b/lib/class/shoutbox.class.php index 1fa9f462..22a4427c 100644 --- a/lib/class/shoutbox.class.php +++ b/lib/class/shoutbox.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * shoutBox Class * * PHP version 5 diff --git a/lib/class/song.class.php b/lib/class/song.class.php index 2dcca593..776a8fbf 100644 --- a/lib/class/song.class.php +++ b/lib/class/song.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Song Class * * PHP version 5 diff --git a/lib/class/stats.class.php b/lib/class/stats.class.php index c9f1d8e9..0d709acd 100644 --- a/lib/class/stats.class.php +++ b/lib/class/stats.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Stats Class * * PHP version 5 diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index 35ee973f..0595975b 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Stream Class * * PHP version 5 diff --git a/lib/class/tag.class.php b/lib/class/tag.class.php index 0067aeec..53607a55 100644 --- a/lib/class/tag.class.php +++ b/lib/class/tag.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Tag Class * * PHP version 5 diff --git a/lib/class/tmpplaylist.class.php b/lib/class/tmpplaylist.class.php index c5b00602..34f02abe 100644 --- a/lib/class/tmpplaylist.class.php +++ b/lib/class/tmpplaylist.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * TmpPlaylist Class * * PHP version 5 diff --git a/lib/class/update.class.php b/lib/class/update.class.php index c6e0d125..0dc1f726 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Update Class * * PHP version 5 diff --git a/lib/class/user.class.php b/lib/class/user.class.php index bc41820b..0a36a6f4 100644 --- a/lib/class/user.class.php +++ b/lib/class/user.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * User Class * * PHP version 5 diff --git a/lib/class/vainfo.class.php b/lib/class/vainfo.class.php index 9c4f8dc8..20bb1471 100644 --- a/lib/class/vainfo.class.php +++ b/lib/class/vainfo.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * vainfo Class * * PHP version 5 diff --git a/lib/class/vauth.class.php b/lib/class/vauth.class.php index e0035c0d..f27067a0 100644 --- a/lib/class/vauth.class.php +++ b/lib/class/vauth.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * vauth Class * * PHP version 5 diff --git a/lib/class/video.class.php b/lib/class/video.class.php index 3979e6ea..2a11896c 100644 --- a/lib/class/video.class.php +++ b/lib/class/video.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Video Class * * PHP version 5 diff --git a/lib/class/xmldata.class.php b/lib/class/xmldata.class.php index 6698e72c..354379e3 100644 --- a/lib/class/xmldata.class.php +++ b/lib/class/xmldata.class.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * xmlData Class * * PHP version 5 diff --git a/lib/debug.lib.php b/lib/debug.lib.php index eb29c15b..24787c4a 100644 --- a/lib/debug.lib.php +++ b/lib/debug.lib.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Debug Library * * This library is loaded when somehow our mojo has @@ -25,6 +25,14 @@ * 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> + * @copyright 2001 - 2011 Ampache.org + * @license 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 3e353574..973d6f8f 100644 --- a/lib/general.lib.php +++ b/lib/general.lib.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * General Library * * PHP version 5 @@ -21,6 +21,14 @@ * 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> + * @copyright 2001 - 2011 Ampache.org + * @license 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/gettext.php b/lib/gettext.php index be319e84..d4eb0224 100644 --- a/lib/gettext.php +++ b/lib/gettext.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Gettext Library * * PHP version 5 @@ -21,6 +21,14 @@ * 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> + * @copyright 2001 - 2011 Ampache.org + * @license 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 8da4b3f9..d492dc8b 100644 --- a/lib/init.php +++ b/lib/init.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Init Library * * PHP version 5 @@ -21,6 +21,14 @@ * 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> + * @copyright 2001 - 2011 Ampache.org + * @license 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 aff5e61d..a8a15408 100644 --- a/lib/install.php +++ b/lib/install.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Install Library * * PHP version 5 @@ -21,6 +21,14 @@ * 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> + * @copyright 2001 - 2011 Ampache.org + * @license 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 317e64bb..a1ecc2d3 100644 --- a/lib/log.lib.php +++ b/lib/log.lib.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Logging Library * * PHP version 5 @@ -21,6 +21,14 @@ * 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> + * @copyright 2001 - 2011 Ampache.org + * @license 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 f1e8dd9d..22e95153 100644 --- a/lib/preferences.php +++ b/lib/preferences.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Preference Library * * PHP version 5 @@ -21,6 +21,14 @@ * 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> + * @copyright 2001 - 2011 Ampache.org + * @license 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 9f0ea498..b251b9c4 100644 --- a/lib/rating.lib.php +++ b/lib/rating.lib.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Rating Library * * PHP version 5 @@ -21,6 +21,14 @@ * 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> + * @copyright 2001 - 2011 Ampache.org + * @license 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/search.php b/lib/search.php index 00b6e01b..992b01d2 100644 --- a/lib/search.php +++ b/lib/search.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Search Library * * This library handles all the searching! @@ -23,6 +23,14 @@ * 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 Library + * @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 */ /** diff --git a/lib/themes.php b/lib/themes.php index f0505d51..db4fa17f 100644 --- a/lib/themes.php +++ b/lib/themes.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Theme Library * * PHP version 5 @@ -21,6 +21,14 @@ * 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> + * @copyright 2001 - 2011 Ampache.org + * @license 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 bdc1354c..d82c20f8 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * UI Function Library * * This contains functions that are generic, and display information @@ -24,6 +24,14 @@ * 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> + * @copyright 2001 - 2011 Ampache.org + * @license http://opensource.org/licenses/gpl-2.0 GPLv2 + * @version PHP 5.2 + * @link http://www.ampache.org/ + * @since File available since Release 1.0 */ /** |