Skip to content

Commit

Permalink
remove MSCVSID usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed May 22, 2012
1 parent 30a95cc commit 44b3836
Show file tree
Hide file tree
Showing 87 changed files with 86 additions and 97 deletions.
2 changes: 1 addition & 1 deletion cgiutil.c
Expand Up @@ -36,7 +36,7 @@
#include "mapserver.h" #include "mapserver.h"
#include "cgiutil.h" #include "cgiutil.h"


MS_CVSID("$Id$")


#define LF 10 #define LF 10
#define CR 13 #define CR 13
Expand Down
2 changes: 1 addition & 1 deletion classobject.c
Expand Up @@ -36,7 +36,7 @@
# include "cpl_conv.h" # include "cpl_conv.h"
#endif #endif


MS_CVSID("$Id$")


/* /*
** Add a label to a classObj (order doesn't matter for labels like it does with styles) ** Add a label to a classObj (order doesn't matter for labels like it does with styles)
Expand Down
2 changes: 1 addition & 1 deletion layerobject.c
Expand Up @@ -36,7 +36,7 @@
# include "cpl_conv.h" # include "cpl_conv.h"
#endif #endif


MS_CVSID("$Id$")


/* =========================================================================== /* ===========================================================================
msInsertClass msInsertClass
Expand Down
2 changes: 1 addition & 1 deletion legend.c
Expand Up @@ -29,7 +29,7 @@


#include "mapserver.h" #include "mapserver.h"


MS_CVSID("$Id$")


int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
Expand Down
2 changes: 1 addition & 1 deletion mapbits.c
Expand Up @@ -32,7 +32,7 @@


#include "mapserver.h" #include "mapserver.h"


MS_CVSID("$Id$")


#include <limits.h> #include <limits.h>


Expand Down
2 changes: 1 addition & 1 deletion mapchart.c
Expand Up @@ -30,7 +30,7 @@


#include "mapserver.h" #include "mapserver.h"


MS_CVSID("$Id$")


#define MS_CHART_TYPE_PIE 1 #define MS_CHART_TYPE_PIE 1
#define MS_CHART_TYPE_BAR 2 #define MS_CHART_TYPE_BAR 2
Expand Down
2 changes: 1 addition & 1 deletion mapcluster.c
Expand Up @@ -33,7 +33,7 @@
#include <assert.h> #include <assert.h>
#include "mapserver.h" #include "mapserver.h"


MS_CVSID("$Id$")




#ifdef USE_CLUSTER_PLUGIN #ifdef USE_CLUSTER_PLUGIN
Expand Down
2 changes: 1 addition & 1 deletion mapcontext.c
Expand Up @@ -28,7 +28,7 @@


#include "mapserver.h" #include "mapserver.h"


MS_CVSID("$Id$")


#if defined(USE_WMS_LYR) && defined(USE_OGR) #if defined(USE_WMS_LYR) && defined(USE_OGR)


Expand Down
2 changes: 1 addition & 1 deletion mapcopy.c
Expand Up @@ -45,7 +45,7 @@
#include "mapserver.h" #include "mapserver.h"
#include "mapsymbol.h" #include "mapsymbol.h"


MS_CVSID("$Id$")


#include "mapcopy.h" #include "mapcopy.h"


Expand Down
2 changes: 1 addition & 1 deletion mapcpl.c
Expand Up @@ -41,7 +41,7 @@
#include <assert.h> #include <assert.h>
#include "mapserver.h" #include "mapserver.h"


MS_CVSID("$Id$")


/* should be size of largest possible filename */ /* should be size of largest possible filename */
#define MS_PATH_BUF_SIZE 2048 #define MS_PATH_BUF_SIZE 2048
Expand Down
2 changes: 1 addition & 1 deletion mapcrypto.c
Expand Up @@ -34,7 +34,7 @@


#include "mapserver.h" #include "mapserver.h"


MS_CVSID("$Id$")




/********************************************************************** /**********************************************************************
Expand Down
2 changes: 1 addition & 1 deletion mapdebug.c
Expand Up @@ -48,7 +48,7 @@
#include <windows.h> /* OutputDebugStringA() */ #include <windows.h> /* OutputDebugStringA() */
#endif #endif


