Add/update copyright notice in all source code files.
authorKen Hornstein <kenh@pobox.com>
Tue, 2 Jul 2002 22:09:12 +0000 (22:09 +0000)
committerKen Hornstein <kenh@pobox.com>
Tue, 2 Jul 2002 22:09:12 +0000 (22:09 +0000)
175 files changed:
COPYRIGHT
config/config.c
mts/smtp/hosts.c
mts/smtp/smtp.c
sbr/add.c
sbr/addrsbr.c
sbr/ambigsw.c
sbr/atooi.c
sbr/brkstring.c
sbr/check_charset.c
sbr/client.c
sbr/closefds.c
sbr/concat.c
sbr/context_del.c
sbr/context_find.c
sbr/context_foil.c
sbr/context_read.c
sbr/context_replace.c
sbr/context_save.c
sbr/copy.c
sbr/copyip.c
sbr/cpydata.c
sbr/cpydgst.c
sbr/discard.c
sbr/done.c
sbr/dtime.c
sbr/error.c
sbr/fdcompare.c
sbr/fmt_addr.c
sbr/fmt_compile.c
sbr/fmt_def.c
sbr/fmt_new.c
sbr/fmt_rfc2047.c
sbr/fmt_scan.c
sbr/folder_addmsg.c
sbr/folder_delmsgs.c
sbr/folder_free.c
sbr/folder_pack.c
sbr/folder_read.c
sbr/folder_realloc.c
sbr/gans.c
sbr/getans.c
sbr/getanswer.c
sbr/getarguments.c
sbr/getcpy.c
sbr/getfolder.c
sbr/lock_file.c
sbr/m_atoi.c
sbr/m_backup.c
sbr/m_convert.c
sbr/m_draft.c
sbr/m_getfld.c
sbr/m_gmprot.c
sbr/m_maildir.c
sbr/m_msgdef.c
sbr/m_name.c
sbr/m_scratch.c
sbr/m_tmpfil.c
sbr/makedir.c
sbr/mf.c
sbr/mts.c
sbr/path.c
sbr/peekc.c
sbr/pidstatus.c
sbr/pidwait.c
sbr/print_help.c
sbr/print_sw.c
sbr/print_version.c
sbr/push.c
sbr/putenv.c
sbr/pwd.c
sbr/r1bindex.c
sbr/readconfig.c
sbr/refile.c
sbr/remdir.c
sbr/seq_add.c
sbr/seq_bits.c
sbr/seq_del.c
sbr/seq_getnum.c
sbr/seq_list.c
sbr/seq_nameok.c
sbr/seq_print.c
sbr/seq_read.c
sbr/seq_save.c
sbr/seq_setcur.c
sbr/seq_setprev.c
sbr/seq_setunseen.c
sbr/showfile.c
sbr/signals.c
sbr/smatch.c
sbr/snprintb.c
sbr/ssequal.c
sbr/strcasecmp.c
sbr/strdup.c
sbr/strerror.c
sbr/strindex.c
sbr/trimcpy.c
sbr/uprf.c
sbr/vfgets.c
uip/ali.c
uip/aliasbr.c
uip/anno.c
uip/annosbr.c
uip/ap.c
uip/burst.c
uip/comp.c
uip/conflict.c
uip/dist.c
uip/distsbr.c
uip/dp.c
uip/dropsbr.c
uip/fmtdump.c
uip/folder.c
uip/forw.c
uip/ftpsbr.c
uip/inc.c
uip/install-mh.c
uip/mark.c
uip/mhbuild.c
uip/mhbuildsbr.c
uip/mhcachesbr.c
uip/mhfree.c
uip/mhl.c
uip/mhlist.c
uip/mhlistsbr.c
uip/mhlsbr.c
uip/mhmail.c
uip/mhmisc.c
uip/mhn.c
uip/mhoutsbr.c
uip/mhparam.c
uip/mhparse.c
uip/mhpath.c
uip/mhshow.c
uip/mhshowsbr.c
uip/mhstore.c
uip/mhstoresbr.c
uip/mhtest.c
uip/msgchk.c
uip/msh.c
uip/mshcmds.c
uip/packf.c
uip/pick.c
uip/picksbr.c
uip/popi.c
uip/popsbr.c
uip/post.c
uip/prompter.c
uip/rcvdist.c
uip/rcvpack.c
uip/rcvstore.c
uip/rcvtty.c
uip/refile.c
uip/repl.c
uip/replsbr.c
uip/rmf.c
uip/rmm.c
uip/scan.c
uip/scansbr.c
uip/send.c
uip/sendsbr.c
uip/show.c
uip/slocal.c
uip/sortm.c
uip/spost.c
uip/termsbr.c
uip/viamail.c
uip/vmh.c
uip/vmhsbr.c
uip/vmhtest.c
uip/whatnow.c
uip/whatnowproc.c
uip/whatnowsbr.c
uip/whom.c
uip/wmh.c

