From 64333adc601a8c462cda623ca8d83e3bcf3cc6f2 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Tue, 5 Jan 2016 10:27:26 +1100 Subject: [PATCH] Update the $Id$ fields from an exported copy of the master branch --- Makefile.am | 2 +- configure.ac | 2 +- doc/Makefile.am | 2 +- doc/trader.6 | 2 +- m4/Makefile.am | 2 +- po/LINGUAS | 2 +- po/Makevars | 2 +- po/POTFILES.in | 2 +- src/Makefile.am | 2 +- src/exch.c | 2 +- src/exch.h | 2 +- src/fileio.c | 2 +- src/fileio.h | 2 +- src/game.c | 2 +- src/game.h | 2 +- src/globals.c | 2 +- src/globals.h | 2 +- src/help.c | 2 +- src/help.h | 2 +- src/intf.c | 2 +- src/intf.h | 2 +- src/move.c | 2 +- src/move.h | 2 +- src/system.h | 2 +- src/trader.c | 2 +- src/trader.h | 2 +- src/utils.c | 2 +- src/utils.h | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Makefile.am b/Makefile.am index e8a7726..62b5b8f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ ######################################################################### # Author: John Zaitseff -# $Id: Makefile.am 588 2015-08-17 21:27:22Z john $ +# $Id: Makefile.am 663 2016-01-04 22:25:51Z john $ # # This file, Makefile.am, contains the top-level Makefile for Star # Traders. It needs to be processed by automake to produce the diff --git a/configure.ac b/configure.ac index 86140cb..828ed6b 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl * * dnl ********************************************************************* dnl dnl Author: John Zaitseff -dnl $Id: configure.ac 645 2015-09-09 23:04:27Z john $ +dnl $Id: configure.ac 663 2016-01-04 22:25:51Z john $ dnl dnl This file, configure.ac, contains information required by autoconf to dnl generate the corresponding configure script. diff --git a/doc/Makefile.am b/doc/Makefile.am index 13738d0..2c43846 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -6,7 +6,7 @@ ######################################################################### # Author: John Zaitseff -# $Id: Makefile.am 588 2015-08-17 21:27:22Z john $ +# $Id: Makefile.am 663 2016-01-04 22:25:51Z john $ # # This file, doc/Makefile.am, contains the documentation directory # Makefile for Star Traders. It needs to be processed by automake to diff --git a/doc/trader.6 b/doc/trader.6 index 2148217..a8deee4 100644 --- a/doc/trader.6 +++ b/doc/trader.6 @@ -6,7 +6,7 @@ .\" ********************************************************************* .\" .\" Author: John Zaitseff -.\" $Id: trader.6 643 2015-09-09 22:05:26Z john $ +.\" $Id: trader.6 663 2016-01-04 22:25:51Z john $ .\" .\" This program is free software: you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by diff --git a/m4/Makefile.am b/m4/Makefile.am index 0cc1736..2dfcc69 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -6,7 +6,7 @@ ######################################################################### # Author: John Zaitseff -# $Id: Makefile.am 588 2015-08-17 21:27:22Z john $ +# $Id: Makefile.am 663 2016-01-04 22:25:51Z john $ # # This file, m4/Makefile.am, contains the m4 macro directory Makefile for # Star Traders. It needs to be processed by automake to produce the diff --git a/po/LINGUAS b/po/LINGUAS index f87fbcf..c755897 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -6,7 +6,7 @@ ######################################################################### # Author: John Zaitseff -# $Id: LINGUAS 622 2015-08-26 09:21:13Z john $ +# $Id: LINGUAS 663 2016-01-04 22:25:51Z john $ # # This file, po/LINGUAS, contains a list of the available languages in # the po directory. diff --git a/po/Makevars b/po/Makevars index 9a483a6..9da0015 100644 --- a/po/Makevars +++ b/po/Makevars @@ -6,7 +6,7 @@ ######################################################################### # Author: John Zaitseff -# $Id: Makevars 588 2015-08-17 21:27:22Z john $ +# $Id: Makevars 663 2016-01-04 22:25:51Z john $ # # This file, po/Makevars, contains variables that are substituted into # po/Makefile for use with GNU gettext. diff --git a/po/POTFILES.in b/po/POTFILES.in index 3632936..4ed6263 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -6,7 +6,7 @@ ######################################################################### # Author: John Zaitseff -# $Id: POTFILES.in 588 2015-08-17 21:27:22Z john $ +# $Id: POTFILES.in 663 2016-01-04 22:25:51Z john $ # # This file, po/POTFILES.in, contains a list of source files which # contain translatable strings. diff --git a/src/Makefile.am b/src/Makefile.am index 5ee5094..e8aaaba 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,7 +6,7 @@ ######################################################################### # Author: John Zaitseff -# $Id: Makefile.am 588 2015-08-17 21:27:22Z john $ +# $Id: Makefile.am 663 2016-01-04 22:25:51Z john $ # # This file, src/Makefile.am, contains the source-code Makefile for Star # Traders. It needs to be processed by automake to produce the diff --git a/src/exch.c b/src/exch.c index 080cde5..7cc9d3c 100644 --- a/src/exch.c +++ b/src/exch.c @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: exch.c 624 2015-08-26 11:26:39Z john $ + $Id: exch.c 663 2016-01-04 22:25:51Z john $ This file, exch.c, contains the implementation of functions dealing with the Interstellar Stock Exchange and Trading Bank as used in Star diff --git a/src/exch.h b/src/exch.h index 3c54851..52bfc28 100644 --- a/src/exch.h +++ b/src/exch.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: exch.h 588 2015-08-17 21:27:22Z john $ + $Id: exch.h 663 2016-01-04 22:25:51Z john $ This file, exch.h, contains declarations for functions dealing with the Interstellar Stock Exchange and Trading Bank as used in Star Traders. diff --git a/src/fileio.c b/src/fileio.c index acf2118..ac4a9ea 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: fileio.c 588 2015-08-17 21:27:22Z john $ + $Id: fileio.c 663 2016-01-04 22:25:51Z john $ This file, fileio.c, contains the implementation of the game load and save functions used in Star Traders. diff --git a/src/fileio.h b/src/fileio.h index 6636914..c51e5fe 100644 --- a/src/fileio.h +++ b/src/fileio.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: fileio.h 588 2015-08-17 21:27:22Z john $ + $Id: fileio.h 663 2016-01-04 22:25:51Z john $ This file, fileio.h, contains declarations for the load and save game functions used in Star Traders. diff --git a/src/game.c b/src/game.c index 1691f0d..a07564d 100644 --- a/src/game.c +++ b/src/game.c @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: game.c 588 2015-08-17 21:27:22Z john $ + $Id: game.c 663 2016-01-04 22:25:51Z john $ This file, game.c, contains the implementation of the starting and ending game functions used in Star Traders, as well as the functions diff --git a/src/game.h b/src/game.h index f06af0c..e2c695d 100644 --- a/src/game.h +++ b/src/game.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: game.h 588 2015-08-17 21:27:22Z john $ + $Id: game.h 663 2016-01-04 22:25:51Z john $ This file, game.h, contains declarations for the starting and ending game functions used in Star Traders. It also contains prototypes of diff --git a/src/globals.c b/src/globals.c index 0c4211f..152bc7e 100644 --- a/src/globals.c +++ b/src/globals.c @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: globals.c 620 2015-08-26 09:11:14Z john $ + $Id: globals.c 663 2016-01-04 22:25:51Z john $ This file, globals.c, contains the actual global variables and structures used in Star Traders. diff --git a/src/globals.h b/src/globals.h index e19e6ec..c323b29 100644 --- a/src/globals.h +++ b/src/globals.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: globals.h 588 2015-08-17 21:27:22Z john $ + $Id: globals.h 663 2016-01-04 22:25:51Z john $ This file, globals.h, contains declarations for global variables and structures used in Star Traders. diff --git a/src/help.c b/src/help.c index c836dcb..90469b0 100644 --- a/src/help.c +++ b/src/help.c @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: help.c 588 2015-08-17 21:27:22Z john $ + $Id: help.c 663 2016-01-04 22:25:51Z john $ This file, help.c, contains the actual implementation of help functions as used in Star Traders. diff --git a/src/help.h b/src/help.h index 35f2f41..3525f80 100644 --- a/src/help.h +++ b/src/help.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: help.h 588 2015-08-17 21:27:22Z john $ + $Id: help.h 663 2016-01-04 22:25:51Z john $ This file, help.h, contains declarations for help functions as used in Star Traders. diff --git a/src/intf.c b/src/intf.c index 198ebb5..add5c90 100644 --- a/src/intf.c +++ b/src/intf.c @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: intf.c 588 2015-08-17 21:27:22Z john $ + $Id: intf.c 663 2016-01-04 22:25:51Z john $ This file, intf.c, contains the actual implementation of basic text input/output routines as used in Star Traders. diff --git a/src/intf.h b/src/intf.h index 7e1da2d..2b49a27 100644 --- a/src/intf.h +++ b/src/intf.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: intf.h 588 2015-08-17 21:27:22Z john $ + $Id: intf.h 663 2016-01-04 22:25:51Z john $ This file, intf.h, contains declarations for basic text input/output functions used in Star Traders. It uses the X/Open Curses library to diff --git a/src/move.c b/src/move.c index 1c10762..2f29052 100644 --- a/src/move.c +++ b/src/move.c @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: move.c 588 2015-08-17 21:27:22Z john $ + $Id: move.c 663 2016-01-04 22:25:51Z john $ This file, move.c, contains the implementation of functions that make and process a game move in Star Traders. diff --git a/src/move.h b/src/move.h index 244c703..97cb5be 100644 --- a/src/move.h +++ b/src/move.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: move.h 588 2015-08-17 21:27:22Z john $ + $Id: move.h 663 2016-01-04 22:25:51Z john $ This file, move.h, contains declarations for functions that make and process a game move in Star Traders. diff --git a/src/system.h b/src/system.h index 0cc7621..93fcf84 100644 --- a/src/system.h +++ b/src/system.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: system.h 588 2015-08-17 21:27:22Z john $ + $Id: system.h 663 2016-01-04 22:25:51Z john $ This file, system.h, contains system-specific definitions and #include directives for Star Traders. diff --git a/src/trader.c b/src/trader.c index d0496d3..c3a6680 100644 --- a/src/trader.c +++ b/src/trader.c @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: trader.c 594 2015-08-17 22:19:56Z john $ + $Id: trader.c 663 2016-01-04 22:25:51Z john $ Star Traders is a simple game of interstellar trading, where the object of the game is to create companies, buy and sell shares, borrow and diff --git a/src/trader.h b/src/trader.h index 74cfd2b..23bdf5b 100644 --- a/src/trader.h +++ b/src/trader.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: trader.h 588 2015-08-17 21:27:22Z john $ + $Id: trader.h 663 2016-01-04 22:25:51Z john $ This file, trader.h, contains overall definitions for Star Traders. This allows source files to include just one file: this one. diff --git a/src/utils.c b/src/utils.c index 7890c84..037b613 100644 --- a/src/utils.c +++ b/src/utils.c @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: utils.c 588 2015-08-17 21:27:22Z john $ + $Id: utils.c 663 2016-01-04 22:25:51Z john $ This file, utils.c, contains the implementation of various utility functions used in Star Traders. diff --git a/src/utils.h b/src/utils.h index 9a1d9a0..f144944 100644 --- a/src/utils.h +++ b/src/utils.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: utils.h 588 2015-08-17 21:27:22Z john $ + $Id: utils.h 663 2016-01-04 22:25:51Z john $ This file, utils.h, contains declarations for various utility functions used in Star Traders.