diff options
Diffstat (limited to 'backgammon/common_source/backgammon.c')
| -rw-r--r-- | backgammon/common_source/backgammon.c | 13 |
1 files changed, 9 insertions, 4 deletions
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 */ /* |