index 5734c15..07872da 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,9 @@
-Copyright (c) 2000, the authors of nmh
+Copyright (c) 2002, the authors of nmh
 All rights reserved.
 
+Definition: The "authors of nmh" includes anyone, past or present, who has
+worked on the nmh source code.
+
 Redistribution and use in source and binary forms, with or without modification,
 are permitted provided that the following conditions are met:
 
index 2a01c1b..8a613b6 100644 (file)
@@ -3,6 +3,10 @@
  * config.c -- master nmh configuration file
  *
  * $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>
index 4b3d606..263bcef 100644 (file)
@@ -3,6 +3,10 @@
  * hosts.c -- find out the official name of a host
  *
  * $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.
  */
 
 /*
index 6de440f..ca56781 100644 (file)
@@ -2,6 +2,10 @@
  * smtp.c -- nmh SMTP interface
  *
  * $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>
index f38110f..f977c27 100644 (file)
--- a/sbr/add.c
+++ b/sbr/add.c
@@ -8,6 +8,10 @@
  *       -- malloc'ed memory.  Then free "s1".
  *
  * $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>
index 545d397..cf941dc 100644 (file)
@@ -3,6 +3,10 @@
  * addrsbr.c -- parse addresses 822-style
  *
  * $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>
index 48b7328..53c8da1 100644 (file)
@@ -3,6 +3,10 @@
  * ambigsw.c -- report an ambiguous switch
  *
  * $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>
index ab58cb4..353a5c1 100644 (file)
@@ -3,6 +3,10 @@
  * atooi.c -- octal version of atoi()
  *
  * $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>
index 715aaf5..27f187e 100644 (file)
@@ -4,6 +4,10 @@
  *             -- an array of substrings
  *
  * $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>
index e16f360..5d98774 100644 (file)
@@ -3,6 +3,10 @@
  * check_charset.c -- routines for character sets
  *
  * $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>
index eb2ffd5..a7ab764 100644 (file)
@@ -3,6 +3,10 @@
  * client.c -- connect to a server
  *
  * $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>
index 86f91a7..191bd31 100644 (file)
@@ -3,6 +3,10 @@
  * closefds.c -- close-up fd's
  *
  * $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>
index 939a484..a338835 100644 (file)
@@ -4,6 +4,10 @@
  *             of strings in managed memory
  *
  * $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>
index 702c15d..e55d683 100644 (file)
@@ -3,6 +3,10 @@
  * context_del.c -- delete an entry from the context/profile list
  *
  * $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>
index 1e32401..96f28f9 100644 (file)
@@ -3,6 +3,10 @@
  * context_find.c -- find an entry in the context/profile list
  *
  * $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>
index 208c45e..9b3f7eb 100644 (file)
@@ -3,6 +3,10 @@
  * context_foil.c -- foil search of profile and context
  *
  * $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>
index d2836ba..49b4fc3 100644 (file)
@@ -3,6 +3,10 @@
  * context_read.c -- find and read profile and context files
  *
  * $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>
index 435127b..541253d 100644 (file)
@@ -3,6 +3,10 @@
  * context_replace.c -- add/replace an entry in the context/profile list
  *
  * $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>
index b3f8168..58d1745 100644 (file)
@@ -3,6 +3,10 @@
  * context_save.c -- write out the updated context file
  *
  * $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>
index 577e811..52989aa 100644 (file)
@@ -3,6 +3,10 @@
  * copy.c -- copy a string and return pointer to NULL terminator
  *
  * $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>
index 8d7b6f5..93ff5e8 100644 (file)
@@ -3,6 +3,10 @@
  * copyip.c -- copy a string array and return pointer to end
  *
  * $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>
index a8c3375..c3ca3ed 100644 (file)
@@ -3,6 +3,10 @@
  * cpydata.c -- copy all data from one fd to another
  *
  * $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>
index 068fb6e..a1a887a 100644 (file)
@@ -4,6 +4,10 @@
  *           -- (do dashstuffing of input data).
  *
  * $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>
index fffc0fa..7c132ce 100644 (file)
@@ -3,6 +3,10 @@
  * discard.c -- discard output on a file pointer
  *
  * $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>
index b5072a6..cf2e308 100644 (file)
@@ -3,6 +3,10 @@
  * done.c -- terminate the program
  *
  * $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>
index 3a37fe3..e485dfd 100644 (file)
@@ -3,6 +3,10 @@
  * dtime.c -- time/date routines
  *
  * $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>   /* for snprintf() */
