summaryrefslogtreecommitdiffstats
path: root/lib/batch.lib.php
diff options
context:
space:
mode:
authormomo-i <webmaster@momo-i.org>2011-02-03 09:43:46 +0900
committermomo-i <webmaster@momo-i.org>2011-02-03 09:43:46 +0900
commitf99643663c531a854aa0565ac46dcedcb06d8f62 (patch)
tree4a3650cf4cb89f6d14d2076442ca2f38356ecaa6 /lib/batch.lib.php
parent629502b1472db60433af1f1b0780b886c3e5bdd4 (diff)
downloadampache-f99643663c531a854aa0565ac46dcedcb06d8f62.tar.gz
ampache-f99643663c531a854aa0565ac46dcedcb06d8f62.tar.bz2
ampache-f99643663c531a854aa0565ac46dcedcb06d8f62.zip
header comment modified for phpdoc
Diffstat (limited to 'lib/batch.lib.php')
-rw-r--r--lib/batch.lib.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/batch.lib.php b/lib/batch.lib.php
index 84ebd8ec..4174a83d 100644
--- a/lib/batch.lib.php
+++ b/lib/batch.lib.php
@@ -1,6 +1,6 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
+/**
* Batch Library
*
* PHP version 5
@@ -21,6 +21,14 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
+ * @category Batch
+ * @package Library
+ * @author Karl Vollmer <vollmer@ampache.org>
+ * @copyright 2001 - 2011 Ampache.org
+ * @license http://opensource.org/licenses/gpl-2.0 GPLv2
+ * @version PHP 5.2
+ * @link http://www.ampache.org/
+ * @since File available since Release 1.0
*/
/**