diff --git a/Makefile.am b/Makefile.am index 026f15d..95a0644 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ ######################################################################### # Author: John Zaitseff -# $Id: Makefile.am 362 2012-03-14 15:36:23Z john $ +# $Id: Makefile.am 514 2014-05-22 01:05: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 c127a9a..bc666f0 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl * * dnl ********************************************************************* dnl dnl Author: John Zaitseff -dnl $Id: configure.ac 477 2012-05-08 21:09:33Z john $ +dnl $Id: configure.ac 514 2014-05-22 01:05: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 39e078d..3ef429c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -6,7 +6,7 @@ ######################################################################### # Author: John Zaitseff -# $Id: Makefile.am 362 2012-03-14 15:36:23Z john $ +# $Id: Makefile.am 514 2014-05-22 01:05: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 0f95a17..2bac64e 100644 --- a/doc/trader.6 +++ b/doc/trader.6 @@ -6,7 +6,7 @@ .\" ********************************************************************* .\" .\" Author: John Zaitseff -.\" $Id: trader.6 368 2012-03-15 23:49:25Z john $ +.\" $Id: trader.6 523 2014-05-23 21:28:25Z 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 5f5c52f..92f4c22 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -6,7 +6,7 @@ ######################################################################### # Author: John Zaitseff -# $Id: Makefile.am 362 2012-03-14 15:36:23Z john $ +# $Id: Makefile.am 524 2014-05-23 21:31:22Z 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 04232d3..4f7c603 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -6,7 +6,7 @@ ######################################################################### # Author: John Zaitseff -# $Id: LINGUAS 433 2012-04-14 00:41:18Z john $ +# $Id: LINGUAS 514 2014-05-22 01:05: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 81fd7bb..37275d1 100644 --- a/po/Makevars +++ b/po/Makevars @@ -6,7 +6,7 @@ ######################################################################### # Author: John Zaitseff -# $Id: Makevars 393 2012-03-25 08:08:57Z john $ +# $Id: Makevars 518 2014-05-22 01:45:57Z 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 aae9ee0..dfdc774 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -6,7 +6,7 @@ ######################################################################### # Author: John Zaitseff -# $Id: POTFILES.in 362 2012-03-14 15:36:23Z john $ +# $Id: POTFILES.in 514 2014-05-22 01:05: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 3c83e63..b13de6a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,7 +6,7 @@ ######################################################################### # Author: John Zaitseff -# $Id: Makefile.am 362 2012-03-14 15:36:23Z john $ +# $Id: Makefile.am 514 2014-05-22 01:05: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 8dd08d2..a874a0f 100644 --- a/src/exch.c +++ b/src/exch.c @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: exch.c 436 2012-04-14 02:36:43Z john $ + $Id: exch.c 514 2014-05-22 01:05: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 d09e1bf..9fa4ce7 100644 --- a/src/exch.h +++ b/src/exch.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: exch.h 362 2012-03-14 15:36:23Z john $ + $Id: exch.h 514 2014-05-22 01:05: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 5c77d70..1024326 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: fileio.c 418 2012-03-29 09:05:51Z john $ + $Id: fileio.c 521 2014-05-23 08:56:24Z 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 344c129..f9eb667 100644 --- a/src/fileio.h +++ b/src/fileio.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: fileio.h 362 2012-03-14 15:36:23Z john $ + $Id: fileio.h 514 2014-05-22 01:05: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 068a633..0deb910 100644 --- a/src/game.c +++ b/src/game.c @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: game.c 362 2012-03-14 15:36:23Z john $ + $Id: game.c 514 2014-05-22 01:05: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 d767749..3becda7 100644 --- a/src/game.h +++ b/src/game.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: game.h 362 2012-03-14 15:36:23Z john $ + $Id: game.h 514 2014-05-22 01:05: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 8569b05..79af4c6 100644 --- a/src/globals.c +++ b/src/globals.c @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: globals.c 403 2012-03-28 00:45:17Z john $ + $Id: globals.c 514 2014-05-22 01:05: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 ca5463f..f7b1c32 100644 --- a/src/globals.h +++ b/src/globals.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: globals.h 396 2012-03-26 23:13:57Z john $ + $Id: globals.h 514 2014-05-22 01:05: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 1a4ae73..4b47f47 100644 --- a/src/help.c +++ b/src/help.c @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: help.c 435 2012-04-14 02:19:52Z john $ + $Id: help.c 514 2014-05-22 01:05: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 243c525..0e2ab0d 100644 --- a/src/help.h +++ b/src/help.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: help.h 362 2012-03-14 15:36:23Z john $ + $Id: help.h 514 2014-05-22 01:05: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 bd8f24f..f787fc7 100644 --- a/src/intf.c +++ b/src/intf.c @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: intf.c 362 2012-03-14 15:36:23Z john $ + $Id: intf.c 514 2014-05-22 01:05: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 4949610..5182465 100644 --- a/src/intf.h +++ b/src/intf.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: intf.h 362 2012-03-14 15:36:23Z john $ + $Id: intf.h 514 2014-05-22 01:05: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 ee32680..fc37d36 100644 --- a/src/move.c +++ b/src/move.c @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: move.c 426 2012-03-30 23:57:29Z john $ + $Id: move.c 514 2014-05-22 01:05: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 e1a1d84..9bb4039 100644 --- a/src/move.h +++ b/src/move.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: move.h 362 2012-03-14 15:36:23Z john $ + $Id: move.h 514 2014-05-22 01:05: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 c037aea..8d5c7b7 100644 --- a/src/system.h +++ b/src/system.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: system.h 362 2012-03-14 15:36:23Z john $ + $Id: system.h 520 2014-05-22 08:17:02Z 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 2677ba6..5e0bc6d 100644 --- a/src/trader.c +++ b/src/trader.c @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: trader.c 362 2012-03-14 15:36:23Z john $ + $Id: trader.c 514 2014-05-22 01:05: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 3c782c3..407f8d5 100644 --- a/src/trader.h +++ b/src/trader.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: trader.h 362 2012-03-14 15:36:23Z john $ + $Id: trader.h 521 2014-05-23 08:56:24Z 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 4b8ace3..f36a9f7 100644 --- a/src/utils.c +++ b/src/utils.c @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: utils.c 362 2012-03-14 15:36:23Z john $ + $Id: utils.c 521 2014-05-23 08:56:24Z 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 47302e9..e4dba53 100644 --- a/src/utils.h +++ b/src/utils.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: utils.h 362 2012-03-14 15:36:23Z john $ + $Id: utils.h 521 2014-05-23 08:56:24Z john $ This file, utils.h, contains declarations for various utility functions used in Star Traders.