index 41f031a..299e3a6 100644 (file)
@@ -3,6 +3,10 @@
  * error.c -- main error handling routines
  *
  * $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>
index 3956a7b..6a45da6 100644 (file)
@@ -3,6 +3,10 @@
  * fdcompare.c -- are two files identical?
  *
  * $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>
index 150aa73..2e4bff6 100644 (file)
@@ -3,6 +3,10 @@
  * fmt_addr.c -- format an address field (from fmt_scan)
  *
  * $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>
index 6baabdc..4c64b9c 100644 (file)
@@ -3,6 +3,10 @@
  * fmt_compile.c -- "compile" format strings for fmt_scan
  *
  * $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>
index e3384e8..478a466 100644 (file)
@@ -3,6 +3,10 @@
  * fmt_def.c -- some defines for sbr/fmt_scan.c
  *
  * $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/addrsbr.h>
index 003ec2b..effd06f 100644 (file)
@@ -3,6 +3,10 @@
  * fmt_new.c -- read format file/string and normalize
  *
  * $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>
index a9c3d0b..b4bf4eb 100644 (file)
@@ -3,6 +3,10 @@
  * fmt_rfc2047.c -- decode RFC-2047 header format 
  *
  * $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>
index 4f9078a..5dc7f22 100644 (file)
@@ -3,6 +3,10 @@
  * fmt_scan.c -- format string interpretation
  *
  * $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>
index 6858f4d..16f4cc5 100644 (file)
@@ -3,6 +3,10 @@
  * folder_addmsg.c -- Link message into folder
  *
  * $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>
index e5374b5..3d2e549 100644 (file)
@@ -3,6 +3,10 @@
  * folder_delmsgs.c -- "remove" SELECTED messages from a folder
  *
  * $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>
index 1c1051d..f06bbf5 100644 (file)
@@ -3,6 +3,10 @@
  * folder_free.c -- free a folder/message structure
  *
  * $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>
index 05365a8..7a661a5 100644 (file)
@@ -4,6 +4,10 @@
  *               -- into a contiguous range from 1 to n.
  *
  * $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>
index 0d01293..b5b3f9d 100644 (file)
@@ -3,6 +3,10 @@
  * folder_read.c -- initialize folder structure and read folder
  *
  * $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>
index f3130f1..f3d99ba 100644 (file)
@@ -3,6 +3,10 @@
  * folder_realloc.c -- realloc a folder/msgs structure
  *
  * $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>
index dcfb316..c0804cd 100644 (file)
@@ -3,6 +3,10 @@
  * gans.c -- get an answer from the user
  *
  * $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>
index 987ed3c..80eeb71 100644 (file)
@@ -3,6 +3,10 @@
  * getans.c -- get an answer from the user and return a string array
  *
  * $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>
