From: Ken Hornstein Date: Tue, 2 Jul 2002 22:09:12 +0000 (+0000) Subject: Add/update copyright notice in all source code files. X-Git-Tag: RELEASE_1_2~122 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=6c42153ad9362cc676ea66563bf400d7511b3b68 Add/update copyright notice in all source code files. --- diff --git a/COPYRIGHT b/COPYRIGHT index 5734c15..07872da 100644 --- 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: diff --git a/config/config.c b/config/config.c index 2a01c1b..8a613b6 100644 --- a/config/config.c +++ b/config/config.c @@ -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 diff --git a/mts/smtp/hosts.c b/mts/smtp/hosts.c index 4b3d606..263bcef 100644 --- a/mts/smtp/hosts.c +++ b/mts/smtp/hosts.c @@ -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. */ /* diff --git a/mts/smtp/smtp.c b/mts/smtp/smtp.c index 6de440f..ca56781 100644 --- a/mts/smtp/smtp.c +++ b/mts/smtp/smtp.c @@ -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 diff --git a/sbr/add.c b/sbr/add.c index f38110f..f977c27 100644 --- 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 diff --git a/sbr/addrsbr.c b/sbr/addrsbr.c index 545d397..cf941dc 100644 --- a/sbr/addrsbr.c +++ b/sbr/addrsbr.c @@ -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 diff --git a/sbr/ambigsw.c b/sbr/ambigsw.c index 48b7328..53c8da1 100644 --- a/sbr/ambigsw.c +++ b/sbr/ambigsw.c @@ -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 diff --git a/sbr/atooi.c b/sbr/atooi.c index ab58cb4..353a5c1 100644 --- a/sbr/atooi.c +++ b/sbr/atooi.c @@ -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 diff --git a/sbr/brkstring.c b/sbr/brkstring.c index 715aaf5..27f187e 100644 --- a/sbr/brkstring.c +++ b/sbr/brkstring.c @@ -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 diff --git a/sbr/check_charset.c b/sbr/check_charset.c index e16f360..5d98774 100644 --- a/sbr/check_charset.c +++ b/sbr/check_charset.c @@ -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 diff --git a/sbr/client.c b/sbr/client.c index eb2ffd5..a7ab764 100644 --- a/sbr/client.c +++ b/sbr/client.c @@ -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 diff --git a/sbr/closefds.c b/sbr/closefds.c index 86f91a7..191bd31 100644 --- a/sbr/closefds.c +++ b/sbr/closefds.c @@ -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 diff --git a/sbr/concat.c b/sbr/concat.c index 939a484..a338835 100644 --- a/sbr/concat.c +++ b/sbr/concat.c @@ -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 diff --git a/sbr/context_del.c b/sbr/context_del.c index 702c15d..e55d683 100644 --- a/sbr/context_del.c +++ b/sbr/context_del.c @@ -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 diff --git a/sbr/context_find.c b/sbr/context_find.c index 1e32401..96f28f9 100644 --- a/sbr/context_find.c +++ b/sbr/context_find.c @@ -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 diff --git a/sbr/context_foil.c b/sbr/context_foil.c index 208c45e..9b3f7eb 100644 --- a/sbr/context_foil.c +++ b/sbr/context_foil.c @@ -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 diff --git a/sbr/context_read.c b/sbr/context_read.c index d2836ba..49b4fc3 100644 --- a/sbr/context_read.c +++ b/sbr/context_read.c @@ -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 diff --git a/sbr/context_replace.c b/sbr/context_replace.c index 435127b..541253d 100644 --- a/sbr/context_replace.c +++ b/sbr/context_replace.c @@ -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 diff --git a/sbr/context_save.c b/sbr/context_save.c index b3f8168..58d1745 100644 --- a/sbr/context_save.c +++ b/sbr/context_save.c @@ -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 diff --git a/sbr/copy.c b/sbr/copy.c index 577e811..52989aa 100644 --- a/sbr/copy.c +++ b/sbr/copy.c @@ -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 diff --git a/sbr/copyip.c b/sbr/copyip.c index 8d7b6f5..93ff5e8 100644 --- a/sbr/copyip.c +++ b/sbr/copyip.c @@ -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 diff --git a/sbr/cpydata.c b/sbr/cpydata.c index a8c3375..c3ca3ed 100644 --- a/sbr/cpydata.c +++ b/sbr/cpydata.c @@ -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 diff --git a/sbr/cpydgst.c b/sbr/cpydgst.c index 068fb6e..a1a887a 100644 --- a/sbr/cpydgst.c +++ b/sbr/cpydgst.c @@ -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 diff --git a/sbr/discard.c b/sbr/discard.c index fffc0fa..7c132ce 100644 --- a/sbr/discard.c +++ b/sbr/discard.c @@ -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 diff --git a/sbr/done.c b/sbr/done.c index b5072a6..cf2e308 100644 --- a/sbr/done.c +++ b/sbr/done.c @@ -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 diff --git a/sbr/dtime.c b/sbr/dtime.c index 3a37fe3..e485dfd 100644 --- a/sbr/dtime.c +++ b/sbr/dtime.c @@ -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 /* for snprintf() */ diff --git a/sbr/error.c b/sbr/error.c index 41f031a..299e3a6 100644 --- a/sbr/error.c +++ b/sbr/error.c @@ -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 diff --git a/sbr/fdcompare.c b/sbr/fdcompare.c index 3956a7b..6a45da6 100644 --- a/sbr/fdcompare.c +++ b/sbr/fdcompare.c @@ -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 diff --git a/sbr/fmt_addr.c b/sbr/fmt_addr.c index 150aa73..2e4bff6 100644 --- a/sbr/fmt_addr.c +++ b/sbr/fmt_addr.c @@ -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 diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index 6baabdc..4c64b9c 100644 --- a/sbr/fmt_compile.c +++ b/sbr/fmt_compile.c @@ -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 diff --git a/sbr/fmt_def.c b/sbr/fmt_def.c index e3384e8..478a466 100644 --- a/sbr/fmt_def.c +++ b/sbr/fmt_def.c @@ -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 diff --git a/sbr/fmt_new.c b/sbr/fmt_new.c index 003ec2b..effd06f 100644 --- a/sbr/fmt_new.c +++ b/sbr/fmt_new.c @@ -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 diff --git a/sbr/fmt_rfc2047.c b/sbr/fmt_rfc2047.c index a9c3d0b..b4bf4eb 100644 --- a/sbr/fmt_rfc2047.c +++ b/sbr/fmt_rfc2047.c @@ -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 diff --git a/sbr/fmt_scan.c b/sbr/fmt_scan.c index 4f9078a..5dc7f22 100644 --- a/sbr/fmt_scan.c +++ b/sbr/fmt_scan.c @@ -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 diff --git a/sbr/folder_addmsg.c b/sbr/folder_addmsg.c index 6858f4d..16f4cc5 100644 --- a/sbr/folder_addmsg.c +++ b/sbr/folder_addmsg.c @@ -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 diff --git a/sbr/folder_delmsgs.c b/sbr/folder_delmsgs.c index e5374b5..3d2e549 100644 --- a/sbr/folder_delmsgs.c +++ b/sbr/folder_delmsgs.c @@ -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 diff --git a/sbr/folder_free.c b/sbr/folder_free.c index 1c1051d..f06bbf5 100644 --- a/sbr/folder_free.c +++ b/sbr/folder_free.c @@ -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 diff --git a/sbr/folder_pack.c b/sbr/folder_pack.c index 05365a8..7a661a5 100644 --- a/sbr/folder_pack.c +++ b/sbr/folder_pack.c @@ -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 diff --git a/sbr/folder_read.c b/sbr/folder_read.c index 0d01293..b5b3f9d 100644 --- a/sbr/folder_read.c +++ b/sbr/folder_read.c @@ -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 diff --git a/sbr/folder_realloc.c b/sbr/folder_realloc.c index f3130f1..f3d99ba 100644 --- a/sbr/folder_realloc.c +++ b/sbr/folder_realloc.c @@ -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 diff --git a/sbr/gans.c b/sbr/gans.c index dcfb316..c0804cd 100644 --- a/sbr/gans.c +++ b/sbr/gans.c @@ -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 diff --git a/sbr/getans.c b/sbr/getans.c index 987ed3c..80eeb71 100644 --- a/sbr/getans.c +++ b/sbr/getans.c @@ -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 diff --git a/sbr/getanswer.c b/sbr/getanswer.c index f38a834..d0ec6f8 100644 --- a/sbr/getanswer.c +++ b/sbr/getanswer.c @@ -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 diff --git a/sbr/getarguments.c b/sbr/getarguments.c index 1c61d9b..89b57c1 100644 --- a/sbr/getarguments.c +++ b/sbr/getarguments.c @@ -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 diff --git a/sbr/getcpy.c b/sbr/getcpy.c index 07bc365..f23641d 100644 --- a/sbr/getcpy.c +++ b/sbr/getcpy.c @@ -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 diff --git a/sbr/getfolder.c b/sbr/getfolder.c index 21db9a9..544a144 100644 --- a/sbr/getfolder.c +++ b/sbr/getfolder.c @@ -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 diff --git a/sbr/lock_file.c b/sbr/lock_file.c index 2cb6bdc..7280464 100644 --- a/sbr/lock_file.c +++ b/sbr/lock_file.c @@ -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 diff --git a/sbr/m_atoi.c b/sbr/m_atoi.c index b1b5133..221ff0c 100644 --- a/sbr/m_atoi.c +++ b/sbr/m_atoi.c @@ -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 diff --git a/sbr/m_backup.c b/sbr/m_backup.c index aa9edc8..86696db 100644 --- a/sbr/m_backup.c +++ b/sbr/m_backup.c @@ -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 diff --git a/sbr/m_convert.c b/sbr/m_convert.c index e9a5d18..8acfb1a 100644 --- a/sbr/m_convert.c +++ b/sbr/m_convert.c @@ -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 diff --git a/sbr/m_draft.c b/sbr/m_draft.c index 712e173..6782c34 100644 --- a/sbr/m_draft.c +++ b/sbr/m_draft.c @@ -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 diff --git a/sbr/m_getfld.c b/sbr/m_getfld.c index 8a18e78..1332405 100644 --- a/sbr/m_getfld.c +++ b/sbr/m_getfld.c @@ -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 diff --git a/sbr/m_gmprot.c b/sbr/m_gmprot.c index 3f54c45..d7aec6f 100644 --- a/sbr/m_gmprot.c +++ b/sbr/m_gmprot.c @@ -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 diff --git a/sbr/m_maildir.c b/sbr/m_maildir.c index 11c6ee3..441ca50 100644 --- a/sbr/m_maildir.c +++ b/sbr/m_maildir.c @@ -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 diff --git a/sbr/m_msgdef.c b/sbr/m_msgdef.c index 89e0f29..96f54f0 100644 --- a/sbr/m_msgdef.c +++ b/sbr/m_msgdef.c @@ -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 diff --git a/sbr/m_name.c b/sbr/m_name.c index dd8303e..2c403d0 100644 --- a/sbr/m_name.c +++ b/sbr/m_name.c @@ -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 diff --git a/sbr/m_scratch.c b/sbr/m_scratch.c index 70a2c92..30601f1 100644 --- a/sbr/m_scratch.c +++ b/sbr/m_scratch.c @@ -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 diff --git a/sbr/m_tmpfil.c b/sbr/m_tmpfil.c index bac70b0..907c624 100644 --- a/sbr/m_tmpfil.c +++ b/sbr/m_tmpfil.c @@ -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 diff --git a/sbr/makedir.c b/sbr/makedir.c index ec859cc..523feb6 100644 --- a/sbr/makedir.c +++ b/sbr/makedir.c @@ -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. */ /* diff --git a/sbr/mf.c b/sbr/mf.c index c795910..cb3e6e4 100644 --- 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 diff --git a/sbr/mts.c b/sbr/mts.c index 551fd1f..40d4e27 100644 --- 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 /* for snprintf() */ diff --git a/sbr/path.c b/sbr/path.c index df5d963..0ae27d3 100644 --- a/sbr/path.c +++ b/sbr/path.c @@ -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 diff --git a/sbr/peekc.c b/sbr/peekc.c index d77039b..a687e69 100644 --- a/sbr/peekc.c +++ b/sbr/peekc.c @@ -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 diff --git a/sbr/pidstatus.c b/sbr/pidstatus.c index aa66464..7991d59 100644 --- a/sbr/pidstatus.c +++ b/sbr/pidstatus.c @@ -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 diff --git a/sbr/pidwait.c b/sbr/pidwait.c index 20b1fb5..a1555bb 100644 --- a/sbr/pidwait.c +++ b/sbr/pidwait.c @@ -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 diff --git a/sbr/print_help.c b/sbr/print_help.c index 1ceeb85..1774455 100644 --- a/sbr/print_help.c +++ b/sbr/print_help.c @@ -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 diff --git a/sbr/print_sw.c b/sbr/print_sw.c index c9c1159..426724b 100644 --- a/sbr/print_sw.c +++ b/sbr/print_sw.c @@ -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 diff --git a/sbr/print_version.c b/sbr/print_version.c index 1b37b1e..b3300a9 100644 --- a/sbr/print_version.c +++ b/sbr/print_version.c @@ -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 diff --git a/sbr/push.c b/sbr/push.c index 05c3942..82b85b0 100644 --- a/sbr/push.c +++ b/sbr/push.c @@ -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 diff --git a/sbr/putenv.c b/sbr/putenv.c index 2c6af0d..649b015 100644 --- a/sbr/putenv.c +++ b/sbr/putenv.c @@ -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 diff --git a/sbr/pwd.c b/sbr/pwd.c index 0036d20..6a8b77f 100644 --- 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 diff --git a/sbr/r1bindex.c b/sbr/r1bindex.c index 087ed78..92e152d 100644 --- a/sbr/r1bindex.c +++ b/sbr/r1bindex.c @@ -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 diff --git a/sbr/readconfig.c b/sbr/readconfig.c index 9cd128e..9e0382e 100644 --- a/sbr/readconfig.c +++ b/sbr/readconfig.c @@ -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 diff --git a/sbr/refile.c b/sbr/refile.c index 17c6715..dc068fe 100644 --- a/sbr/refile.c +++ b/sbr/refile.c @@ -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 diff --git a/sbr/remdir.c b/sbr/remdir.c index 4ef1649..627ff3f 100644 --- a/sbr/remdir.c +++ b/sbr/remdir.c @@ -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 diff --git a/sbr/seq_add.c b/sbr/seq_add.c index b586fc3..ff3e23a 100644 --- a/sbr/seq_add.c +++ b/sbr/seq_add.c @@ -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 diff --git a/sbr/seq_bits.c b/sbr/seq_bits.c index b0f6e6c..56bd2ec 100644 --- a/sbr/seq_bits.c +++ b/sbr/seq_bits.c @@ -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 diff --git a/sbr/seq_del.c b/sbr/seq_del.c index ed70c5d..67a93bb 100644 --- a/sbr/seq_del.c +++ b/sbr/seq_del.c @@ -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 diff --git a/sbr/seq_getnum.c b/sbr/seq_getnum.c index c44f177..aa9d57d 100644 --- a/sbr/seq_getnum.c +++ b/sbr/seq_getnum.c @@ -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 diff --git a/sbr/seq_list.c b/sbr/seq_list.c index afa8671..8a44069 100644 --- a/sbr/seq_list.c +++ b/sbr/seq_list.c @@ -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 diff --git a/sbr/seq_nameok.c b/sbr/seq_nameok.c index 66319b5..0eeddb3 100644 --- a/sbr/seq_nameok.c +++ b/sbr/seq_nameok.c @@ -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 diff --git a/sbr/seq_print.c b/sbr/seq_print.c index ee34fd9..81a1f5c 100644 --- a/sbr/seq_print.c +++ b/sbr/seq_print.c @@ -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 diff --git a/sbr/seq_read.c b/sbr/seq_read.c index 649a360..b1dc3a5 100644 --- a/sbr/seq_read.c +++ b/sbr/seq_read.c @@ -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 diff --git a/sbr/seq_save.c b/sbr/seq_save.c index e0f42ae..6366e5e 100644 --- a/sbr/seq_save.c +++ b/sbr/seq_save.c @@ -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 diff --git a/sbr/seq_setcur.c b/sbr/seq_setcur.c index 7e7acba..4219572 100644 --- a/sbr/seq_setcur.c +++ b/sbr/seq_setcur.c @@ -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 diff --git a/sbr/seq_setprev.c b/sbr/seq_setprev.c index e5161c5..fdffa95 100644 --- a/sbr/seq_setprev.c +++ b/sbr/seq_setprev.c @@ -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 diff --git a/sbr/seq_setunseen.c b/sbr/seq_setunseen.c index 906b0ac..022982e 100644 --- a/sbr/seq_setunseen.c +++ b/sbr/seq_setunseen.c @@ -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 diff --git a/sbr/showfile.c b/sbr/showfile.c index 7ed13ca..c099c1c 100644 --- a/sbr/showfile.c +++ b/sbr/showfile.c @@ -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 diff --git a/sbr/signals.c b/sbr/signals.c index a8c12d6..9f5f379 100644 --- a/sbr/signals.c +++ b/sbr/signals.c @@ -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 diff --git a/sbr/smatch.c b/sbr/smatch.c index 54ff550..1a104ad 100644 --- a/sbr/smatch.c +++ b/sbr/smatch.c @@ -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 diff --git a/sbr/snprintb.c b/sbr/snprintb.c index 06140c8..558c2cf 100644 --- a/sbr/snprintb.c +++ b/sbr/snprintb.c @@ -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 diff --git a/sbr/ssequal.c b/sbr/ssequal.c index dd5c097..615404a 100644 --- a/sbr/ssequal.c +++ b/sbr/ssequal.c @@ -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 diff --git a/sbr/strcasecmp.c b/sbr/strcasecmp.c index bbb26cb..f0358bd 100644 --- a/sbr/strcasecmp.c +++ b/sbr/strcasecmp.c @@ -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 diff --git a/sbr/strdup.c b/sbr/strdup.c index 18df010..486b36a 100644 --- a/sbr/strdup.c +++ b/sbr/strdup.c @@ -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 diff --git a/sbr/strerror.c b/sbr/strerror.c index d780955..ce78ada 100644 --- a/sbr/strerror.c +++ b/sbr/strerror.c @@ -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 diff --git a/sbr/strindex.c b/sbr/strindex.c index 03910fd..51cbe7c 100644 --- a/sbr/strindex.c +++ b/sbr/strindex.c @@ -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 diff --git a/sbr/trimcpy.c b/sbr/trimcpy.c index d135548..c341f00 100644 --- a/sbr/trimcpy.c +++ b/sbr/trimcpy.c @@ -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 diff --git a/sbr/uprf.c b/sbr/uprf.c index 7adc321..dedb0e5 100644 --- a/sbr/uprf.c +++ b/sbr/uprf.c @@ -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 diff --git a/sbr/vfgets.c b/sbr/vfgets.c index 52a8e74..39cfaa2 100644 --- a/sbr/vfgets.c +++ b/sbr/vfgets.c @@ -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 diff --git a/uip/ali.c b/uip/ali.c index 7cffc50..c600387 100644 --- 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 diff --git a/uip/aliasbr.c b/uip/aliasbr.c index b3c4b22..19f204f 100644 --- a/uip/aliasbr.c +++ b/uip/aliasbr.c @@ -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 diff --git a/uip/anno.c b/uip/anno.c index bf0e9ca..ea60e6d 100644 --- a/uip/anno.c +++ b/uip/anno.c @@ -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 diff --git a/uip/annosbr.c b/uip/annosbr.c index e255a7b..e250c1a 100644 --- a/uip/annosbr.c +++ b/uip/annosbr.c @@ -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 diff --git a/uip/ap.c b/uip/ap.c index 843ece4..85683f9 100644 --- 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 diff --git a/uip/burst.c b/uip/burst.c index 4f654fb..6b9be83 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -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 diff --git a/uip/comp.c b/uip/comp.c index 7e74138..1aca23a 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -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 diff --git a/uip/conflict.c b/uip/conflict.c index dde0602..32b1613 100644 --- a/uip/conflict.c +++ b/uip/conflict.c @@ -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 diff --git a/uip/dist.c b/uip/dist.c index 58ca45e..4b6ce69 100644 --- a/uip/dist.c +++ b/uip/dist.c @@ -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 diff --git a/uip/distsbr.c b/uip/distsbr.c index be2716b..bda98c8 100644 --- a/uip/distsbr.c +++ b/uip/distsbr.c @@ -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 diff --git a/uip/dp.c b/uip/dp.c index 687d4c4..c20e1ac 100644 --- 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 diff --git a/uip/dropsbr.c b/uip/dropsbr.c index 45d5c28..212d162 100644 --- a/uip/dropsbr.c +++ b/uip/dropsbr.c @@ -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 diff --git a/uip/fmtdump.c b/uip/fmtdump.c index baab475..cc0bc70 100644 --- a/uip/fmtdump.c +++ b/uip/fmtdump.c @@ -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 diff --git a/uip/folder.c b/uip/folder.c index c16dd96..2cc9bde 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -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 diff --git a/uip/forw.c b/uip/forw.c index 661a084..e842d26 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -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 diff --git a/uip/ftpsbr.c b/uip/ftpsbr.c index 525554e..9c118a5 100644 --- a/uip/ftpsbr.c +++ b/uip/ftpsbr.c @@ -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 diff --git a/uip/inc.c b/uip/inc.c index 7475d5e..7886411 100644 --- 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 diff --git a/uip/install-mh.c b/uip/install-mh.c index 7b2ef2a..ff50d35 100644 --- a/uip/install-mh.c +++ b/uip/install-mh.c @@ -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 diff --git a/uip/mark.c b/uip/mark.c index e53b3d5..aeed866 100644 --- a/uip/mark.c +++ b/uip/mark.c @@ -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 diff --git a/uip/mhbuild.c b/uip/mhbuild.c index 0822788..2b0ad1a 100644 --- a/uip/mhbuild.c +++ b/uip/mhbuild.c @@ -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 diff --git a/uip/mhbuildsbr.c b/uip/mhbuildsbr.c index ed330e3..58104a5 100644 --- a/uip/mhbuildsbr.c +++ b/uip/mhbuildsbr.c @@ -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. */ /* diff --git a/uip/mhcachesbr.c b/uip/mhcachesbr.c index 712ec04..ece5943 100644 --- a/uip/mhcachesbr.c +++ b/uip/mhcachesbr.c @@ -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 diff --git a/uip/mhfree.c b/uip/mhfree.c index aef86cd..5751801 100644 --- a/uip/mhfree.c +++ b/uip/mhfree.c @@ -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 diff --git a/uip/mhl.c b/uip/mhl.c index 33e9f3f..03eb49e 100644 --- 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 diff --git a/uip/mhlist.c b/uip/mhlist.c index 856bfc5..10ba1e4 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -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 diff --git a/uip/mhlistsbr.c b/uip/mhlistsbr.c index 2a91eac..dd6d855 100644 --- a/uip/mhlistsbr.c +++ b/uip/mhlistsbr.c @@ -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 diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c index f22303b..d707ed1 100644 --- a/uip/mhlsbr.c +++ b/uip/mhlsbr.c @@ -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 diff --git a/uip/mhmail.c b/uip/mhmail.c index 5171f4e..d74a7f1 100644 --- a/uip/mhmail.c +++ b/uip/mhmail.c @@ -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 diff --git a/uip/mhmisc.c b/uip/mhmisc.c index 80ebcbb..2a1672e 100644 --- a/uip/mhmisc.c +++ b/uip/mhmisc.c @@ -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 diff --git a/uip/mhn.c b/uip/mhn.c index 601ce5f..c6d5c77 100644 --- 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 diff --git a/uip/mhoutsbr.c b/uip/mhoutsbr.c index 5ed9b97..0c4c2be 100644 --- a/uip/mhoutsbr.c +++ b/uip/mhoutsbr.c @@ -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 diff --git a/uip/mhparam.c b/uip/mhparam.c index ece8c3c..5e5e006 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -6,6 +6,10 @@ * Jeffrey C Honig * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include diff --git a/uip/mhparse.c b/uip/mhparse.c index 2511f85..a31bf94 100644 --- a/uip/mhparse.c +++ b/uip/mhparse.c @@ -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 diff --git a/uip/mhpath.c b/uip/mhpath.c index 5c2ac31..d3dcc67 100644 --- a/uip/mhpath.c +++ b/uip/mhpath.c @@ -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 diff --git a/uip/mhshow.c b/uip/mhshow.c index abb399c..4496590 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -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 diff --git a/uip/mhshowsbr.c b/uip/mhshowsbr.c index 4899939..d7d4d14 100644 --- a/uip/mhshowsbr.c +++ b/uip/mhshowsbr.c @@ -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 diff --git a/uip/mhstore.c b/uip/mhstore.c index 2de12bc..4bfc676 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -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 diff --git a/uip/mhstoresbr.c b/uip/mhstoresbr.c index 9f840dd..d91b7b4 100644 --- a/uip/mhstoresbr.c +++ b/uip/mhstoresbr.c @@ -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 diff --git a/uip/mhtest.c b/uip/mhtest.c index f10216f..a7d2d38 100644 --- a/uip/mhtest.c +++ b/uip/mhtest.c @@ -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 diff --git a/uip/msgchk.c b/uip/msgchk.c index 3616ea8..3b9bc74 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -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 diff --git a/uip/msh.c b/uip/msh.c index 2eda3b2..0c9c8e0 100644 --- 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. */ /* diff --git a/uip/mshcmds.c b/uip/mshcmds.c index d2d0ad7..3548b7e 100644 --- a/uip/mshcmds.c +++ b/uip/mshcmds.c @@ -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 diff --git a/uip/packf.c b/uip/packf.c index 42e6694..a38f795 100644 --- a/uip/packf.c +++ b/uip/packf.c @@ -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 diff --git a/uip/pick.c b/uip/pick.c index 72d97d6..65a9091 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -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 diff --git a/uip/picksbr.c b/uip/picksbr.c index ebebf6c..71ae644 100644 --- a/uip/picksbr.c +++ b/uip/picksbr.c @@ -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 diff --git a/uip/popi.c b/uip/popi.c index 1dc74a3..afdd4fb 100644 --- a/uip/popi.c +++ b/uip/popi.c @@ -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 diff --git a/uip/popsbr.c b/uip/popsbr.c index 3ee198b..577a4b0 100644 --- a/uip/popsbr.c +++ b/uip/popsbr.c @@ -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 diff --git a/uip/post.c b/uip/post.c index 37db5f9..32888e6 100644 --- a/uip/post.c +++ b/uip/post.c @@ -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 diff --git a/uip/prompter.c b/uip/prompter.c index 79e0eb7..bc194ff 100644 --- a/uip/prompter.c +++ b/uip/prompter.c @@ -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 diff --git a/uip/rcvdist.c b/uip/rcvdist.c index 867104a..fd6f81c 100644 --- a/uip/rcvdist.c +++ b/uip/rcvdist.c @@ -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 diff --git a/uip/rcvpack.c b/uip/rcvpack.c index 1e85f80..410267b 100644 --- a/uip/rcvpack.c +++ b/uip/rcvpack.c @@ -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 diff --git a/uip/rcvstore.c b/uip/rcvstore.c index 726ff9e..ca8789f 100644 --- a/uip/rcvstore.c +++ b/uip/rcvstore.c @@ -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 diff --git a/uip/rcvtty.c b/uip/rcvtty.c index cf54134..12b73e7 100644 --- a/uip/rcvtty.c +++ b/uip/rcvtty.c @@ -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, diff --git a/uip/refile.c b/uip/refile.c index f484ccb..9e1ed20 100644 --- a/uip/refile.c +++ b/uip/refile.c @@ -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 diff --git a/uip/repl.c b/uip/repl.c index f6d32d3..b1c0782 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -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 diff --git a/uip/replsbr.c b/uip/replsbr.c index 7515f11..1ea411c 100644 --- a/uip/replsbr.c +++ b/uip/replsbr.c @@ -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 diff --git a/uip/rmf.c b/uip/rmf.c index 233a7bf..fccbb09 100644 --- 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 diff --git a/uip/rmm.c b/uip/rmm.c index 3523601..a18c278 100644 --- 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 diff --git a/uip/scan.c b/uip/scan.c index 56980e9..1612717 100644 --- a/uip/scan.c +++ b/uip/scan.c @@ -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 diff --git a/uip/scansbr.c b/uip/scansbr.c index 6fd4bb3..c04e8c7 100644 --- a/uip/scansbr.c +++ b/uip/scansbr.c @@ -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 diff --git a/uip/send.c b/uip/send.c index bf689f0..ec81aaa 100644 --- a/uip/send.c +++ b/uip/send.c @@ -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 diff --git a/uip/sendsbr.c b/uip/sendsbr.c index 2c2e3a6..b055bb0 100644 --- a/uip/sendsbr.c +++ b/uip/sendsbr.c @@ -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 diff --git a/uip/show.c b/uip/show.c index d656bf9..1137c39 100644 --- a/uip/show.c +++ b/uip/show.c @@ -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 diff --git a/uip/slocal.c b/uip/slocal.c index ce806dc..74f1b57 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -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. */ /* diff --git a/uip/sortm.c b/uip/sortm.c index d64f8be..4b348cf 100644 --- a/uip/sortm.c +++ b/uip/sortm.c @@ -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 diff --git a/uip/spost.c b/uip/spost.c index 78c300c..4930cbb 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -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 diff --git a/uip/termsbr.c b/uip/termsbr.c index 556158d..421c367 100644 --- a/uip/termsbr.c +++ b/uip/termsbr.c @@ -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 diff --git a/uip/viamail.c b/uip/viamail.c index 9f79a2e..de0e950 100644 --- a/uip/viamail.c +++ b/uip/viamail.c @@ -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 diff --git a/uip/vmh.c b/uip/vmh.c index 2c2f6b5..8267f01 100644 --- 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 diff --git a/uip/vmhsbr.c b/uip/vmhsbr.c index cc92b49..8ee1e49 100644 --- a/uip/vmhsbr.c +++ b/uip/vmhsbr.c @@ -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. */ /* diff --git a/uip/vmhtest.c b/uip/vmhtest.c index 96676fd..4093c38 100644 --- a/uip/vmhtest.c +++ b/uip/vmhtest.c @@ -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 diff --git a/uip/whatnow.c b/uip/whatnow.c index 0033f8b..d995426 100644 --- a/uip/whatnow.c +++ b/uip/whatnow.c @@ -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 diff --git a/uip/whatnowproc.c b/uip/whatnowproc.c index 7f88fc4..cd21502 100644 --- a/uip/whatnowproc.c +++ b/uip/whatnowproc.c @@ -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 diff --git a/uip/whatnowsbr.c b/uip/whatnowsbr.c index cf57792..ab98074 100644 --- a/uip/whatnowsbr.c +++ b/uip/whatnowsbr.c @@ -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 diff --git a/uip/whom.c b/uip/whom.c index 5d7172e..d04ef27 100644 --- a/uip/whom.c +++ b/uip/whom.c @@ -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 diff --git a/uip/wmh.c b/uip/wmh.c index cd1ffaa..c69363a 100644 --- 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. */ /*