Add copyright
[unix-history] / usr / src / games / cribbage / Makefile
index 5baa120..4a6c9f2 100644 (file)
@@ -1,7 +1,11 @@
 #
 #
-# make file for cribbage
+# Copyright (c) 1980 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
 #
 #
-# @(#)Makefile 1.3 (Berkeley) %G%
+# make file for cribbage
 #
 HDRS=  cribbage.h deck.h cribcur.h
 OBJS=  extern.o crib.o support.o cards.o score.o io.o
 #
 HDRS=  cribbage.h deck.h cribcur.h
 OBJS=  extern.o crib.o support.o cards.o score.o io.o