summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/access.php2
-rw-r--r--admin/catalog.php2
-rw-r--r--admin/duplicates.php2
-rw-r--r--admin/export.php2
-rw-r--r--admin/flag.php2
-rw-r--r--admin/index.php2
-rw-r--r--admin/mail.php2
-rw-r--r--admin/modules.php2
-rw-r--r--admin/shout.php2
-rw-r--r--admin/system.php2
-rw-r--r--admin/users.php2
-rw-r--r--bin/catalog_update.inc4
-rw-r--r--bin/delete_disabled.inc4
-rw-r--r--bin/dump_album_art.inc4
-rw-r--r--bin/fix_filenames.inc4
-rw-r--r--bin/install/install-db.inc4
-rw-r--r--bin/migrate_config.inc4
-rw-r--r--bin/print_tags.inc4
-rw-r--r--bin/sort_files.inc4
-rw-r--r--bin/write_playlists.inc4
-rw-r--r--bin/write_tags.inc4
-rw-r--r--lib/batch.lib.php10
-rw-r--r--lib/class/access.class.php2
-rw-r--r--lib/class/ajax.class.php2
-rw-r--r--lib/class/album.class.php2
-rw-r--r--lib/class/ampachemail.class.php2
-rw-r--r--lib/class/ampacherss.class.php2
-rw-r--r--lib/class/api.class.php2
-rw-r--r--lib/class/art.class.php2
-rw-r--r--lib/class/artist.class.php2
-rw-r--r--lib/class/browse.class.php2
-rw-r--r--lib/class/catalog.class.php2
-rw-r--r--lib/class/config.class.php2
-rw-r--r--lib/class/core.class.php2
-rw-r--r--lib/class/database_object.abstract.php2
-rw-r--r--lib/class/dba.class.php2
-rw-r--r--lib/class/democratic.class.php2
-rw-r--r--lib/class/error.class.php2
-rw-r--r--lib/class/flag.class.php2
-rw-r--r--lib/class/localplay.abstract.php2
-rw-r--r--lib/class/localplay.class.php2
-rw-r--r--lib/class/media.interface.php2
-rw-r--r--lib/class/playlist.class.php2
-rw-r--r--lib/class/plugin.class.php2
-rw-r--r--lib/class/preference.class.php2
-rw-r--r--lib/class/query.class.php2
-rw-r--r--lib/class/radio.class.php2
-rw-r--r--lib/class/random.class.php2
-rw-r--r--lib/class/rating.class.php2
-rw-r--r--lib/class/recommendation.class.php2
-rw-r--r--lib/class/registration.class.php2
-rw-r--r--lib/class/scrobbler.class.php2
-rw-r--r--lib/class/shoutbox.class.php2
-rw-r--r--lib/class/song.class.php2
-rw-r--r--lib/class/stats.class.php2
-rw-r--r--lib/class/stream.class.php2
-rw-r--r--lib/class/tag.class.php2
-rw-r--r--lib/class/tmpplaylist.class.php2
-rw-r--r--lib/class/update.class.php2
-rw-r--r--lib/class/user.class.php2
-rw-r--r--lib/class/vainfo.class.php2
-rw-r--r--lib/class/vauth.class.php2
-rw-r--r--lib/class/video.class.php2
-rw-r--r--lib/class/xmldata.class.php2
-rw-r--r--lib/debug.lib.php10
-rw-r--r--lib/general.lib.php10
-rw-r--r--lib/gettext.php10
-rw-r--r--lib/init.php10
-rw-r--r--lib/install.php10
-rw-r--r--lib/log.lib.php10
-rw-r--r--lib/preferences.php10
-rw-r--r--lib/rating.lib.php10
-rw-r--r--lib/search.php10
-rw-r--r--lib/themes.php10
-rw-r--r--lib/ui.lib.php10
-rw-r--r--server/ajax.server.php49
-rw-r--r--server/browse.ajax.php49
-rw-r--r--server/democratic.ajax.php49
-rw-r--r--server/flag.ajax.php49
-rw-r--r--server/index.ajax.php49
-rw-r--r--server/localplay.ajax.php49
-rw-r--r--server/playlist.ajax.php49
-rw-r--r--server/random.ajax.php49
-rw-r--r--server/song.ajax.php49
-rw-r--r--server/stats.ajax.php49
-rw-r--r--server/stream.ajax.php49
-rw-r--r--server/tag.ajax.php49
-rw-r--r--server/xml.server.php48
88 files changed, 571 insertions, 331 deletions
diff --git a/admin/access.php b/admin/access.php
index 9bac011c..b85d7b10 100644
--- a/admin/access.php
+++ b/admin/access.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Admin Access
*
* PHP version 5
diff --git a/admin/catalog.php b/admin/catalog.php
index d69a6225..1b086b2f 100644
--- a/admin/catalog.php
+++ b/admin/catalog.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Admin Catalog
*
* PHP version 5
diff --git a/admin/duplicates.php b/admin/duplicates.php
index 85045c67..bd10dda1 100644
--- a/admin/duplicates.php
+++ b/admin/duplicates.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Admin Duplicates
*
* PHP version 5
diff --git a/admin/export.php b/admin/export.php
index 4021304f..bc9498e9 100644
--- a/admin/export.php
+++ b/admin/export.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Admin Export
*
* PHP version 5
diff --git a/admin/flag.php b/admin/flag.php
index 2481024a..170b9214 100644
--- a/admin/flag.php
+++ b/admin/flag.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Admin Flag
*
* PHP version 5
diff --git a/admin/index.php b/admin/index.php
index 10d08391..561f8dc3 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Admin index
*
* PHP version 5
diff --git a/admin/mail.php b/admin/mail.php
index 5c3bb841..5fee076d 100644
--- a/admin/mail.php
+++ b/admin/mail.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Admin Mail
*
* PHP version 5
diff --git a/admin/modules.php b/admin/modules.php
index 8c64f6de..71901621 100644
--- a/admin/modules.php
+++ b/admin/modules.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Admin Modules
*
* PHP version 5
diff --git a/admin/shout.php b/admin/shout.php
index 15b3b30c..133bb31f 100644
--- a/admin/shout.php
+++ b/admin/shout.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Admin Shout
*
* PHP version 5
diff --git a/admin/system.php b/admin/system.php
index cf65fdb3..adce9641 100644
--- a/admin/system.php
+++ b/admin/system.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Access System
*
* PHP version 5
diff --git a/admin/users.php b/admin/users.php
index 4485bd78..9ab9150c 100644
--- a/admin/users.php
+++ b/admin/users.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Admin Users
*
* PHP version 5
diff --git a/bin/catalog_update.inc b/bin/catalog_update.inc
index 023a0663..baeb3871 100644
--- a/bin/catalog_update.inc
+++ b/bin/catalog_update.inc
@@ -1,7 +1,7 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
- * Filename
+/**
+ * Catalog Update
*
* PHP version 5
*
diff --git a/bin/delete_disabled.inc b/bin/delete_disabled.inc
index 80c10342..dada5a56 100644
--- a/bin/delete_disabled.inc
+++ b/bin/delete_disabled.inc
@@ -1,7 +1,7 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
- * Filename
+/**
+ * Delete Disabled
*
* PHP version 5
*
diff --git a/bin/dump_album_art.inc b/bin/dump_album_art.inc
index 0fe1409b..cf317cb6 100644
--- a/bin/dump_album_art.inc
+++ b/bin/dump_album_art.inc
@@ -1,7 +1,7 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
- * Filename
+/**
+ * Dump Album Art
*
* PHP version 5
*
diff --git a/bin/fix_filenames.inc b/bin/fix_filenames.inc
index 7c21ac3f..14815ee2 100644
--- a/bin/fix_filenames.inc
+++ b/bin/fix_filenames.inc
@@ -1,7 +1,7 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
- * Filename
+/**
+ * Fix Filenames
*
* PHP version 5
*
diff --git a/bin/install/install-db.inc b/bin/install/install-db.inc
index eaf0428a..3b0c8c12 100644
--- a/bin/install/install-db.inc
+++ b/bin/install/install-db.inc
@@ -1,7 +1,7 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
- * Filename
+/**
+ * Install DB
*
* PHP version 5
*
diff --git a/bin/migrate_config.inc b/bin/migrate_config.inc
index 939dd627..12a4240b 100644
--- a/bin/migrate_config.inc
+++ b/bin/migrate_config.inc
@@ -1,7 +1,7 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
- * Filename
+/**
+ * Migrate Config
*
* PHP version 5
*
diff --git a/bin/print_tags.inc b/bin/print_tags.inc
index 8af1613c..9ea14e6e 100644
--- a/bin/print_tags.inc
+++ b/bin/print_tags.inc
@@ -1,7 +1,7 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
- * Filename
+/**
+ * Print Tags
*
* PHP version 5
*
diff --git a/bin/sort_files.inc b/bin/sort_files.inc
index 3b6eb92a..e49a2e4f 100644
--- a/bin/sort_files.inc
+++ b/bin/sort_files.inc
@@ -1,7 +1,7 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
- * Filename
+/**
+ * Sort Files
*
* PHP version 5
*
diff --git a/bin/write_playlists.inc b/bin/write_playlists.inc
index c5155f9d..de5538d6 100644
--- a/bin/write_playlists.inc
+++ b/bin/write_playlists.inc
@@ -1,7 +1,7 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
- * Filename
+/**
+ * Write Playlists
*
* PHP version 5
*
diff --git a/bin/write_tags.inc b/bin/write_tags.inc
index f7be15fa..46320900 100644
--- a/bin/write_tags.inc
+++ b/bin/write_tags.inc
@@ -1,7 +1,7 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
- * Filename
+/**
+ * Write Tags
*
* PHP version 5
*
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
*/
/**
diff --git a/server/ajax.server.php b/server/ajax.server.php
index 631ca628..d815c809 100644
--- a/server/ajax.server.php
+++ b/server/ajax.server.php
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
-
- Copyright (c) Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License v2
- as published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-*/
+/**
+ * Ajax Server
+ *
+ * PHP version 5
+ *
+ * LICENSE: GNU General Public License, version 2 (GPLv2)
+ * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License v2
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * 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>
+ * @copyright 2001 - 2011 Ampache.org
+ * @license 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
* as part of the get request
diff --git a/server/browse.ajax.php b/server/browse.ajax.php
index 764e9955..60d3cb8d 100644
--- a/server/browse.ajax.php
+++ b/server/browse.ajax.php
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
-
- Copyright (c) Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License v2
- as published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-*/
+/**
+ * Browse Ajax
+ *
+ * PHP version 5
+ *
+ * LICENSE: GNU General Public License, version 2 (GPLv2)
+ * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License v2
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * 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>
+ * @copyright 2001 - 2011 Ampache.org
+ * @license http://opensource.org/licenses/gpl-2.0 GPLv2
+ * @version PHP 5.2
+ * @link http://www.ampache.org/
+ * @since File available since Release 1.0
+ */
/**
* Sub-Ajax page, requires AJAX_INCLUDE
diff --git a/server/democratic.ajax.php b/server/democratic.ajax.php
index 0d345119..a158dad0 100644
--- a/server/democratic.ajax.php
+++ b/server/democratic.ajax.php
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
-
- Copyright (c) Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License v2
- as published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-*/
+/**
+ * Democratic Ajax
+ *
+ * PHP version 5
+ *
+ * LICENSE: GNU General Public License, version 2 (GPLv2)
+ * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License v2
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * 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>
+ * @copyright 2001 - 2011 Ampache.org
+ * @license http://opensource.org/licenses/gpl-2.0 GPLv2
+ * @version PHP 5.2
+ * @link http://www.ampache.org/
+ * @since File available since Release 1.0
+ */
/**
* Sub-Ajax page, requires AJAX_INCLUDE
diff --git a/server/flag.ajax.php b/server/flag.ajax.php
index 6573ebd4..18053189 100644
--- a/server/flag.ajax.php
+++ b/server/flag.ajax.php
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
-
- Copyright (c) 2001 - 2007 Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License v2
- as published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-*/
+/**
+ * Flag Ajax
+ *
+ * PHP version 5
+ *
+ * LICENSE: GNU General Public License, version 2 (GPLv2)
+ * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License v2
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * 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>
+ * @copyright 2001 - 2011 Ampache.org
+ * @license http://opensource.org/licenses/gpl-2.0 GPLv2
+ * @version PHP 5.2
+ * @link http://www.ampache.org/
+ * @since File available since Release 1.0
+ */
/**
* Sub-Ajax page, requires AJAX_INCLUDE
diff --git a/server/index.ajax.php b/server/index.ajax.php
index e1cbedff..ae135c5c 100644
--- a/server/index.ajax.php
+++ b/server/index.ajax.php
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
-
- Copyright (c) Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License v2
- as published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-*/
+/**
+ * Index Ajax
+ *
+ * PHP version 5
+ *
+ * LICENSE: GNU General Public License, version 2 (GPLv2)
+ * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License v2
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * 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>
+ * @copyright 2001 - 2011 Ampache.org
+ * @license http://opensource.org/licenses/gpl-2.0 GPLv2
+ * @version PHP 5.2
+ * @link http://www.ampache.org/
+ * @since File available since Release 1.0
+ */
/**
* Sub-Ajax page, requires AJAX_INCLUDE
diff --git a/server/localplay.ajax.php b/server/localplay.ajax.php
index c056539b..0d86d670 100644
--- a/server/localplay.ajax.php
+++ b/server/localplay.ajax.php
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
-
- Copyright (c) Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License v2
- as published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-*/
+/**
+ * Localplay Ajax
+ *
+ * PHP version 5
+ *
+ * LICENSE: GNU General Public License, version 2 (GPLv2)
+ * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License v2
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * 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>
+ * @copyright 2001 - 2011 Ampache.org
+ * @license http://opensource.org/licenses/gpl-2.0 GPLv2
+ * @version PHP 5.2
+ * @link http://www.ampache.org/
+ * @since File available since Release 1.0
+ */
/**
* Sub-Ajax page, requires AJAX_INCLUDE
diff --git a/server/playlist.ajax.php b/server/playlist.ajax.php
index f22d9d0b..a3007ddc 100644
--- a/server/playlist.ajax.php
+++ b/server/playlist.ajax.php
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
-
- Copyright (c) Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License v2
- as published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-*/
+/**
+ * Playlist Ajax
+ *
+ * PHP version 5
+ *
+ * LICENSE: GNU General Public License, version 2 (GPLv2)
+ * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License v2
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * 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>
+ * @copyright 2001 - 2011 Ampache.org
+ * @license http://opensource.org/licenses/gpl-2.0 GPLv2
+ * @version PHP 5.2
+ * @link http://www.ampache.org/
+ * @since File available since Release 1.0
+ */
/**
* Sub-Ajax page, requires AJAX_INCLUDE
diff --git a/server/random.ajax.php b/server/random.ajax.php
index 180ae757..3ae29660 100644
--- a/server/random.ajax.php
+++ b/server/random.ajax.php
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
-
- Copyright (c) 2001 - 2007 Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License v2
- as published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-*/
+/**
+ * Random Ajax
+ *
+ * PHP version 5
+ *
+ * LICENSE: GNU General Public License, version 2 (GPLv2)
+ * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License v2
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * 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>
+ * @copyright 2001 - 2011 Ampache.org
+ * @license http://opensource.org/licenses/gpl-2.0 GPLv2
+ * @version PHP 5.2
+ * @link http://www.ampache.org/
+ * @since File available since Release 1.0
+ */
/**
* Sub-Ajax page, requires AJAX_INCLUDE
diff --git a/server/song.ajax.php b/server/song.ajax.php
index 00015954..d0a87f14 100644
--- a/server/song.ajax.php
+++ b/server/song.ajax.php
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
-
- Copyright (c) 2001 - 2007 Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License v2
- as published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-*/
+/**
+ * Song Ajax
+ *
+ * PHP version 5
+ *
+ * LICENSE: GNU General Public License, version 2 (GPLv2)
+ * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License v2
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * 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>
+ * @copyright 2001 - 2011 Ampache.org
+ * @license http://opensource.org/licenses/gpl-2.0 GPLv2
+ * @version PHP 5.2
+ * @link http://www.ampache.org/
+ * @since File available since Release 1.0
+ */
/**
* Sub-Ajax page, requires AJAX_INCLUDE
diff --git a/server/stats.ajax.php b/server/stats.ajax.php
index fdf8cf8a..226c9d65 100644
--- a/server/stats.ajax.php
+++ b/server/stats.ajax.php
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
-
- Copyright (c) Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License v2
- as published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-*/
+/**
+ * Stats Ajax
+ *
+ * PHP version 5
+ *
+ * LICENSE: GNU General Public License, version 2 (GPLv2)
+ * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License v2
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * 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>
+ * @copyright 2001 - 2011 Ampache.org
+ * @license http://opensource.org/licenses/gpl-2.0 GPLv2
+ * @version PHP 5.2
+ * @link http://www.ampache.org/
+ * @since File available since Release 1.0
+ */
/**
* Sub-Ajax page, requires AJAX_INCLUDE
diff --git a/server/stream.ajax.php b/server/stream.ajax.php
index 50923698..d3cfbaad 100644
--- a/server/stream.ajax.php
+++ b/server/stream.ajax.php
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
-
- Copyright (c) Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License v2
- as published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-*/
+/**
+ * Stream Ajax
+ *
+ * PHP version 5
+ *
+ * LICENSE: GNU General Public License, version 2 (GPLv2)
+ * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License v2
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * 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>
+ * @copyright 2001 - 2011 Ampache.org
+ * @license http://opensource.org/licenses/gpl-2.0 GPLv2
+ * @version PHP 5.2
+ * @link http://www.ampache.org/
+ * @since File available since Release 1.0
+ */
/**
* Sub-Ajax page, requires AJAX_INCLUDE
diff --git a/server/tag.ajax.php b/server/tag.ajax.php
index e7242dde..d15db91b 100644
--- a/server/tag.ajax.php
+++ b/server/tag.ajax.php
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
-
- Copyright (c) Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License v2
- as published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-*/
+/**
+ * Tag Ajax
+ *
+ * PHP version 5
+ *
+ * LICENSE: GNU General Public License, version 2 (GPLv2)
+ * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License v2
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * 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>
+ * @copyright 2001 - 2011 Ampache.org
+ * @license http://opensource.org/licenses/gpl-2.0 GPLv2
+ * @version PHP 5.2
+ * @link http://www.ampache.org/
+ * @since File available since Release 1.0
+ */
/**
* Sub-Ajax page, requires AJAX_INCLUDE
diff --git a/server/xml.server.php b/server/xml.server.php
index e9380371..f996bedf 100644
--- a/server/xml.server.php
+++ b/server/xml.server.php
@@ -1,24 +1,36 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
-
- Copyright (c) Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License v2
- as published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+/**
+ * XML Server
+ *
+ * PHP version 5
+ *
+ * LICENSE: GNU General Public License, version 2 (GPLv2)
+ * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License v2
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * 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>
+ * @copyright 2001 - 2011 Ampache.org
+ * @license 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 is accessed remotly to allow outside scripts access to ampache information
* as such it needs to verify the session id that is passed