Skip to content

Commit

Permalink
Remove svn tags from scripts (#9)
Browse files Browse the repository at this point in the history
Several scripts that created C or PS code had $Id$ tags so I removed them from both the scripts and the legacy PS include files.
  • Loading branch information
PaulWessel committed Aug 13, 2018
1 parent 257f544 commit d28fe70
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 20 deletions.
Binary file modified src/PSL_label.ps
Binary file not shown.
1 change: 0 additions & 1 deletion src/PSL_patterns.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*--------------------------------------------------------------------
* $Id$
*
* Copyright (c) 2009-2018 by P. Wessel and R. Scharroo
*
Expand Down
Binary file modified src/PSL_prologue.ps
Binary file not shown.
6 changes: 0 additions & 6 deletions src/PSL_strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
/* Placing content of PSL_label.ps */

static char *PSL_label_str =
"%- $Id$\n"
"%-----------------------------------------------------------------------------\n"
"%- PS routines for handling contour labels and clipping of\n"
"%- contour lines going through labels.\n"
Expand All @@ -31,7 +30,6 @@ static char *PSL_label_str =
"%- The second part is the functions that assist in finding\n"
"%- out where labels are placed and setting clip paths etc.\n"
"%-\n"
"%- Make sure that the version number matches the one mentioned in pslib.c\n"
"%-----------------------------------------------------------------------------\n"
"\n"
"/PSL_pathtextdict 26 dict def % Local storage for the procedure PSL_pathtext.\n"
Expand Down Expand Up @@ -674,7 +672,6 @@ static char *PSL_label_str =
/* Placing content of PSL_text.ps */

static char *PSL_text_str =
"%- $Id$\n"
"%-----------------------------------------------------------------------------\n"
"%- P. Wessel, version 1\n"
"%- Text justification for paragraphs.\n"
Expand Down Expand Up @@ -919,9 +916,6 @@ static char *PSL_text_str =
/* Placing content of PSL_prologue.ps */

static char *PSL_prologue_str =
"%- $Id$\n"
"%-----------------------------------------------------------------------------\n"
"%- Make sure that the version number matches the one mentioned in pslib.c\n"
"%-----------------------------------------------------------------------------\n"
"% Begin pslib header\n"
"250 dict begin\n"
Expand Down
Binary file modified src/PSL_text.ps
Binary file not shown.
3 changes: 1 addition & 2 deletions src/gmt_core_module.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/gmt_core_module.h
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
7 changes: 4 additions & 3 deletions src/gmt_enum_dict.h
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 All @@ -21,7 +20,7 @@
* Rerun gmt_make_enum_dicts.sh after adding or changing enums.
*
* Author: Paul Wessel
* Date: 01-December-2017
* Date: 12-August-2018
* Version: 6 API
*/

Expand All @@ -30,7 +29,7 @@ struct GMT_API_DICT {
int value;
};

#define GMT_N_API_ENUMS 220
#define GMT_N_API_ENUMS 222

GMT_LOCAL struct GMT_API_DICT gmt_api_enums[GMT_N_API_ENUMS] = {
{"GMT_ADD_DEFAULT", 6},
Expand Down Expand Up @@ -71,6 +70,7 @@ GMT_LOCAL struct GMT_API_DICT gmt_api_enums[GMT_N_API_ENUMS] = {
{"GMT_CPT_NO_BNF", 1},
{"GMT_CPT_OPTIONAL", 1},
{"GMT_CPT_REQUIRED", 0},
{"GMT_CPT_TIME", 8},
{"GMT_DATA_ONLY", 2},
{"GMT_DATETIME", 11},
{"GMT_DOUBLE", 9},
Expand All @@ -90,6 +90,7 @@ GMT_LOCAL struct GMT_API_DICT gmt_api_enums[GMT_N_API_ENUMS] = {
{"GMT_GRID_IS_COMPLEX_MASK", 12},
{"GMT_GRID_IS_COMPLEX_REAL", 4},
{"GMT_GRID_IS_GEO", 256},
{"GMT_GRID_IS_IMAGE", 512},
{"GMT_GRID_IS_REAL", 0},
{"GMT_GRID_NAME_LEN256", 256},
{"GMT_GRID_NODE_REG", 0},
Expand Down
2 changes: 0 additions & 2 deletions src/gmt_make_pattern_include.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash
#
# $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/gmt_supplements_module.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/gmt_supplements_module.h
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

0 comments on commit d28fe70

Please sign in to comment.