BSD 4_3 release
[unix-history] / usr / src / games / cribbage / extern.c
index ad99866..4914957 100644 (file)
@@ -1,4 +1,13 @@
-static char *sccsid = "@(#)extern.c    1.3 (Berkeley) 5/19/83";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)extern.c   5.1 (Berkeley) 5/30/85";
+#endif not lint
+
 # include      <curses.h>
 # include      "deck.h"
 # include      "cribbage.h"
 # include      <curses.h>
 # include      "deck.h"
 # include      "cribbage.h"