From 3eea08ab23c5dffacf21e2a185c2b31fcc995714 Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Sun, 4 Jan 2009 15:18:02 -0800 Subject: [PATCH] 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 ceec28c00..757235607 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 46ee6059f..a6a0326ee 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 81c071c39..303c58cd5 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 203a1b165..5acc17b37 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 0cd9379e1..60e5fdca5 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 35586e911..4672db4ef 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 deba84767..b50210d31 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 af43333db..41cbbde28 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 6141dd9d0..b07f494a5 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 bb308868e..703d30dd4 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 19d9427e3..45b9db76c 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 aca5ecafa..d0ee4af85 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 0f8037cce..282964603 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 d49d67cd0..8aac3dda6 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 096e0f6ce..eb2c3e01e 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 ac32c66a6..7f31bf983 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 c1fb7041e..d9a05aaf8 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 e6c603f52..85b75e314 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 ae544efc7..058e5d818 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 b34c56671..f0add788d 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 2977f45e8..0bfb19834 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 b77363919..79543a266 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 1e63f7870..fe45096d5 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 e44b88f2b..8df5781b6 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 21341dded..f9c5bba72 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 f556360a0..146f363f7 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 4c5a9d065..24c733436 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 bdf1efee8..7fe753886 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 08c5861a0..1f4d0504d 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 ac0e1f7db..40b207a2b 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 03bbdae34..54d94f5fd 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 5be6a26be..e898e2929 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 195e67de6..4708f9c42 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 bb403e86e..d1ce40c05 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 5d2ae74af..d1355769e 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 f7cd2d2b8..8f8a92b5a 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 d55f5d26e..b092de867 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 684c1b96c..32018e976 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 aa866dae9..2d98e14ed 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 e26c63bbe..d4c320a9c 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 6d0cc66d0..461917dd9 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 85db56312..1a42cb7f6 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 38e9a4b54..9992e5ecb 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 22642ec34..b136a4ae7 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 b26458060..358e3b7d6 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 badb8255b..34a0f63db 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 d35e51e12..12bc7cc5e 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 4d29d4dc9..e1f9f804e 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 43507b97a..7006aa6a3 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 4b73d6b24..86448ff7d 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 c2cfa6d69..26312d69c 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 7f076ea4c..3696e4803 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 6fe0ffa17..e04a9b066 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 f61784e03..2bd433b05 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 445aaa594..98eddb39f 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 0cd50e47e..6f1a2a184 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 a145124c7..8b47f2c64 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 6dd6c938f..36fe7def4 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 8f19128d9..db5cbfbfa 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 7ee67734c..5155371d3 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 -- 2.40.0