document distributed with 4.1BSD
[unix-history] / usr / src / lib / libcurses / printw.c
index 3eceee6..3b216e4 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[] = "@(#)printw.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 /*
  * printw and friends
  *
 /*
  * printw and friends
  *
- * @(#)printw.c        1.2 (Berkeley) %G%
  */
 
 # include      "curses.ext"
  */
 
 # include      "curses.ext"