summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/access.php47
-rw-r--r--admin/catalog.php48
-rw-r--r--admin/duplicates.php47
-rw-r--r--admin/export.php47
-rw-r--r--admin/flag.php46
-rw-r--r--admin/index.php47
-rw-r--r--admin/mail.php47
-rw-r--r--admin/modules.php48
-rw-r--r--admin/shout.php46
-rw-r--r--admin/system.php47
-rw-r--r--admin/users.php47
-rw-r--r--bin/catalog_update.inc47
-rw-r--r--bin/delete_disabled.inc48
-rw-r--r--bin/dump_album_art.inc47
-rw-r--r--bin/fix_filenames.inc47
-rw-r--r--bin/install/install-db.inc47
-rw-r--r--bin/migrate_config.inc46
-rw-r--r--bin/print_tags.inc47
-rw-r--r--bin/sort_files.inc46
-rw-r--r--bin/write_playlists.inc47
-rw-r--r--bin/write_tags.inc47
-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.php3
-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.php3
-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.php12
-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.php4
63 files changed, 664 insertions, 420 deletions
diff --git a/admin/access.php b/admin/access.php
index 0c35b4fc..9bac011c 100644
--- a/admin/access.php
+++ b/admin/access.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.
-
-*/
+ * Admin Access
+ *
+ * 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 Admin
+ * @package Admin
+ * @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
+ */
require '../lib/init.php';
diff --git a/admin/catalog.php b/admin/catalog.php
index 4239aa51..d69a6225 100644
--- a/admin/catalog.php
+++ b/admin/catalog.php
@@ -1,25 +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.
-
-*/
-
+ * Admin Catalog
+ *
+ * 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 Admin
+ * @package Admin
+ * @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
+ */
require_once '../lib/init.php';
diff --git a/admin/duplicates.php b/admin/duplicates.php
index e2f82815..85045c67 100644
--- a/admin/duplicates.php
+++ b/admin/duplicates.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.
-
-*/
+ * Admin Duplicates
+ *
+ * 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 Admin
+ * @package Admin
+ * @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
+ */
require_once '../lib/init.php';
diff --git a/admin/export.php b/admin/export.php
index 7b22cd8c..4021304f 100644
--- a/admin/export.php
+++ b/admin/export.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.
-
-*/
+ * Admin Export
+ *
+ * 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 Admin
+ * @package Admin
+ * @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
+ */
require_once '../lib/init.php';
diff --git a/admin/flag.php b/admin/flag.php
index cd4d52d8..2481024a 100644
--- a/admin/flag.php
+++ b/admin/flag.php
@@ -1,24 +1,36 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
+ * Admin Flag
+ *
+ * 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 Admin
+ * @package Admin
+ * @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
+ */
- 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.
-
-*/
require '../lib/init.php';
if (!Access::check('interface','100')) {
diff --git a/admin/index.php b/admin/index.php
index db0427bc..10d08391 100644
--- a/admin/index.php
+++ b/admin/index.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.
-
-*/
+ * Admin index
+ *
+ * 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 Admin
+ * @package Admin
+ * @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
+ */
require '../lib/init.php';
diff --git a/admin/mail.php b/admin/mail.php
index b0bc55cc..5c3bb841 100644
--- a/admin/mail.php
+++ b/admin/mail.php
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
-
- Copyright (c) 2001 - 2006 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.
-
-*/
+ * Admin Mail
+ *
+ * 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 Admin
+ * @package Admin
+ * @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
+ */
require_once '../lib/init.php';
diff --git a/admin/modules.php b/admin/modules.php
index 669840d9..8c64f6de 100644
--- a/admin/modules.php
+++ b/admin/modules.php
@@ -1,25 +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
- as published by the Free Software Foundation; version 2
- of the License.
-
- 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.
-
-*/
+ * Admin Modules
+ *
+ * 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 Admin
+ * @package Admin
+ * @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
+ */
require_once '../lib/init.php';
diff --git a/admin/shout.php b/admin/shout.php
index 55c6093f..15b3b30c 100644
--- a/admin/shout.php
+++ b/admin/shout.php
@@ -1,24 +1,36 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
+ * Admin Shout
+ *
+ * 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 Admin
+ * @package Admin
+ * @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
+ */
- 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.
-
-*/
require_once '../lib/init.php';
if (!Access::check('interface','100')) {
diff --git a/admin/system.php b/admin/system.php
index c986cb51..cf65fdb3 100644
--- a/admin/system.php
+++ b/admin/system.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.
-
-*/
+ * Access System
+ *
+ * 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 Admin
+ * @package Admin
+ * @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
+ */
require '../lib/init.php';
require_once Config::get('prefix') . '/lib/debug.lib.php';
diff --git a/admin/users.php b/admin/users.php
index eb675c5a..4485bd78 100644
--- a/admin/users.php
+++ b/admin/users.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.
-
-*/
+ * Admin Users
+ *
+ * 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 Admin
+ * @package Admin
+ * @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
+ */
require_once '../lib/init.php';
diff --git a/bin/catalog_update.inc b/bin/catalog_update.inc
index d0cebb58..023a0663 100644
--- a/bin/catalog_update.inc
+++ b/bin/catalog_update.inc
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
-
- Copyright 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.
-
-*/
+ * Filename
+ *
+ * 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 Bin
+ * @package Bin
+ * @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
+ */
define('NO_SESSION','1');
$path = dirname(__FILE__);
diff --git a/bin/delete_disabled.inc b/bin/delete_disabled.inc
index cebcb1f1..80c10342 100644
--- a/bin/delete_disabled.inc
+++ b/bin/delete_disabled.inc
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
-
- Copyright 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.
-
-*/
+ * Filename
+ *
+ * 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 Bin
+ * @package Bin
+ * @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
+ */
/**
* Delete Disabled
@@ -29,7 +40,6 @@
/* will not delete anything if debug is true */
$debug = true;
-
define('NO_SESSION','1');
$path = dirname(__FILE__);
$prefix = realpath($path . '/../');
diff --git a/bin/dump_album_art.inc b/bin/dump_album_art.inc
index f6d526f5..0fe1409b 100644
--- a/bin/dump_album_art.inc
+++ b/bin/dump_album_art.inc
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
-
- Copyright 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.
-
-*/
+ * Filename
+ *
+ * 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 Bin
+ * @package Bin
+ * @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
+ */
define('NO_SESSION','1');
$path = dirname(__FILE__);
diff --git a/bin/fix_filenames.inc b/bin/fix_filenames.inc
index 4180b0f3..7c21ac3f 100644
--- a/bin/fix_filenames.inc
+++ b/bin/fix_filenames.inc
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
-
- Copyright 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.
-
-*/
+ * Filename
+ *
+ * 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 Bin
+ * @package Bin
+ * @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
+ */
define('NO_SESSION','1');
$path = dirname(__FILE__);
diff --git a/bin/install/install-db.inc b/bin/install/install-db.inc
index ac43e6e7..eaf0428a 100644
--- a/bin/install/install-db.inc
+++ b/bin/install/install-db.inc
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
-
- Copyright 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.
-
-*/
+ * Filename
+ *
+ * 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 Bin
+ * @package Bin
+ * @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
+ */
define('NO_SESSION','1');
$path = dirname(__FILE__);
diff --git a/bin/migrate_config.inc b/bin/migrate_config.inc
index cf7ac443..939dd627 100644
--- a/bin/migrate_config.inc
+++ b/bin/migrate_config.inc
@@ -1,24 +1,36 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
+ * Filename
+ *
+ * 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 Bin
+ * @package Bin
+ * @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
+ */
- Copyright 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.
-
-*/
define('NO_SESSION','1');
$unmigratable = array('auth_methods'=>'mysql',
diff --git a/bin/print_tags.inc b/bin/print_tags.inc
index e79b49c7..8af1613c 100644
--- a/bin/print_tags.inc
+++ b/bin/print_tags.inc
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
-
- Copyright 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.
-
-*/
+ * Filename
+ *
+ * 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 Bin
+ * @package Bin
+ * @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
+ */
define('NO_SESSION','1');
$path = dirname(__FILE__);
diff --git a/bin/sort_files.inc b/bin/sort_files.inc
index 3b06dd65..3b6eb92a 100644
--- a/bin/sort_files.inc
+++ b/bin/sort_files.inc
@@ -1,24 +1,36 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
+ * Filename
+ *
+ * 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 Bin
+ * @package Bin
+ * @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
+ */
- 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.
-
-*/
/**
* Still not fully tested but "Appears to work" use at your own risk
* sort_files
diff --git a/bin/write_playlists.inc b/bin/write_playlists.inc
index 3f940633..c5155f9d 100644
--- a/bin/write_playlists.inc
+++ b/bin/write_playlists.inc
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
-
- Copyright 2001 - 2006 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.
-
-*/
+ * Filename
+ *
+ * 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 Bin
+ * @package Bin
+ * @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 with caution, this hasn't been heavily tested!!!
diff --git a/bin/write_tags.inc b/bin/write_tags.inc
index 92a64304..f7be15fa 100644
--- a/bin/write_tags.inc
+++ b/bin/write_tags.inc
@@ -1,24 +1,35 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
-
- Copyright 2001 - 2008 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.
-
-*/
+ * Filename
+ *
+ * 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 Bin
+ * @package Bin
+ * @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 with caution, this hasn't been heavily tested!!!
diff --git a/lib/class/access.class.php b/lib/class/access.class.php
index 423c096c..659696e1 100644
--- a/lib/class/access.class.php
+++ b/lib/class/access.class.php
@@ -42,7 +42,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/ajax.class.php b/lib/class/ajax.class.php
index 5601f0ea..3f99bce1 100644
--- a/lib/class/ajax.class.php
+++ b/lib/class/ajax.class.php
@@ -42,7 +42,7 @@
* @package Ampache
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/album.class.php b/lib/class/album.class.php
index 461700da..ef789e3e 100644
--- a/lib/class/album.class.php
+++ b/lib/class/album.class.php
@@ -43,7 +43,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/ampachemail.class.php b/lib/class/ampachemail.class.php
index e2d117d6..1d0dcbfb 100644
--- a/lib/class/ampachemail.class.php
+++ b/lib/class/ampachemail.class.php
@@ -41,7 +41,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/ampacherss.class.php b/lib/class/ampacherss.class.php
index be2c3371..c37154d3 100644
--- a/lib/class/ampacherss.class.php
+++ b/lib/class/ampacherss.class.php
@@ -43,7 +43,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/api.class.php b/lib/class/api.class.php
index f6b70bc9..5fdae597 100644
--- a/lib/class/api.class.php
+++ b/lib/class/api.class.php
@@ -43,7 +43,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/art.class.php b/lib/class/art.class.php
index 355e7858..e55bde43 100644
--- a/lib/class/art.class.php
+++ b/lib/class/art.class.php
@@ -43,7 +43,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/artist.class.php b/lib/class/artist.class.php
index fe6f57a1..7d5713f6 100644
--- a/lib/class/artist.class.php
+++ b/lib/class/artist.class.php
@@ -41,7 +41,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php
index 055b2743..d3a51519 100644
--- a/lib/class/browse.class.php
+++ b/lib/class/browse.class.php
@@ -44,7 +44,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php
index 53348361..462290d9 100644
--- a/lib/class/catalog.class.php
+++ b/lib/class/catalog.class.php
@@ -42,7 +42,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/config.class.php b/lib/class/config.class.php
index 1789e024..8e94c7bc 100644
--- a/lib/class/config.class.php
+++ b/lib/class/config.class.php
@@ -48,7 +48,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/core.class.php b/lib/class/core.class.php
index 3d263f77..8d469f4d 100644
--- a/lib/class/core.class.php
+++ b/lib/class/core.class.php
@@ -42,7 +42,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/database_object.abstract.php b/lib/class/database_object.abstract.php
index 34e9a374..95395969 100644
--- a/lib/class/database_object.abstract.php
+++ b/lib/class/database_object.abstract.php
@@ -43,9 +43,10 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @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 3bcc1e5c..16efb3d2 100644
--- a/lib/class/dba.class.php
+++ b/lib/class/dba.class.php
@@ -49,7 +49,7 @@ if (!defined('INIT_LOADED') || INIT_LOADED != '1') { exit; }
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/democratic.class.php b/lib/class/democratic.class.php
index 4c443a6f..b4b63201 100644
--- a/lib/class/democratic.class.php
+++ b/lib/class/democratic.class.php
@@ -42,7 +42,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/error.class.php b/lib/class/error.class.php
index 5ec51d24..2cf962ac 100644
--- a/lib/class/error.class.php
+++ b/lib/class/error.class.php
@@ -42,7 +42,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/flag.class.php b/lib/class/flag.class.php
index 0267b0e0..642e4623 100644
--- a/lib/class/flag.class.php
+++ b/lib/class/flag.class.php
@@ -42,7 +42,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/localplay.abstract.php b/lib/class/localplay.abstract.php
index d755045d..20c1f889 100644
--- a/lib/class/localplay.abstract.php
+++ b/lib/class/localplay.abstract.php
@@ -41,9 +41,10 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @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 b70d3412..4f9e53bf 100644
--- a/lib/class/localplay.class.php
+++ b/lib/class/localplay.class.php
@@ -41,7 +41,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/media.interface.php b/lib/class/media.interface.php
index 0c755a7f..b2b79a2c 100644
--- a/lib/class/media.interface.php
+++ b/lib/class/media.interface.php
@@ -43,7 +43,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @see Video
* @see Radio
diff --git a/lib/class/playlist.class.php b/lib/class/playlist.class.php
index e1aa603b..ded0ac03 100644
--- a/lib/class/playlist.class.php
+++ b/lib/class/playlist.class.php
@@ -42,7 +42,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/plugin.class.php b/lib/class/plugin.class.php
index cb74a6ec..bd19e73a 100644
--- a/lib/class/plugin.class.php
+++ b/lib/class/plugin.class.php
@@ -41,7 +41,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/preference.class.php b/lib/class/preference.class.php
index ec226bf5..e63b245b 100644
--- a/lib/class/preference.class.php
+++ b/lib/class/preference.class.php
@@ -43,7 +43,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @see /lib/preference.lib.php
* @since Class available since Release 1.0
diff --git a/lib/class/query.class.php b/lib/class/query.class.php
index 2a3d43a3..1854ceeb 100644
--- a/lib/class/query.class.php
+++ b/lib/class/query.class.php
@@ -42,7 +42,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/radio.class.php b/lib/class/radio.class.php
index 71719080..8838d99b 100644
--- a/lib/class/radio.class.php
+++ b/lib/class/radio.class.php
@@ -43,7 +43,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/random.class.php b/lib/class/random.class.php
index 36177bc7..cbeb6719 100644
--- a/lib/class/random.class.php
+++ b/lib/class/random.class.php
@@ -44,7 +44,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/rating.class.php b/lib/class/rating.class.php
index 7d220772..739210d7 100644
--- a/lib/class/rating.class.php
+++ b/lib/class/rating.class.php
@@ -41,7 +41,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/recommendation.class.php b/lib/class/recommendation.class.php
index 0659fd93..03965e9c 100644
--- a/lib/class/recommendation.class.php
+++ b/lib/class/recommendation.class.php
@@ -41,7 +41,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/registration.class.php b/lib/class/registration.class.php
index f43d966c..8c091f0a 100644
--- a/lib/class/registration.class.php
+++ b/lib/class/registration.class.php
@@ -42,7 +42,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/scrobbler.class.php b/lib/class/scrobbler.class.php
index 506391c9..1a0f94a9 100644
--- a/lib/class/scrobbler.class.php
+++ b/lib/class/scrobbler.class.php
@@ -41,7 +41,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/shoutbox.class.php b/lib/class/shoutbox.class.php
index 7f36956d..1fa9f462 100644
--- a/lib/class/shoutbox.class.php
+++ b/lib/class/shoutbox.class.php
@@ -41,7 +41,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/song.class.php b/lib/class/song.class.php
index 1a0a5958..2dcca593 100644
--- a/lib/class/song.class.php
+++ b/lib/class/song.class.php
@@ -41,7 +41,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/stats.class.php b/lib/class/stats.class.php
index 10d14bd2..c9f1d8e9 100644
--- a/lib/class/stats.class.php
+++ b/lib/class/stats.class.php
@@ -43,7 +43,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php
index 4901d46e..35ee973f 100644
--- a/lib/class/stream.class.php
+++ b/lib/class/stream.class.php
@@ -32,11 +32,21 @@
*/
/**
- * Stream
+ * Stream Class
+ *
* This class is used to generate the Playlists and pass them on
* With Localplay this actually just sends the commands to the localplay
* 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 0bf2cda3..0067aeec 100644
--- a/lib/class/tag.class.php
+++ b/lib/class/tag.class.php
@@ -41,7 +41,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/tmpplaylist.class.php b/lib/class/tmpplaylist.class.php
index 253788b2..c5b00602 100644
--- a/lib/class/tmpplaylist.class.php
+++ b/lib/class/tmpplaylist.class.php
@@ -43,7 +43,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/update.class.php b/lib/class/update.class.php
index faf236f3..c6e0d125 100644
--- a/lib/class/update.class.php
+++ b/lib/class/update.class.php
@@ -54,7 +54,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/user.class.php b/lib/class/user.class.php
index fbf50ee0..bc41820b 100644
--- a/lib/class/user.class.php
+++ b/lib/class/user.class.php
@@ -43,7 +43,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/vainfo.class.php b/lib/class/vainfo.class.php
index 0c6b0698..9c4f8dc8 100644
--- a/lib/class/vainfo.class.php
+++ b/lib/class/vainfo.class.php
@@ -42,7 +42,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/vauth.class.php b/lib/class/vauth.class.php
index b7b8acb5..e0035c0d 100644
--- a/lib/class/vauth.class.php
+++ b/lib/class/vauth.class.php
@@ -43,7 +43,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/video.class.php b/lib/class/video.class.php
index 4ed6f3f0..3979e6ea 100644
--- a/lib/class/video.class.php
+++ b/lib/class/video.class.php
@@ -41,7 +41,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/
diff --git a/lib/class/xmldata.class.php b/lib/class/xmldata.class.php
index b5d1475f..6698e72c 100644
--- a/lib/class/xmldata.class.php
+++ b/lib/class/xmldata.class.php
@@ -1,7 +1,7 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/*
- * Access Class
+ * xmlData Class
*
* PHP version 5
*
@@ -43,7 +43,7 @@
* @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release:
+ * @version Release: 3.6
* @link http://www.ampache.org/
* @since Class available since Release 1.0
*/