From 462fca95471224f85b85be911e72faee16cd1597 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 1 Aug 1993 18:49:50 +0000 Subject: Add RCS identifiers. --- sail/assorted.c | 3 ++- sail/dr_1.c | 3 ++- sail/dr_2.c | 3 ++- sail/dr_3.c | 3 ++- sail/dr_4.c | 3 ++- sail/dr_5.c | 3 ++- sail/dr_main.c | 3 ++- sail/driver.h | 3 ++- sail/externs.h | 3 ++- sail/game.c | 3 ++- sail/globals.c | 3 ++- sail/lo_main.c | 3 ++- sail/machdep.h | 3 ++- sail/main.c | 3 ++- sail/misc.c | 3 ++- sail/parties.c | 3 ++- sail/pathnames.h | 3 ++- sail/pl_1.c | 3 ++- sail/pl_2.c | 3 ++- sail/pl_3.c | 3 ++- sail/pl_4.c | 3 ++- sail/pl_5.c | 3 ++- sail/pl_6.c | 3 ++- sail/pl_7.c | 3 ++- sail/pl_main.c | 3 ++- sail/player.h | 3 ++- sail/sync.c | 3 ++- sail/version.c | 3 ++- 28 files changed, 56 insertions(+), 28 deletions(-) (limited to 'sail') diff --git a/sail/assorted.c b/sail/assorted.c index 1b9bc2bd..9b9c4124 100644 --- a/sail/assorted.c +++ b/sail/assorted.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)assorted.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)assorted.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: assorted.c,v 1.2 1993/08/01 18:51:53 mycroft Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/sail/dr_1.c b/sail/dr_1.c index 4dbe8995..43c86424 100644 --- a/sail/dr_1.c +++ b/sail/dr_1.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)dr_1.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)dr_1.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: dr_1.c,v 1.2 1993/08/01 18:51:52 mycroft Exp $"; #endif /* not lint */ #include "driver.h" diff --git a/sail/dr_2.c b/sail/dr_2.c index 420fc0d4..f2f29c6b 100644 --- a/sail/dr_2.c +++ b/sail/dr_2.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)dr_2.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)dr_2.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: dr_2.c,v 1.2 1993/08/01 18:51:51 mycroft Exp $"; #endif /* not lint */ #include "driver.h" diff --git a/sail/dr_3.c b/sail/dr_3.c index f3218ea4..5c7e5525 100644 --- a/sail/dr_3.c +++ b/sail/dr_3.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)dr_3.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)dr_3.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: dr_3.c,v 1.2 1993/08/01 18:51:50 mycroft Exp $"; #endif /* not lint */ #include "driver.h" diff --git a/sail/dr_4.c b/sail/dr_4.c index e503ef51..5d1cb5c4 100644 --- a/sail/dr_4.c +++ b/sail/dr_4.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)dr_4.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)dr_4.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: dr_4.c,v 1.2 1993/08/01 18:51:49 mycroft Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/sail/dr_5.c b/sail/dr_5.c index 43d89a0a..1c3719d8 100644 --- a/sail/dr_5.c +++ b/sail/dr_5.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)dr_5.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)dr_5.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: dr_5.c,v 1.2 1993/08/01 18:51:49 mycroft Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/sail/dr_main.c b/sail/dr_main.c index c6e49681..a1f31f14 100644 --- a/sail/dr_main.c +++ b/sail/dr_main.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)dr_main.c 5.5 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)dr_main.c 5.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: dr_main.c,v 1.2 1993/08/01 18:51:48 mycroft Exp $"; #endif /* not lint */ #include "driver.h" diff --git a/sail/driver.h b/sail/driver.h index 9f487389..3dbd16f1 100644 --- a/sail/driver.h +++ b/sail/driver.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)driver.h 5.4 (Berkeley) 6/1/90 + * from: @(#)driver.h 5.4 (Berkeley) 6/1/90 + * $Id: driver.h,v 1.2 1993/08/01 18:51:58 mycroft Exp $ */ #include "externs.h" diff --git a/sail/externs.h b/sail/externs.h index 64068c90..2445d095 100644 --- a/sail/externs.h +++ b/sail/externs.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)externs.h 5.4 (Berkeley) 6/1/90 + * from: @(#)externs.h 5.4 (Berkeley) 6/1/90 + * $Id: externs.h,v 1.2 1993/08/01 18:51:57 mycroft Exp $ */ #include diff --git a/sail/game.c b/sail/game.c index 9b8add72..49eeef63 100644 --- a/sail/game.c +++ b/sail/game.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)game.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)game.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: game.c,v 1.2 1993/08/01 18:51:47 mycroft Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/sail/globals.c b/sail/globals.c index 2e673e97..fe71a736 100644 --- a/sail/globals.c +++ b/sail/globals.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)globals.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)globals.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: globals.c,v 1.2 1993/08/01 18:51:46 mycroft Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/sail/lo_main.c b/sail/lo_main.c index 1903258f..439319ae 100644 --- a/sail/lo_main.c +++ b/sail/lo_main.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lo_main.c 5.7 (Berkeley) 2/28/91"; +/*static char sccsid[] = "from: @(#)lo_main.c 5.7 (Berkeley) 2/28/91";*/ +static char rcsid[] = "$Id: lo_main.c,v 1.2 1993/08/01 18:51:45 mycroft Exp $"; #endif /* not lint */ /* diff --git a/sail/machdep.h b/sail/machdep.h index 223333d6..d19a28d3 100644 --- a/sail/machdep.h +++ b/sail/machdep.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)machdep.h 5.5 (Berkeley) 6/1/90 + * from: @(#)machdep.h 5.5 (Berkeley) 6/1/90 + * $Id: machdep.h,v 1.2 1993/08/01 18:51:56 mycroft Exp $ */ #define TIMEOUT 300 /* Sync() timeout in seconds */ diff --git a/sail/main.c b/sail/main.c index 35b5e388..125b75a5 100644 --- a/sail/main.c +++ b/sail/main.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 5.5 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)main.c 5.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: main.c,v 1.2 1993/08/01 18:51:44 mycroft Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/sail/misc.c b/sail/misc.c index 15018ed7..7b0c465e 100644 --- a/sail/misc.c +++ b/sail/misc.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)misc.c 5.5 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)misc.c 5.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: misc.c,v 1.2 1993/08/01 18:51:43 mycroft Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/sail/parties.c b/sail/parties.c index 682512d5..75687720 100644 --- a/sail/parties.c +++ b/sail/parties.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)parties.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)parties.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: parties.c,v 1.2 1993/08/01 18:51:42 mycroft Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/sail/pathnames.h b/sail/pathnames.h index 5410f8eb..25cb44a7 100644 --- a/sail/pathnames.h +++ b/sail/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.1 (Berkeley) 6/1/90 + * from: @(#)pathnames.h 5.1 (Berkeley) 6/1/90 + * $Id: pathnames.h,v 1.2 1993/08/01 18:51:55 mycroft Exp $ */ #define _PATH_LOGFILE "/var/games/saillog" diff --git a/sail/pl_1.c b/sail/pl_1.c index f4a4e228..8d01b534 100644 --- a/sail/pl_1.c +++ b/sail/pl_1.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)pl_1.c 5.5 (Berkeley) 2/28/91"; +/*static char sccsid[] = "from: @(#)pl_1.c 5.5 (Berkeley) 2/28/91";*/ +static char rcsid[] = "$Id: pl_1.c,v 1.2 1993/08/01 18:51:41 mycroft Exp $"; #endif /* not lint */ #include "player.h" diff --git a/sail/pl_2.c b/sail/pl_2.c index 1ce1c7c7..7f583b3d 100644 --- a/sail/pl_2.c +++ b/sail/pl_2.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)pl_2.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)pl_2.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: pl_2.c,v 1.2 1993/08/01 18:51:40 mycroft Exp $"; #endif /* not lint */ #include "player.h" diff --git a/sail/pl_3.c b/sail/pl_3.c index 38b7ae17..d31a9e8c 100644 --- a/sail/pl_3.c +++ b/sail/pl_3.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)pl_3.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)pl_3.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: pl_3.c,v 1.2 1993/08/01 18:51:39 mycroft Exp $"; #endif /* not lint */ #include "player.h" diff --git a/sail/pl_4.c b/sail/pl_4.c index be57fcb4..05eef2b2 100644 --- a/sail/pl_4.c +++ b/sail/pl_4.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)pl_4.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)pl_4.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: pl_4.c,v 1.2 1993/08/01 18:51:38 mycroft Exp $"; #endif /* not lint */ #include "player.h" diff --git a/sail/pl_5.c b/sail/pl_5.c index b869b3cb..49980ddc 100644 --- a/sail/pl_5.c +++ b/sail/pl_5.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)pl_5.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)pl_5.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: pl_5.c,v 1.2 1993/08/01 18:51:37 mycroft Exp $"; #endif /* not lint */ #include "player.h" diff --git a/sail/pl_6.c b/sail/pl_6.c index e0520482..a3fcc020 100644 --- a/sail/pl_6.c +++ b/sail/pl_6.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)pl_6.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)pl_6.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: pl_6.c,v 1.2 1993/08/01 18:51:36 mycroft Exp $"; #endif /* not lint */ #include "player.h" diff --git a/sail/pl_7.c b/sail/pl_7.c index 136db8bf..f7156ba8 100644 --- a/sail/pl_7.c +++ b/sail/pl_7.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)pl_7.c 5.7 (Berkeley) 2/28/91"; +/*static char sccsid[] = "from: @(#)pl_7.c 5.7 (Berkeley) 2/28/91";*/ +static char rcsid[] = "$Id: pl_7.c,v 1.2 1993/08/01 18:51:35 mycroft Exp $"; #endif /* not lint */ #include "player.h" diff --git a/sail/pl_main.c b/sail/pl_main.c index d4d87826..95ca848d 100644 --- a/sail/pl_main.c +++ b/sail/pl_main.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)pl_main.c 5.5 (Berkeley) 2/28/91"; +/*static char sccsid[] = "from: @(#)pl_main.c 5.5 (Berkeley) 2/28/91";*/ +static char rcsid[] = "$Id: pl_main.c,v 1.2 1993/08/01 18:51:34 mycroft Exp $"; #endif /* not lint */ #include "player.h" diff --git a/sail/player.h b/sail/player.h index e875ab84..e63fc829 100644 --- a/sail/player.h +++ b/sail/player.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)player.h 5.4 (Berkeley) 6/1/90 + * from: @(#)player.h 5.4 (Berkeley) 6/1/90 + * $Id: player.h,v 1.3 1993/08/01 18:51:54 mycroft Exp $ */ #include diff --git a/sail/sync.c b/sail/sync.c index a4924518..ea2bac04 100644 --- a/sail/sync.c +++ b/sail/sync.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)sync.c 5.6 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)sync.c 5.6 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: sync.c,v 1.2 1993/08/01 18:51:33 mycroft Exp $"; #endif /* not lint */ #include "externs.h" diff --git a/sail/version.c b/sail/version.c index 02961e07..a389182e 100644 --- a/sail/version.c +++ b/sail/version.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)version.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)version.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: version.c,v 1.2 1993/08/01 18:51:32 mycroft Exp $"; #endif /* not lint */ char version[] = "Wooden Ships and Iron Men, Version 5.4 (90/06/01)"; -- cgit v1.2.3-56-ge451