document distributed with 4.1BSD
[unix-history] / usr / src / lib / libcurses / endwin.c
index d9df082..033dc99 100644 (file)
@@ -1,7 +1,16 @@
+/*
+ * 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[] = "@(#)endwin.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * Clean things up before exiting
  *
 /*
  * Clean things up before exiting
  *
- * %G% (Berkeley) %W
  */
 
 # include      "curses.ext"
  */
 
 # include      "curses.ext"