From 4dfa89146adc74807d23cfb27107777de7a6aeea Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Wed, 30 Dec 1987 01:10:27 -0800 Subject: [PATCH] Berkeley header SCCS-vsn: games/mille/end.c 5.2 SCCS-vsn: games/mille/extern.c 5.2 SCCS-vsn: games/mille/init.c 5.2 --- usr/src/games/mille/end.c | 14 ++++++++++---- usr/src/games/mille/extern.c | 14 ++++++++++---- usr/src/games/mille/init.c | 14 ++++++++++---- 3 files changed, 30 insertions(+), 12 deletions(-) diff --git a/usr/src/games/mille/end.c b/usr/src/games/mille/end.c index 8beddfc45f..90962d3158 100644 --- a/usr/src/games/mille/end.c +++ b/usr/src/games/mille/end.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1982 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[] = "@(#)end.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)end.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "mille.h" diff --git a/usr/src/games/mille/extern.c b/usr/src/games/mille/extern.c index e7c5af1a9a..5c83e3cb1c 100644 --- a/usr/src/games/mille/extern.c +++ b/usr/src/games/mille/extern.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1982 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[] = "@(#)extern.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)extern.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "mille.h" diff --git a/usr/src/games/mille/init.c b/usr/src/games/mille/init.c index 8352a35f42..ef8b7570c9 100644 --- a/usr/src/games/mille/init.c +++ b/usr/src/games/mille/init.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1982 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[] = "@(#)init.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)init.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "mille.h" -- 2.20.1