[mapserver-commits] r7504 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Tue Apr 8 17:13:46 EDT 2008


Author: nsavard
Date: 2008-04-08 17:13:45 -0400 (Tue, 08 Apr 2008)
New Revision: 7504

Modified:
   trunk/mapserver/epplib.h
   trunk/mapserver/mapfile.h
   trunk/mapserver/mapgml.h
   trunk/mapserver/mapows.h
   trunk/mapserver/mapowscommon.h
   trunk/mapserver/mapproject.h
   trunk/mapserver/mapshape.h
   trunk/mapserver/mapswf.h
   trunk/mapserver/mapthread.h
Log:
Standardized headers

Modified: trunk/mapserver/epplib.h
===================================================================
--- trunk/mapserver/epplib.h	2008-04-08 21:01:26 UTC (rev 7503)
+++ trunk/mapserver/epplib.h	2008-04-08 21:13:45 UTC (rev 7504)
@@ -1,4 +1,32 @@
-/* Header for module epplib */
+/******************************************************************************
+ * $Id$
+ *
+ * Project:  MapServer
+ * Purpose:  Headers for epplib.c.  Low level EPP file access, supports 
+ *           drawEPP() in mapraster.c.
+ * Author:   Pete Olson (LMIC)
+ *
+ ******************************************************************************
+ * Copyright (c) 1996-2005 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 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.
+ ****************************************************************************/
 
 void swap2(short *x,int count);
 void swap4(long *x,int count);

Modified: trunk/mapserver/mapfile.h
===================================================================
--- trunk/mapserver/mapfile.h	2008-04-08 21:01:26 UTC (rev 7503)
+++ trunk/mapserver/mapfile.h	2008-04-08 21:13:45 UTC (rev 7504)
@@ -1,3 +1,33 @@
+/******************************************************************************
+ * $Id$
+ *
+ * Project:  MapServer
+ * Purpose:  Keyword definitions for the mapfiles and symbolfiles.
+ * Author:   Steve Lime and the MapServer team.
+ *
+ ******************************************************************************
+ * Copyright (c) 1996-2005 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 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.
+ ****************************************************************************/
+
+
 #ifndef MAPFILE_H
 #define MAPFILE_H
 

Modified: trunk/mapserver/mapgml.h
===================================================================
--- trunk/mapserver/mapgml.h	2008-04-08 21:01:26 UTC (rev 7503)
+++ trunk/mapserver/mapgml.h	2008-04-08 21:13:45 UTC (rev 7504)
@@ -1,3 +1,34 @@
+/******************************************************************************
+ * $Id$
+ *
+ * Project:  MapServer
+ * Purpose:  Headers for mapgml.c.  shapeObj to GML output via MapServer 
+ *           queries.
+ * Author:   Steve Lime and the MapServer team.
+ *
+ ******************************************************************************
+ * Copyright (c) 1996-2005 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 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.
+ ****************************************************************************/
+
+
 #ifndef MAPGML_H
 #define MAPGML_H
 

Modified: trunk/mapserver/mapows.h
===================================================================
--- trunk/mapserver/mapows.h	2008-04-08 21:01:26 UTC (rev 7503)
+++ trunk/mapserver/mapows.h	2008-04-08 21:13:45 UTC (rev 7504)
@@ -1,10 +1,33 @@
-/**********************************************************************
+******************************************************************************
  * $Id$
  *
- * mapows.h - OGC Web Services (WMS, WFS, WCS) support function definitions
+ * Project:  MapServer
+ * Purpose:  OGC Web Services (WMS, WFS, WCS) support function definitions
+ * Author:   Daniel Morissette, DM Solutions Group (morissette at dmsolutions.ca)
  *
- **********************************************************************/
+ ******************************************************************************
+ * Copyright (c) 1996-2005 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 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.
+ ****************************************************************************/
 
+
 #ifndef MAPOWS_H
 #define MAPOWS_H
 

Modified: trunk/mapserver/mapowscommon.h
===================================================================
--- trunk/mapserver/mapowscommon.h	2008-04-08 21:01:26 UTC (rev 7503)
+++ trunk/mapserver/mapowscommon.h	2008-04-08 21:13:45 UTC (rev 7504)
@@ -1,5 +1,5 @@
 /******************************************************************************
- * $Id:$
+ * $Id$
  *
  * Project:  MapServer
  * Purpose:  OGC OWS Common Implementation include file

Modified: trunk/mapserver/mapproject.h
===================================================================
--- trunk/mapserver/mapproject.h	2008-04-08 21:01:26 UTC (rev 7503)
+++ trunk/mapserver/mapproject.h	2008-04-08 21:13:45 UTC (rev 7504)
@@ -1,5 +1,5 @@
 /******************************************************************************
- * $Id:$
+ * $Id$
  *
  * Project:  MapServer
  * Purpose:  Declarations of the projectionObj and related functions.

Modified: trunk/mapserver/mapshape.h
===================================================================
--- trunk/mapserver/mapshape.h	2008-04-08 21:01:26 UTC (rev 7503)
+++ trunk/mapserver/mapshape.h	2008-04-08 21:13:45 UTC (rev 7504)
@@ -1,5 +1,5 @@
 /******************************************************************************
- * $Id:$
+ * $Id$
  *
  * Project:  MapServer
  * Purpose:  Shapefile access API

Modified: trunk/mapserver/mapswf.h
===================================================================
--- trunk/mapserver/mapswf.h	2008-04-08 21:01:26 UTC (rev 7503)
+++ trunk/mapserver/mapswf.h	2008-04-08 21:13:45 UTC (rev 7504)
@@ -1,12 +1,38 @@
-/******************************************************************************
+******************************************************************************
  * $Id$
  *
  * Project:  MapServer
- * Purpose:  header file for Ming support (swf flash output) in Mapserver
- * Author:   Assefa Yewondwossen (yassefa at dmsolutions.ca)
+ * Purpose:  Header files for Ming support (swf flash output) in Mapserver
+ * Author:   Assefa Yewondwossen, DM Solutions Group (yassefa at dmsolutions.ca)
+ *
+ * Note: 
+ * This api is based on the ming swf library :
+ *     http://www.opaque.net/ming/
+ *
+ ******************************************************************************
+ * Copyright (c) 1996-2005 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 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.
  ****************************************************************************/
 
 
+
 #ifdef USE_MING_FLASH
 #include "ming.h"
 #endif

Modified: trunk/mapserver/mapthread.h
===================================================================
--- trunk/mapserver/mapthread.h	2008-04-08 21:01:26 UTC (rev 7503)
+++ trunk/mapserver/mapthread.h	2008-04-08 21:13:45 UTC (rev 7504)
@@ -1,5 +1,5 @@
 /******************************************************************************
- * $Id:$
+ * $Id$
  *
  * Project:  MapServer
  * Purpose:  Multithreading / locking related declarations.



More information about the mapserver-commits mailing list