[mapserver-commits] r7800 - trunk/mapserver/mapscript/swiginc
svn at osgeo.org
svn at osgeo.org
Wed Jul 9 00:35:48 EDT 2008
Author: sdlime
Date: 2008-07-09 00:35:48 -0400 (Wed, 09 Jul 2008)
New Revision: 7800
Modified:
trunk/mapserver/mapscript/swiginc/hashtable.i
Log:
Added standard license header.
Modified: trunk/mapserver/mapscript/swiginc/hashtable.i
===================================================================
--- trunk/mapserver/mapscript/swiginc/hashtable.i 2008-07-09 04:31:58 UTC (rev 7799)
+++ trunk/mapserver/mapscript/swiginc/hashtable.i 2008-07-09 04:35:48 UTC (rev 7800)
@@ -1,6 +1,33 @@
-/* $Id$
- */
+/* ===========================================================================
+ $Id$
+ Project: MapServer
+ Purpose: SWIG interface file for mapscript hashTableObj extensions
+ Author: 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.
+ ===========================================================================
+*/
+
%{
#include "../../maphash.h"
%}
More information about the mapserver-commits
mailing list