MS_CVSID("$Id$")




#ifndef USE_THREAD #ifndef USE_THREAD
Expand Down
2 changes: 1 addition & 1 deletion mapdraw.c
Expand Up @@ -33,7 +33,7 @@
#include "maptime.h" #include "maptime.h"
#include "mapcopy.h" #include "mapcopy.h"


MS_CVSID("$Id$")


#ifdef USE_GD #ifdef USE_GD
/* /*
Expand Down
2 changes: 1 addition & 1 deletion mapdrawgdal.c
Expand Up @@ -33,7 +33,7 @@
#include "mapresample.h" #include "mapresample.h"
#include "mapthread.h" #include "mapthread.h"


MS_CVSID("$Id$")


extern int InvGeoTransform( double *gt_in, double *gt_out ); extern int InvGeoTransform( double *gt_in, double *gt_out );


Expand Down
2 changes: 1 addition & 1 deletion maperror.c
Expand Up @@ -39,7 +39,7 @@
#endif #endif
#include <stdarg.h> #include <stdarg.h>


MS_CVSID("$Id$")


static char *ms_errorCodes[MS_NUMERRORCODES] = {"", static char *ms_errorCodes[MS_NUMERRORCODES] = {"",
"Unable to access file.", "Unable to access file.",
Expand Down
2 changes: 1 addition & 1 deletion mapfile.c
Expand Up @@ -43,7 +43,7 @@
# include "gdal.h" # include "gdal.h"
#endif #endif


MS_CVSID("$Id$")


extern int msyylex(void); extern int msyylex(void);
extern void msyyrestart(FILE *); extern void msyyrestart(FILE *);
Expand Down
2 changes: 1 addition & 1 deletion mapgdal.c
Expand Up @@ -31,7 +31,7 @@
#include "mapserver.h" #include "mapserver.h"
#include "mapthread.h" #include "mapthread.h"


MS_CVSID("$Id$")


#if defined(USE_GDAL) || defined(USE_OGR) #if defined(USE_GDAL) || defined(USE_OGR)
#include "cpl_conv.h" #include "cpl_conv.h"
Expand Down
2 changes: 1 addition & 1 deletion mapgml.c
Expand Up @@ -31,7 +31,7 @@
#include "maperror.h" #include "maperror.h"
#include "mapgml.h" #include "mapgml.h"


MS_CVSID("$Id$")


/* Use only mapgml.c if WMS or WFS is available (with minor exceptions at end)*/ /* Use only mapgml.c if WMS or WFS is available (with minor exceptions at end)*/


Expand Down
2 changes: 1 addition & 1 deletion mapgraticule.c
Expand Up @@ -30,7 +30,7 @@
#include <assert.h> #include <assert.h>
#include "mapproject.h" #include "mapproject.h"


MS_CVSID("$Id$")


