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

svn at osgeo.org svn at osgeo.org
Wed Jul 9 00:30:19 EDT 2008


Author: sdlime
Date: 2008-07-09 00:30:18 -0400 (Wed, 09 Jul 2008)
New Revision: 7798

Modified:
   trunk/mapserver/mapscript/swiginc/rect.i
Log:
Added standard license header.

Modified: trunk/mapserver/mapscript/swiginc/rect.i
===================================================================
--- trunk/mapserver/mapscript/swiginc/rect.i	2008-07-09 01:25:11 UTC (rev 7797)
+++ trunk/mapserver/mapscript/swiginc/rect.i	2008-07-09 04:30:18 UTC (rev 7798)
@@ -1,5 +1,34 @@
-/* $Id$ */
+/* ===========================================================================
+   $Id$
 
+   Project:  MapServer
+   Purpose:  SWIG interface file for mapscript rectObj extensions
+   Author:   Steve Lime
+             Sean Gillies, sgillies at frii.com
+
+   ===========================================================================
+   Copyright (c) 1996-2001 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.
+   ===========================================================================
+*/
+
 %extend rectObj {
 
     rectObj(double minx=-1.0, double miny=-1.0, 



More information about the mapserver-commits mailing list