index f38a834..d0ec6f8 100644 (file)
@@ -1,6 +1,10 @@
 
 /*
  * getanswer.c -- get a yes/no answer from the user
+ *
+ * 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>
index 1c61d9b..89b57c1 100644 (file)
@@ -3,6 +3,10 @@
  * getarguments.c -- Get the argument vector ready to go.
  *
  * $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>
index 07bc365..f23641d 100644 (file)
@@ -7,6 +7,10 @@
  * CHANGING PARTS OF THE CODE TO DEAL WITH NULL VALUES.
  *
  * $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>
index 21db9a9..544a144 100644 (file)
@@ -3,6 +3,10 @@
  * getfolder.c -- get the current or default folder
  *
  * $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>
index 2cb6bdc..7280464 100644 (file)
@@ -3,6 +3,10 @@
  * lock.c -- routines to lock/unlock files
  *
  * $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.
  */
 
 /* Modified by Ruud de Rooij to support Miquel van Smoorenburg's liblockfile
index b1b5133..221ff0c 100644 (file)
@@ -5,6 +5,10 @@
  *          -- contains any non-digit characters, then return 0.
  *
  * $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>
index aa9edc8..86696db 100644 (file)
@@ -3,6 +3,10 @@
  * m_backup.c -- construct a backup file
  *
  * $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>
index e9a5d18..8acfb1a 100644 (file)
@@ -3,6 +3,10 @@
  * m_convert.c -- parse a message range or sequence and set SELECTED
  *
  * $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>
index 712e173..6782c34 100644 (file)
@@ -3,6 +3,10 @@
  * m_draft.c -- construct the name of a draft message
  *
  * $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>
index 8a18e78..1332405 100644 (file)
@@ -3,6 +3,10 @@
  * m_getfld.c -- read/parse a message
  *
  * $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>
index 3f54c45..d7aec6f 100644 (file)
@@ -3,6 +3,10 @@
  * m_gmprot.c -- return the msg-protect value
  *
  * $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>
index 11c6ee3..441ca50 100644 (file)
@@ -3,6 +3,10 @@
  * m_maildir.c -- get the path for the mail directory
  *
  * $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>
index 89e0f29..96f54f0 100644 (file)
@@ -3,6 +3,10 @@
  * m_msgdef.c -- some defines for sbr/m_getfld.c
  *
  * $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>
index dd8303e..2c403d0 100644 (file)
@@ -3,6 +3,10 @@
  * m_name.c -- return a message number as a string
  *
  * $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>
index 70a2c92..30601f1 100644 (file)
@@ -3,6 +3,10 @@
  * m_scratch.c -- construct a scratch file
  *
  * $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>
index bac70b0..907c624 100644 (file)
@@ -3,6 +3,10 @@
  * m_tmpfil.c -- construct a temporary file
  *
  * $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>
index ec859cc..523feb6 100644 (file)
@@ -3,6 +3,10 @@
  * makedir.c -- make a directory
  *
  * $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.
  */
 
 /*
index c795910..cb3e6e4 100644 (file)
--- a/sbr/mf.c
+++ b/sbr/mf.c
@@ -3,6 +3,10 @@
  * mf.c -- mail filter subroutines
  *
  * $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/mf.h>
index 551fd1f..40d4e27 100644 (file)
--- a/sbr/mts.c
+++ b/sbr/mts.c
@@ -3,6 +3,10 @@
  * mts.c -- definitions for the mail transport system
  *
  * $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>   /* for snprintf() */
index df5d963..0ae27d3 100644 (file)
@@ -3,6 +3,10 @@
  * path.c -- return a pathname
  *
  * $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>
index d77039b..a687e69 100644 (file)
@@ -3,6 +3,10 @@
  * peekc.c -- peek at the next character in a stream
  *
  * $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>
index aa66464..7991d59 100644 (file)
@@ -3,6 +3,10 @@
  * pidstatus.c -- report child's status
  *
  * $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>
index 20b1fb5..a1555bb 100644 (file)
@@ -3,6 +3,10 @@
  * pidwait.c -- wait for child to exit
  *
  * $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>
index 1ceeb85..1774455 100644 (file)
@@ -4,6 +4,10 @@
  *              -- profile/context entries for this command
  *
  * $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>
index c9c1159..426724b 100644 (file)
@@ -3,6 +3,10 @@
  * print_sw.c -- print switches
  *
  * $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>
index 1b37b1e..b3300a9 100644 (file)
@@ -3,6 +3,10 @@
  * print_version.c -- print a version string
  *
  * $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>
index 05c3942..82b85b0 100644 (file)
@@ -3,6 +3,10 @@
  * push.c -- push a fork into the background
  *
  * $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>
index 2c6af0d..649b015 100644 (file)
@@ -3,6 +3,10 @@
  * putenv.c -- (un)set an envariable
  *
  * $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>
index 0036d20..6a8b77f 100644 (file)
--- a/sbr/pwd.c
+++ b/sbr/pwd.c
@@ -3,6 +3,10 @@
  * pwd.c -- return the current working directory
  *
  * $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>
index 087ed78..92e152d 100644 (file)
@@ -6,6 +6,10 @@
  *            -- pointer will be at the beginning of the string.
  *
  * $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>
