BSD 4_3 release
[unix-history] / usr / src / usr.lib / libcurses / mvscanw.c
index 0fa40d5..203ab67 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[] = "@(#)mvscanw.c  5.1 (Berkeley) 6/7/85";
+#endif not lint
+
 # include      "curses.ext"
 
 /*
  * implement the mvscanw commands.  Due to the variable number of
  * arguments, they cannot be macros.  Another sigh....
  *
 # include      "curses.ext"
 
 /*
  * implement the mvscanw commands.  Due to the variable number of
  * arguments, they cannot be macros.  Another sigh....
  *
- * 5/17/83 (Berkeley) @(#)mvscanw.c    1.2
  */
 
 mvscanw(y, x, fmt, args)
  */
 
 mvscanw(y, x, fmt, args)