From c0ca48ec5c8c45f112953ae53dee035e02c2b3c4 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Wed, 9 Mar 1988 20:30:45 -0800 Subject: [PATCH] written by David Riggle and Edward Wang; add Berkeley specific copyright SCCS-vsn: games/sail/Makefile 5.6 SCCS-vsn: games/sail/driver.h 5.2 SCCS-vsn: games/sail/extern.h 5.2 SCCS-vsn: games/sail/machdep.h 5.2 SCCS-vsn: games/sail/player.h 5.2 SCCS-vsn: games/sail/main.c 5.2 SCCS-vsn: games/sail/assorted.c 5.2 SCCS-vsn: games/sail/dr_1.c 5.2 SCCS-vsn: games/sail/dr_2.c 5.2 SCCS-vsn: games/sail/dr_3.c 5.2 SCCS-vsn: games/sail/dr_4.c 5.2 SCCS-vsn: games/sail/dr_5.c 5.2 SCCS-vsn: games/sail/dr_main.c 5.3 SCCS-vsn: games/sail/game.c 5.2 SCCS-vsn: games/sail/globals.c 5.2 SCCS-vsn: games/sail/lo_main.c 5.2 SCCS-vsn: games/sail/misc.c 5.2 SCCS-vsn: games/sail/parties.c 5.2 SCCS-vsn: games/sail/pl_1.c 5.2 SCCS-vsn: games/sail/pl_2.c 5.2 SCCS-vsn: games/sail/pl_3.c 5.2 SCCS-vsn: games/sail/pl_4.c 5.2 SCCS-vsn: games/sail/pl_5.c 5.2 SCCS-vsn: games/sail/pl_6.c 5.2 SCCS-vsn: games/sail/pl_7.c 5.4 SCCS-vsn: games/sail/pl_main.c 5.2 SCCS-vsn: games/sail/sync.c 5.3 SCCS-vsn: games/sail/version.c 5.2 --- usr/src/games/sail/Makefile | 12 +++++++++--- usr/src/games/sail/assorted.c | 14 ++++++++++---- usr/src/games/sail/dr_1.c | 14 ++++++++++---- usr/src/games/sail/dr_2.c | 14 ++++++++++---- usr/src/games/sail/dr_3.c | 14 ++++++++++---- usr/src/games/sail/dr_4.c | 14 ++++++++++---- usr/src/games/sail/dr_5.c | 14 ++++++++++---- usr/src/games/sail/dr_main.c | 14 ++++++++++---- usr/src/games/sail/driver.h | 12 +++++++++--- usr/src/games/sail/extern.h | 12 +++++++++--- usr/src/games/sail/game.c | 14 ++++++++++---- usr/src/games/sail/globals.c | 14 ++++++++++---- usr/src/games/sail/lo_main.c | 14 ++++++++++---- usr/src/games/sail/machdep.h | 12 +++++++++--- usr/src/games/sail/main.c | 18 ++++++++++++------ usr/src/games/sail/misc.c | 14 ++++++++++---- usr/src/games/sail/parties.c | 14 ++++++++++---- usr/src/games/sail/pl_1.c | 14 ++++++++++---- usr/src/games/sail/pl_2.c | 14 ++++++++++---- usr/src/games/sail/pl_3.c | 14 ++++++++++---- usr/src/games/sail/pl_4.c | 14 ++++++++++---- usr/src/games/sail/pl_5.c | 14 ++++++++++---- usr/src/games/sail/pl_6.c | 14 ++++++++++---- usr/src/games/sail/pl_7.c | 14 ++++++++++---- usr/src/games/sail/pl_main.c | 14 ++++++++++---- usr/src/games/sail/player.h | 12 +++++++++--- usr/src/games/sail/sync.c | 14 ++++++++++---- usr/src/games/sail/version.c | 16 +++++++++++----- 28 files changed, 278 insertions(+), 110 deletions(-) diff --git a/usr/src/games/sail/Makefile b/usr/src/games/sail/Makefile index 0dcf11dba2..4f49d3e902 100644 --- a/usr/src/games/sail/Makefile +++ b/usr/src/games/sail/Makefile @@ -1,9 +1,15 @@ # # Copyright (c) 1987 Regents of the University of California. -# All rights reserved. The Berkeley software License Agreement -# specifies the terms and conditions for redistribution. +# All rights reserved. # -# @(#)Makefile 5.5 (Berkeley) %G% +# Redistribution and use in source and binary forms are permitted +# provided that this notice is preserved and that due credit is given +# to the University of California at Berkeley. The name of the University +# may not be used to endorse or promote products derived from this +# software without specific prior written permission. This software +# is provided ``as is'' without express or implied warranty. +# +# @(#)Makefile 5.6 (Berkeley) %G% # CFLAGS= -O LIBC= /lib/libc.a diff --git a/usr/src/games/sail/assorted.c b/usr/src/games/sail/assorted.c index 933d0f3dba..0f30466ea9 100644 --- a/usr/src/games/sail/assorted.c +++ b/usr/src/games/sail/assorted.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)assorted.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)assorted.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "externs.h" diff --git a/usr/src/games/sail/dr_1.c b/usr/src/games/sail/dr_1.c index 78925acc2c..0ba76ef5af 100644 --- a/usr/src/games/sail/dr_1.c +++ b/usr/src/games/sail/dr_1.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)dr_1.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)dr_1.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "driver.h" diff --git a/usr/src/games/sail/dr_2.c b/usr/src/games/sail/dr_2.c index 36dbb50bf8..bcd0f5c40f 100644 --- a/usr/src/games/sail/dr_2.c +++ b/usr/src/games/sail/dr_2.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)dr_2.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)dr_2.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "driver.h" diff --git a/usr/src/games/sail/dr_3.c b/usr/src/games/sail/dr_3.c index 9ae82ea91f..420ec8b4d9 100644 --- a/usr/src/games/sail/dr_3.c +++ b/usr/src/games/sail/dr_3.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)dr_3.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)dr_3.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "driver.h" diff --git a/usr/src/games/sail/dr_4.c b/usr/src/games/sail/dr_4.c index 3ccfe960a7..d429c9f6a3 100644 --- a/usr/src/games/sail/dr_4.c +++ b/usr/src/games/sail/dr_4.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)dr_4.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)dr_4.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "externs.h" diff --git a/usr/src/games/sail/dr_5.c b/usr/src/games/sail/dr_5.c index 49a8a2cbb6..ec9b1d55eb 100644 --- a/usr/src/games/sail/dr_5.c +++ b/usr/src/games/sail/dr_5.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)dr_5.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)dr_5.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "externs.h" diff --git a/usr/src/games/sail/dr_main.c b/usr/src/games/sail/dr_main.c index b149069ce9..5017a92ca2 100644 --- a/usr/src/games/sail/dr_main.c +++ b/usr/src/games/sail/dr_main.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)dr_main.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)dr_main.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ #include "driver.h" diff --git a/usr/src/games/sail/driver.h b/usr/src/games/sail/driver.h index a7f6a683a2..f5a53c3350 100644 --- a/usr/src/games/sail/driver.h +++ b/usr/src/games/sail/driver.h @@ -1,9 +1,15 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. * - * @(#)driver.h 5.1 (Berkeley) %G% + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. + * + * @(#)driver.h 5.2 (Berkeley) %G% */ #include "externs.h" diff --git a/usr/src/games/sail/extern.h b/usr/src/games/sail/extern.h index 33fb6049ff..df82041ad5 100644 --- a/usr/src/games/sail/extern.h +++ b/usr/src/games/sail/extern.h @@ -1,9 +1,15 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. * - * @(#)extern.h 5.1 (Berkeley) %G% + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. + * + * @(#)extern.h 5.2 (Berkeley) %G% */ #include diff --git a/usr/src/games/sail/game.c b/usr/src/games/sail/game.c index ad356aecf1..a8d68bcd82 100644 --- a/usr/src/games/sail/game.c +++ b/usr/src/games/sail/game.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)game.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)game.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "externs.h" diff --git a/usr/src/games/sail/globals.c b/usr/src/games/sail/globals.c index b3b40e5599..2a2601daf7 100644 --- a/usr/src/games/sail/globals.c +++ b/usr/src/games/sail/globals.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)globals.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)globals.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "externs.h" diff --git a/usr/src/games/sail/lo_main.c b/usr/src/games/sail/lo_main.c index a8c3cd7b20..f0b51dc4a2 100644 --- a/usr/src/games/sail/lo_main.c +++ b/usr/src/games/sail/lo_main.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)lo_main.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)lo_main.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ /* * Print out the top ten SAILors diff --git a/usr/src/games/sail/machdep.h b/usr/src/games/sail/machdep.h index e8c3379c60..47007e8a76 100644 --- a/usr/src/games/sail/machdep.h +++ b/usr/src/games/sail/machdep.h @@ -1,9 +1,15 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. * - * @(#)machdep.h 5.1 (Berkeley) %G% + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. + * + * @(#)machdep.h 5.2 (Berkeley) %G% */ #define LOGFILE "/usr/games/lib/saillog" /* has to match the makefile */ diff --git a/usr/src/games/sail/main.c b/usr/src/games/sail/main.c index 4aa7a49b68..85d3475e17 100644 --- a/usr/src/games/sail/main.c +++ b/usr/src/games/sail/main.c @@ -1,18 +1,24 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint char copyright[] = -"@(#) Copyright (c) 1980 Regents of the University of California.\n\ +"@(#) Copyright (c) 1983 Regents of the University of California.\n\ All rights reserved.\n"; -#endif not lint +#endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)main.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "externs.h" diff --git a/usr/src/games/sail/misc.c b/usr/src/games/sail/misc.c index da6fe02cdb..4e9ea6ebc6 100644 --- a/usr/src/games/sail/misc.c +++ b/usr/src/games/sail/misc.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)misc.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)misc.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "externs.h" diff --git a/usr/src/games/sail/parties.c b/usr/src/games/sail/parties.c index 34043e7349..a0d1005726 100644 --- a/usr/src/games/sail/parties.c +++ b/usr/src/games/sail/parties.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)parties.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)parties.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "externs.h" diff --git a/usr/src/games/sail/pl_1.c b/usr/src/games/sail/pl_1.c index 82595fde81..52a4464a5c 100644 --- a/usr/src/games/sail/pl_1.c +++ b/usr/src/games/sail/pl_1.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)pl_1.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)pl_1.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "player.h" #include diff --git a/usr/src/games/sail/pl_2.c b/usr/src/games/sail/pl_2.c index 77b3af4556..c99240fc83 100644 --- a/usr/src/games/sail/pl_2.c +++ b/usr/src/games/sail/pl_2.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)pl_2.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)pl_2.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "player.h" diff --git a/usr/src/games/sail/pl_3.c b/usr/src/games/sail/pl_3.c index 9f530f52e6..ad84fb470a 100644 --- a/usr/src/games/sail/pl_3.c +++ b/usr/src/games/sail/pl_3.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)pl_3.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)pl_3.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "player.h" diff --git a/usr/src/games/sail/pl_4.c b/usr/src/games/sail/pl_4.c index e233514ee6..8ba54ff20a 100644 --- a/usr/src/games/sail/pl_4.c +++ b/usr/src/games/sail/pl_4.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)pl_4.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)pl_4.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "player.h" diff --git a/usr/src/games/sail/pl_5.c b/usr/src/games/sail/pl_5.c index 6c5ccaf470..40a782abed 100644 --- a/usr/src/games/sail/pl_5.c +++ b/usr/src/games/sail/pl_5.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)pl_5.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)pl_5.c 5.2 (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 094e4e8323..3e673a421a 100644 --- a/usr/src/games/sail/pl_6.c +++ b/usr/src/games/sail/pl_6.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)pl_6.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)pl_6.c 5.2 (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 f4bf8be184..80954ee205 100644 --- a/usr/src/games/sail/pl_7.c +++ b/usr/src/games/sail/pl_7.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)pl_7.c 5.3 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)pl_7.c 5.4 (Berkeley) %G%"; +#endif /* not lint */ #include "player.h" diff --git a/usr/src/games/sail/pl_main.c b/usr/src/games/sail/pl_main.c index 509cc2b6b7..d830045700 100644 --- a/usr/src/games/sail/pl_main.c +++ b/usr/src/games/sail/pl_main.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)pl_main.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)pl_main.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ #include "player.h" #include diff --git a/usr/src/games/sail/player.h b/usr/src/games/sail/player.h index 643981d9cb..cc2b1a3e06 100644 --- a/usr/src/games/sail/player.h +++ b/usr/src/games/sail/player.h @@ -1,9 +1,15 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. * - * @(#)player.h 5.1 (Berkeley) %G% + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. + * + * @(#)player.h 5.2 (Berkeley) %G% */ #include diff --git a/usr/src/games/sail/sync.c b/usr/src/games/sail/sync.c index b72ebe7a00..e343466cf6 100644 --- a/usr/src/games/sail/sync.c +++ b/usr/src/games/sail/sync.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)sync.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)sync.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ #include "externs.h" #include diff --git a/usr/src/games/sail/version.c b/usr/src/games/sail/version.c index ec91c87f5e..56ba9fabe4 100644 --- a/usr/src/games/sail/version.c +++ b/usr/src/games/sail/version.c @@ -1,11 +1,17 @@ /* * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)version.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)version.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ -char version[] = "Wooden Ships and Iron Men, Version 5.1 (85/05/29)"; +char version[] = "Wooden Ships and Iron Men, Version 5.2 (88/03/09)"; -- 2.20.1