written by Kirk McKusick; add Berkeley specific copyright notice
[unix-history] / usr / src / usr.bin / pascal / libpc / PCLOSE.c
index 3cfe9be..5bc0af1 100644 (file)
@@ -1,6 +1,13 @@
-/* Copyright (c) 1979 Regents of the University of California */
+/*-
+ * Copyright (c) 1979 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ */
 
 
-static char sccsid[] = "@(#)PCLOSE.c 1.6 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)PCLOSE.c   1.7 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * Close all files associated with the topmost stack frame.
 
 /*
  * Close all files associated with the topmost stack frame.