Skip to content

Commit

Permalink
Remove lines with '$' in source files
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Nov 24, 2024
1 parent 181b6b9 commit d4bb981
Show file tree
Hide file tree
Showing 1,041 changed files with 109 additions and 1,183 deletions.
1 change: 0 additions & 1 deletion apps/commonutils.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Utilities
* Purpose: Common utility routines
Expand Down
1 change: 0 additions & 1 deletion apps/gdal_utils.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Utilities
* Purpose: GDAL Utilities Public Declarations.
Expand Down
1 change: 0 additions & 1 deletion apps/gdal_utils_priv.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Utilities
* Purpose: GDAL Utilities Private Declarations.
Expand Down
1 change: 0 additions & 1 deletion autotest/alg/applyverticalshiftgrid.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test GDALApplyVerticalShiftGrid algorithm.
Expand Down
1 change: 0 additions & 1 deletion autotest/alg/contour.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: ContourGenerate() testing
Expand Down
1 change: 0 additions & 1 deletion autotest/alg/cutline.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test the image reprojection functions. Try to test as many
Expand Down
1 change: 0 additions & 1 deletion autotest/alg/dither.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test gdal.ComputeMedianCutPCT() and gdal.DitherRGB2PCT()
Expand Down
1 change: 0 additions & 1 deletion autotest/alg/fillnodata.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: GDALFillNoData() testing
Expand Down
1 change: 0 additions & 1 deletion autotest/alg/los.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test gdal.LineOfSightVisible algorithm.
Expand Down
1 change: 0 additions & 1 deletion autotest/alg/polygonize.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test Polygonize() algorithm.
Expand Down
1 change: 0 additions & 1 deletion autotest/alg/proximity.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test ComputeProximity() algorithm.
Expand Down
1 change: 0 additions & 1 deletion autotest/alg/rasterize.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test RasterizeLayer() and related calls.
Expand Down
1 change: 0 additions & 1 deletion autotest/alg/reproject.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test ReprojectImage() algorithm.
Expand Down
1 change: 0 additions & 1 deletion autotest/alg/sieve.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test SieveFilter() algorithm.
Expand Down
1 change: 0 additions & 1 deletion autotest/alg/transformgeoloc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test TransformGeoloc algorithm.
Expand Down
1 change: 0 additions & 1 deletion autotest/alg/warp.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test the image reprojection functions. Try to test as many
Expand Down
1 change: 0 additions & 1 deletion autotest/benchmark/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Benchmarking
Expand Down
1 change: 0 additions & 1 deletion autotest/benchmark/test_gdalwarp.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Benchmarking of gdalwarp
Expand Down
1 change: 0 additions & 1 deletion autotest/benchmark/test_gtiff.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Benchmarking of GeoTIFF driver
Expand Down
1 change: 0 additions & 1 deletion autotest/benchmark/test_ogr2ogr.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Benchmarking of ogr2ogr
Expand Down
1 change: 0 additions & 1 deletion autotest/benchmark/test_ogr_gpkg.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Benchmarking of GeoPackage driver
Expand Down
1 change: 0 additions & 1 deletion autotest/cpp/bug1488.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Core
* Purpose: Test fix for https://github.com/OSGeo/gdal/issues/1488 (concurrency
Expand Down
1 change: 0 additions & 1 deletion autotest/cpp/test_alg.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL algorithms
* Purpose: Test alg
Expand Down
1 change: 0 additions & 1 deletion autotest/cpp/test_deferred_plugin.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL
* Purpose: Test deferred plugin loading
Expand Down
1 change: 0 additions & 1 deletion autotest/cpp/test_marching_squares_contour.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL algorithms
* Purpose: Tests for the marching squares algorithm
Expand Down
1 change: 0 additions & 1 deletion autotest/cpp/test_marching_squares_polygon.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL algorithms
* Purpose: Tests for the marching squares algorithm
Expand Down
1 change: 0 additions & 1 deletion autotest/cpp/test_marching_squares_square.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL algorithms
* Purpose: Tests for the marching squares algorithm
Expand Down
1 change: 0 additions & 1 deletion autotest/cpp/test_marching_squares_tile.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL algorithms
* Purpose: Tests for the marching squares algorithm
Expand Down
1 change: 0 additions & 1 deletion autotest/cpp/test_osr_set_proj_search_paths.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Core
* Purpose: Test OSRSetPROJSearchPaths()
Expand Down
1 change: 0 additions & 1 deletion autotest/cpp/test_triangulation.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL algorithms
* Purpose: Test Delaunay triangulation
Expand Down
1 change: 0 additions & 1 deletion autotest/cpp/testblockcache.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Core
* Purpose: Test block cache under multi-threading
Expand Down
1 change: 0 additions & 1 deletion autotest/cpp/testblockcachelimits.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Core
* Purpose: Test block cache under multi-threading
Expand Down
1 change: 0 additions & 1 deletion autotest/cpp/testblockcachewrite.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Core
* Purpose: Test block cache & writing behaviour under multi-threading
Expand Down
1 change: 0 additions & 1 deletion autotest/cpp/testclosedondestroydm.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Core
* Purpose: Test block cache & writing behaviour under multi-threading
Expand Down
1 change: 0 additions & 1 deletion autotest/cpp/testcopywords.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Core
* Purpose: Test GDALCopyWords().
Expand Down
1 change: 0 additions & 1 deletion autotest/cpp/testdestroy.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Core
* Purpose: Test GDALDestroy().
Expand Down
1 change: 0 additions & 1 deletion autotest/cpp/testlog.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL
* Purpose: Test CPL_LOG
Expand Down
1 change: 0 additions & 1 deletion autotest/cpp/testthreadcond.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Core
* Purpose: Test thread API
Expand Down
1 change: 0 additions & 1 deletion autotest/cpp/testvirtualmem.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL algorithms
* Purpose: Test Delaunay triangulation
Expand Down
1 change: 0 additions & 1 deletion autotest/gcore/asyncreader.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test AsyncReader interface
Expand Down
1 change: 0 additions & 1 deletion autotest/gcore/basic_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test basic GDAL open
Expand Down
1 change: 0 additions & 1 deletion autotest/gcore/basic_test_subprocess.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test basic GDAL open
Expand Down
1 change: 0 additions & 1 deletion autotest/gcore/bmp_read.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test basic read support for a all datatypes from a BMP file.
Expand Down
1 change: 0 additions & 1 deletion autotest/gcore/bmp_write.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test read/write functionality for Microsoft Bitmap (.bmp)
Expand Down
1 change: 0 additions & 1 deletion autotest/gcore/cog.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: COG driver testing
Expand Down
1 change: 0 additions & 1 deletion autotest/gcore/colortable.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test functioning of the GDALColorTable. Mostly this tests
Expand Down
1 change: 0 additions & 1 deletion autotest/gcore/envi_read.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test basic read support for a all datatypes from an ENVI file.
Expand Down
1 change: 0 additions & 1 deletion autotest/gcore/gdal_stats.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test core numeric operations and statistics calculations
Expand Down
1 change: 0 additions & 1 deletion autotest/gcore/geoloc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test Geolocation warper.
Expand Down
1 change: 0 additions & 1 deletion autotest/gcore/gtiff_subdatasetinfo.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test GetSubdatasetInfo API on GeoTIFF.
Expand Down
1 change: 0 additions & 1 deletion autotest/gcore/gtiff_write.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test read/write functionality for GTiff driver.
Expand Down
1 change: 0 additions & 1 deletion autotest/gcore/hdf4_read.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test basic read support for a all datatypes from a HDF file.
Expand Down
1 change: 0 additions & 1 deletion autotest/gcore/hdf4_write.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test read/write functionality for HDF4 driver.
Expand Down
1 change: 0 additions & 1 deletion autotest/gcore/hdf4multidim.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test multidimensional support in HDF4 driver
Expand Down
1 change: 0 additions & 1 deletion autotest/gcore/hfa_read.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test basic read support for all datatypes from a HFA file.
Expand Down
1 change: 0 additions & 1 deletion autotest/gcore/hfa_rfc40.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Tests Raster Attribute Table support in the HFA driver and in
Expand Down
1 change: 0 additions & 1 deletion autotest/gcore/hfa_srs.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test read/write round-tripping of SRS for HFA/Imagine format.
Expand Down
Loading

0 comments on commit d4bb981

Please sign in to comment.