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

svn at osgeo.org svn at osgeo.org
Wed Apr 9 11:50:30 EDT 2008


Author: nsavard
Date: 2008-04-09 11:50:30 -0400 (Wed, 09 Apr 2008)
New Revision: 7506

Modified:
   trunk/mapserver/mapscript/swiginc/msio.i
Log:
Standardized header.

Modified: trunk/mapserver/mapscript/swiginc/msio.i
===================================================================
--- trunk/mapserver/mapscript/swiginc/msio.i	2008-04-09 12:09:49 UTC (rev 7505)
+++ trunk/mapserver/mapscript/swiginc/msio.i	2008-04-09 15:50:30 UTC (rev 7506)
@@ -1,7 +1,38 @@
+/******************************************************************************
+ * $Id$
+ *
+ * Project:  MapServer
+ * Purpose:  Definitions for MapServer IO redirection capability.
+ * Author:   Frank Warmerdam, warmerdam at pobox.com
+ *
+ * Note:
+ * copied from mapio.h to avoid to much #ifdef swigging
+ *
+ ******************************************************************************
+ * Copyright (c) 2004, Frank Warmerdam <warmerdam at pobox.com>
+ *
+ * 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 of this Software or works derived from this 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.
+ ****************************************************************************/
+
+
 /* $Id$ */
 
-/* copied from mapio.h to avoid to much #ifdef swigging */
-
 void msIO_resetHandlers(void);
 void msIO_installStdoutToBuffer(void);
 void msIO_installStdinFromBuffer(void);



More information about the mapserver-commits mailing list