Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forgot to do same for *.c #14

Merged
merged 1 commit into from
Aug 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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