diff options
Diffstat (limited to 'src')
39 files changed, 0 insertions, 117 deletions
diff --git a/src/PJ_aea.c b/src/PJ_aea.c index 7729a13e..0881ba78 100644 --- a/src/PJ_aea.c +++ b/src/PJ_aea.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Implementation of the aea (Albers Equal Area) projection. * Author: Gerald Evenden @@ -43,8 +41,6 @@ #define PJ_LIB__ #include <projects.h> -PJ_CVSID("$Id$"); - # define EPS10 1.e-10 # define TOL7 1.e-7 diff --git a/src/PJ_aeqd.c b/src/PJ_aeqd.c index d564455d..7dc83184 100644 --- a/src/PJ_aeqd.c +++ b/src/PJ_aeqd.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Implementation of the aeqd (Azimuthal Equidistant) projection. * Author: Gerald Evenden @@ -40,8 +38,6 @@ #define PJ_LIB__ #include <projects.h> -PJ_CVSID("$Id$"); - PROJ_HEAD(aeqd, "Azimuthal Equidistant") "\n\tAzi, Sph&Ell\n\tlat_0 guam"; #define EPS10 1.e-10 diff --git a/src/PJ_airy.c b/src/PJ_airy.c index 1675df1e..73a51e5b 100644 --- a/src/PJ_airy.c +++ b/src/PJ_airy.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Implementation of the airy (Airy) projection. * Author: Gerald Evenden @@ -37,8 +35,6 @@ #define PJ_LIB__ #include <projects.h> -PJ_CVSID("$Id$"); - PROJ_HEAD(airy, "Airy") "\n\tMisc Sph, no inv.\n\tno_cut lat_b="; # define EPS 1.e-10 diff --git a/src/PJ_aitoff.c b/src/PJ_aitoff.c index 62922c63..d5350f2c 100644 --- a/src/PJ_aitoff.c +++ b/src/PJ_aitoff.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Implementation of the aitoff (Aitoff) and wintri (Winkel Tripel) * projections. @@ -41,8 +39,6 @@ # define M_PI_2 1.57079632679489661923 #endif -PJ_CVSID("$Id$"); - PROJ_HEAD(aitoff, "Aitoff") "\n\tMisc Sph"; PROJ_HEAD(wintri, "Winkel Tripel") "\n\tMisc Sph\n\tlat_1"; diff --git a/src/PJ_geos.c b/src/PJ_geos.c index 7952c508..09393adf 100644 --- a/src/PJ_geos.c +++ b/src/PJ_geos.c @@ -4,8 +4,6 @@ ** Copyright (c) 2004 Gerald I. Evenden ** Copyright (c) 2012 Martin Raspaud */ -static const char -LIBPROJ_ID[] = "$Id$"; /* ** See also (section 4.4.3.2): ** http://www.eumetsat.int/en/area4/msg/news/us_doc/cgms_03_26.pdf diff --git a/src/PJ_healpix.c b/src/PJ_healpix.c index f42357a5..12d57ff2 100644 --- a/src/PJ_healpix.c +++ b/src/PJ_healpix.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id: PJ_healpix.c 1504 2011-10-18 14:58:57Z landcare $ - * * Project: PROJ.4 * Purpose: Implementation of the HEALPix and rHEALPix projections. * For background see <http://code.scenzgrid.org/index.php/p/scenzgrid-py/source/tree/master/docs/rhealpix_dggs.pdf>. diff --git a/src/PJ_krovak.c b/src/PJ_krovak.c index bd00aea6..48f9a8fe 100644 --- a/src/PJ_krovak.c +++ b/src/PJ_krovak.c @@ -37,8 +37,6 @@ #include <string.h> #include <stdio.h> -PJ_CVSID("$Id$"); - PROJ_HEAD(krovak, "Krovak") "\n\tPCyl., Ellps."; /** diff --git a/src/PJ_lcca.c b/src/PJ_lcca.c index 2625024f..320d52db 100644 --- a/src/PJ_lcca.c +++ b/src/PJ_lcca.c @@ -1,4 +1,3 @@ -static const char RCS_ID[] = "$Id$"; /* PROJ.4 Cartographic Projection System */ #define MAX_ITER 10 diff --git a/src/PJ_nzmg.c b/src/PJ_nzmg.c index 5fe22c24..60df0041 100644 --- a/src/PJ_nzmg.c +++ b/src/PJ_nzmg.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Implementation of the nzmg (New Zealand Map Grid) projection. * Very loosely based upon DMA code by Bradford W. Drew @@ -31,8 +29,6 @@ #define PJ_LIB__ #include <projects.h> -PJ_CVSID("$Id$"); - PROJ_HEAD(nzmg, "New Zealand Map Grid") "\n\tfixed Earth"; #define EPSLN 1e-10 diff --git a/src/PJ_sterea.c b/src/PJ_sterea.c index d73fa9bb..fff2e952 100644 --- a/src/PJ_sterea.c +++ b/src/PJ_sterea.c @@ -3,8 +3,6 @@ ** ** Copyright (c) 2003 Gerald I. Evenden */ -static const char -LIBPROJ_ID[] = "$Id$"; /* ** Permission is hereby granted, free of charge, to any person obtaining ** a copy of this software and associated documentation files (the diff --git a/src/cs2cs.c b/src/cs2cs.c index 9a61993e..43f7bf86 100644 --- a/src/cs2cs.c +++ b/src/cs2cs.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Mainline program sort of like ``proj'' for converting between * two coordinate systems. diff --git a/src/jniproj.c b/src/jniproj.c index 5db64051..6094d577 100644 --- a/src/jniproj.c +++ b/src/jniproj.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Java/JNI wrappers for PROJ.4 API. * Author: Antonello Andrea @@ -58,9 +56,6 @@ /* The PJ_MAX_DIMENSION value appears also in quoted strings. Please perform a search-and-replace if this value is changed. */ -PJ_CVSID("$Id$"); - - /*! * \brief * Internal method returning the address of the PJ structure wrapped by the given Java object. diff --git a/src/makefile.vc b/src/makefile.vc index 00559656..5e57c716 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -1,4 +1,3 @@ -# $Id$ # # makefile.vc - builds PROJ.4 library with Visual C++ # diff --git a/src/nad_init.c b/src/nad_init.c index 3148eeb9..3b35ea63 100644 --- a/src/nad_init.c +++ b/src/nad_init.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Load datum shift files into memory. * Author: Frank Warmerdam, warmerdam@pobox.com diff --git a/src/pj_apply_gridshift.c b/src/pj_apply_gridshift.c index 521db709..d6141905 100644 --- a/src/pj_apply_gridshift.c +++ b/src/pj_apply_gridshift.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Apply datum shifts based on grid shift files (normally NAD27 to * NAD83 or the reverse). This module is responsible for keeping diff --git a/src/pj_apply_vgridshift.c b/src/pj_apply_vgridshift.c index d6a15761..7f82d838 100644 --- a/src/pj_apply_vgridshift.c +++ b/src/pj_apply_vgridshift.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id: pj_apply_gridshift.c 1831 2010-03-16 12:44:36Z warmerdam $ - * * Project: PROJ.4 * Purpose: Apply vertical datum shifts based on grid shift files, normally * geoid grids mapping WGS84 to NAVD88 or something similar. diff --git a/src/pj_ctx.c b/src/pj_ctx.c index 048baf4a..43d12255 100644 --- a/src/pj_ctx.c +++ b/src/pj_ctx.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Implementation of the projCtx thread context object. * Author: Frank Warmerdam, warmerdam@pobox.com @@ -30,8 +28,6 @@ #include <projects.h> #include <string.h> -PJ_CVSID("$Id$"); - static projCtx_t default_context; static volatile int default_context_initialized = 0; diff --git a/src/pj_datum_set.c b/src/pj_datum_set.c index 5e351b21..7a18cb47 100644 --- a/src/pj_datum_set.c +++ b/src/pj_datum_set.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Apply datum definition to PJ structure from initialization string. * Author: Frank Warmerdam, warmerda@home.com diff --git a/src/pj_datums.c b/src/pj_datums.c index 899b7173..c9655cd6 100644 --- a/src/pj_datums.c +++ b/src/pj_datums.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Built in datum list. * Author: Frank Warmerdam, warmerda@home.com diff --git a/src/pj_fileapi.c b/src/pj_fileapi.c index 0854dd09..fa35f30a 100644 --- a/src/pj_fileapi.c +++ b/src/pj_fileapi.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Implementation of the pj_ctx_* file api, and the default stdio * based implementation. @@ -31,8 +29,6 @@ #include <projects.h> #include <string.h> -PJ_CVSID("$Id$"); - static PAFile pj_stdio_fopen(projCtx ctx, const char *filename, const char *access); static size_t pj_stdio_fread(void *buffer, size_t size, size_t nmemb, diff --git a/src/pj_gauss.c b/src/pj_gauss.c index d9051943..b4b965fb 100644 --- a/src/pj_gauss.c +++ b/src/pj_gauss.c @@ -3,8 +3,6 @@ ** ** Copyright (c) 2003 Gerald I. Evenden */ -static const char -LIBPROJ_ID[] = "$Id$"; /* ** Permission is hereby granted, free of charge, to any person obtaining ** a copy of this software and associated documentation files (the diff --git a/src/pj_gc_reader.c b/src/pj_gc_reader.c index 6e3c1a54..81d0fb26 100644 --- a/src/pj_gc_reader.c +++ b/src/pj_gc_reader.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Code to read a grid catalog from a .cvs file. * Author: Frank Warmerdam, warmerdam@pobox.com diff --git a/src/pj_geocent.c b/src/pj_geocent.c index fa5add3a..6b2f3026 100644 --- a/src/pj_geocent.c +++ b/src/pj_geocent.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Stub projection for geocentric. The transformation isn't * really done here since this code is 2D. The real transformation @@ -32,8 +30,6 @@ #define PJ_LIB__ #include <projects.h> -PJ_CVSID("$Id$"); - PROJ_HEAD(geocent, "Geocentric") "\n\t"; FORWARD(forward); diff --git a/src/pj_gridcatalog.c b/src/pj_gridcatalog.c index 62b43b94..79543185 100644 --- a/src/pj_gridcatalog.c +++ b/src/pj_gridcatalog.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Code in support of grid catalogs * Author: Frank Warmerdam, warmerdam@pobox.com diff --git a/src/pj_gridinfo.c b/src/pj_gridinfo.c index d40e4d90..e6b0e8f9 100644 --- a/src/pj_gridinfo.c +++ b/src/pj_gridinfo.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Functions for handling individual PJ_GRIDINFO's. Includes * loaders for all formats but CTABLE (in nad_init.c). diff --git a/src/pj_gridlist.c b/src/pj_gridlist.c index 7cf781f1..0cfab76e 100644 --- a/src/pj_gridlist.c +++ b/src/pj_gridlist.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Code to manage the list of currently loaded (cached) PJ_GRIDINFOs * See pj_gridinfo.c for details of loading individual grids. diff --git a/src/pj_init.c b/src/pj_init.c index cae53003..88f4a28c 100644 --- a/src/pj_init.c +++ b/src/pj_init.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Initialize projection object from string definition. Includes * pj_init(), pj_init_plus() and pj_free() function. @@ -37,8 +35,6 @@ #include <locale.h> #include <ctype.h> -PJ_CVSID("$Id$"); - typedef struct { projCtx ctx; PAFile fid; diff --git a/src/pj_initcache.c b/src/pj_initcache.c index 71036f23..e36b0abc 100644 --- a/src/pj_initcache.c +++ b/src/pj_initcache.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id: pj_transform.c 1504 2009-01-06 02:11:57Z warmerdam $ - * * Project: PROJ.4 * Purpose: init file definition cache. * Author: Frank Warmerdam, warmerdam@pobox.com @@ -30,8 +28,6 @@ #include <projects.h> #include <string.h> -PJ_CVSID("$Id: pj_transform.c 1504 2009-01-06 02:11:57Z warmerdam $"); - static int cache_count = 0; static int cache_alloc = 0; static char **cache_key = NULL; diff --git a/src/pj_latlong.c b/src/pj_latlong.c index cce003c8..b7a771a8 100644 --- a/src/pj_latlong.c +++ b/src/pj_latlong.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Stub projection implementation for lat/long coordinates. We * don't actually change the coordinates, but we want proj=latlong diff --git a/src/pj_log.c b/src/pj_log.c index b7a22018..54b83a05 100644 --- a/src/pj_log.c +++ b/src/pj_log.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Implementation of pj_log() function. * Author: Frank Warmerdam, warmerdam@pobox.com @@ -31,8 +29,6 @@ #include <string.h> #include <stdarg.h> -PJ_CVSID("$Id$"); - /************************************************************************/ /* pj_stderr_logger() */ /************************************************************************/ diff --git a/src/pj_mutex.c b/src/pj_mutex.c index ee5a6550..f61be2e2 100644 --- a/src/pj_mutex.c +++ b/src/pj_mutex.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id: pj_transform.c 1504 2009-01-06 02:11:57Z warmerdam $ - * * Project: PROJ.4 * Purpose: Mutex (thread lock) functions. * Author: Frank Warmerdam, warmerdam@pobox.com @@ -32,7 +30,6 @@ #ifndef _WIN32 #include <projects.h> -PJ_CVSID("$Id: pj_transform.c 1504 2009-01-06 02:11:57Z warmerdam $"); #else #include <proj_api.h> #endif diff --git a/src/pj_open_lib.c b/src/pj_open_lib.c index 524a7505..0a2e7fec 100644 --- a/src/pj_open_lib.c +++ b/src/pj_open_lib.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Implementation of pj_open_lib(), and pj_set_finder(). These * provide a standard interface for opening projections support @@ -36,8 +34,6 @@ #include <string.h> #include <errno.h> -PJ_CVSID("$Id$"); - static const char *(*pj_finder)(const char *) = NULL; static int path_count = 0; static char **search_path = NULL; diff --git a/src/pj_transform.c b/src/pj_transform.c index 2545db16..c8b68281 100644 --- a/src/pj_transform.c +++ b/src/pj_transform.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Perform overall coordinate system to coordinate system * transformations (pj_transform() function) including reprojection @@ -34,8 +32,6 @@ #include <math.h> #include "geocent.h" -PJ_CVSID("$Id$"); - static int pj_adjust_axis( projCtx ctx, const char *axis, int denormalize_flag, long point_count, int point_offset, double *x, double *y, double *z ); diff --git a/src/pj_utils.c b/src/pj_utils.c index f3d642ad..bb4b6ae6 100644 --- a/src/pj_utils.c +++ b/src/pj_utils.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Some utility functions we don't want to bother putting in * their own source files. diff --git a/src/proj_api.h b/src/proj_api.h index ccef7132..0c4be974 100644 --- a/src/proj_api.h +++ b/src/proj_api.h @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Public (application) include file for PROJ.4 API, and constants. * Author: Frank Warmerdam, <warmerdam@pobox.com> diff --git a/src/proj_config.h.wince b/src/proj_config.h.wince index d24d13eb..9e2c8a67 100644 --- a/src/proj_config.h.wince +++ b/src/proj_config.h.wince @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * Windows CE platform config. */ diff --git a/src/proj_mdist.c b/src/proj_mdist.c index 9c588a27..d7e43443 100644 --- a/src/proj_mdist.c +++ b/src/proj_mdist.c @@ -3,8 +3,6 @@ ** ** Copyright (c) 2003, 2006 Gerald I. Evenden */ -static const char -LIBPROJ_ID[] = "$Id$"; /* ** Permission is hereby granted, free of charge, to any person obtaining ** a copy of this software and associated documentation files (the diff --git a/src/proj_rouss.c b/src/proj_rouss.c index 64075abe..f1c2f5a1 100644 --- a/src/proj_rouss.c +++ b/src/proj_rouss.c @@ -3,8 +3,6 @@ ** ** Copyright (c) 2003, 2006 Gerald I. Evenden */ -static const char -LIBPROJ_ID[] = "$Id$"; /* ** Permission is hereby granted, free of charge, to any person obtaining ** a copy of this software and associated documentation files (the diff --git a/src/projects.h b/src/projects.h index 5a9519c5..062bd07d 100644 --- a/src/projects.h +++ b/src/projects.h @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Primary (private) include file for PROJ.4 library. * Author: Gerald Evenden @@ -512,17 +510,6 @@ struct PJ_UNITS *pj_get_units_ref( void ); struct PJ_LIST *pj_get_list_ref( void ); struct PJ_PRIME_MERIDIANS *pj_get_prime_meridians_ref( void ); -#ifndef DISABLE_CVSID -# if defined(__GNUC__) && __GNUC__ >= 4 -# define PJ_CVSID(string) static char pj_cvsid[] __attribute__((used)) = string; -# else -# define PJ_CVSID(string) static char pj_cvsid[] = string; \ -static char *cvsid_aw() { return( cvsid_aw() ? ((char *) NULL) : pj_cvsid ); } -# endif -#else -# define PJ_CVSID(string) -#endif - #ifdef __cplusplus } #endif |