index 9cd128e..9e0382e 100644 (file)
@@ -4,6 +4,10 @@
  *              -- such as nmh profile, context file, or mhn.defaults.
  *
  * $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>
index 17c6715..dc068fe 100644 (file)
@@ -4,6 +4,10 @@
  *          -- msg or draft into another folder
  *
  * $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>
index 4ef1649..627ff3f 100644 (file)
@@ -3,6 +3,10 @@
  * remdir.c -- remove a directory
  *
  * $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>
index b586fc3..ff3e23a 100644 (file)
@@ -3,6 +3,10 @@
  * seq_add.c -- add message(s) to a sequence
  *
  * $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>
index b0f6e6c..56bd2ec 100644 (file)
@@ -3,6 +3,10 @@
  * seq_bits.c -- return the snprintb() string for a sequence
  *
  * $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>
index ed70c5d..67a93bb 100644 (file)
@@ -3,6 +3,10 @@
  * seq_del.c -- delete message(s) from a sequence
  *
  * $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>
index c44f177..aa9d57d 100644 (file)
@@ -4,6 +4,10 @@
  *              -- return -1 if sequence doesn't exist
  *
  * $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>
index afa8671..8a44069 100644 (file)
@@ -4,6 +4,10 @@
  *            -- as a space separated list of message ranges.
  *
  * $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>
index 66319b5..0eeddb3 100644 (file)
@@ -3,6 +3,10 @@
  * seq_nameok.c -- check if a sequence name is ok
  *
  * $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>
index ee34fd9..81a1f5c 100644 (file)
@@ -3,6 +3,10 @@
  * seq_print.c -- Routines to print sequence information.
  *
  * $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>
index 649a360..b1dc3a5 100644 (file)
@@ -4,6 +4,10 @@
  *            -- initialize sequence information
  *
  * $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>
index e0f42ae..6366e5e 100644 (file)
@@ -4,6 +4,10 @@
  *            -- 2) save public sequences
  *
  * $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>
index 7e7acba..4219572 100644 (file)
@@ -3,6 +3,10 @@
  * seq_setcur.c -- set the current message ("cur" sequence) for a folder
  *
  * $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>
index e5161c5..fdffa95 100644 (file)
@@ -3,6 +3,10 @@
  * seq_setprev.c -- set the Previous-Sequence
  *
  * $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>
index 906b0ac..022982e 100644 (file)
@@ -4,6 +4,10 @@
  *                 -- bit set to/from the Unseen-Sequence
  *
  * $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>