/********************************************************************************************************************** /**********************************************************************************************************************
* *
Expand Down
2 changes: 1 addition & 1 deletion maphash.c
Expand Up @@ -32,7 +32,7 @@
#include "mapserver.h" #include "mapserver.h"
#include "maphash.h" #include "maphash.h"


MS_CVSID("$Id$")


static unsigned hash(const char *key) static unsigned hash(const char *key)
{ {
Expand Down
2 changes: 1 addition & 1 deletion maphttp.c
Expand Up @@ -37,7 +37,7 @@
#include "maperror.h" #include "maperror.h"
#include "mapthread.h" #include "mapthread.h"


MS_CVSID("$Id$")


#include <time.h> #include <time.h>
#ifndef _WIN32 #ifndef _WIN32
Expand Down
2 changes: 1 addition & 1 deletion mapimageio.c
Expand Up @@ -38,7 +38,7 @@
#include "gif_lib.h" #include "gif_lib.h"
#endif #endif


MS_CVSID("$Id$")


typedef struct _streamInfo { typedef struct _streamInfo {
FILE *fp; FILE *fp;
Expand Down
2 changes: 1 addition & 1 deletion mapimagemap.c
Expand Up @@ -38,7 +38,7 @@
#include <io.h> #include <io.h>
#endif #endif


MS_CVSID("$Id$")


#define MYDEBUG 0 #define MYDEBUG 0
#define DEBUG_IF if (MYDEBUG > 2) #define DEBUG_IF if (MYDEBUG > 2)
Expand Down
2 changes: 1 addition & 1 deletion mapio.c
Expand Up @@ -43,7 +43,7 @@
#endif #endif




MS_CVSID("$Id$")


static int is_msIO_initialized = MS_FALSE; static int is_msIO_initialized = MS_FALSE;


Expand Down
2 changes: 1 addition & 1 deletion mapjoin.c
Expand Up @@ -29,7 +29,7 @@


#include "mapserver.h" #include "mapserver.h"


MS_CVSID("$Id$")


#define ROW_ALLOCATION_SIZE 10 #define ROW_ALLOCATION_SIZE 10


Expand Down
2 changes: 1 addition & 1 deletion maplabel.c
Expand Up @@ -33,7 +33,7 @@


#include "mapserver.h" #include "mapserver.h"


MS_CVSID("$Id$")




/** /**
Expand Down
2 changes: 1 addition & 1 deletion maplayer.c
Expand Up @@ -36,7 +36,7 @@
#include "mapparser.h" #include "mapparser.h"


#include <assert.h> #include <assert.h>
MS_CVSID("$Id$")


static int populateVirtualTable(layerVTableObj *vtable); static int populateVirtualTable(layerVTableObj *vtable);


Expand Down
2 changes: 1 addition & 1 deletion maplegend.c
Expand Up @@ -29,7 +29,7 @@


#include "mapserver.h" #include "mapserver.h"


MS_CVSID("$Id$")


#define PSF .8 #define PSF .8
#define VMARGIN 5 /* margin at top and bottom of legend graphic */ #define VMARGIN 5 /* margin at top and bottom of legend graphic */
Expand Down
2 changes: 1 addition & 1 deletion maplibxml2.c
Expand Up @@ -36,7 +36,7 @@
#include<libxml/xpath.h> #include<libxml/xpath.h>
#include<libxml/xpathInternals.h> #include<libxml/xpathInternals.h>


MS_CVSID("$Id$")


/** /**
* msLibXml2GenerateList() * msLibXml2GenerateList()
Expand Down
2 changes: 1 addition & 1 deletion mapmssql2008.c
Expand Up @@ -49,7 +49,7 @@
#include <string.h> #include <string.h>
#include <ctype.h> /* tolower() */ #include <ctype.h> /* tolower() */


MS_CVSID("$Id$")


/* Native geometry parser macros */ /* Native geometry parser macros */


Expand Down
2 changes: 1 addition & 1 deletion mapobject.c
Expand Up @@ -35,7 +35,7 @@
# include "cpl_conv.h" # include "cpl_conv.h"
#endif #endif


MS_CVSID("$Id$")


void freeWeb(webObj *web); void freeWeb(webObj *web);
void freeScalebar(scalebarObj *scalebar); void freeScalebar(scalebarObj *scalebar);
Expand Down
2 changes: 1 addition & 1 deletion mapogcfilter.c
Expand Up @@ -38,7 +38,7 @@
#include "mapserver.h" #include "mapserver.h"
#include "mapowscommon.h" #include "mapowscommon.h"


MS_CVSID("$Id$")




int FLTIsNumeric(char *pszValue) int FLTIsNumeric(char *pszValue)
Expand Down
2 changes: 1 addition & 1 deletion mapogcfiltercommon.c
Expand Up @@ -34,7 +34,7 @@
#include "mapserver.h" #include "mapserver.h"
#include "mapowscommon.h" #include "mapowscommon.h"


MS_CVSID("$Id$")


#ifdef USE_OGR #ifdef USE_OGR


Expand Down
2 changes: 1 addition & 1 deletion mapogcsld.c
Expand Up @@ -34,7 +34,7 @@
#include "cpl_string.h" #include "cpl_string.h"
#endif #endif


MS_CVSID("$Id$")


