From e0f1fe02c25f445ed53c695a4f61bd6ba9910fde Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 2 May 2012 23:35:14 +0200 Subject: [PATCH] removed duplicated documentation header in JSON.php --- inc/JSON.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/inc/JSON.php b/inc/JSON.php index 2dea44003f..b31340f448 100644 --- a/inc/JSON.php +++ b/inc/JSON.php @@ -47,8 +47,6 @@ * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH * DAMAGE. * - * @category - * @package * @author Michal Migurski * @author Matt Knapp * @author Brett Stimmerman @@ -97,19 +95,6 @@ /** * Converts to and from JSON format. - * - * @category - * @package - * @author Michal Migurski - * @author Matt Knapp - * @author Brett Stimmerman - * @copyright 2005 Michal Migurski - * @license http://www.php.net/license/3_0.txt PHP License 3.0 - * @version - * @link - * @see - * @since - * @deprecated */ class JSON {