From ecad84f50919609ad2a853a988cba0d6cdc771c1 Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Sun, 4 Jan 2009 15:18:02 -0800 Subject: Update copyrights. Closes #3016. I went through the logs of each file with a copyright header and updated the years for the authors in the headers for any non-comment changes they introduced. What a pain! --- ChangeLog | 13 ++++++++++++- addrbook.c | 2 +- ascii.h | 2 +- attach.c | 4 ++-- bcache.c | 2 +- bcache.h | 2 +- browser.c | 2 +- browser.h | 1 - charset.c | 2 +- charset.h | 2 +- commands.c | 2 +- complete.c | 2 +- compose.c | 2 +- crypt-gpgme.c | 2 +- crypt.c | 2 +- curs_main.c | 2 +- dotlock.c | 2 +- editmsg.c | 2 +- enter.c | 4 ++-- functions.h | 2 +- gnupgparse.c | 4 ++-- handler.c | 2 +- hdrline.c | 2 +- hook.c | 2 +- init.h | 2 +- lib.c | 4 ++-- lib.h | 4 ++-- menu.c | 2 +- mh.c | 4 ++-- mutt_idna.c | 2 +- mutt_idna.h | 2 +- mutt_sasl.h | 2 +- mutt_socket.c | 4 ++-- muttlib.c | 4 ++-- mx.c | 2 +- pager.c | 2 +- pattern.c | 2 +- pgp.c | 4 ++-- pgp.h | 2 +- pgpinvoke.c | 2 +- pgpkey.c | 4 ++-- pgplib.c | 2 +- pgplib.h | 2 +- pgppacket.c | 2 +- pgppubring.c | 2 +- pop.c | 2 +- postpone.c | 2 +- protos.h | 2 +- query.c | 2 +- recvattach.c | 4 ++-- recvcmd.c | 2 +- remailer.c | 2 +- rfc1524.c | 2 +- rfc2047.c | 2 +- rfc2231.c | 2 +- rfc3676.h | 2 +- send.c | 2 +- setenv.c | 4 +--- status.c | 2 +- url.c | 2 +- 60 files changed, 81 insertions(+), 73 deletions(-) diff --git a/ChangeLog b/ChangeLog index ceec28c0..75723560 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,15 @@ -2009-01-04 13:21 -0800 Brendan Cully (a1a675f88354) +2009-01-04 14:28 -0800 Brendan Cully (04ab9048ef99) + + * imap/auth_anon.c, imap/auth_cram.c, imap/auth_login.c, + imap/auth_sasl.c, imap/browse.c, imap/imap.h, imap/message.h, + imap/utf7.c: IMAP copyright header updates + + * imap/auth_gss.c, imap/command.c, imap/imap.c, imap/message.c: + Updated copyrights + + * smtp.c: SMTP: complain when authentication fails. Closes + #2117. Now each failed attempt emits an error before mutt tries + the next method. Possibly we should just fail immediately? * parse.c, snprintf.c: Use ! instead of testing pointers against 0. Closes #3125. diff --git a/addrbook.c b/addrbook.c index 46ee6059..a6a0326e 100644 --- a/addrbook.c +++ b/addrbook.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000,2007 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/ascii.h b/ascii.h index 81c071c3..303c58cd 100644 --- a/ascii.h +++ b/ascii.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001 Thomas Roessler + * Copyright (C) 2001-2 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/attach.c b/attach.c index 203a1b16..5acc17b3 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,2002 Michael R. Elkins + * Copyright (C) 1999-2004,2006 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/bcache.c b/bcache.c index 0cd9379e..60e5fdca 100644 --- a/bcache.c +++ b/bcache.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Brendan Cully + * Copyright (C) 2006-7 Brendan Cully * Copyright (C) 2006 Rocco Rutte * * This program is free software; you can redistribute it and/or modify diff --git a/bcache.h b/bcache.h index 35586e91..4672db4e 100644 --- a/bcache.h +++ b/bcache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Brendan Cully + * Copyright (C) 2006-7 Brendan Cully * Copyright (C) 2006 Rocco Rutte * * This program is free software; you can redistribute it and/or modify diff --git a/browser.c b/browser.c index deba8476..b50210d3 100644 --- a/browser.c +++ b/browser.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000,2007 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 af43333d..41cbbde2 100644 --- a/browser.h +++ b/browser.h @@ -1,4 +1,3 @@ -/* $Id$ */ /* * Copyright (C) 1996-2000 Michael R. Elkins * diff --git a/charset.c b/charset.c index 6141dd9d..b07f494a 100644 --- a/charset.c +++ b/charset.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2002,2007 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 bb308868..703d30dd 100644 --- a/charset.h +++ b/charset.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2003 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 19d9427e..45b9db76 100644 --- a/commands.c +++ b/commands.c @@ -1,6 +1,6 @@ /* * Copyright (C) 1996-2000 Michael R. Elkins - * Copyright (C) 2000 Thomas Roessler + * Copyright (C) 2000-4,2006 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/complete.c b/complete.c index aca5ecaf..d0ee4af8 100644 --- a/complete.c +++ b/complete.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000,2007 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 0f8037cc..28296460 100644 --- a/compose.c +++ b/compose.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000,2002,2007 Michael R. Elkins * Copyright (C) 2004 g10 Code GmbH * * This program is free software; you can redistribute it and/or modify diff --git a/crypt-gpgme.c b/crypt-gpgme.c index d49d67cd..8aac3dda 100644 --- a/crypt-gpgme.c +++ b/crypt-gpgme.c @@ -1,5 +1,5 @@ /* crypt-gpgme.c - GPGME based crypto operations - * Copyright (C) 1996,1997 Michael R. Elkins + * Copyright (C) 1996-7,2007 Michael R. Elkins * Copyright (C) 1998,1999,2000 Thomas Roessler * Copyright (C) 2001 Thomas Roessler * Oliver Ehli diff --git a/crypt.c b/crypt.c index 096e0f6c..eb2c3e01 100644 --- a/crypt.c +++ b/crypt.c @@ -1,6 +1,6 @@ /* * Copyright (C) 1996,1997 Michael R. Elkins - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2000,2002-4,2006 Thomas Roessler * Copyright (C) 2001 Thomas Roessler * Oliver Ehli * Copyright (C) 2003 Werner Koch diff --git a/curs_main.c b/curs_main.c index ac32c66a..7f31bf98 100644 --- a/curs_main.c +++ b/curs_main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 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/dotlock.c b/dotlock.c index c1fb7041..d9a05aaf 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) 1998-2001,2007 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/editmsg.c b/editmsg.c index e6c603f5..85b75e31 100644 --- a/editmsg.c +++ b/editmsg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 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 diff --git a/enter.c b/enter.c index ae544efc..058e5d81 100644 --- a/enter.c +++ b/enter.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins - * Copyright (C) 2000 Edmund Grimley Evans + * Copyright (C) 1996-2000,2007 Michael R. Elkins + * Copyright (C) 2000-1 Edmund Grimley Evans * * 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 b34c5667..f0add788 100644 --- a/functions.h +++ b/functions.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 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/gnupgparse.c b/gnupgparse.c index 2977f45e..0bfb1983 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) 1998-2000,2003 Werner Koch + * Copyright (C) 1999-2003 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 b7736391..79543a26 100644 --- a/handler.c +++ b/handler.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 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/hdrline.c b/hdrline.c index 1e63f787..fe45096d 100644 --- a/hdrline.c +++ b/hdrline.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000,2002 Michael R. Elkins + * Copyright (C) 1996-2000,2002,2007 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/hook.c b/hook.c index e44b88f2..8df5781b 100644 --- a/hook.c +++ b/hook.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2002 Michael R. Elkins , and others + * Copyright (C) 1996-2002,2004,2007 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/init.h b/init.h index 21341dde..f9c5bba7 100644 --- a/init.h +++ b/init.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2002 Michael R. Elkins + * Copyright (C) 1996-2002,2007 Michael R. Elkins * Copyright (C) 2004 g10 Code GmbH * * This program is free software; you can redistribute it and/or modify diff --git a/lib.c b/lib.c index f556360a..146f363f 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,2007 Michael R. Elkins + * Copyright (C) 1999-2004,2006-7 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 4c5a9d06..24c73343 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,2007 Michael R. Elkins + * Copyright (C) 1999-2005,2007 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/menu.c b/menu.c index bdf1efee..7fe75388 100644 --- a/menu.c +++ b/menu.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 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/mh.c b/mh.c index 08c5861a..1f4d0504 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) 1996-2002,2007 Michael R. Elkins + * Copyright (C) 1999-2005 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/mutt_idna.c b/mutt_idna.c index ac0e1f7d..40b207a2 100644 --- a/mutt_idna.c +++ b/mutt_idna.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Thomas Roessler + * Copyright (C) 2003,2005,2008 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/mutt_idna.h b/mutt_idna.h index 03bbdae3..54d94f5f 100644 --- a/mutt_idna.h +++ b/mutt_idna.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Thomas Roessler + * Copyright (C) 2003,2005 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/mutt_sasl.h b/mutt_sasl.h index 5be6a26b..e898e292 100644 --- a/mutt_sasl.h +++ b/mutt_sasl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-5 Brendan Cully + * Copyright (C) 2000-5,2008 Brendan Cully * * 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 195e67de..4708f9c4 100644 --- a/mutt_socket.c +++ b/mutt_socket.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 1998 Michael R. Elkins - * Copyright (C) 1999-2005 Brendan Cully + * Copyright (C) 1998,2000 Michael R. Elkins + * Copyright (C) 1999-2006,2008 Brendan Cully * Copyright (C) 1999-2000 Tommi Komulainen * * This program is free software; you can redistribute it and/or modify diff --git a/muttlib.c b/muttlib.c index bb403e86..d1ce40c0 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,2007 Michael R. Elkins + * Copyright (C) 1999-2008 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 5d2ae74a..d1355769 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-2003 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.c b/pager.c index f7cd2d2b..8f8a92b5 100644 --- a/pager.c +++ b/pager.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2002 Michael R. Elkins + * Copyright (C) 1996-2002,2007 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 d55f5d26..b092de86 100644 --- a/pattern.c +++ b/pattern.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000,2006 Michael R. Elkins , and others + * Copyright (C) 1996-2000,2006-7 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 684c1b96..32018e97 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-7,2000 Michael R. Elkins + * Copyright (C) 1998-2005 Thomas Roessler * Copyright (C) 2004 g10 Code GmbH * * This program is free software; you can redistribute it and/or modify diff --git a/pgp.h b/pgp.h index aa866dae..2d98e14e 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) 1999-2003 Thomas Roessler * Copyright (C) 2004 g10 Code GmbH * * This program is free software; you can redistribute it and/or modify diff --git a/pgpinvoke.c b/pgpinvoke.c index e26c63bb..d4c320a9 100644 --- a/pgpinvoke.c +++ b/pgpinvoke.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Thomas Roessler + * Copyright (C) 1997-2003 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 6d0cc66d..461917dd 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-7,2007 Michael R. Elkins + * Copyright (c) 1998-2003 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 85db5631..1a42cb7f 100644 --- a/pgplib.c +++ b/pgplib.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Thomas Roessler + * Copyright (C) 1997-2002 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 38e9a4b5..9992e5ec 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) 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/pgppacket.c b/pgppacket.c index 22642ec3..b136a4ae 100644 --- a/pgppacket.c +++ b/pgppacket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001 Thomas Roessler + * Copyright (C) 2001-2,2007 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 diff --git a/pgppubring.c b/pgppubring.c index b2645806..358e3b7d 100644 --- a/pgppubring.c +++ b/pgppubring.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2001 Thomas Roessler + * Copyright (C) 1997-2003 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/pop.c b/pop.c index badb8255..34a0f63d 100644 --- a/pop.c +++ b/pop.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2000-2002 Vsevolod Volkov - * Copyright (C) 2006 Rocco Rutte + * Copyright (C) 2006-7 Rocco Rutte * * 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 d35e51e1..12bc7cc5 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-2002,2004 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 4d29d4dc..e1f9f804 100644 --- a/protos.h +++ b/protos.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000,2007 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 43507b97..7006aa6a 100644 --- a/query.c +++ b/query.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000,2003 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 4b73d6b2..86448ff7 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,2002,2007 Michael R. Elkins + * Copyright (C) 1999-2006 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 c2cfa6d6..26312d69 100644 --- a/recvcmd.c +++ b/recvcmd.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2004 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 7f076ea4..3696e480 100644 --- a/remailer.c +++ b/remailer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2001 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/rfc1524.c b/rfc1524.c index 6fe0ffa1..e04a9b06 100644 --- a/rfc1524.c +++ b/rfc1524.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000,2003 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 f61784e0..2bd433b0 100644 --- a/rfc2047.c +++ b/rfc2047.c @@ -1,6 +1,6 @@ /* * Copyright (C) 1996-2000 Michael R. Elkins - * Copyright (C) 2000-2001 Edmund Grimley Evans + * Copyright (C) 2000-2002 Edmund Grimley Evans * * 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 445aaa59..98eddb39 100644 --- a/rfc2231.c +++ b/rfc2231.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2001 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/rfc3676.h b/rfc3676.h index 0cd50e47..6f1a2a18 100644 --- a/rfc3676.h +++ b/rfc3676.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2005 Andreas Krennmair * Copyright (C) 2005 Peter J. Holzer - * Copyright (C) 2005 Rocco Rutte + * Copyright (C) 2005,2007 Rocco Rutte * * 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/send.c b/send.c index a145124c..8b47f2c6 100644 --- a/send.c +++ b/send.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2002 Michael R. Elkins + * Copyright (C) 1996-2002,2004 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/setenv.c b/setenv.c index 6dd6c938..36fe7def 100644 --- a/setenv.c +++ b/setenv.c @@ -1,6 +1,4 @@ -/* $Id$ -** -** Replacement for a missing setenv. +/* Replacement for a missing setenv. ** ** Written by Russ Allbery ** This work is hereby placed in the public domain by its author. diff --git a/status.c b/status.c index 8f19128d..db5cbfbf 100644 --- a/status.c +++ b/status.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000,2007 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 7ee67734..5155371d 100644 --- a/url.c +++ b/url.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Thomas Roessler + * Copyright (C) 2000-2,2004 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 -- cgit v1.2.3