1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-01 17:14:15 -04:00

Update all $Id$ tags to match the released version

This commit is contained in:
John Zaitseff 2011-08-29 11:56:27 +10:00
parent 888405edc0
commit 9e28f2f5b0
33 changed files with 33 additions and 33 deletions

View File

@ -6,7 +6,7 @@
#########################################################################
# Author: John Zaitseff <J.Zaitseff@zap.org.au>
# $Id$
# $Id: Makefile.am 229 2011-08-01 08:17:02Z john $
#
# This file, Makefile.am, contains the top-level Makefile for Star
# Traders. It needs to be processed by automake to produce the

View File

@ -23,7 +23,7 @@
#########################################################################
# Author: John Zaitseff <J.Zaitseff@zap.org.au>
# $Id$
# $Id: Makefile.am 229 2011-08-01 08:17:02Z john $
#
# This file, Makefile.am, contains the top-level Makefile for Star
# Traders. It needs to be processed by automake to produce the

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Import or update automatically-generated files for Star Traders
# $Id$
# $Id: bootstrap 229 2011-08-01 08:17:02Z john $
set -e

View File

@ -6,7 +6,7 @@ dnl * *
dnl *********************************************************************
dnl
dnl Author: John Zaitseff <J.Zaitseff@zap.org.au>
dnl $Id$
dnl $Id: configure.ac 239 2011-08-08 01:15:44Z john $
dnl
dnl This file, configure.ac, contains information required by autoconf to
dnl generate the corresponding configure script.

View File

@ -6,7 +6,7 @@
#########################################################################
# Author: John Zaitseff <J.Zaitseff@zap.org.au>
# $Id$
# $Id: Makefile.am 36 2011-07-02 00:17:03Z john $
#
# This file, doc/Makefile.am, contains the documentation directory
# Makefile for Star Traders. It needs to be processed by automake to

View File

@ -23,7 +23,7 @@
#########################################################################
# Author: John Zaitseff <J.Zaitseff@zap.org.au>
# $Id$
# $Id: Makefile.am 36 2011-07-02 00:17:03Z john $
#
# This file, doc/Makefile.am, contains the documentation directory
# Makefile for Star Traders. It needs to be processed by automake to

View File

@ -6,7 +6,7 @@
.\" *********************************************************************
.\"
.\" Author: John Zaitseff <J.Zaitseff@zap.org.au>
.\" $Id$
.\" $Id: trader.6 334 2011-08-28 07:17:10Z 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

View File

@ -6,7 +6,7 @@
#########################################################################
# Author: John Zaitseff <J.Zaitseff@zap.org.au>
# $Id$
# $Id: Makefile.am 343 2011-08-29 01:11:53Z 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

View File

@ -23,7 +23,7 @@
#########################################################################
# Author: John Zaitseff <J.Zaitseff@zap.org.au>
# $Id$
# $Id: Makefile.am 16 2011-06-14 13:11:16Z 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

View File

@ -6,7 +6,7 @@
#########################################################################
# Author: John Zaitseff <J.Zaitseff@zap.org.au>
# $Id$
# $Id: LINGUAS 332 2011-08-28 07:06:53Z john $
#
# This file, po/LINGUAS, contains a list of the available languages in
# the po directory.

View File

@ -6,7 +6,7 @@
#########################################################################
# Author: John Zaitseff <J.Zaitseff@zap.org.au>
# $Id$
# $Id: Makevars 335 2011-08-28 22:17:13Z john $
#
# This file, po/Makevars, contains variables that are substituted into
# po/Makefile for use with GNU gettext.

View File

@ -6,7 +6,7 @@
#########################################################################
# Author: John Zaitseff <J.Zaitseff@zap.org.au>
# $Id$
# $Id: POTFILES.in 232 2011-08-01 08:59:54Z john $
#
# This file, po/POTFILES.in, contains a list of source files which
# contain translatable strings.

View File

@ -6,7 +6,7 @@
#########################################################################
# Author: John Zaitseff <J.Zaitseff@zap.org.au>
# $Id$
# $Id: Makefile.am 239 2011-08-08 01:15:44Z john $
#
# This file, src/Makefile.am, contains the source-code Makefile for Star
# Traders. It needs to be processed by automake to produce the

View File

@ -23,7 +23,7 @@
#########################################################################
# Author: John Zaitseff <J.Zaitseff@zap.org.au>
# $Id$
# $Id: Makefile.am 239 2011-08-08 01:15:44Z john $
#
# This file, src/Makefile.am, contains the source-code Makefile for Star
# Traders. It needs to be processed by automake to produce the

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: exch.c 320 2011-08-25 11:34:41Z john $
This file, exch.c, contains the implementation of functions dealing
with the Interstellar Stock Exchange and Trading Bank as used in Star

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: exch.h 173 2011-07-22 03:05:06Z john $
This file, exch.h, contains declarations for functions dealing with the
Interstellar Stock Exchange and Trading Bank as used in Star Traders.

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: fileio.c 315 2011-08-25 03:19:31Z john $
This file, fileio.c, contains the implementation of the game load and
save functions used in Star Traders.

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: fileio.h 161 2011-07-21 12:18:14Z john $
This file, fileio.h, contains declarations for the load and save game
functions used in Star Traders.

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: game.c 320 2011-08-25 11:34:41Z john $
This file, game.c, contains the implementation of the starting and
ending game functions used in Star Traders, as well as the functions

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: game.h 166 2011-07-22 00:49:26Z john $
This file, game.h, contains declarations for the starting and ending
game functions used in Star Traders. It also contains prototypes of

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: globals.c 318 2011-08-25 04:48:31Z john $
This file, globals.c, contains the actual global variables and
structures used in Star Traders.

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: globals.h 318 2011-08-25 04:48:31Z john $
This file, globals.h, contains declarations for global variables and
structures used in Star Traders.

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: help.c 320 2011-08-25 11:34:41Z john $
This file, help.c, contains the actual implementation of help functions
as used in Star Traders.

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: help.h 287 2011-08-18 02:10:33Z john $
This file, help.h, contains declarations for help functions as used in
Star Traders.

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: intf.c 337 2011-08-29 00:34:27Z john $
This file, intf.c, contains the actual implementation of basic text
input/output routines as used in Star Traders.

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: intf.h 325 2011-08-25 18:51:44Z 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

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: move.c 320 2011-08-25 11:34:41Z john $
This file, move.c, contains the implementation of functions that make
and process a game move in Star Traders.

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: move.h 171 2011-07-22 02:43:21Z john $
This file, move.h, contains declarations for functions that make and
process a game move in Star Traders.

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: system.h 339 2011-08-29 00:40:31Z john $
This file, system.h, contains system-specific definitions and #include
directives for Star Traders.

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: trader.c 320 2011-08-25 11:34:41Z 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

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: trader.h 311 2011-08-20 06:27:11Z john $
This file, trader.h, contains overall definitions for Star Traders.
This allows source files to include just one file: this one.

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: utils.c 320 2011-08-25 11:34:41Z john $
This file, utils.c, contains the implementation of various utility
functions used in Star Traders.

View File

@ -7,7 +7,7 @@
/*
Author: John Zaitseff <J.Zaitseff@zap.org.au>
$Id$
$Id: utils.h 320 2011-08-25 11:34:41Z john $
This file, utils.h, contains declarations for various utility functions
used in Star Traders.