Chris's changes, plus some minor fixes
[unix-history] / usr / src / lib / libcurses / mvprintw.c
index 19549c0..8c66696 100644 (file)
@@ -1,10 +1,19 @@
+/*
+ * 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[] = "@(#)mvprintw.c 5.1 (Berkeley) %G%";
+#endif not lint
+
 # include      "curses.ext"
 
 /*
  * implement the mvprintw commands.  Due to the variable number of
  * arguments, they cannot be macros.  Sigh....
  *
 # include      "curses.ext"
 
 /*
  * implement the mvprintw commands.  Due to the variable number of
  * arguments, they cannot be macros.  Sigh....
  *
- * %G% (Berkeley) @(#)mvprintw.c       1.1
  */
 
 mvprintw(y, x, fmt, args)
  */
 
 mvprintw(y, x, fmt, args)