Add/update copyright notice in all source code files.
[mmh] / uip / burst.c
index d367b97..6b9be83 100644 (file)
@@ -3,6 +3,10 @@
  * burst.c -- explode digests into individual 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>
@@ -23,7 +27,7 @@ static struct swit switches[] = {
 #define VERSIONSW 6
     { "version", 0 },
 #define        HELPSW  7
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };