document distributed with 4.3BSD
[unix-history] / usr / src / lib / libcurses / touchwin.c
index 9b675db..81d2453 100644 (file)
@@ -1,9 +1,18 @@
+/*
+ * 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[] = "@(#)touchwin.c 5.1 (Berkeley) %G%";
+#endif not lint
+
 # include      "curses.ext"
 
 /*
  * make it look like the whole window has been changed.
  *
 # include      "curses.ext"
 
 /*
  * make it look like the whole window has been changed.
  *
- * @(#)touchwin.c      1.3 (Berkeley) %G%
  */
 touchwin(win)
 register WINDOW        *win;
  */
 touchwin(win)
 register WINDOW        *win;