[mapserver-commits] r7805 - trunk/mapserver/mapscript/swiginc

svn at osgeo.org svn at osgeo.org
Wed Jul 9 13:15:16 EDT 2008


Author: hobu
Date: 2008-07-09 13:15:16 -0400 (Wed, 09 Jul 2008)
New Revision: 7805

Modified:
   trunk/mapserver/mapscript/swiginc/owsrequest.i
Log:
add standard header and attribute Sean and Frank as the authors

Modified: trunk/mapserver/mapscript/swiginc/owsrequest.i
===================================================================
--- trunk/mapserver/mapscript/swiginc/owsrequest.i	2008-07-09 11:27:53 UTC (rev 7804)
+++ trunk/mapserver/mapscript/swiginc/owsrequest.i	2008-07-09 17:15:16 UTC (rev 7805)
@@ -1,5 +1,37 @@
-/* $Id$ */
+/* ===========================================================================
+   $Id$
+ 
+   Project:  MapServer
+   Purpose:  SWIG interface file for manipulating OGC request stuff via
+             mapscript.
+   Author:   Sean Gillies, sgillies at frii.com
+             
+   ===========================================================================
+   Copyright (c) 2004 Sean Gillies
+   Copyright (c) 2006 Frank Warmerdam
+   Copyright (c) 1996-2007 Regents of the University of Minnesota.
+       
+   Permission is hereby granted, free of charge, to any person obtaining a
+   copy of this software and associated documentation files (the "Software"),
+   to deal in the Software without restriction, including without limitation
+   the rights to use, copy, modify, merge, publish, distribute, sublicense,
+   and/or sell copies of the Software, and to permit persons to whom the
+   Software is furnished to do so, subject to the following conditions:
+ 
+   The above copyright notice and this permission notice shall be included
+   in all copies or substantial portions of the Software.
+ 
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+   OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+   THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+   FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+   DEALINGS IN THE SOFTWARE.
+   ===========================================================================
+*/
 
+
 %rename(OWSRequest) cgiRequestObj;
 
 %include "../../cgiutil.h"



More information about the mapserver-commits mailing list