Add/update copyright notice in all source code files.
[mmh] / uip / scan.c
index cbd9277..1612717 100644 (file)
@@ -3,12 +3,17 @@
  * scan.c -- display a one-line "scan" listing of folder or messages
  *
  * $Id$
+ *
+ * This code is Copyright (c) 2002, by the authors of nmh.  See the
+ * COPYRIGHT file in the root directory of the nmh distribution for
+ * complete copyright information.
  */
 
 #include <h/mh.h>
 #include <h/fmt_scan.h>
 #include <h/scansbr.h>
-#include <zotnet/tws/tws.h>
+#include <h/tws.h>
+#include <h/mts.h>
 #include <errno.h>
 
 /*
@@ -42,7 +47,7 @@ static struct swit switches[] = {
 #define VERSIONSW 10
     { "version", 0 },
 #define        HELPSW  11
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };