Skip to content

Commit

Permalink
Remove CPL_CVSID()
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Oct 18, 2022
1 parent c47b0ce commit 2530def
Show file tree
Hide file tree
Showing 935 changed files with 26 additions and 950 deletions.
1 change: 0 additions & 1 deletion apps/commonutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include "cpl_string.h"
#include "gdal.h"

CPL_CVSID("$Id$")

/* -------------------------------------------------------------------- */
/* DoesDriverHandleExtension() */
Expand Down
1 change: 0 additions & 1 deletion apps/dumpoverviews.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "gdal_priv.h"
#include "ogr_spatialref.h"

CPL_CVSID("$Id$")

static void DumpBand( GDALDatasetH hBaseDS, GDALRasterBandH hBand,
const char *pszName );
Expand Down
1 change: 0 additions & 1 deletion apps/gdal2ogr.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "ogr_srs_api.h"
#include "cpl_string.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdal_contour.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include "ogr_srs_api.h"
#include "commonutils.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* ArgIsNumeric() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdal_create.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include <memory>
#include <vector>

CPL_CVSID("$Id$")

static void Usage()

Expand Down
1 change: 0 additions & 1 deletion apps/gdal_grid_bin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "commonutils.h"
#include "gdal_utils_priv.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdal_grid_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
#include "ogr_srs_api.h"
#include "ogrsf_frmts.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* GDALGridOptions */
Expand Down
1 change: 0 additions & 1 deletion apps/gdal_rasterize_bin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "gdal_utils_priv.h"
#include "gdal_priv.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdal_rasterize_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
#include "ogr_core.h"
#include "ogr_srs_api.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* ArgIsNumeric() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdal_translate_bin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include "commonutils.h"
#include "gdal_utils_priv.h"

CPL_CVSID("$Id$")

/* ******************************************************************* */
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdal_translate_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
#include "ogr_spatialref.h"
#include "vrtdataset.h"

CPL_CVSID("$Id$")

static int ArgIsNumeric( const char * );
static void AttachMetadata( GDALDatasetH, char ** );
Expand Down
1 change: 0 additions & 1 deletion apps/gdal_viewshed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include "ogr_spatialref.h"
#include "commonutils.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdaladdo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "gdal_priv.h"
#include "commonutils.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdalasyncread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include "gdal_priv.h"
#include "ogr_spatialref.h"

CPL_CVSID("$Id$")

/* ******************************************************************** */
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdalbuildvrt_bin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "gdal_version.h"
#include "gdal_utils_priv.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdalbuildvrt_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
#include "ogr_spatialref.h"
#include "vrtdataset.h"

CPL_CVSID("$Id$")

#define GEOTRSFRM_TOPLEFT_X 0
#define GEOTRSFRM_WE_RES 1
Expand Down
1 change: 0 additions & 1 deletion apps/gdaldem_bin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include "gdal_priv.h"
#include "commonutils.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdaldem_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
#include "emmintrin.h"
#endif

CPL_CVSID("$Id$")

static const double kdfDegreesToRadians = M_PI / 180.0;
static const double kdfRadiansToDegrees = 180.0 / M_PI;
Expand Down
1 change: 0 additions & 1 deletion apps/gdalenhance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@

#include <algorithm>

CPL_CVSID("$Id$")

