From 5ff78ede5ea1a80c654d3f0684cd5f36d5253ae1 Mon Sep 17 00:00:00 2001 From: cgd Date: Tue, 21 Mar 1995 15:03:38 +0000 Subject: clean up import --- backgammon/common_source/allow.c | 13 +++++++++---- backgammon/common_source/back.h | 9 +++++---- backgammon/common_source/backgammon.c | 13 +++++++++---- backgammon/common_source/board.c | 13 +++++++++---- backgammon/common_source/check.c | 13 +++++++++---- backgammon/common_source/fancy.c | 13 +++++++++---- backgammon/common_source/init.c | 13 +++++++++---- backgammon/common_source/odds.c | 13 +++++++++---- backgammon/common_source/one.c | 13 +++++++++---- backgammon/common_source/save.c | 13 +++++++++---- backgammon/common_source/subs.c | 13 +++++++++---- backgammon/common_source/table.c | 13 +++++++++---- 12 files changed, 104 insertions(+), 48 deletions(-) (limited to 'backgammon/common_source') diff --git a/backgammon/common_source/allow.c b/backgammon/common_source/allow.c index 7744f474..b445be42 100644 --- a/backgammon/common_source/allow.c +++ b/backgammon/common_source/allow.c @@ -1,6 +1,8 @@ +/* $NetBSD: allow.c,v 1.3 1995/03/21 15:05:24 cgd Exp $ */ + /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,8 +34,11 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)allow.c 5.4 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: allow.c,v 1.2 1993/08/01 18:56:46 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)allow.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: allow.c,v 1.3 1995/03/21 15:05:24 cgd Exp $"; +#endif #endif /* not lint */ #include "back.h" diff --git a/backgammon/common_source/back.h b/backgammon/common_source/back.h index 2d5e091c..0e556c41 100644 --- a/backgammon/common_source/back.h +++ b/backgammon/common_source/back.h @@ -1,6 +1,8 @@ +/* $NetBSD: back.h,v 1.3 1995/03/21 15:05:28 cgd Exp $ */ + /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -30,8 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)back.h 5.4 (Berkeley) 6/1/90 - * $Id: back.h,v 1.2 1993/08/01 18:56:48 mycroft Exp $ + * @(#)back.h 8.1 (Berkeley) 5/31/93 */ #include diff --git a/backgammon/common_source/backgammon.c b/backgammon/common_source/backgammon.c index 24ec4d4e..97b8f19b 100644 --- a/backgammon/common_source/backgammon.c +++ b/backgammon/common_source/backgammon.c @@ -1,6 +1,8 @@ +/* $NetBSD: backgammon.c,v 1.3 1995/03/21 15:05:31 cgd Exp $ */ + /*- - * Copyright (c) 1991 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1991, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,8 +34,11 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)backgammon.c 5.1 (Berkeley) 4/8/91";*/ -static char rcsid[] = "$Id: backgammon.c,v 1.2 1993/08/01 18:56:45 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)backgammon.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: backgammon.c,v 1.3 1995/03/21 15:05:31 cgd Exp $"; +#endif #endif /* not lint */ /* diff --git a/backgammon/common_source/board.c b/backgammon/common_source/board.c index 8b1402ab..4936b18a 100644 --- a/backgammon/common_source/board.c +++ b/backgammon/common_source/board.c @@ -1,6 +1,8 @@ +/* $NetBSD: board.c,v 1.3 1995/03/21 15:05:34 cgd Exp $ */ + /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,8 +34,11 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)board.c 5.4 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: board.c,v 1.2 1993/08/01 18:56:47 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)board.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: board.c,v 1.3 1995/03/21 15:05:34 cgd Exp $"; +#endif #endif /* not lint */ #include "back.h" diff --git a/backgammon/common_source/check.c b/backgammon/common_source/check.c index ac4e3dcb..25c77c90 100644 --- a/backgammon/common_source/check.c +++ b/backgammon/common_source/check.c @@ -1,6 +1,8 @@ +/* $NetBSD: check.c,v 1.3 1995/03/21 15:05:36 cgd Exp $ */ + /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,8 +34,11 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)check.c 5.4 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: check.c,v 1.2 1993/08/01 18:56:44 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)check.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: check.c,v 1.3 1995/03/21 15:05:36 cgd Exp $"; +#endif #endif /* not lint */ #include "back.h" diff --git a/backgammon/common_source/fancy.c b/backgammon/common_source/fancy.c index 88ecfd89..1cc7ee05 100644 --- a/backgammon/common_source/fancy.c +++ b/backgammon/common_source/fancy.c @@ -1,6 +1,8 @@ +/* $NetBSD: fancy.c,v 1.3 1995/03/21 15:05:40 cgd Exp $ */ + /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,8 +34,11 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)fancy.c 5.5 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: fancy.c,v 1.2 1993/08/01 18:56:43 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)fancy.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: fancy.c,v 1.3 1995/03/21 15:05:40 cgd Exp $"; +#endif #endif /* not lint */ #include "back.h" diff --git a/backgammon/common_source/init.c b/backgammon/common_source/init.c index 45f297f7..c11d41a6 100644 --- a/backgammon/common_source/init.c +++ b/backgammon/common_source/init.c @@ -1,6 +1,8 @@ +/* $NetBSD: init.c,v 1.3 1995/03/21 15:05:44 cgd Exp $ */ + /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,8 +34,11 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)init.c 5.4 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: init.c,v 1.2 1993/08/01 18:56:41 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: init.c,v 1.3 1995/03/21 15:05:44 cgd Exp $"; +#endif #endif /* not lint */ #include diff --git a/backgammon/common_source/odds.c b/backgammon/common_source/odds.c index 02354d31..4bf59ea6 100644 --- a/backgammon/common_source/odds.c +++ b/backgammon/common_source/odds.c @@ -1,6 +1,8 @@ +/* $NetBSD: odds.c,v 1.3 1995/03/21 15:05:47 cgd Exp $ */ + /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,8 +34,11 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)odds.c 5.4 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: odds.c,v 1.2 1993/08/01 18:56:42 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)odds.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: odds.c,v 1.3 1995/03/21 15:05:47 cgd Exp $"; +#endif #endif /* not lint */ #include "back.h" diff --git a/backgammon/common_source/one.c b/backgammon/common_source/one.c index cb63c72c..4da451a9 100644 --- a/backgammon/common_source/one.c +++ b/backgammon/common_source/one.c @@ -1,6 +1,8 @@ +/* $NetBSD: one.c,v 1.3 1995/03/21 15:05:49 cgd Exp $ */ + /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,8 +34,11 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)one.c 5.4 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: one.c,v 1.2 1993/08/01 18:56:39 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)one.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: one.c,v 1.3 1995/03/21 15:05:49 cgd Exp $"; +#endif #endif /* not lint */ #include "back.h" diff --git a/backgammon/common_source/save.c b/backgammon/common_source/save.c index 9433306b..bba3dddb 100644 --- a/backgammon/common_source/save.c +++ b/backgammon/common_source/save.c @@ -1,6 +1,8 @@ +/* $NetBSD: save.c,v 1.3 1995/03/21 15:05:52 cgd Exp $ */ + /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,8 +34,11 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)save.c 5.4 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: save.c,v 1.2 1993/08/01 18:56:38 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: save.c,v 1.3 1995/03/21 15:05:52 cgd Exp $"; +#endif #endif /* not lint */ #include "back.h" diff --git a/backgammon/common_source/subs.c b/backgammon/common_source/subs.c index c1b0e8ee..1baefbe5 100644 --- a/backgammon/common_source/subs.c +++ b/backgammon/common_source/subs.c @@ -1,6 +1,8 @@ +/* $NetBSD: subs.c,v 1.3 1995/03/21 15:05:54 cgd Exp $ */ + /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,8 +34,11 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)subs.c 5.5 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: subs.c,v 1.2 1993/08/01 18:56:37 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)subs.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: subs.c,v 1.3 1995/03/21 15:05:54 cgd Exp $"; +#endif #endif /* not lint */ #include diff --git a/backgammon/common_source/table.c b/backgammon/common_source/table.c index a46a50dd..c330628d 100644 --- a/backgammon/common_source/table.c +++ b/backgammon/common_source/table.c @@ -1,6 +1,8 @@ +/* $NetBSD: table.c,v 1.3 1995/03/21 15:05:58 cgd Exp $ */ + /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,8 +34,11 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)table.c 5.4 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: table.c,v 1.2 1993/08/01 18:56:35 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)table.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: table.c,v 1.3 1995/03/21 15:05:58 cgd Exp $"; +#endif #endif /* not lint */ #include "back.h" -- cgit v1.2.3-56-ge451