From d6bad537577a006d83e989a3d57346b9390da345 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Wed, 30 Dec 1987 01:17:24 -0800 Subject: [PATCH] Berkeley header SCCS-vsn: games/mille/table.c 5.2 SCCS-vsn: games/mille/types.c 5.2 SCCS-vsn: games/mille/unctrl.h 5.2 --- usr/src/games/mille/table.c | 21 +++++++++++++++++---- usr/src/games/mille/types.c | 15 +++++++++++---- usr/src/games/mille/unctrl.h | 12 ++++++++++-- 3 files changed, 38 insertions(+), 10 deletions(-) diff --git a/usr/src/games/mille/table.c b/usr/src/games/mille/table.c index cf5aeb92bb..890bb95ccf 100644 --- a/usr/src/games/mille/table.c +++ b/usr/src/games/mille/table.c @@ -1,12 +1,25 @@ /* * 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[] = "@(#)table.c 5.1 (Berkeley) %G%"; -#endif not lint +char copyright[] = +"@(#) Copyright (c) 1982 Regents of the University of California.\n\ + All rights reserved.\n"; +#endif /* not lint */ + +#ifndef lint +static char sccsid[] = "@(#)table.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ + # define DEBUG diff --git a/usr/src/games/mille/types.c b/usr/src/games/mille/types.c index 6b86440f51..5f6283ed67 100644 --- a/usr/src/games/mille/types.c +++ b/usr/src/games/mille/types.c @@ -1,12 +1,19 @@ /* * 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[] = "@(#)types.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)types.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ + # include "mille.h" diff --git a/usr/src/games/mille/unctrl.h b/usr/src/games/mille/unctrl.h index adf64d09f6..666929cda2 100644 --- a/usr/src/games/mille/unctrl.h +++ b/usr/src/games/mille/unctrl.h @@ -1,7 +1,15 @@ /* * 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. + * + * @(#)unctrl.h 5.2 (Berkeley) %G% */ /* -- 2.20.1