static int
ComputeEqualizationLUTs( GDALDatasetH hDataset, int nLUTBins,
Expand Down
1 change: 0 additions & 1 deletion apps/gdalflattenmask.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "cpl_conv.h"
#include "cpl_string.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdalinfo_bin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include "commonutils.h"
#include "gdal_utils_priv.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdalinfo_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@

using std::vector;

CPL_CVSID("$Id$")

/*! output format */
typedef enum {
Expand Down
1 change: 0 additions & 1 deletion apps/gdallocationinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#include <unistd.h>
#endif

CPL_CVSID("$Id$")

/************************************************************************/
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdalmanage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include "gdal.h"
#include "commonutils.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdalmdiminfo_bin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include "commonutils.h"
#include "gdal_utils_priv.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdalmdiminfo_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include <limits>
#include <set>

CPL_CVSID("$Id$")

/************************************************************************/
/* GDALMultiDimInfoOptions */
Expand Down
1 change: 0 additions & 1 deletion apps/gdalmdimtranslate_bin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "gdal_utils_priv.h"
#include "gdal_priv.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdalmdimtranslate_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include <map>
#include <set>

CPL_CVSID("$Id$")

/************************************************************************/
/* GDALMultiDimTranslateOptions */
Expand Down
1 change: 0 additions & 1 deletion apps/gdalsrsinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@

#include "proj.h"

CPL_CVSID("$Id$")

bool FindSRS( const char *pszInput, OGRSpatialReference &oSRS );
CPLErr PrintSRS( const OGRSpatialReference &oSRS,
Expand Down
1 change: 0 additions & 1 deletion apps/gdaltindex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

#include <cmath>

CPL_CVSID("$Id$")

/************************************************************************/
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdaltorture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

#include <cassert>

CPL_CVSID("$Id$")

/************************************************************************/
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdaltransform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
#include <unistd.h>
#endif

CPL_CVSID("$Id$")

/************************************************************************/
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdalwarp_bin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

#include <vector>

CPL_CVSID("$Id$")

/************************************************************************/
/* GDALExit() */
Expand Down
1 change: 0 additions & 1 deletion apps/gdalwarp_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
constexpr int OVR_LEVEL_AUTO = -2;
constexpr int OVR_LEVEL_NONE = -1;

CPL_CVSID("$Id$")

/************************************************************************/
/* GDALWarpAppOptions */
Expand Down
1 change: 0 additions & 1 deletion apps/gdalwarpsimple.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "cpl_string.h"
#include "ogr_srs_api.h"

CPL_CVSID("$Id$")

static GDALDatasetH
GDALWarpCreateOutput( GDALDatasetH hSrcDS, const char *pszFilename,
Expand Down
1 change: 0 additions & 1 deletion apps/gnmanalyse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include "gnm_priv.h"
#include "ogr_p.h"

CPL_CVSID("$Id$")

enum operation
{
Expand Down
1 change: 0 additions & 1 deletion apps/gnmmanage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
//#include "gnm.h"
//#include "gnm_api.h"

CPL_CVSID("$Id$")

enum operation
{
Expand Down
1 change: 0 additions & 1 deletion apps/multireadtest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "cpl_string.h"
#include <vector>

CPL_CVSID("$Id$")

static int nIterations = 1;
static bool bLockOnOpen = false;
Expand Down
1 change: 0 additions & 1 deletion apps/nearblack_bin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "commonutils.h"
#include "gdal_utils_priv.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/nearblack_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
#include "cpl_string.h"
#include "gdal.h"

CPL_CVSID("$Id$")

typedef std::vector<int> Color;
typedef std::vector< Color > Colors;
Expand Down
1 change: 0 additions & 1 deletion apps/ogr2ogr_bin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
#include "ogr_p.h"
#include "ogrsf_frmts.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* Usage() */
Expand Down
1 change: 0 additions & 1 deletion apps/ogr2ogr_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
#include "ogrlayerdecorator.h"
#include "ogrsf_frmts.h"

CPL_CVSID("$Id$")

typedef enum
{
Expand Down
1 change: 0 additions & 1 deletion apps/ogrdissolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include "commonutils.h"
#include <map>
#include <list>
CPL_CVSID("$Id$")

static void Usage();

Expand Down
1 change: 0 additions & 1 deletion apps/ogrinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
#include "ogrsf_frmts.h"


CPL_CVSID("$Id$")

bool bVerbose = true;
bool bSuperQuiet = false;
Expand Down
1 change: 0 additions & 1 deletion apps/ogrlineref.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include <set>
#include <vector>

CPL_CVSID("$Id$")

#define FIELD_START "beg"
#define FIELD_FINISH "end"
Expand Down
1 change: 0 additions & 1 deletion apps/ogrtindex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#include "ogrsf_frmts.h"
#include "commonutils.h"

CPL_CVSID("$Id$")

typedef enum
{
Expand Down
1 change: 0 additions & 1 deletion apps/test_ogrsf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include <algorithm>
#include <limits>

CPL_CVSID("$Id$")

bool bReadOnly = false;
bool bVerbose = true;
Expand Down
1 change: 0 additions & 1 deletion apps/testreprojmulti.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include "cpl_multiproc.h"
#include "ogr_spatialref.h"

CPL_CVSID("$Id$")

double* padfRefX = nullptr;
double* padfRefY = nullptr;
Expand Down
2 changes: 1 addition & 1 deletion autotest/cpp/test_ogr_geometry_stealing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ namespace tut
OGR_F_Destroy(hFeature);
}

} // namespace tut
} // namespace tut
1 change: 0 additions & 1 deletion frmts/aaigrid/aaigriddataset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
#include "ogr_core.h"
#include "ogr_spatialref.h"

CPL_CVSID("$Id$")

namespace {

Expand Down
Loading

0 comments on commit 2530def

Please sign in to comment.