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