#define SLD_LINE_SYMBOL_NAME "sld_line_symbol" #define SLD_LINE_SYMBOL_NAME "sld_line_symbol"
#define SLD_LINE_SYMBOL_DASH_NAME "sld_line_symbol_dash" #define SLD_LINE_SYMBOL_DASH_NAME "sld_line_symbol_dash"
Expand Down
2 changes: 1 addition & 1 deletion mapogcsos.c
Expand Up @@ -32,7 +32,7 @@
#include "mapserver.h" #include "mapserver.h"




MS_CVSID("$Id$")


#if defined(USE_SOS_SVR) && defined(USE_LIBXML2) #if defined(USE_SOS_SVR) && defined(USE_LIBXML2)


Expand Down
2 changes: 1 addition & 1 deletion mapogl.cpp
Expand Up @@ -35,7 +35,7 @@
#include "mapoglrenderer.h" #include "mapoglrenderer.h"
#include "mapoglcontext.h" #include "mapoglcontext.h"


MS_CVSID("$Id$")


imageObj* createImageObjOgl(OglRenderer* renderer) imageObj* createImageObjOgl(OglRenderer* renderer)
{ {
Expand Down
2 changes: 1 addition & 1 deletion mapoglcontext.cpp
Expand Up @@ -33,7 +33,7 @@
#include "maperror.h" #include "maperror.h"
#include "mapoglcontext.h" #include "mapoglcontext.h"


MS_CVSID("$Id$")


#define _T(x) __TEXT(x) #define _T(x) __TEXT(x)


Expand Down
2 changes: 1 addition & 1 deletion mapoglrenderer.cpp
Expand Up @@ -36,7 +36,7 @@
#include "maperror.h" #include "maperror.h"
#include "mapoglrenderer.h" #include "mapoglrenderer.h"


MS_CVSID("$Id$")


using namespace std; using namespace std;


Expand Down
2 changes: 1 addition & 1 deletion mapogr.cpp
Expand Up @@ -40,7 +40,7 @@
# include "ogr_srs_api.h" # include "ogr_srs_api.h"
#endif #endif


MS_CVSID("$Id$")


#define ACQUIRE_OGR_LOCK msAcquireLock( TLOCK_OGR ) #define ACQUIRE_OGR_LOCK msAcquireLock( TLOCK_OGR )
#define RELEASE_OGR_LOCK msReleaseLock( TLOCK_OGR ) #define RELEASE_OGR_LOCK msReleaseLock( TLOCK_OGR )
Expand Down
2 changes: 1 addition & 1 deletion mapogroutput.c
Expand Up @@ -41,7 +41,7 @@
# include "cpl_string.h" # include "cpl_string.h"
#endif #endif


MS_CVSID("$Id$")


#ifdef USE_OGR #ifdef USE_OGR


Expand Down
2 changes: 1 addition & 1 deletion maporaclespatial.c
Expand Up @@ -39,7 +39,7 @@
#include "mapserver.h" #include "mapserver.h"
#include <assert.h> #include <assert.h>


MS_CVSID("$Id$")


#ifdef USE_ORACLESPATIAL #ifdef USE_ORACLESPATIAL


Expand Down
2 changes: 1 addition & 1 deletion mapoutput.c
Expand Up @@ -30,7 +30,7 @@
#include <assert.h> #include <assert.h>
#include "mapserver.h" #include "mapserver.h"


MS_CVSID("$Id$")


static outputFormatObj *msAllocOutputFormat( mapObj *map, const char *name, static outputFormatObj *msAllocOutputFormat( mapObj *map, const char *name,
const char *driver ); const char *driver );
Expand Down
2 changes: 1 addition & 1 deletion mapows.c
Expand Up @@ -42,7 +42,7 @@
#include <stdarg.h> #include <stdarg.h>
#include <assert.h> #include <assert.h>


MS_CVSID("$Id$")


/* /*
** msOWSInitRequestObj() initializes an owsRequestObj; i.e: sets ** msOWSInitRequestObj() initializes an owsRequestObj; i.e: sets
Expand Down
2 changes: 1 addition & 1 deletion mapowscommon.c
Expand Up @@ -42,7 +42,7 @@
#include "mapowscommon.h" #include "mapowscommon.h"
#include "maplibxml2.h" #include "maplibxml2.h"


MS_CVSID("$Id$")






Expand Down

0 comments on commit 44b3836

Please sign in to comment.