index 7ed13ca..c099c1c 100644 (file)
@@ -3,6 +3,10 @@
  * showfile.c -- invoke the `lproc' command
  *
  * $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>
index a8c12d6..9f5f379 100644 (file)
@@ -3,6 +3,10 @@
  * signals.c -- general signals interface for nmh
  *
  * $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>
index 54ff550..1a104ad 100644 (file)
@@ -3,6 +3,10 @@
  * smatch.c -- match a switch (option)
  *
  * $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>
index 06140c8..558c2cf 100644 (file)
@@ -3,6 +3,10 @@
  * snprintb.c -- snprintf a %b string
  *
  * $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>
index dd5c097..615404a 100644 (file)
@@ -3,6 +3,10 @@
  * ssequal.c -- check if a string is a substring of another
  *
  * $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>
index bbb26cb..f0358bd 100644 (file)
@@ -3,6 +3,10 @@
  * strcasecmp.c -- compare strings, ignoring case
  *
  * $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>
index 18df010..486b36a 100644 (file)
@@ -3,6 +3,10 @@
  * strdup.c -- duplicate a string
  *
  * $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>
index d780955..ce78ada 100644 (file)
@@ -3,6 +3,10 @@
  * strerror.c -- get error message string
  *
  * $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>
index 03910fd..51cbe7c 100644 (file)
@@ -3,6 +3,10 @@
  * strindex.c -- "unsigned" lexical index
  *
  * $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>
index d135548..c341f00 100644 (file)
@@ -5,6 +5,10 @@
  *           -- then return a copy.
  *
  * $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>
index 7adc321..dedb0e5 100644 (file)
@@ -3,6 +3,10 @@
  * uprf.c -- "unsigned" lexical prefix
  *
  * $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>
index 52a8e74..39cfaa2 100644 (file)
@@ -3,6 +3,10 @@
  * vfgets.c -- virtual fgets
  *
  * $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>
index 7cffc50..c600387 100644 (file)
--- a/uip/ali.c
+++ b/uip/ali.c
@@ -3,6 +3,10 @@
  * ali.c -- list nmh mail aliases
  *
  * $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>
index b3c4b22..19f204f 100644 (file)
@@ -3,6 +3,10 @@
  * aliasbr.c -- new aliasing mechanism
  *
  * $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>
index bf0e9ca..ea60e6d 100644 (file)
@@ -3,6 +3,10 @@
  * anno.c -- annotate 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>
index e255a7b..e250c1a 100644 (file)
@@ -3,6 +3,10 @@
  * annosbr.c -- prepend annotation to 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>
index 843ece4..85683f9 100644 (file)
--- a/uip/ap.c
+++ b/uip/ap.c
@@ -3,6 +3,10 @@
  * ap.c -- parse addresses 822-style
  *
  * $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>
index 4f654fb..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>
index 7e74138..1aca23a 100644 (file)
@@ -3,6 +3,10 @@
  * comp.c -- compose a message
  *
  * $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>
index dde0602..32b1613 100644 (file)
@@ -3,6 +3,10 @@
  * conflict.c -- check for conflicts in mail system
  *
  * $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>
index 58ca45e..4b6ce69 100644 (file)
@@ -3,6 +3,10 @@
  * dist.c -- re-distribute a message
  *
  * $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>
index be2716b..bda98c8 100644 (file)
@@ -3,6 +3,10 @@
  * distsbr.c -- routines to do additional "dist-style" processing
  *
  * $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>
index 687d4c4..c20e1ac 100644 (file)
--- a/uip/dp.c
+++ b/uip/dp.c
@@ -3,6 +3,10 @@
  * dp.c -- parse dates 822-style
  *
  * $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>
index 45d5c28..212d162 100644 (file)
@@ -3,6 +3,10 @@
  * dropsbr.c -- create/read/manipulate mail drops
  *
  * $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/nmh.h>
index baab475..cc0bc70 100644 (file)
@@ -3,6 +3,10 @@
  * fmtdump.c -- compile format file and dump out instructions
  *
  * $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>
index c16dd96..2cc9bde 100644 (file)
@@ -5,6 +5,10 @@
  *             -- list the folder stack
  *
  * $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>
index 661a084..e842d26 100644 (file)
@@ -3,6 +3,10 @@
  * forw.c -- forward a message, or group of 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>
index 525554e..9c118a5 100644 (file)
@@ -3,6 +3,10 @@
  * ftpsbr.c -- simple FTP client library
  *
  * $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>
index 7475d5e..7886411 100644 (file)
--- a/uip/inc.c
+++ b/uip/inc.c
@@ -3,6 +3,10 @@
  * inc.c -- incorporate messages from a maildrop into a folder
  *
  * $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.
  */
 
 #ifdef MAILGROUP
index 7b2ef2a..ff50d35 100644 (file)
@@ -3,6 +3,10 @@
  * install-mh.c -- initialize the nmh environment of a new user
  *
  * $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>
index e53b3d5..aeed866 100644 (file)
@@ -5,6 +5,10 @@
  *        -- list sequences in given folder
  *
  * $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>
index 0822788..2b0ad1a 100644 (file)
@@ -3,6 +3,10 @@
  * mhbuild.c -- expand/translate MIME composition files
  *
  * $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>
index ed330e3..58104a5 100644 (file)
@@ -3,6 +3,10 @@
  * mhbuildsbr.c -- routines to expand/translate MIME composition files
  *
  * $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.
  */
 
 /*
index 712ec04..ece5943 100644 (file)
@@ -3,6 +3,10 @@
  * mhcachesbr.c -- routines to manipulate the MIME content cache
  *
  * $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>
index aef86cd..5751801 100644 (file)
@@ -4,6 +4,10 @@
  *          -- represent MIME 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>
index 33e9f3f..03eb49e 100644 (file)
--- a/uip/mhl.c
+++ b/uip/mhl.c
@@ -3,6 +3,10 @@
  * mhl.c -- the nmh message listing program
  *
  * $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>
index 856bfc5..10ba1e4 100644 (file)
@@ -3,6 +3,10 @@
  * mhlist.c -- list the contents of MIME 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>
index 2a91eac..dd6d855 100644 (file)
@@ -4,6 +4,10 @@
  *             -- contents of MIME 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>
index f22303b..d707ed1 100644 (file)
@@ -3,6 +3,10 @@
  * mhlsbr.c -- main routines for nmh message lister
  *
  * $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>
index 5171f4e..d74a7f1 100644 (file)
@@ -3,6 +3,10 @@
  * mhmail.c -- simple mail program
  *
  * $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>
index 80ebcbb..2a1672e 100644 (file)
@@ -3,6 +3,10 @@
  * mhparse.c -- misc routines to process MIME 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>
index 601ce5f..c6d5c77 100644 (file)
--- a/uip/mhn.c
+++ b/uip/mhn.c
@@ -3,6 +3,10 @@
  * mhn.c -- display, list, cache, or store the contents of MIME 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>
index 5ed9b97..0c4c2be 100644 (file)
@@ -4,6 +4,10 @@
  *            -- given a Content structure
  *
  * $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>
index ece8c3c..5e5e006 100644 (file)
@@ -6,6 +6,10 @@
  * Jeffrey C Honig <Jeffrey_C_Honig@cornell.edu>
  *
  * $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>
index 2511f85..a31bf94 100644 (file)
@@ -3,6 +3,10 @@
  * mhparse.c -- routines to parse the contents of MIME 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>
index 5c2ac31..d3dcc67 100644 (file)
@@ -3,6 +3,10 @@
  * mhpath.c -- print full pathnames of nmh messages and folders
  *
  * $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>
index abb399c..4496590 100644 (file)
@@ -3,6 +3,10 @@
  * mhshow.c -- display the contents of MIME 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>
index 4899939..d7d4d14 100644 (file)
@@ -3,6 +3,10 @@
  * mhshowsbr.c -- routines to display the contents of MIME 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>
index 2de12bc..4bfc676 100644 (file)
@@ -3,6 +3,10 @@
  * mhstore.c -- store the contents of MIME 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>
index 9f840dd..d91b7b4 100644 (file)
@@ -3,6 +3,10 @@
  * mhstoresbr.c -- routines to save/store the contents of MIME 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>
index f10216f..a7d2d38 100644 (file)
@@ -3,6 +3,10 @@
  * mhtest.c -- test harness for MIME routines
  *
  * $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>
index 3616ea8..3b9bc74 100644 (file)
@@ -3,6 +3,10 @@
  * msgchk.c -- check for mail
  *
  * $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>
index 2eda3b2..0c9c8e0 100644 (file)
--- a/uip/msh.c
+++ b/uip/msh.c
@@ -3,6 +3,10 @@
  * msh.c -- The nmh shell
  *
  * $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.
  */
 
 /*
index d2d0ad7..3548b7e 100644 (file)
@@ -3,6 +3,10 @@
  * mshcmds.c -- command handlers in msh
  *
  * $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>
index 42e6694..a38f795 100644 (file)
@@ -3,6 +3,10 @@
  * packf.c -- pack a nmh folder into a file
  *
  * $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>
index 72d97d6..65a9091 100644 (file)
@@ -3,6 +3,10 @@
  * pick.c -- search for messages by content
  *
  * $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>
index ebebf6c..71ae644 100644 (file)
@@ -3,6 +3,10 @@
  * picksbr.c -- routines to help pick along...
  *
  * $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>
index 1dc74a3..afdd4fb 100644 (file)
@@ -3,6 +3,10 @@
  * popi.c -- POP initiator for MPOP
  *
  * $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>
index 3ee198b..577a4b0 100644 (file)
@@ -2,6 +2,10 @@
  * popsbr.c -- POP client subroutines
  *
  * $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>
index 37db5f9..32888e6 100644 (file)
@@ -3,6 +3,10 @@
  * post.c -- enter messages into the mail transport system
  *
  * $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>
index 79e0eb7..bc194ff 100644 (file)
@@ -3,6 +3,10 @@
  * prompter.c -- simple prompting editor front-end
  *
  * $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>
index 867104a..fd6f81c 100644 (file)
@@ -3,6 +3,10 @@
  * 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>
index 1e85f80..410267b 100644 (file)
@@ -3,6 +3,10 @@
  * rcvpack.c -- append message to a file
  *
  * $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>
index 726ff9e..ca8789f 100644 (file)
@@ -3,6 +3,10 @@
  * rcvstore.c -- asynchronously add mail to a folder
  *
  * $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>
index cf54134..12b73e7 100644 (file)
@@ -3,6 +3,10 @@
  * rcvtty.c -- a rcvmail program (a lot like rcvalert) handling IPC ttys
  *
  * $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.
  */
 
 /* Changed to use getutent() and friends.  Assumes that when getutent() exists,
index f484ccb..9e1ed20 100644 (file)
@@ -4,6 +4,10 @@
  *          -- into one or more destination folders
  *
  * $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>
index f6d32d3..b1c0782 100644 (file)
@@ -3,6 +3,10 @@
  * repl.c -- reply to a message
  *
  * $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>
index 7515f11..1ea411c 100644 (file)
@@ -3,6 +3,10 @@
  * replsbr.c -- routines to help repl along...
  *
  * $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>
index 233a7bf..fccbb09 100644 (file)
--- a/uip/rmf.c
+++ b/uip/rmf.c
@@ -3,6 +3,10 @@
  * rmf.c -- remove a folder
  *
  * $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>
index 3523601..a18c278 100644 (file)
--- a/uip/rmm.c
+++ b/uip/rmm.c
@@ -3,6 +3,10 @@
  * rmm.c -- remove a message(s)
  *
  * $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>
index 56980e9..1612717 100644 (file)
@@ -3,6 +3,10 @@
  * 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>
index 6fd4bb3..c04e8c7 100644 (file)
@@ -3,6 +3,10 @@
  * scansbr.c -- routines to help scan along...
  *
  * $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>
index bf689f0..ec81aaa 100644 (file)
@@ -3,6 +3,10 @@
  * send.c -- send a composed message
  *
  * $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>
index 2c2e3a6..b055bb0 100644 (file)
@@ -3,6 +3,10 @@
  * sendsbr.c -- routines to help WhatNow/Send along
  *
  * $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>
index d656bf9..1137c39 100644 (file)
@@ -3,6 +3,10 @@
  * show.c -- show/list 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>
index ce806dc..74f1b57 100644 (file)
@@ -3,6 +3,10 @@
  * slocal.c -- asynchronously filter and deliver new mail
  *
  * $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.
  */
 
 /*
index d64f8be..4b348cf 100644 (file)
@@ -3,6 +3,10 @@
  * sortm.c -- sort messages in a folder by date/time
  *
  * $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>
index 78c300c..4930cbb 100644 (file)
@@ -6,6 +6,10 @@
  * when "sendmail" is the transport system.
  *
  * $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>
index 556158d..421c367 100644 (file)
@@ -3,6 +3,10 @@
  * termsbr.c -- termcap support
  *
  * $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>
index 9f79a2e..de0e950 100644 (file)
@@ -3,6 +3,10 @@
  * viamail.c -- send multiple files in a MIME message
  *
  * $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>
index 2c2f6b5..8267f01 100644 (file)
--- a/uip/vmh.c
+++ b/uip/vmh.c
@@ -3,6 +3,10 @@
  * vmh.c -- visual front-end to nmh
  *
  * $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>
index cc92b49..8ee1e49 100644 (file)
@@ -3,6 +3,10 @@
  * vmhsbr.c -- routines to help vmh along
  *
  * $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.
  */
 
 /*
index 96676fd..4093c38 100644 (file)
@@ -3,6 +3,10 @@
  * vmhtest.c -- test out vmh protocol
  *
  * $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>
index 0033f8b..d995426 100644 (file)
@@ -3,6 +3,10 @@
  * whatnow.c -- the nmh `WhatNow' shell
  *
  * $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>
index 7f88fc4..cd21502 100644 (file)
@@ -3,6 +3,10 @@
  * whatnowproc.c -- exec the "whatnowproc"
  *
  * $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>
index cf57792..ab98074 100644 (file)
@@ -3,6 +3,10 @@
  * whatnowsbr.c -- the WhatNow shell
  *
  * $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>
index 5d7172e..d04ef27 100644 (file)
@@ -3,6 +3,10 @@
  * whom.c -- report to whom a message would be sent
  *
  * $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>
index cd1ffaa..c69363a 100644 (file)
--- a/uip/wmh.c
+++ b/uip/wmh.c
@@ -3,6 +3,10 @@
  * wmh.c -- window front-end to nmh
  *
  * $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.
  */
 
 /*