summaryrefslogtreecommitdiffstats
path: root/backgammon/backgammon
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-03-21 12:24:13 +0000
committercgd <cgd@NetBSD.org>1995-03-21 12:24:13 +0000
commit45171656c266fc63f08d074d856b5ae99ac29211 (patch)
treebff0716347762194bc1cb12952a884e9dbeb43be /backgammon/backgammon
parent07fe18974a32e572fb508cdcc848d2e39e49e566 (diff)
downloadbsdgames-darwin-45171656c266fc63f08d074d856b5ae99ac29211.tar.gz
bsdgames-darwin-45171656c266fc63f08d074d856b5ae99ac29211.tar.zst
bsdgames-darwin-45171656c266fc63f08d074d856b5ae99ac29211.zip
from Lite
Diffstat (limited to 'backgammon/backgammon')
-rw-r--r--backgammon/backgammon/main.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/backgammon/backgammon/main.c b/backgammon/backgammon/main.c
index 82d496a1..0102a92c 100644
--- a/backgammon/backgammon/main.c
+++ b/backgammon/backgammon/main.c
@@ -1,6 +1,6 @@
/*
- * 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,13 +32,13 @@
*/
#ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1980 Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1980, 1993\n\
+ The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)main.c 5.6 (Berkeley) 6/1/90";
+static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
#include <stdio.h>