Ken Arnold edits for document distributed with 4.3BSD
[unix-history] / usr / src / lib / libcurses / scroll.c
index afc6645..6320e56 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[] = "@(#)scroll.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 # include      "curses.ext"
 
 /*
  *     This routine scrolls the window up a line.
  *
 # include      "curses.ext"
 
 /*
  *     This routine scrolls the window up a line.
  *
- * @(#)scroll.c        1.6 (Berkeley) %G%
  */
 scroll(win)
 register  WINDOW       *win;
  */
 scroll(win)
 register  WINDOW       *win;