mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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!

+81 -73
+12 -1
ChangeLog
··· 1 - 2009-01-04 13:21 -0800 Brendan Cully <brendan@kublai.com> (a1a675f88354) 1 + 2009-01-04 14:28 -0800 Brendan Cully <brendan@kublai.com> (04ab9048ef99) 2 + 3 + * imap/auth_anon.c, imap/auth_cram.c, imap/auth_login.c, 4 + imap/auth_sasl.c, imap/browse.c, imap/imap.h, imap/message.h, 5 + imap/utf7.c: IMAP copyright header updates 6 + 7 + * imap/auth_gss.c, imap/command.c, imap/imap.c, imap/message.c: 8 + Updated copyrights 9 + 10 + * smtp.c: SMTP: complain when authentication fails. Closes 11 + #2117. Now each failed attempt emits an error before mutt tries 12 + the next method. Possibly we should just fail immediately? 2 13 3 14 * parse.c, snprintf.c: Use ! instead of testing pointers against 0. 4 15 Closes #3125.
+1 -1
addrbook.c
··· 1 1 /* 2 - * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 2 + * Copyright (C) 1996-2000,2007 Michael R. Elkins <me@mutt.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+1 -1
ascii.h
··· 1 1 /* 2 - * Copyright (C) 2001 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 2001-2 Thomas Roessler <roessler@does-not-exist.org> 3 3 * 4 4 * This program is free software; you can redistribute it 5 5 * and/or modify it under the terms of the GNU General Public
+2 -2
attach.c
··· 1 1 /* 2 - * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 3 - * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 1996-2000,2002 Michael R. Elkins <me@mutt.org> 3 + * Copyright (C) 1999-2004,2006 Thomas Roessler <roessler@does-not-exist.org> 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
bcache.c
··· 1 1 /* 2 - * Copyright (C) 2006 Brendan Cully <brendan@kublai.com> 2 + * Copyright (C) 2006-7 Brendan Cully <brendan@kublai.com> 3 3 * Copyright (C) 2006 Rocco Rutte <pdmef@gmx.net> 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify
+1 -1
bcache.h
··· 1 1 /* 2 - * Copyright (C) 2006 Brendan Cully <brendan@kublai.com> 2 + * Copyright (C) 2006-7 Brendan Cully <brendan@kublai.com> 3 3 * Copyright (C) 2006 Rocco Rutte <pdmef@gmx.net> 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify
+1 -1
browser.c
··· 1 1 /* 2 - * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 2 + * Copyright (C) 1996-2000,2007 Michael R. Elkins <me@mutt.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
-1
browser.h
··· 1 - /* $Id$ */ 2 1 /* 3 2 * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 4 3 *
+1 -1
charset.c
··· 1 1 /* 2 - * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 1999-2002,2007 Thomas Roessler <roessler@does-not-exist.org> 3 3 * 4 4 * This program is free software; you can redistribute it 5 5 * and/or modify it under the terms of the GNU General Public
+1 -1
charset.h
··· 1 1 /* 2 - * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 1999-2003 Thomas Roessler <roessler@does-not-exist.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+1 -1
commands.c
··· 1 1 /* 2 2 * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 3 - * Copyright (C) 2000 Thomas Roessler <roessler@does-not-exist.org> 3 + * Copyright (C) 2000-4,2006 Thomas Roessler <roessler@does-not-exist.org> 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
complete.c
··· 1 1 /* 2 - * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 2 + * Copyright (C) 1996-2000,2007 Michael R. Elkins <me@mutt.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+1 -1
compose.c
··· 1 1 /* 2 - * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 2 + * Copyright (C) 1996-2000,2002,2007 Michael R. Elkins <me@mutt.org> 3 3 * Copyright (C) 2004 g10 Code GmbH 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify
+1 -1
crypt-gpgme.c
··· 1 1 /* crypt-gpgme.c - GPGME based crypto operations 2 - * Copyright (C) 1996,1997 Michael R. Elkins <me@cs.hmc.edu> 2 + * Copyright (C) 1996-7,2007 Michael R. Elkins <me@cs.hmc.edu> 3 3 * Copyright (C) 1998,1999,2000 Thomas Roessler <roessler@does-not-exist.org> 4 4 * Copyright (C) 2001 Thomas Roessler <roessler@does-not-exist.org> 5 5 * Oliver Ehli <elmy@acm.org>
+1 -1
crypt.c
··· 1 1 /* 2 2 * Copyright (C) 1996,1997 Michael R. Elkins <me@mutt.org> 3 - * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org> 3 + * Copyright (C) 1999-2000,2002-4,2006 Thomas Roessler <roessler@does-not-exist.org> 4 4 * Copyright (C) 2001 Thomas Roessler <roessler@does-not-exist.org> 5 5 * Oliver Ehli <elmy@acm.org> 6 6 * Copyright (C) 2003 Werner Koch <wk@gnupg.org>
+1 -1
curs_main.c
··· 1 1 /* 2 - * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 2 + * Copyright (C) 1996-2000,2002 Michael R. Elkins <me@mutt.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+1 -1
dotlock.c
··· 1 1 /* 2 2 * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 3 - * Copyright (C) 1998-2000 Thomas Roessler <roessler@does-not-exist.org> 3 + * Copyright (C) 1998-2001,2007 Thomas Roessler <roessler@does-not-exist.org> 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
editmsg.c
··· 1 1 /* 2 - * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 1999-2002 Thomas Roessler <roessler@does-not-exist.org> 3 3 * 4 4 * This program is free software; you can redistribute it 5 5 * and/or modify it under the terms of the GNU General Public
+2 -2
enter.c
··· 1 1 /* 2 - * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 3 - * Copyright (C) 2000 Edmund Grimley Evans <edmundo@rano.org> 2 + * Copyright (C) 1996-2000,2007 Michael R. Elkins <me@mutt.org> 3 + * Copyright (C) 2000-1 Edmund Grimley Evans <edmundo@rano.org> 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
functions.h
··· 1 1 /* 2 - * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 2 + * Copyright (C) 1996-2000,2002 Michael R. Elkins <me@mutt.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+2 -2
gnupgparse.c
··· 1 1 /* 2 - * Copyright (C) 1998-2000 Werner Koch <werner.koch@guug.de> 3 - * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 1998-2000,2003 Werner Koch <werner.koch@guug.de> 3 + * Copyright (C) 1999-2003 Thomas Roessler <roessler@does-not-exist.org> 4 4 * 5 5 * This program is free software; you can redistribute it 6 6 * and/or modify it under the terms of the GNU General Public
+1 -1
handler.c
··· 1 1 /* 2 - * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 2 + * Copyright (C) 1996-2000,2002 Michael R. Elkins <me@mutt.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+1 -1
hdrline.c
··· 1 1 /* 2 - * Copyright (C) 1996-2000,2002 Michael R. Elkins <me@mutt.org> 2 + * Copyright (C) 1996-2000,2002,2007 Michael R. Elkins <me@mutt.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+1 -1
hook.c
··· 1 1 /* 2 - * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>, and others 2 + * Copyright (C) 1996-2002,2004,2007 Michael R. Elkins <me@mutt.org>, and others 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+1 -1
init.h
··· 1 1 /* 2 - * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org> 2 + * Copyright (C) 1996-2002,2007 Michael R. Elkins <me@mutt.org> 3 3 * Copyright (C) 2004 g10 Code GmbH 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify
+2 -2
lib.c
··· 1 1 /* 2 - * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 3 - * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 1996-2000,2007 Michael R. Elkins <me@mutt.org> 3 + * Copyright (C) 1999-2004,2006-7 Thomas Roessler <roessler@does-not-exist.org> 4 4 * 5 5 * This program is free software; you can redistribute it 6 6 * and/or modify it under the terms of the GNU General Public
+2 -2
lib.h
··· 1 1 /* 2 - * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 3 - * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 1996-2000,2007 Michael R. Elkins <me@mutt.org> 3 + * Copyright (C) 1999-2005,2007 Thomas Roessler <roessler@does-not-exist.org> 4 4 * 5 5 * This program is free software; you can redistribute it 6 6 * and/or modify it under the terms of the GNU General Public
+1 -1
menu.c
··· 1 1 /* 2 - * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 2 + * Copyright (C) 1996-2000,2002 Michael R. Elkins <me@mutt.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+2 -2
mh.c
··· 1 1 /* 2 - * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org> 3 - * Copyright (C) 1999-2002 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 1996-2002,2007 Michael R. Elkins <me@mutt.org> 3 + * Copyright (C) 1999-2005 Thomas Roessler <roessler@does-not-exist.org> 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
mutt_idna.c
··· 1 1 /* 2 - * Copyright (C) 2003 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 2003,2005,2008 Thomas Roessler <roessler@does-not-exist.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+1 -1
mutt_idna.h
··· 1 1 /* 2 - * Copyright (C) 2003 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 2003,2005 Thomas Roessler <roessler@does-not-exist.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+1 -1
mutt_sasl.h
··· 1 1 /* 2 - * Copyright (C) 2000-5 Brendan Cully <brendan@kublai.com> 2 + * Copyright (C) 2000-5,2008 Brendan Cully <brendan@kublai.com> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+2 -2
mutt_socket.c
··· 1 1 /* 2 - * Copyright (C) 1998 Michael R. Elkins <me@mutt.org> 3 - * Copyright (C) 1999-2005 Brendan Cully <brendan@kublai.com> 2 + * Copyright (C) 1998,2000 Michael R. Elkins <me@mutt.org> 3 + * Copyright (C) 1999-2006,2008 Brendan Cully <brendan@kublai.com> 4 4 * Copyright (C) 1999-2000 Tommi Komulainen <Tommi.Komulainen@iki.fi> 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify
+2 -2
muttlib.c
··· 1 1 /* 2 - * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 3 - * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 1996-2000,2007 Michael R. Elkins <me@mutt.org> 3 + * Copyright (C) 1999-2008 Thomas Roessler <roessler@does-not-exist.org> 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
mx.c
··· 1 1 /* 2 2 * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org> 3 - * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org> 3 + * Copyright (C) 1999-2003 Thomas Roessler <roessler@does-not-exist.org> 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
pager.c
··· 1 1 /* 2 - * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org> 2 + * Copyright (C) 1996-2002,2007 Michael R. Elkins <me@mutt.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+1 -1
pattern.c
··· 1 1 /* 2 - * Copyright (C) 1996-2000,2006 Michael R. Elkins <me@mutt.org>, and others 2 + * Copyright (C) 1996-2000,2006-7 Michael R. Elkins <me@mutt.org>, and others 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+2 -2
pgp.c
··· 1 1 /* 2 - * Copyright (C) 1996,1997 Michael R. Elkins <me@mutt.org> 3 - * Copyright (C) 1998,1999 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 1996-7,2000 Michael R. Elkins <me@mutt.org> 3 + * Copyright (C) 1998-2005 Thomas Roessler <roessler@does-not-exist.org> 4 4 * Copyright (C) 2004 g10 Code GmbH 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify
+1 -1
pgp.h
··· 1 1 /* 2 2 * Copyright (C) 1996,1997 Michael R. Elkins <me@mutt.org> 3 - * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org> 3 + * Copyright (C) 1999-2003 Thomas Roessler <roessler@does-not-exist.org> 4 4 * Copyright (C) 2004 g10 Code GmbH 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify
+1 -1
pgpinvoke.c
··· 1 1 /* 2 - * Copyright (C) 1997-2000 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 1997-2003 Thomas Roessler <roessler@does-not-exist.org> 3 3 * 4 4 * This program is free software; you can redistribute it 5 5 * and/or modify it under the terms of the GNU General Public
+2 -2
pgpkey.c
··· 1 1 /* 2 - * Copyright (C) 1996,1997 Michael R. Elkins <me@mutt.org> 3 - * Copyright (c) 1998,1999 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 1996-7,2007 Michael R. Elkins <me@mutt.org> 3 + * Copyright (c) 1998-2003 Thomas Roessler <roessler@does-not-exist.org> 4 4 * 5 5 * This program is free software; you can redistribute it 6 6 * and/or modify it under the terms of the GNU General Public
+1 -1
pgplib.c
··· 1 1 /* 2 - * Copyright (C) 1997-2000 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 1997-2002 Thomas Roessler <roessler@does-not-exist.org> 3 3 * 4 4 * This program is free software; you can redistribute it 5 5 * and/or modify it under the terms of the GNU General Public
+1 -1
pgplib.h
··· 1 1 /* 2 2 * Copyright (C) 1996,1997 Michael R. Elkins <me@mutt.org> 3 - * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org> 3 + * Copyright (C) 1999-2002 Thomas Roessler <roessler@does-not-exist.org> 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
pgppacket.c
··· 1 1 /* 2 - * Copyright (C) 2001 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 2001-2,2007 Thomas Roessler <roessler@does-not-exist.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or 5 5 * modify it under the terms of the GNU General Public License as
+1 -1
pgppubring.c
··· 1 1 /* 2 - * Copyright (C) 1997-2001 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 1997-2003 Thomas Roessler <roessler@does-not-exist.org> 3 3 * 4 4 * This program is free software; you can redistribute it 5 5 * and/or modify it under the terms of the GNU General Public
+1 -1
pop.c
··· 1 1 /* 2 2 * Copyright (C) 2000-2002 Vsevolod Volkov <vvv@mutt.org.ua> 3 - * Copyright (C) 2006 Rocco Rutte <pdmef@gmx.net> 3 + * Copyright (C) 2006-7 Rocco Rutte <pdmef@gmx.net> 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
postpone.c
··· 1 1 /* 2 2 * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org> 3 - * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org> 3 + * Copyright (C) 1999-2002,2004 Thomas Roessler <roessler@does-not-exist.org> 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
protos.h
··· 1 1 /* 2 - * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 2 + * Copyright (C) 1996-2000,2007 Michael R. Elkins <me@mutt.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+1 -1
query.c
··· 1 1 /* 2 - * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 2 + * Copyright (C) 1996-2000,2003 Michael R. Elkins <me@mutt.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+2 -2
recvattach.c
··· 1 1 /* 2 - * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 3 - * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 1996-2000,2002,2007 Michael R. Elkins <me@mutt.org> 3 + * Copyright (C) 1999-2006 Thomas Roessler <roessler@does-not-exist.org> 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
recvcmd.c
··· 1 1 /* 2 - * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 1999-2004 Thomas Roessler <roessler@does-not-exist.org> 3 3 * 4 4 * This program is free software; you can redistribute it 5 5 * and/or modify it under the terms of the GNU General Public
+1 -1
remailer.c
··· 1 1 /* 2 - * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 1999-2001 Thomas Roessler <roessler@does-not-exist.org> 3 3 * 4 4 * This program is free software; you can redistribute it 5 5 * and/or modify it under the terms of the GNU General Public
+1 -1
rfc1524.c
··· 1 1 /* 2 - * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 2 + * Copyright (C) 1996-2000,2003 Michael R. Elkins <me@mutt.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+1 -1
rfc2047.c
··· 1 1 /* 2 2 * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 3 - * Copyright (C) 2000-2001 Edmund Grimley Evans <edmundo@rano.org> 3 + * Copyright (C) 2000-2002 Edmund Grimley Evans <edmundo@rano.org> 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
rfc2231.c
··· 1 1 /* 2 - * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 1999-2001 Thomas Roessler <roessler@does-not-exist.org> 3 3 * 4 4 * This program is free software; you can redistribute it 5 5 * and/or modify it under the terms of the GNU General Public
+1 -1
rfc3676.h
··· 1 1 /* 2 2 * Copyright (C) 2005 Andreas Krennmair <ak@synflood.at> 3 3 * Copyright (C) 2005 Peter J. Holzer <hjp@hjp.net> 4 - * Copyright (C) 2005 Rocco Rutte <pdmef@gmx.net> 4 + * Copyright (C) 2005,2007 Rocco Rutte <pdmef@gmx.net> 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License as published by
+1 -1
send.c
··· 1 1 /* 2 - * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org> 2 + * Copyright (C) 1996-2002,2004 Michael R. Elkins <me@mutt.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+1 -3
setenv.c
··· 1 - /* $Id$ 2 - ** 3 - ** Replacement for a missing setenv. 1 + /* Replacement for a missing setenv. 4 2 ** 5 3 ** Written by Russ Allbery <rra@stanford.edu> 6 4 ** This work is hereby placed in the public domain by its author.
+1 -1
status.c
··· 1 1 /* 2 - * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org> 2 + * Copyright (C) 1996-2000,2007 Michael R. Elkins <me@mutt.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by
+1 -1
url.c
··· 1 1 /* 2 - * Copyright (C) 2000 Thomas Roessler <roessler@does-not-exist.org> 2 + * Copyright (C) 2000-2,2004 Thomas Roessler <roessler@does-not-exist.org> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify 5 5 * it under the terms of the GNU General Public License as published by