Add/update copyright notice in all source code files.
[mmh] / uip / rcvdist.c
index 922670b..fd6f81c 100644 (file)
@@ -3,12 +3,17 @@
  * rcvdist.c -- asynchronously redistribute 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/rcvmail.h>
-#include <zotnet/tws/tws.h>
+#include <h/tws.h>
+#include <h/mts.h>
 
 static struct swit switches[] = {
 #define        FORMSW       0
@@ -16,7 +21,7 @@ static struct swit switches[] = {
 #define VERSIONSW    1
     { "version", 0 },
 #define        HELPSW       2
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };