summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--COPYRIGHT13
-rw-r--r--account.h2
-rw-r--r--attach.c2
-rw-r--r--bcache.c2
-rw-r--r--browser.c2
-rw-r--r--buffy.c2
-rw-r--r--buffy.h2
-rw-r--r--color.c2
-rw-r--r--compose.c2
-rw-r--r--copy.c2
-rw-r--r--crypt-gpgme.c2
-rw-r--r--curs_lib.c2
-rw-r--r--curs_main.c2
-rw-r--r--enter.c2
-rw-r--r--from.c2
-rw-r--r--handler.c2
-rw-r--r--headers.c2
-rw-r--r--imap/auth_login.c2
-rw-r--r--imap/command.c4
-rw-r--r--imap/imap.c4
-rw-r--r--imap/imap_private.h2
-rw-r--r--imap/util.c4
-rw-r--r--init.c2
-rw-r--r--init.h2
-rw-r--r--keymap.c2
-rw-r--r--keymap.h2
-rw-r--r--lib.c2
-rw-r--r--lib.h2
-rw-r--r--main.c13
-rw-r--r--mbox.c2
-rw-r--r--mh.c2
-rw-r--r--mime.h2
-rw-r--r--mutt.h2
-rw-r--r--mutt_curses.h2
-rw-r--r--mutt_idna.c2
-rw-r--r--mutt_sasl.c2
-rw-r--r--muttlib.c2
-rw-r--r--mx.c2
-rw-r--r--mx.h2
-rw-r--r--pager.c2
-rw-r--r--parse.c2
-rw-r--r--pattern.c2
-rw-r--r--pgp.c2
-rw-r--r--pop.c2
-rw-r--r--postpone.c2
-rw-r--r--protos.h2
-rw-r--r--query.c2
-rw-r--r--recvattach.c2
-rw-r--r--rfc1524.c2
-rw-r--r--rfc2047.c2
-rw-r--r--rfc822.c2
-rw-r--r--send.c2
-rw-r--r--sendlib.c2
-rw-r--r--signal.c2
-rwxr-xr-xsmime_keys.pl1
-rw-r--r--system.c2
56 files changed, 72 insertions, 67 deletions
diff --git a/COPYRIGHT b/COPYRIGHT
index 5a54cd6a..93a4a8e0 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -4,16 +4,19 @@ modules are under different licenses, or in the public domain.
Please note that this is by no means an exhaustive list of all the
persons who have been contributing to this program. Please see the
manual for a (probably still non complete) list of the persons who
-have been helpful with the development of this program.
+have been helpful with the development of this program. Please also
+see our source code repository at http://dev.mutt.org/hg/mutt/ for
+the full history of commits.
-Copyright (C) 1996-2007 Michael R. Elkins <me@cs.hmc.edu>
+Copyright (C) 1996-2014 Michael R. Elkins <me@cs.hmc.edu>
Copyright (C) 1996-2002 Brandon Long <blong@fiction.net>
-Copyright (C) 1997-2008 Thomas Roessler <roessler@does-not-exist.org>
+Copyright (C) 1997-2009 Thomas Roessler <roessler@does-not-exist.org>
Copyright (C) 1998-2005 Werner Koch <wk@isil.d.shuttle.de>
-Copyright (C) 1999-2009 Brendan Cully <brendan@kublai.com>
+Copyright (C) 1999-2014 Brendan Cully <brendan@kublai.com>
Copyright (C) 1999-2002 Tommi Komulainen <Tommi.Komulainen@iki.fi>
Copyright (C) 2000-2004 Edmund Grimley Evans <edmundo@rano.org>
-Copyright (C) 2006-2008 Rocco Rutte <pdmef@gmx.net>
+Copyright (C) 2006-2009 Rocco Rutte <pdmef@gmx.net>
+Copyright (C) 2014-2015 Kevin J. McCarthy <kevin@8t8.us>
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/account.h b/account.h
index 662fb32e..49994539 100644
--- a/account.h
+++ b/account.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-7 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 2000-7,2012 Brendan Cully <brendan@kublai.com>
*
* 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.c b/attach.c
index 0efeb796..7f0e4784 100644
--- a/attach.c
+++ b/attach.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000,2002 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2002,2013 Michael R. Elkins <me@mutt.org>
* Copyright (C) 1999-2004,2006 Thomas Roessler <roessler@does-not-exist.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/bcache.c b/bcache.c
index b61a2073..0cc3cee9 100644
--- a/bcache.c
+++ b/bcache.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-7 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 2006-7,2009 Brendan Cully <brendan@kublai.com>
* Copyright (C) 2006, 2009 Rocco Rutte <pdmef@gmx.net>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/browser.c b/browser.c
index c47aa7e8..46919a0b 100644
--- a/browser.c
+++ b/browser.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000,2007 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2007,2010,2013 Michael R. Elkins <me@mutt.org>
*
* 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 12a16d17..c713d160 100644
--- a/buffy.c
+++ b/buffy.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2010,2013 Michael R. Elkins <me@mutt.org>
*
* 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 f9fc55a1..9aa8e51c 100644
--- a/buffy.h
+++ b/buffy.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2010,2013 Michael R. Elkins <me@mutt.org>
*
* 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/color.c b/color.c
index 64a46dc6..a42343ad 100644
--- a/color.c
+++ b/color.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2002,2012 Michael R. Elkins <me@mutt.org>
*
* 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 cce3f363..7134287b 100644
--- a/compose.c
+++ b/compose.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000,2002,2007 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2002,2007,2010,2012 Michael R. Elkins <me@mutt.org>
* Copyright (C) 2004 g10 Code GmbH
*
* This program is free software; you can redistribute it and/or modify
diff --git a/copy.c b/copy.c
index 79d52fcb..360c1a42 100644
--- a/copy.c
+++ b/copy.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000,2002 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2002,2014 Michael R. Elkins <me@mutt.org>
*
* 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-gpgme.c b/crypt-gpgme.c
index 830d4c16..05376390 100644
--- a/crypt-gpgme.c
+++ b/crypt-gpgme.c
@@ -4,7 +4,7 @@
* Copyright (C) 2001 Thomas Roessler <roessler@does-not-exist.org>
* Oliver Ehli <elmy@acm.org>
* Copyright (C) 2002, 2003, 2004 g10 Code GmbH
- * Copyright (C) 2012 Michael R. Elkins <me@sigpipe.org>
+ * Copyright (C) 2010,2012-3 Michael R. Elkins <me@sigpipe.org>
*
* 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/curs_lib.c b/curs_lib.c
index e28d88c0..69c6a038 100644
--- a/curs_lib.c
+++ b/curs_lib.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2002,2010,2012-3 Michael R. Elkins <me@mutt.org>
* Copyright (C) 2004 g10 Code GmbH
*
* This program is free software; you can redistribute it and/or modify
diff --git a/curs_main.c b/curs_main.c
index 48fa6bbc..e8ca3095 100644
--- a/curs_main.c
+++ b/curs_main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000,2002 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2002,2010,2012-3 Michael R. Elkins <me@mutt.org>
*
* 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/enter.c b/enter.c
index 4ea636ff..93f09f36 100644
--- a/enter.c
+++ b/enter.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000,2007 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2007,2011,2013 Michael R. Elkins <me@mutt.org>
* Copyright (C) 2000-1 Edmund Grimley Evans <edmundo@rano.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/from.c b/from.c
index e154b57d..09c8d37a 100644
--- a/from.c
+++ b/from.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2013 Michael R. Elkins <me@mutt.org>
*
* 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/handler.c b/handler.c
index 1a062bea..4944d49a 100644
--- a/handler.c
+++ b/handler.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000,2002,2010 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2002,2010,2013 Michael R. Elkins <me@mutt.org>
*
* 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 578b33d8..0a759988 100644
--- a/headers.c
+++ b/headers.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2009 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2009,2012 Michael R. Elkins <me@mutt.org>
*
* 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_login.c b/imap/auth_login.c
index 1debcdcc..3e40d4d6 100644
--- a/imap/auth_login.c
+++ b/imap/auth_login.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1999-2001,2005 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 1999-2001,2005,2009 Brendan Cully <brendan@kublai.com>
*
* 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/command.c b/imap/command.c
index 5fd4e690..5a6c723b 100644
--- a/imap/command.c
+++ b/imap/command.c
@@ -1,7 +1,7 @@
/*
- * Copyright (C) 1996-8 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-8,2010,2012 Michael R. Elkins <me@mutt.org>
* Copyright (C) 1996-9 Brandon Long <blong@fiction.net>
- * Copyright (C) 1999-2009 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 1999-2009,2011 Brendan Cully <brendan@kublai.com>
*
* 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/imap.c b/imap/imap.c
index b2fb2cba..80ed09aa 100644
--- a/imap/imap.c
+++ b/imap/imap.c
@@ -1,7 +1,7 @@
/*
- * Copyright (C) 1996-8 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-8,2012 Michael R. Elkins <me@mutt.org>
* Copyright (C) 1996-9 Brandon Long <blong@fiction.net>
- * Copyright (C) 1999-2009 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 1999-2009,2012 Brendan Cully <brendan@kublai.com>
*
* 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/imap_private.h b/imap/imap_private.h
index ef1d2d21..d2458206 100644
--- a/imap/imap_private.h
+++ b/imap/imap_private.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 1996-9 Brandon Long <blong@fiction.net>
- * Copyright (C) 1999-2008 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 1999-2009 Brendan Cully <brendan@kublai.com>
*
* 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/util.c b/imap/util.c
index 9b9f07f6..f25450d0 100644
--- a/imap/util.c
+++ b/imap/util.c
@@ -1,7 +1,7 @@
/*
- * Copyright (C) 1996-8 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-8,2010,2012-3 Michael R. Elkins <me@mutt.org>
* Copyright (C) 1996-9 Brandon Long <blong@fiction.net>
- * Copyright (C) 1999-2009 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 1999-2009,2012 Brendan Cully <brendan@kublai.com>
*
* 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.c b/init.c
index c5439a13..959fd1c1 100644
--- a/init.c
+++ b/init.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2002,2010,2013 Michael R. Elkins <me@mutt.org>
*
* 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 f192c4f8..2a9ba600 100644
--- a/init.h
+++ b/init.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2002,2007,2010 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2002,2007,2010,2012-3 Michael R. Elkins <me@mutt.org>
* Copyright (C) 2004 g10 Code GmbH
*
* This program is free software; you can redistribute it and/or modify
diff --git a/keymap.c b/keymap.c
index 40ea7455..a26f870c 100644
--- a/keymap.c
+++ b/keymap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000,2002 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2002,2010-1 Michael R. Elkins <me@mutt.org>
*
* 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 e5c85dea..3994861b 100644
--- a/keymap.h
+++ b/keymap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000,2 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2002,2010 Michael R. Elkins <me@mutt.org>
*
* 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 5ef88c7b..fec984d7 100644
--- a/lib.c
+++ b/lib.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000,2007 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2007,2010 Michael R. Elkins <me@mutt.org>
* Copyright (C) 1999-2004,2006-7 Thomas Roessler <roessler@does-not-exist.org>
*
* This program is free software; you can redistribute it
diff --git a/lib.h b/lib.h
index 0b7a85b4..48731209 100644
--- a/lib.h
+++ b/lib.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000,2007 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2007,2010,2012 Michael R. Elkins <me@mutt.org>
* Copyright (C) 1999-2005,2007 Thomas Roessler <roessler@does-not-exist.org>
*
* This program is free software; you can redistribute it
diff --git a/main.c b/main.c
index 42ac8d40..e43d3ad2 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2007 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2007,2010,2013 Michael R. Elkins <me@mutt.org>
* Copyright (C) 1999-2007 Thomas Roessler <roessler@does-not-exist.org>
* Copyright (C) 2004 g10 Code GmbH
*
@@ -67,20 +67,21 @@ To contact the developers, please mail to <mutt-dev@mutt.org>.\n\
To report a bug, please visit http://bugs.mutt.org/.\n");
static const char *Notice = N_("\
-Copyright (C) 1996-2009 Michael R. Elkins and others.\n\
+Copyright (C) 1996-2016 Michael R. Elkins and others.\n\
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n\
Mutt is free software, and you are welcome to redistribute it\n\
under certain conditions; type `mutt -vv' for details.\n");
static const char *Copyright = N_("\
-Copyright (C) 1996-2007 Michael R. Elkins <me@mutt.org>\n\
+Copyright (C) 1996-2014 Michael R. Elkins <me@mutt.org>\n\
Copyright (C) 1996-2002 Brandon Long <blong@fiction.net>\n\
-Copyright (C) 1997-2008 Thomas Roessler <roessler@does-not-exist.org>\n\
+Copyright (C) 1997-2009 Thomas Roessler <roessler@does-not-exist.org>\n\
Copyright (C) 1998-2005 Werner Koch <wk@isil.d.shuttle.de>\n\
-Copyright (C) 1999-2009 Brendan Cully <brendan@kublai.com>\n\
+Copyright (C) 1999-2014 Brendan Cully <brendan@kublai.com>\n\
Copyright (C) 1999-2002 Tommi Komulainen <Tommi.Komulainen@iki.fi>\n\
-Copyright (C) 2000-2002 Edmund Grimley Evans <edmundo@rano.org>\n\
+Copyright (C) 2000-2004 Edmund Grimley Evans <edmundo@rano.org>\n\
Copyright (C) 2006-2009 Rocco Rutte <pdmef@gmx.net>\n\
+Copyright (C) 2014-2015 Kevin J. McCarthy <kevin@8t8.us>\n\
\n\
Many others not mentioned here contributed code, fixes,\n\
and suggestions.\n");
diff --git a/mbox.c b/mbox.c
index 253061a4..cdc81099 100644
--- a/mbox.c
+++ b/mbox.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2002,2010,2013 Michael R. Elkins <me@mutt.org>
*
* 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 db908a1b..bc876607 100644
--- a/mh.c
+++ b/mh.c
@@ -1,7 +1,7 @@
/*
* Copyright (C) 1996-2002,2007,2009 Michael R. Elkins <me@mutt.org>
* Copyright (C) 1999-2005 Thomas Roessler <roessler@does-not-exist.org>
- * Copyright (C) 2013 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 2010,2013 Michael R. Elkins <me@mutt.org>
*
* 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 e0239be8..c1e441e4 100644
--- a/mime.h
+++ b/mime.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2010 Michael R. Elkins <me@mutt.org>
*
* 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.h b/mutt.h
index a34e5f6d..2b2af856 100644
--- a/mutt.h
+++ b/mutt.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1996-2002, 2010 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2002,2010,2013 Michael R. Elkins <me@mutt.org>
* Copyright (C) 2004 g10 Code GmbH
*
* This program is free software; you can redistribute it and/or modify
diff --git a/mutt_curses.h b/mutt_curses.h
index 543639b3..93d9aeaa 100644
--- a/mutt_curses.h
+++ b/mutt_curses.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2012 Michael R. Elkins <me@mutt.org>
* Copyright (C) 2004 g10 Code GmbH
*
* This program is free software; you can redistribute it and/or modify
diff --git a/mutt_idna.c b/mutt_idna.c
index a9b5da21..f5cd91a7 100644
--- a/mutt_idna.c
+++ b/mutt_idna.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003,2005,2008 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 2003,2005,2008-9 Thomas Roessler <roessler@does-not-exist.org>
*
* 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.c b/mutt_sasl.c
index 7d7388c4..d5f35298 100644
--- a/mutt_sasl.c
+++ b/mutt_sasl.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-8 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 2000-8,2012,2014 Brendan Cully <brendan@kublai.com>
*
* 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/muttlib.c b/muttlib.c
index 0e8aeb0f..a57dbf4a 100644
--- a/muttlib.c
+++ b/muttlib.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000,2007 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2007,2010,2013 Michael R. Elkins <me@mutt.org>
* Copyright (C) 1999-2008 Thomas Roessler <roessler@does-not-exist.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/mx.c b/mx.c
index 62a5d5f3..acc81d42 100644
--- a/mx.c
+++ b/mx.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2002,2010,2013 Michael R. Elkins <me@mutt.org>
* Copyright (C) 1999-2003 Thomas Roessler <roessler@does-not-exist.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/mx.h b/mx.h
index 4a007158..dd77ba43 100644
--- a/mx.h
+++ b/mx.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2002,2013 Michael R. Elkins <me@mutt.org>
* Copyright (C) 1999-2002 Thomas Roessler <roessler@does-not-exist.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/pager.c b/pager.c
index 405330f8..59fb478c 100644
--- a/pager.c
+++ b/pager.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2002,2007 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2002,2007,2010,2012-3 Michael R. Elkins <me@mutt.org>
*
* 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 3098cae3..076cd385 100644
--- a/parse.c
+++ b/