Skip to content

Commit

Permalink
Remove SVN tags from .c files with a leading /* (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWessel authored and leouieda committed Aug 13, 2018
1 parent 2187a86 commit a5fa512
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 24 deletions.
3 changes: 1 addition & 2 deletions cmake/modules/today.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* $Id$
*
/*
* called by cmake to obtain date at build time
*/

Expand Down
3 changes: 1 addition & 2 deletions src/gmt_agc_io.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* $Id$
*
/*
* Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe
* See LICENSE.TXT file for copying and redistribution conditions.
*
Expand Down
3 changes: 1 addition & 2 deletions src/gmt_mbsystem_module.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* $Id$
*
/*
* Copyright (c) 2016-2018 by pwessel
* See LICENSE.TXT file for copying and redistribution conditions.
*/
Expand Down
3 changes: 1 addition & 2 deletions src/gmt_mgg_header2.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* $Id$
*
/*
* Code donated by David Divens, NOAA/NGDC
* Distributed under the GNU Public License (see LICENSE.TXT for details)
*--------------------------------------------------------------------*/
Expand Down
3 changes: 1 addition & 2 deletions src/gmt_sharedlibs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* $Id$
*
/*
* Copyright (c) 2012-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe
* See LICENSE.TXT file for copying and redistribution conditions.
*/
Expand Down
3 changes: 1 addition & 2 deletions src/gshhg/gshhg.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* $Id$
*
/*
* Copyright (c) 1996-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe
* See LICENSE.TXT file for copying and redistribution conditions.
*
Expand Down
3 changes: 1 addition & 2 deletions src/img/img2grd.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* $Id$
*
/*
* Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe
* See LICENSE.TXT file for copying and redistribution conditions.
*
Expand Down
2 changes: 1 addition & 1 deletion src/meca/utilmeca.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $Id$
/*
* Copyright (c) 1996-2012 by G. Patau
* Copyright (c) 2013-2018 by the GMT project
* Donated to the GMT project by G. Patau upon her retirement from IGPG
Expand Down
3 changes: 1 addition & 2 deletions src/mgd77/mgd77_functions.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* $Id$
*
/*
* Code automatically generated by mgd77netcdfhelper.sh
*
* Copyright (c) 2005-2018 by P. Wessel
Expand Down
3 changes: 1 addition & 2 deletions src/mgd77/mgd77netcdfhelper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ struct MGD77_HEADER_PARAMS { /* See MGD-77 Documentation from NGDC fo
EOF

cat << EOF > mgd77_functions.c
/* \$Id:\$
*
/*
* Code automatically generated by mgd77netcdfhelper.sh
*
* Copyright (c) 2005-2018 by P. Wessel
Expand Down
3 changes: 1 addition & 2 deletions src/psldemo.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* $Id$
*
/*
* psldemo.c: Test all PSL functions at least once
*/

Expand Down
2 changes: 1 addition & 1 deletion src/ssrfpack.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $Id$
/*
* ssrfpack.c: Translated via f2c then massaged so that f2c include and lib
* are not required to compile and link the sph supplement.
*
Expand Down
2 changes: 1 addition & 1 deletion src/stripack.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $Id$
/*
* stripack.c: Translated via f2c then massaged so that f2c include and lib
* are not required to compile and link the sph supplement.
*
Expand Down
2 changes: 1 addition & 1 deletion src/testapi_matrix_plot.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $Id$
/*
* Testing the passing of a GMT_MATRIX via GRID to grd plotters.
*/
#include "gmt.h"
Expand Down

0 comments on commit a5fa512

Please sign in to comment.