summaryrefslogtreecommitdiffstats
path: root/backgammon
diff options
context:
space:
mode:
Diffstat (limited to '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>