From: Thomas Roessler Date: Wed, 11 Dec 2002 11:19:39 +0000 (+0000) Subject: Fix Mike's and my e-mail addresses in copyright lines. X-Git-Tag: mutt-1-5-3-rel~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94e1c2811dec0a8cd3ba3f42a3731dcfb6ddf694;p=mutt Fix Mike's and my e-mail addresses in copyright lines. --- diff --git a/addrbook.c b/addrbook.c index 6a5036f5..157a6f69 100644 --- a/addrbook.c +++ b/addrbook.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/alias.c b/alias.c index 5e551918..6ccd7464 100644 --- a/alias.c +++ b/alias.c @@ -141,16 +141,16 @@ void mutt_expand_aliases_env (ENVELOPE *env) /* * if someone has an address like - * From: Michael `/bin/rm -f ~` Elkins + * From: Michael `/bin/rm -f ~` Elkins * and the user creates an alias for this, Mutt could wind up executing * the backtics because it writes aliases like - * alias me Michael `/bin/rm -f ~` Elkins + * alias me Michael `/bin/rm -f ~` Elkins * To avoid this problem, use a backslash (\) to quote any backtics. We also * need to quote backslashes as well, since you could defeat the above by * doing - * From: Michael \`/bin/rm -f ~\` Elkins + * From: Michael \`/bin/rm -f ~\` Elkins * since that would get aliased as - * alias me Michael \\`/bin/rm -f ~\\` Elkins + * alias me Michael \\`/bin/rm -f ~\\` Elkins * which still gets evaluated because the double backslash is not a quote. * * Additionally, we need to quote ' and " characters - otherwise, mutt will diff --git a/attach.c b/attach.c index 171929a4..628eb9a4 100644 --- a/attach.c +++ b/attach.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/attach.h b/attach.h index 5b84ac0c..2147b744 100644 --- a/attach.h +++ b/attach.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/browser.c b/browser.c index 61fe713a..7a03c8b5 100644 --- a/browser.c +++ b/browser.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/browser.h b/browser.h index 4f2adda9..3da490ab 100644 --- a/browser.h +++ b/browser.h @@ -1,6 +1,6 @@ /* $Id$ */ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/buffy.c b/buffy.c index e0ef5d2f..4b33b2b2 100644 --- a/buffy.c +++ b/buffy.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/buffy.h b/buffy.h index adfc2695..e04e7c5b 100644 --- a/buffy.h +++ b/buffy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/charset.c b/charset.c index 65afc9e3..19c3a2b5 100644 --- a/charset.c +++ b/charset.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General Public diff --git a/charset.h b/charset.h index 43f6f982..993f9973 100644 --- a/charset.h +++ b/charset.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/commands.c b/commands.c index 88cd38f2..e89c4f1e 100644 --- a/commands.c +++ b/commands.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * Copyright (C) 2000 Thomas Roessler * * This program is free software; you can redistribute it and/or modify diff --git a/complete.c b/complete.c index ea1184d9..b34bb075 100644 --- a/complete.c +++ b/complete.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/compose.c b/compose.c index 22881d0d..fe12d126 100644 --- a/compose.c +++ b/compose.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/copy.h b/copy.h index dfbd4376..2f8fc2c7 100644 --- a/copy.h +++ b/copy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/crypt.c b/crypt.c index d08ee7a0..30e06ccf 100644 --- a/crypt.c +++ b/crypt.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 1996,1997 Michael R. Elkins - * Copyright (C) 1999-2000 Thomas Roessler - * Copyright (C) 2001 Thomas Roessler + * Copyright (C) 1996,1997 Michael R. Elkins + * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 2001 Thomas Roessler * Oliver Ehli * * This program is free software; you can redistribute it and/or modify diff --git a/crypt.h b/crypt.h index 42427e6b..34d06be0 100644 --- a/crypt.h +++ b/crypt.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 1996,1997 Michael R. Elkins - * Copyright (C) 1999-2000 Thomas Roessler - * Copyright (C) 2001 Thomas Roessler + * Copyright (C) 1996,1997 Michael R. Elkins + * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 2001 Thomas Roessler * Oliver Ehli * * This program is free software; you can redistribute it and/or modify diff --git a/curs_main.c b/curs_main.c index 08b9f30e..2f6198da 100644 --- a/curs_main.c +++ b/curs_main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/date.c b/date.c index 91aa0df6..cc8e4e36 100644 --- a/date.c +++ b/date.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dotlock.c b/dotlock.c index 560db7ff..eb799d59 100644 --- a/dotlock.c +++ b/dotlock.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins - * Copyright (C) 1998-2000 Thomas Roessler + * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1998-2000 Thomas Roessler * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dotlock.h b/dotlock.h index d20cf597..dff6f61c 100644 --- a/dotlock.h +++ b/dotlock.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins - * Copyright (C) 1998-2000 Thomas Roessler + * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1998-2000 Thomas Roessler * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/edit.c b/edit.c index bbcc3e55..37684939 100644 --- a/edit.c +++ b/edit.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/editmsg.c b/editmsg.c index c105a48e..6369f0a9 100644 --- a/editmsg.c +++ b/editmsg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General Public diff --git a/enter.c b/enter.c index a5bf5a9d..5b956bf1 100644 --- a/enter.c +++ b/enter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * Copyright (C) 2000 Edmund Grimley Evans * * This program is free software; you can redistribute it and/or modify diff --git a/extlib.c b/extlib.c index 74fb03b2..04692a9c 100644 --- a/extlib.c +++ b/extlib.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General Public diff --git a/flags.c b/flags.c index 9f51c6f4..9eedbea3 100644 --- a/flags.c +++ b/flags.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/from.c b/from.c index 41d0a6a7..0fa32cb2 100644 --- a/from.c +++ b/from.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/functions.h b/functions.h index 1b67309a..9e80de3a 100644 --- a/functions.h +++ b/functions.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/gnupgparse.c b/gnupgparse.c index ad8259c3..cec23991 100644 --- a/gnupgparse.c +++ b/gnupgparse.c @@ -1,6 +1,6 @@ /* * Copyright (C) 1998-2000 Werner Koch - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General Public diff --git a/handler.c b/handler.c index fd9f2435..4f18f733 100644 --- a/handler.c +++ b/handler.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/hash.c b/hash.c index c9037ca1..f0f9a12d 100644 --- a/hash.c +++ b/hash.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/hash.h b/hash.h index b6a9a36a..2344077e 100644 --- a/hash.h +++ b/hash.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/headers.c b/headers.c index 2062f468..1b59a2ac 100644 --- a/headers.c +++ b/headers.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/help.c b/help.c index 57f6a48b..42961229 100644 --- a/help.c +++ b/help.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/history.c b/history.c index 1e9743fb..ca3a2d79 100644 --- a/history.c +++ b/history.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/history.h b/history.h index fb89bb47..b32a47a9 100644 --- a/history.h +++ b/history.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/imap/auth.c b/imap/auth.c index 9e4c8d02..0c56e851 100644 --- a/imap/auth.c +++ b/imap/auth.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-8 Michael R. Elkins + * Copyright (C) 1996-8 Michael R. Elkins * Copyright (C) 1996-9 Brandon Long * Copyright (C) 1999-2001 Brendan Cully * diff --git a/imap/command.c b/imap/command.c index d1d3ef39..39a5bd07 100644 --- a/imap/command.c +++ b/imap/command.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-8 Michael R. Elkins + * Copyright (C) 1996-8 Michael R. Elkins * Copyright (C) 1996-9 Brandon Long * Copyright (C) 1999-2002 Brendan Cully * diff --git a/imap/imap.c b/imap/imap.c index cf7258ec..f9feccdf 100644 --- a/imap/imap.c +++ b/imap/imap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-8 Michael R. Elkins + * Copyright (C) 1996-8 Michael R. Elkins * Copyright (C) 1996-9 Brandon Long * Copyright (C) 1999-2002 Brendan Cully * diff --git a/imap/imap.h b/imap/imap.h index bd34e23d..3a374255 100644 --- a/imap/imap.h +++ b/imap/imap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-8 Michael R. Elkins + * Copyright (C) 1996-8 Michael R. Elkins * Copyright (C) 2000-1 Brendan Cully * * This program is free software; you can redistribute it and/or modify diff --git a/imap/util.c b/imap/util.c index 10d93cd9..6fd13e73 100644 --- a/imap/util.c +++ b/imap/util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-8 Michael R. Elkins + * Copyright (C) 1996-8 Michael R. Elkins * Copyright (C) 1996-9 Brandon Long * Copyright (C) 1999-2002 Brendan Cully * diff --git a/keymap.c b/keymap.c index 765d57e7..063462fc 100644 --- a/keymap.c +++ b/keymap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000,2002 Michael R. Elkins + * Copyright (C) 1996-2000,2002 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/keymap.h b/keymap.h index 232d0e50..17f1bd91 100644 --- a/keymap.h +++ b/keymap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000,2 Michael R. Elkins + * Copyright (C) 1996-2000,2 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib.c b/lib.c index 9e72d2cc..6614ea37 100644 --- a/lib.c +++ b/lib.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General Public diff --git a/lib.h b/lib.h index 0b66ddfd..4d6df81c 100644 --- a/lib.h +++ b/lib.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General Public diff --git a/main.c b/main.c index 93751302..fc418a31 100644 --- a/main.c +++ b/main.c @@ -1,6 +1,6 @@ /* * Copyright (C) 1996-2002 Michael R. Elkins - * Copyright (C) 1999-2002 Thomas Roessler + * Copyright (C) 1999-2002 Thomas Roessler * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -50,7 +50,7 @@ under certain conditions; type `mutt -vv' for details.\n"); static const char *Copyright = N_("\ Copyright (C) 1996-2002 Michael R. Elkins \n\ Copyright (C) 1996-2002 Brandon Long \n\ -Copyright (C) 1997-2002 Thomas Roessler \n\ +Copyright (C) 1997-2002 Thomas Roessler \n\ Copyright (C) 1998-2002 Werner Koch \n\ Copyright (C) 1999-2002 Brendan Cully \n\ Copyright (C) 1999-2002 Tommi Komulainen \n\ diff --git a/makedoc.c b/makedoc.c index c5197959..842c1175 100644 --- a/makedoc.c +++ b/makedoc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mapping.h b/mapping.h index 87ae7adf..b944e2a0 100644 --- a/mapping.h +++ b/mapping.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/menu.c b/menu.c index 3e4e65fe..d9212b8a 100644 --- a/menu.c +++ b/menu.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mh.c b/mh.c index 9db7a2fd..ab4844fd 100644 --- a/mh.c +++ b/mh.c @@ -1,6 +1,6 @@ /* * Copyright (C) 1996-2002 Michael R. Elkins - * Copyright (C) 1999-2002 Thomas Roessler + * Copyright (C) 1999-2002 Thomas Roessler * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mime.h b/mime.h index 1d7e1d46..ebef53e1 100644 --- a/mime.h +++ b/mime.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mkjtags.c b/mkjtags.c index 68532509..c5ee5753 100644 --- a/mkjtags.c +++ b/mkjtags.c @@ -4,7 +4,7 @@ * Convert multi-file etags files to something * which can be used by jed. * - * Thomas Roessler + * Thomas Roessler * */ diff --git a/mutt_curses.h b/mutt_curses.h index c2322bd4..b7b1a828 100644 --- a/mutt_curses.h +++ b/mutt_curses.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mutt_menu.h b/mutt_menu.h index ee44248a..83b83cdb 100644 --- a/mutt_menu.h +++ b/mutt_menu.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mutt_regex.h b/mutt_regex.h index 8518964b..9a0e6f5e 100644 --- a/mutt_regex.h +++ b/mutt_regex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mutt_socket.c b/mutt_socket.c index e02be9c4..e89a9f5c 100644 --- a/mutt_socket.c +++ b/mutt_socket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998 Michael R. Elkins + * Copyright (C) 1998 Michael R. Elkins * Copyright (C) 1999-2001 Brendan Cully * Copyright (C) 1999-2000 Tommi Komulainen * diff --git a/muttlib.c b/muttlib.c index d122814c..41f1c0e7 100644 --- a/muttlib.c +++ b/muttlib.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mx.c b/mx.c index 4da78237..71a2c1ec 100644 --- a/mx.c +++ b/mx.c @@ -1,6 +1,6 @@ /* * Copyright (C) 1996-2002 Michael R. Elkins - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mx.h b/mx.h index 769f0cd2..72207218 100644 --- a/mx.h +++ b/mx.h @@ -1,6 +1,6 @@ /* * Copyright (C) 1996-2002 Michael R. Elkins - * Copyright (C) 1999-2002 Thomas Roessler + * Copyright (C) 1999-2002 Thomas Roessler * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pager.h b/pager.h index 4c198316..762e0d3c 100644 --- a/pager.h +++ b/pager.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/parse.c b/parse.c index f90fc726..476f7e77 100644 --- a/parse.c +++ b/parse.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pattern.c b/pattern.c index 70cfaccb..0de1bf93 100644 --- a/pattern.c +++ b/pattern.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins , and others + * Copyright (C) 1996-2000 Michael R. Elkins , and others * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pgp.c b/pgp.c index 3528cd22..a2540f00 100644 --- a/pgp.c +++ b/pgp.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 1996,1997 Michael R. Elkins - * Copyright (c) 1998,1999 Thomas Roessler + * Copyright (C) 1996,1997 Michael R. Elkins + * Copyright (c) 1998,1999 Thomas Roessler * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -700,7 +700,7 @@ void pgp_extract_keys_from_attachment_list (FILE *fp, int tag, BODY *top) { if(!fp) { - mutt_error _("Internal error. Inform ."); + mutt_error _("Internal error. Inform ."); return; } diff --git a/pgp.h b/pgp.h index 7621381c..873b20c9 100644 --- a/pgp.h +++ b/pgp.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 1996,1997 Michael R. Elkins - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1996,1997 Michael R. Elkins + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pgpinvoke.c b/pgpinvoke.c index c84afdf5..3ea41e19 100644 --- a/pgpinvoke.c +++ b/pgpinvoke.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Thomas Roessler + * Copyright (C) 1997-2000 Thomas Roessler * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General Public diff --git a/pgpkey.c b/pgpkey.c index 19c8e468..3cff85c1 100644 --- a/pgpkey.c +++ b/pgpkey.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 1996,1997 Michael R. Elkins - * Copyright (c) 1998,1999 Thomas Roessler + * Copyright (C) 1996,1997 Michael R. Elkins + * Copyright (c) 1998,1999 Thomas Roessler * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General Public diff --git a/pgplib.c b/pgplib.c index a9528a29..067ac33a 100644 --- a/pgplib.c +++ b/pgplib.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Thomas Roessler + * Copyright (C) 1997-2000 Thomas Roessler * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General Public diff --git a/pgplib.h b/pgplib.h index 0c024a6a..85c69f1c 100644 --- a/pgplib.h +++ b/pgplib.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 1996,1997 Michael R. Elkins - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1996,1997 Michael R. Elkins + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/postpone.c b/postpone.c index 60ad0193..16f82d79 100644 --- a/postpone.c +++ b/postpone.c @@ -1,6 +1,6 @@ /* * Copyright (C) 1996-2002 Michael R. Elkins - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/protos.h b/protos.h index 36cdace2..2aa8032f 100644 --- a/protos.h +++ b/protos.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/query.c b/query.c index 8361d083..8316970c 100644 --- a/query.c +++ b/query.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/recvattach.c b/recvattach.c index 0474f62e..ee527329 100644 --- a/recvattach.c +++ b/recvattach.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/recvcmd.c b/recvcmd.c index db396544..a57f556c 100644 --- a/recvcmd.c +++ b/recvcmd.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General Public diff --git a/remailer.c b/remailer.c index e1fb9c96..e7be2cee 100644 --- a/remailer.c +++ b/remailer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General Public diff --git a/remailer.h b/remailer.h index c1391a5e..0ff0e973 100644 --- a/remailer.h +++ b/remailer.h @@ -2,7 +2,7 @@ #define _REMAILER_H /* - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/resize.c b/resize.c index 0b156181..c36b7a47 100644 --- a/resize.c +++ b/resize.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/rfc1524.c b/rfc1524.c index f028730f..eddcacd0 100644 --- a/rfc1524.c +++ b/rfc1524.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/rfc1524.h b/rfc1524.h index 50d4b6f4..8259d2df 100644 --- a/rfc1524.h +++ b/rfc1524.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/rfc2047.c b/rfc2047.c index 759e3e3d..09214f95 100644 --- a/rfc2047.c +++ b/rfc2047.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * Copyright (C) 2000-2001 Edmund Grimley Evans * * This program is free software; you can redistribute it and/or modify diff --git a/rfc2047.h b/rfc2047.h index 7b4a7eaf..f6e0bbf9 100644 --- a/rfc2047.h +++ b/rfc2047.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/rfc2231.c b/rfc2231.c index 188ea7d1..6d426810 100644 --- a/rfc2231.c +++ b/rfc2231.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General Public diff --git a/rfc2231.h b/rfc2231.h index 0f24b06b..ccf01cc3 100644 --- a/rfc2231.h +++ b/rfc2231.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2000 Thomas Roessler * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General Public diff --git a/rfc822.c b/rfc822.c index c7cc97b3..5a07ea53 100644 --- a/rfc822.c +++ b/rfc822.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -791,7 +791,7 @@ int main (int argc, char **argv) ADDRESS *list; char buf[256]; # if 0 - char *str = "michael, Michael Elkins , testing a really complex address: this example <@contains.a.source.route,@with.multiple.hosts:address@example.com>;, lothar@of.the.hillpeople (lothar)"; + char *str = "michael, Michael Elkins , testing a really complex address: this example <@contains.a.source.route,@with.multiple.hosts:address@example.com>;, lothar@of.the.hillpeople (lothar)"; # else char *str = "a b c "; # endif diff --git a/rfc822.h b/rfc822.h index f4f31d63..d30c5bbf 100644 --- a/rfc822.h +++ b/rfc822.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/score.c b/score.c index c460a2a2..a29e3571 100644 --- a/score.c +++ b/score.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/signal.c b/signal.c index 5ff0d85f..e6417370 100644 --- a/signal.c +++ b/signal.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/snprintf.c b/snprintf.c index 5251bd65..c2ebbde0 100644 --- a/snprintf.c +++ b/snprintf.c @@ -29,11 +29,11 @@ * gcc -DTEST_SNPRINTF -o snprintf snprintf.c -lm * and run snprintf for results. * - * Thomas Roessler 01/27/98 for mutt 0.89i + * Thomas Roessler 01/27/98 for mutt 0.89i * The PGP code was using unsigned hexadecimal formats. * Unfortunately, unsigned formats simply didn't work. * - * Michael Elkins 03/05/98 for mutt 0.90.8 + * Michael Elkins 03/05/98 for mutt 0.90.8 * The original code assumed that both snprintf() and vsnprintf() were * missing. Some systems only have snprintf() but not vsnprintf(), so * the code is now broken down under HAVE_SNPRINTF and HAVE_VSNPRINTF. diff --git a/sort.c b/sort.c index 4043b0b7..fcadd76a 100644 --- a/sort.c +++ b/sort.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/sort.h b/sort.h index c6294544..c782fac6 100644 --- a/sort.h +++ b/sort.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/status.c b/status.c index b9e52c88..3d175f65 100644 --- a/status.c +++ b/status.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/system.c b/system.c index a57732ea..3ed31cf0 100644 --- a/system.c +++ b/system.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/thread.c b/thread.c index d2a08408..0896c24f 100644 --- a/thread.c +++ b/thread.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2002 Michael R. Elkins + * Copyright (C) 1996-2002 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/url.c b/url.c index a1e51d2e..57e59f19 100644 --- a/url.c +++ b/url.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Thomas Roessler + * Copyright (C) 2000 Thomas Roessler * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by