From ec214fdb4266c091608340b97531d94f9654eae4 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Sun, 12 Apr 2009 23:02:08 -0400 Subject: Remove author information from scripts. Signed-off-by: Loui Chang --- web/lib/aur.inc | 1 - web/lib/aurjson.class.php | 4 ---- 2 files changed, 5 deletions(-) (limited to 'web/lib') diff --git a/web/lib/aur.inc b/web/lib/aur.inc index d8402fd6..517abe31 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -415,7 +415,6 @@ function uid_from_username($username="") * @param string $append string of variables and values formatted as in URLs * ex. mkurl("foo=bar&bar=baz") * @return string clean string of variables to append to URL, urlencoded - * @author Callan Barrett */ function mkurl($append) { $get = $_GET; diff --git a/web/lib/aurjson.class.php b/web/lib/aurjson.class.php index 81c150b1..897423aa 100644 --- a/web/lib/aurjson.class.php +++ b/web/lib/aurjson.class.php @@ -3,10 +3,6 @@ * AurJSON * * This file contains the AurRPC remote handling class - * @author eliott - * @version $Id$ - * @copyright cactuswax.net, 12 October, 2007 - * @package rpc **/ if (!extension_loaded('json')) { -- cgit v1.2.3-24-g4f1b