From aee809f1dc53e618a719e22c43062d0657d9fa6a Mon Sep 17 00:00:00 2001 From: momo-i Date: Thu, 3 Feb 2011 10:07:39 +0900 Subject: header comment replace for phpdoc --- localplay.php | 49 ++++++++++++++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 19 deletions(-) (limited to 'localplay.php') diff --git a/localplay.php b/localplay.php index 9bc22c3a..d9958c77 100644 --- a/localplay.php +++ b/localplay.php @@ -1,24 +1,35 @@ + * @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'; -- cgit