]> git.marmaro.de Git - mmh/commitdiff
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 5734c15d8562ccff8e17bec9eed5e9ac3f2fd1a2..07872da8e2a47adeaa743dd4e88395cfa445fbbb 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 2a01c1bbb9a918e13a3b8da5cb9bd95a364e70f6..8a613b682cd2538cae7763bbb843c06900cf7a63 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 4b3d6069317ef291ec326c0830f95ea70f118047..263bcef374276fcd769fddaf071f2992db845599 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 6de440f7f3338b24f0ad359c8898205d94750c99..ca56781a637e73ff82df35ee7aec64181deb8f42 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 f38110f72c54d3f923edf4782f324c684318dfa1..f977c271d90d02ee1306610b5d9d06ff0b294dc0 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 545d39727ef14b5fe632c023e721e53587b77071..cf941dc5b6e30d555de2afa0b56b4c0aa3b7c2f1 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 48b7328ee8110f671cab31838c3bc20af2da5812..53c8da1a976f7ec1981ec84619dfc67199a16111 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 ab58cb46cb7693d531310335d2628efb4c0822e7..353a5c1566d5ea96356c5779d3056077636304b5 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 715aaf5e2b65a3bc394804861c9354e75c94ff68..27f187e2e72daaf9ff2b3a1b96e740a7977ee115 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 e16f3603aca71953308f000bcc58fe6e303619e2..5d98774c5e12e895b681ac8bfb25d3ec0169d8a5 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 eb2ffd51f270cc0040635b03f80f9af72a626a6f..a7ab764335a7f01ce23bd3cd4c691da281944830 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 86f91a7646ff366df2f6597ca3ccc3036b4b6dae..191bd3115114cd654e58c51305825dff2e91f1fe 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 939a484f4579fc5ef2f0c4f209126e5f8e2b60df..a338835b3386abd3ba57263db47f0db593823406 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 702c15d0be52b6653c5b15b82a976ff2dd4f7f84..e55d683be335d8be9b2db307c7167132fa77fc80 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 1e3240134e5426d76f86224fd37c62e58f32b175..96f28f9dc09f380715211915f915e7ff76c1515b 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 208c45e7af41372189e4b52960659fd728f5b929..9b3f7eb136bff71e38687cf26ece1067709e9fb8 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 d2836ba311c9553ff7d2647ce7848d06e0aceaf8..49b4fc36cba11828895fd6e75ad7f16f8785c210 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 435127b263e8c1276bbfd753f0a86a1cda3cfc53..541253db66309398b6591db84ebe7124ad184fc2 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 b3f8168bed12c7ec6d6f9ee940c577166c02011f..58d174516bd916687fabf3def67fc5d42be5d5dc 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 577e811ef2003ab65e094974a643d736783c9e86..52989aab36908dd7ffe1c73bc7d56dc8be166b10 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 8d7b6f54d11b4fd8e3a0c21463befbe956459b13..93ff5e84f2c4f3f40b7cc2e438df86b7c95fc69e 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 a8c33758890431cd224e507b1d2c8d2f3fa42765..c3ca3ed6e45b3c07fc09aef0adda512541df7130 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 068fb6e89190282d9a0b1193fece05648c3214f0..a1a887afe875f13af1f084306810430a81c1e95e 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 fffc0fa81825159f422e95da98b785e052f220f1..7c132ceb1ea77e398dd5b18a3bff4e0f2ab0e1aa 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 b5072a69bef5d6e9fb596b8fc1659c609bffee0d..cf2e3080ad668a39c81b1a546536fccad72e13b4 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 3a37fe35b801ccaf49852cca1034e811f0556647..e485dfd8cf6981a1d5e02a0871acd3171a0ac377 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 41f031a521f7b6ed3b35ee81bc17048562f5b31d..299e3a6206a0b2a6fdecdaeba68f8a1ceb06a458 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 3956a7b947625ab7735eda1a7f6d6bb8762a1b80..6a45da67c03d054c559185788aebd5a184ce1cb9 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 150aa73d2bd9027abe0d091d8232344164826883..2e4bff61ea835bee5cbd0133e17ef6c9bed37cd8 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 6baabdc76ebbe91c9ca1c4be8ee3b46d4a49441c..4c64b9c6aa405cd51a585864b5e40bb2676466c5 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 e3384e8b0f24052e78f71039522c310b32a9cfcc..478a466a16f0a5e7618cb1b32baa312fbf5c0b98 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 003ec2bc6461cb0b77a09e544addef8bf8b52e9e..effd06f1ae98323a93f3c81b97a64ef256897088 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 a9c3d0bd6232caac19d4cfa667d2977227654397..b4bf4eb893f194252c8753513d7a856d39f39fb6 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 4f9078a4318893f9f69fad49bedc2ddf16c66d49..5dc7f22c91269d2a71c6b273e057822f23dd7e33 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 6858f4db8d430ad4ad146cbec64d831a28332162..16f4cc523219299b49ce63540c420cb0c00093d8 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 e5374b5d601b9a29e98f1b83e0e546cb485f7d30..3d2e5497a68b45381965b3dbe66b7d524bef6666 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 1c1051defb6269c745ece51fa433b777e831a87f..f06bbf5ce44d3e202ec884bdd03f9bce1de2744e 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 05365a86a3a3b29a2a9c250f5a908c308ae7c5e1..7a661a5348f5fee65fb2d81d95fd8bc23fc9e41a 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 0d0129320158fcf21c808c466bb7c79a0fa8bc74..b5b3f9d58792eb8c769d135554d3f976bce38bdb 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 f3130f144f9b03674c02e7fb62b690422dc52672..f3d99ba7c38bc6650c4767bbb883692452c086b0 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 dcfb316c14914dcbde1b92744c753df72008dbe2..c0804cde062a70be090dd9c1baf9423ffdfab290 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 987ed3c8929c63fcc57ce4297a38bf468bb171f3..80eeb7108791496726c442d66f939adc27a23dad 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 f38a834fec668d30186a97ca6916783149764bb1..d0ec6f8ec566b0d5d454f8c973e62c0910cc69eb 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 1c61d9bb4e10830d69d40ed7f94f3f60de26b0ba..89b57c19240e3fe86d1a75231e311c1bd75ed167 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 07bc36514f501ed894281153dfd907afbe765277..f23641dd81ec5326556a66e1e18d0d2dedf3ad5d 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 21db9a9828f2ad649461ecf4937c38293f672016..544a144e7c88b74750132bf60bee4ef816edb54c 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 2cb6bdc1543c7b427bb3afcdc39203a44ff2b411..7280464f48435f1936b5dba14d3bd76340969abf 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 b1b5133dfc11cac6c8473308f61cc1f21e7fe9e0..221ff0cadfc41add3833a4205ac28a21265e8fad 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 aa9edc8d5e09b252aea1c9ef94181b4b05648d8d..86696db333517b069bd0de73b705d128178a2f47 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 e9a5d1887d02adc4d41c20bce1b5a74895e30281..8acfb1a931b4221750b005ec1d541b28135d2a6c 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 712e173d0325cce5755e49e92444970696d622e5..6782c34e43622e038ba66b0aa30cabe7264350f0 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 8a18e783c98a294f1c9ebb07ee36e46accce278c..1332405be483df1293df3633c7af1f0d8a7480e0 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 3f54c4563337f98849b5d09e2a6570fd9c3a4bff..d7aec6f323bd453bc4d0f2e201e4a7c3d6d1b702 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 11c6ee3e041e4fec7fa9b5de722628c1ece4cb99..441ca5022b3f4264a778a88159408ebb02aea519 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 89e0f296f50c9300587c0e672af9bb01eccaaafc..96f54f0ee62be7338453510ba84dfe9c794bf61a 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 dd8303e352d02adad01c58743bb5f219b77b66d2..2c403d0cb36f1d4c014c0dac1b681a735ea695f5 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 70a2c920285aa4dcf2aca268e05833e6f3f98694..30601f14698461805981cb066fcba38820895041 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 bac70b0a5bfbeaf032414fe085a64a65d8938b2e..907c624435c0f35d6f787c4834f6d7b1e50b0bfa 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 ec859cc1239a9797369f4cd6845c711d7064ff81..523feb68ce10ce7c4e763da48c743163f28aac4b 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 c7959103d7f34ea5db392613ce2c5008d2759800..cb3e6e4e9922c8b5e0fcfc2c1cbd7cc2f1474924 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 551fd1fed97277d6dcac1681bbc29bb6b2725443..40d4e279361fc42e9da895ff5e109a58e5456c0f 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 df5d963b9e44f8c405aefed5e75c3707390227af..0ae27d39e1dcafb23e93a933d929dcc0b7ae7dc7 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 d77039bc30743f817adc41a8c89025393921484c..a687e69458b686a6ca04ecd3c520a9fc7e3338fc 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 aa664649a887a5fc901523b8fd45c3c70fff4690..7991d5925a6a22cb385496a15f42d33517a0a18c 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 20b1fb55006a4a31584ef77b21e8b76b81f1f673..a1555bbe666f412107f33aaa359d856d9acc308c 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 1ceeb8598e285a828dae0c42462a0160414f03f4..17744559d0579b7702e3c6b291d6fdffd68a315b 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 c9c1159c5b45cdb3d3dfea6a355cbdfce4aa75fc..426724b4415697b2972438b0dc4bd59579928d07 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 1b37b1eafac1b115d77946042e388abd23d9ec50..b3300a98b884ded704a8d53f95aa1e1b7abf4b6d 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 05c3942fecd82e0679f1a001c017957e4f5a3fb4..82b85b08e4d8005b64375f28cd9703a1c6a3bd7f 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 2c6af0dc53071c210b7aebb1366bee623a425631..649b0152debdaa9132b0373fd705ca13d9037cb0 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 0036d20e423ec3dd6b180cc7029547d40af5d2b7..6a8b77fcc1352ed4d423a0a965baf2bc29a22e83 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 087ed78d73a571875bd83e55ee3ab514073e0c6b..92e152dbc7303b4d05ce1012a14bf9f94be2a59a 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 9cd128e35d0d9e56ad924a43ca0d17496eff9863..9e0382ef2e0c6819f2f1c34268a64cfe15d5b3b1 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 17c671554a21f81a1d4822d16687b296f230eaad..dc068fe0ed1c2f1f5340e86c5ba11cf13daaec42 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 4ef1649af3ec00053fbfa55d332ceeff3a03dc81..627ff3f2a7638c40c0334698fd95d15e62d94c02 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 b586fc3798f2f32d6599851b64381b612609830d..ff3e23a4544ec440fac052b8ab04ebdf24934fb8 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 b0f6e6c0df1c02791a79a0910959784e1e32f1ba..56bd2ec18df4b11065098ecc50e2060bb42f0c62 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 ed70c5d9db74efc7edf4a96b7f2ff53252d25588..67a93bb527873080e0b0eb5c23bc24e5d72b4481 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 c44f1775b68ffd7fca1e1f0f7123f9393c269cdf..aa9d57dd4e660bd36f307afbd919c8c3549fab06 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 afa8671c5bc479266d5dffdb868e8772c60553e7..8a440691a417eaca0eea716d1c569d92b9a430c4 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 66319b5ef4368ffcb8701416f1d1a13722192d59..0eeddb383ef6154ee7d7c473646e4edec4b94f37 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 ee34fd9eac3ff03589228740155b0ac7dfb0629e..81a1f5ca56de84768bc3cf9f29be87a463345583 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 649a360e41f8500da03777cadccf1969c903f84e..b1dc3a5ae069cd22f27e525ba991b6a063b41f72 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 e0f42aec68aa72646a69a70bb4bf6470133b18f2..6366e5ebb849892aed909f3492eb54052fe67f91 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 7e7acba0fee2055e8569e0fedb98e12b08f16d7c..421957269eb65aa951541f32444f9cfbb06143d1 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 e5161c5a4515a86a8b643c564c140f1a6552fb4b..fdffa9524bcf592b908bfbfdb256e7f61890c61f 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 906b0ac252a95cbe484e81551f5db84bd71ca1a8..022982eaafc0700cc99327a9d245d444b1cf07a8 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 7ed13cacbda62a26039c9c45cc17aa37b24ff260..c099c1cdb87f75b734a8338580145c8091b59a9e 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 a8c12d62d51c9c26b90badfcf034e2b229dda98f..9f5f3792c93dd295db4c9e64061f2458f2380e64 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 54ff550e4baf7ca0ecb60d29b58cbe4c8157fb8d..1a104ada2228cc2c631432df1d77857483db41af 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 06140c8fb53c5b02dd7b2594ea913e60e23d3529..558c2cf8f591d047e04288f76d2919c57663a4bc 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 dd5c0977b48d163551899c914a24abe22138f22e..615404a7abaac3abe90a6bf4525014151c872c33 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 bbb26cbaec9c41c6d45b6ae02673d903149c6e52..f0358bdd22ca392baf05ef7dff82ba5f25ceafa6 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 18df0105fb45ac513b2021d8d91e3928d606111c..486b36a86dcee164fc1c8ac810aac88cff446c42 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 d7809550208c05d5c6232b1eee5ebedf923ae845..ce78ada8c13a873f42b9baa40a55947d8361863f 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 03910fdff32e014603741d6e8fafb198be21d40f..51cbe7c61cbe731fbec63fec45fa0a591b108359 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 d13554850c9e0939807bad6c79d11e0400e2f9fb..c341f00c4abed66e75d32720514fc72f7f0d09fe 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 7adc3218013334c2ef247542e45e8a49f86366da..dedb0e5bbf988279d53c4632b3ce102424cf962e 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 52a8e74d0ed62cbe301fa25cc60b3ce29807089b..39cfaa276de7e5291b6dfe6813f484bfc80956cb 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 7cffc5043192ea460bae79188dda4a09cd335328..c6003879a8ef68c9772f04147c81b2a2171c6ae9 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 b3c4b228424a9e93904afc936ff14a11196a1ce7..19f204faa9ad177bae87a9ab5e73bd243dbc263b 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 bf0e9cad73f0f4970f18748137acf1789d1ff791..ea60e6d9a14a9a71bfba9b71c7b3c16919816308 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 e255a7bc3222544f6044f6fdbce49c4680ad2530..e250c1a6d97fda9d3e62baeae3abda844b8df5ed 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 843ece4e973808271eb90fd61064815e3cd27c41..85683f933601723eacc9e1e2f15885eda3367ba3 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 4f654fbaade96b79f00e0f9bf4df615071a15065..6b9be832e23dde23d9657761879c90677b480fa9 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 7e741383413d0361f156b12e051e82379261d240..1aca23a7855508254ffa57265b2ffa78cb7d28e7 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 dde06021d25004d92f6b3246ca7f61acd1866218..32b1613eeb158fc1d5e851337f9509faeeca1a63 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 58ca45e5f1f7f408c4b69d07420e177f6340a925..4b6ce6979b525dd9f79437e7148d5cf2ba33f310 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 be2716bea0d4412835985499ff6310be263b9d49..bda98c8f120b9266c6ddad80c6075673bc5c142c 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 687d4c449236e22d77d481e4f9b0a5c58d12b56b..c20e1ac8b77fd17610e2543d7e94e6cb416861bb 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 45d5c28656041b8e559fecbf753a77fb7c06593a..212d162ab0e2a2d473ec33b08717de01f09486b8 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 baab4758c186a7ac91403a0a76b3625c5701b1f4..cc0bc70402a8ecaf0283ddf189c87f7940d47a64 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 c16dd96cfbadd035b49f18e2e192dedf9f3bc5d3..2cc9bde689d0a51d44564b75bf910e5394f53970 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 661a084bf2bfbf43ce5b625cc91793b649f2c4ce..e842d2692f4a6da0c7331196b3a26cfc060a625c 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 525554e77ae304fd8c5d30e70df6ef9bc6079880..9c118a5cfa83818d71fefc8751a3abc0769b7376 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 7475d5e157e1603e0a2f39b6741a8e68db15bc75..7886411cdf4892278ef4f2d1a20d6121d28112d1 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 7b2ef2a3403cb1658301f3cf386d8804e4c65c38..ff50d359df21e334de9d89374b2d6bbc7c79ffb9 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 e53b3d58b9e3403e25b83e8bb87dfb476017adf7..aeed8667300ccf33fe203d9c219767538fd68a63 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 08227885e1ca8af3caa3563625be5a70d2c3f4e0..2b0ad1affb8d2d2ff14ab0e178173343ee998958 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 ed330e3ec8d966617a07b918ba2788b3e6404418..58104a5fc7ddd3bd5cf2f9a5eef6f4464709922a 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 712ec042c0048ca4d57d81437e784e7c127db660..ece59430cb3c07b4fc5879d75befa7247153dafa 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 aef86cd84ac42f5c0ad582618de2a19080553aa6..57518015f9cdb9816c56d0a259b5bb6f9d15a373 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 33e9f3fae750a17bcf3d55b3b29cdf1cfa762b6c..03eb49e8e332505a610683e62343f57f70d1bc8c 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 856bfc52002c718a7aae471e12cbb79ef2f4ae64..10ba1e4c35b8f7aefafca7e30482914443bdd1d9 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 2a91eac6cfa7dfdd90c3fe8b8728a7c65f0f5e7c..dd6d855ff04f85c39eabcd0643a526f9c2644756 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 f22303b8b51e680998792cf9ba056730d1d3b794..d707ed15d15d2e81d52649d71fdfe880456f7e45 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 5171f4e8007a304af536f79ebc68c97655c8646c..d74a7f1d4b4f8b1302912e8c318454d310c5322e 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 80ebcbb67165dc91a890f51351b837e12f0c88d8..2a1672e6e85075744d05137acccafc6d5937de9e 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 601ce5f57e61743c4f72d653b6dcf875bdf0e4cd..c6d5c777ae98242e5911859809f98d90b436a0fc 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 5ed9b9792f455eabf9a70796d799d8354d5fc93d..0c4c2bec2b67f762559f2ae01388e5b5828ce2a9 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 ece8c3c16c04e33c5fe5928eee9e8ce3228123ab..5e5e006b913882f3a58023fc4cdf6aec8755d921 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 2511f85589362e0cb7ee6500226f3a2f2a5d89d3..a31bf9493a7aa97abbf505aa2df6a948fc180d70 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 5c2ac3138c43f0fe09deafa740b47473dec58030..d3dcc675b5a250423b1f6e6e025c97f5c2b905dc 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 abb399c9eff98daa24f7775b4a8e6b645bb51074..4496590f2aefe1ca893083e7e68d6a794201de23 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 489993914eefdb126086a1f9c16315473cb8111a..d7d4d1415d86c75d0722f1895e49353d78108087 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 2de12bc28ce3940ac1aa25b7068daa9e6aea08aa..4bfc676387c467f7eb6667a0966416cd0b27c48a 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 9f840dd9176d4e0331ef62b8d128d97ff7a9077f..d91b7b4566b36ad91e4250cb74916d08e16ae5dd 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 f10216f6dc9657a97179ea14912137c50c04a009..a7d2d383eb0ba6db16e1e0cd7750faf7ff94fbbd 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 3616ea8e6344195a305338d1ad9b9cac035f8ea8..3b9bc74fd6405bf39d3a0270af00357e06fb0ad9 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 2eda3b23581886deb8086855feaaa2a2cf631f7d..0c9c8e011e959830616cda6af5c1a5fbe702f06f 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 d2d0ad77c37055f9b7b2ad880aa82daebd4d4ab7..3548b7ec355df13713f8c96437f2a1e084fe88b2 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 42e6694491f324746e8f0138753d8c705dc74938..a38f795335f047f17c74d63fb1127ccb3b01ccaa 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 72d97d65a864aad96b3327923e9889bb1f7497bc..65a9091ee1e46073efa3545176f9ccd41f8d893c 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 ebebf6c3f7a5a845c012316e7a394f16842a1f90..71ae644feb76e86ce3de36196e627316ec9fea8f 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 1dc74a3b6dc1484350c299b2751fd6ddbc079118..afdd4fbf77c9ef06fd84a64a963605f423bd9b0c 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 3ee198b252f4604f269c414ee0f418acb1af30bc..577a4b0d0048467b28deadf75b957f142f00bffa 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 37db5f96f8014118903a0cd0b2cd6d31e47718cc..32888e64ed191f11400f7b0cdba8c692a786684c 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 79e0eb790b7f5541bcdb362606fc551488197309..bc194ffec3f508dc93c1cfc026176aeca54676ab 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 867104ad67a3ef90587c863147ad1d122567aa54..fd6f81c203c9e88a99b476db54dd2da3772e7115 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 1e85f803ec3d67939bdd5356576475a55991180b..410267b6d7dccc460f023a5aa20f6b7cfd5da893 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 726ff9ed49aca5ff60c78a69c59d9a8ddcb7bc97..ca8789f1dec95f1a3d2bbf4573d1f29f47631465 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 cf54134f924d328918c54410850903d06b792602..12b73e7c5cb940e7d4d612cd7d3a4995a27b1bea 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 f484ccb8eb7195657ab9b2c1d40c614b20f7a9aa..9e1ed2077a168919e9be26cad3c865318c313d4d 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 f6d32d30ca6ba6e891bb11e68105ef6ea048791c..b1c0782f0381ca8a4be2ce8242f1f30ebfcb8536 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 7515f1169f8b34e8ad2a127dc434fc94f4635bf2..1ea411c26233ef44c738bdd3770554822689a765 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 233a7bfe02de297e58d6749ca522a2746341d2ef..fccbb0960c16b061402b1d09da3e052e5d0135a7 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 35236010ed9801fc403c2737cfe6220dc6882fec..a18c278ef2d40c0860976f3e3e6041e9483023da 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 56980e95b95a9dbd3cd7e0df3fa550714c7f8120..1612717d8d68ed97ace4095e7f6999f6a1e0a682 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 6fd4bb32fb1cc6c9f3c72f8a193a1adf92cf73f3..c04e8c707c03c6a6ada5a78412ef1223543ab397 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 bf689f0d4154aea72ea55ed56e23fb1d0aa1db8a..ec81aaa2eb58d2f822c68b2ffc52759f26bf55ca 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 2c2e3a63d428c57e77ace6bb80f7b03f3c037b07..b055bb019c1dc8c00403bf92d245492644727ea4 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 d656bf9527bde71eeb1dde83d641d4e1a70d0026..1137c391234e7f69f09fd4f7ff65d3f0c85f9ae2 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 ce806dc6482513a82001b3828ee2bf2032b3a9df..74f1b57e8c87fd343913b7d8b3b574b76e926a15 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 d64f8befbd5f200eaf307e3e69e099ec697cfd04..4b348cf0300b8befbb0592e7515aa40eb8bc7a9b 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 78c300c692ce54c477b1b7a12b502d06c0982e2d..4930cbbf6acec49a0b6959f944fae5cd2b682532 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 556158d10433e828f96800342a9df948a24915e6..421c367014983a22ec17d039fa5a52807d30ca84 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 9f79a2e1b626d74834f2dd41c1dbb0e6ebaec2d0..de0e950de00500bbd2b226627125aeefa052c6b1 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 2c2f6b5c334b9a97f723ca733411acb922277bed..8267f01a67617ca5361bb54f2fdc0a7efecda18a 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 cc92b49bbe91a13a5386b09277ab6d6d48eff081..8ee1e49d0412f3df6e6430ede4be6f9c8c99a694 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 96676fd07294c3c3555fe1627200be18913d8e21..4093c38cb4f814ceb2d9667a8f6b0ae620b56286 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 0033f8b29d7a70cadeebb7be64707351242ab58b..d9954264631ea78a30337635674f3108ebb5b8bd 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 7f88fc48dd413f737422a0f0c6c7c8d6de6f142d..cd215020f0e2b2df6671398c870e56a2295e8ab2 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 cf577927fecd677817c6f6afa4b7705ba5f9d230..ab980742b832c9cf5cd62281935501cf5dd58a99 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 5d7172e4134873e8d920f6927cf1d403ab29ab4e..d04ef27e1c3b9035c40311fd2f011f8b0d3d5ed8 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 cd1ffaa9614fef7540a60ae7985c8f8ec3a7f5fa..c69363a4235b3d60cfb30be773631544f4c4990c 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.
  */
 
 /*