From 02cf2247b2202560394ab9c00f3d64dc0b0d5eaa Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Tue, 1 Jun 1993 00:51:20 -0800 Subject: [PATCH] 4.4BSD snapshot (revision 8.1); add 1993 to copyright SCCS-vsn: games/sail/pl_5.c 8.1 SCCS-vsn: games/sail/pl_6.c 8.1 SCCS-vsn: games/sail/pl_7.c 8.1 SCCS-vsn: games/sail/pl_main.c 8.1 SCCS-vsn: games/sail/player.h 8.1 SCCS-vsn: games/sail/sync.c 8.1 SCCS-vsn: games/sail/version.c 8.1 SCCS-vsn: games/sail/sail.6 8.1 --- usr/src/games/sail/pl_5.c | 6 +++--- usr/src/games/sail/pl_6.c | 6 +++--- usr/src/games/sail/pl_7.c | 6 +++--- usr/src/games/sail/pl_main.c | 6 +++--- usr/src/games/sail/player.h | 6 +++--- usr/src/games/sail/sail.6 | 6 +++--- usr/src/games/sail/sync.c | 6 +++--- usr/src/games/sail/version.c | 8 ++++---- 8 files changed, 25 insertions(+), 25 deletions(-) diff --git a/usr/src/games/sail/pl_5.c b/usr/src/games/sail/pl_5.c index 7aec8c6efe..32db893e02 100644 --- a/usr/src/games/sail/pl_5.c +++ b/usr/src/games/sail/pl_5.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)pl_5.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)pl_5.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "player.h" diff --git a/usr/src/games/sail/pl_6.c b/usr/src/games/sail/pl_6.c index 38868ef7d1..60efd5dd0f 100644 --- a/usr/src/games/sail/pl_6.c +++ b/usr/src/games/sail/pl_6.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)pl_6.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)pl_6.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "player.h" diff --git a/usr/src/games/sail/pl_7.c b/usr/src/games/sail/pl_7.c index e0ae83a7e0..5e8b69042a 100644 --- a/usr/src/games/sail/pl_7.c +++ b/usr/src/games/sail/pl_7.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)pl_7.c 5.10 (Berkeley) %G%"; +static char sccsid[] = "@(#)pl_7.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/games/sail/pl_main.c b/usr/src/games/sail/pl_main.c index 689bd71e31..be3a307075 100644 --- a/usr/src/games/sail/pl_main.c +++ b/usr/src/games/sail/pl_main.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)pl_main.c 5.5 (Berkeley) %G%"; +static char sccsid[] = "@(#)pl_main.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "player.h" diff --git a/usr/src/games/sail/player.h b/usr/src/games/sail/player.h index 9af469bbd2..fa1d139aea 100644 --- a/usr/src/games/sail/player.h +++ b/usr/src/games/sail/player.h @@ -1,10 +1,10 @@ /* - * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)player.h 5.5 (Berkeley) %G% + * @(#)player.h 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/games/sail/sail.6 b/usr/src/games/sail/sail.6 index a55012368e..4a15e56ae5 100644 --- a/usr/src/games/sail/sail.6 +++ b/usr/src/games/sail/sail.6 @@ -1,9 +1,9 @@ -.\" Copyright (c) 1988 Regents of the University of California. -.\" All rights reserved. +.\" Copyright (c) 1988, 1993 +.\" The Regents of the University of California. All rights reserved. .\" .\" %sccs.include.redist.man% .\" -.\" @(#)sail.6 5.6 (Berkeley) %G% +.\" @(#)sail.6 8.1 (Berkeley) %G% .\" .TH SAIL 6 "" .UC 4 diff --git a/usr/src/games/sail/sync.c b/usr/src/games/sail/sync.c index 9d02701aa9..b3792a12b0 100644 --- a/usr/src/games/sail/sync.c +++ b/usr/src/games/sail/sync.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)sync.c 5.6 (Berkeley) %G%"; +static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include "externs.h" diff --git a/usr/src/games/sail/version.c b/usr/src/games/sail/version.c index b7ec024c3d..f4ccf093b3 100644 --- a/usr/src/games/sail/version.c +++ b/usr/src/games/sail/version.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)version.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)version.c 8.1 (Berkeley) %G%"; #endif /* not lint */ -char version[] = "Wooden Ships and Iron Men, Version 5.4 (90/06/01)"; +char version[] = "Wooden Ships and Iron Men, Version 8.1 (93/05/31)"; -- 2.20.1