[mapserver-commits] r7998 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Wed Oct 22 23:35:49 EDT 2008
Author: sdlime
Date: 2008-10-22 23:35:48 -0400 (Wed, 22 Oct 2008)
New Revision: 7998
Modified:
trunk/mapserver/cgiutil.c
trunk/mapserver/cgiutil.h
Log:
Updated header notes crediting NCSA CGI sample code.
Modified: trunk/mapserver/cgiutil.c
===================================================================
--- trunk/mapserver/cgiutil.c 2008-10-23 03:23:12 UTC (rev 7997)
+++ trunk/mapserver/cgiutil.c 2008-10-23 03:35:48 UTC (rev 7998)
@@ -5,6 +5,8 @@
* Purpose: cgiRequestObj and CGI parameter parsing.
* Author: Steve Lime and the MapServer team.
*
+ * Notes: Portions derived from NCSA HTTPd Server's example CGI programs (util.c).
+ *
******************************************************************************
* Copyright (c) 1996-2005 Regents of the University of Minnesota.
*
Modified: trunk/mapserver/cgiutil.h
===================================================================
--- trunk/mapserver/cgiutil.h 2008-10-23 03:23:12 UTC (rev 7997)
+++ trunk/mapserver/cgiutil.h 2008-10-23 03:35:48 UTC (rev 7998)
@@ -5,6 +5,8 @@
* Purpose: cgiRequestObj and CGI parsing utility related declarations.
* Author: Steve Lime and the MapServer team.
*
+ * Notes: Portions derived from NCSA HTTPd Server's example CGI programs (util.c).
+ *
******************************************************************************
* Copyright (c) 1996-2005 Regents of the University of Minnesota.
*
More information about the mapserver-commits
mailing list