summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2009-01-04 15:18:02 -0800
committerBrendan Cully <brendan@kublai.com>2009-01-04 15:18:02 -0800
commitecad84f50919609ad2a853a988cba0d6cdc771c1 (patch)
tree841525a0b748b286eeede748de7adc0e4c88e8fb
parent55c00f7a058bbcae950f63971afb86e91e996b40 (diff)
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!
-rw-r--r--ChangeLog13
-rw-r--r--addrbook.c2
-rw-r--r--ascii.h2
-rw-r--r--attach.c4
-rw-r--r--bcache.c2
-rw-r--r--bcache.h2
-rw-r--r--browser.c2
-rw-r--r--browser.h1
-rw-r--r--charset.c2
-rw-r--r--charset.h2
-rw-r--r--commands.c2
-rw-r--r--complete.c2
-rw-r--r--compose.c2
-rw-r--r--crypt-gpgme.c2
-rw-r--r--crypt.c2
-rw-r--r--curs_main.c2
-rw-r--r--dotlock.c2
-rw-r--r--editmsg.c2
-rw-r--r--enter.c4
-rw-r--r--functions.h2
-rw-r--r--gnupgparse.c4
-rw-r--r--handler.c2
-rw-r--r--hdrline.c2
-rw-r--r--hook.c2
-rw-r--r--init.h2
-rw-r--r--lib.c4
-rw-r--r--lib.h4
-rw-r--r--menu.c2
-rw-r--r--mh.c4
-rw-r--r--mutt_idna.c2
-rw-r--r--mutt_idna.h2
-rw-r--r--mutt_sasl.h2
-rw-r--r--mutt_socket.c4
-rw-r--r--muttlib.c4
-rw-r--r--mx.c2
-rw-r--r--pager.c2
-rw-r--r--pattern.c2
-rw-r--r--pgp.c4
-rw-r--r--pgp.h2
-rw-r--r--pgpinvoke.c2
-rw-r--r--pgpkey.c4
-rw-r--r--pgplib.c2
-rw-r--r--pgplib.h2
-rw-r--r--pgppacket.c2
-rw-r--r--pgppubring.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.c4
-rw-r--r--recvcmd.c2
-rw-r--r--remailer.c2
-rw-r--r--rfc1524.c2
-rw-r--r--rfc2047.c2
-rw-r--r--rfc2231.c2
-rw-r--r--rfc3676.h2
-rw-r--r--send.c2
-rw-r--r--setenv.c4
-rw-r--r--status.c2
-rw-r--r--url.c2
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 <brendan@kublai.com> (a1a675f88354)
+2009-01-04 14:28 -0800 Brendan Cully <brendan@kublai.com> (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 <me@mutt.org>
+ * Copyright (C) 1996-2000,2007 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/ascii.h b/ascii.h
index 81c071c3..303c58cd 100644
--- a/ascii.h
+++ b/ascii.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2001 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 2001-2 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
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 <me@mutt.org>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1996-2000,2002 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
* 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 <brendan@kublai.com>
+ * Copyright (C) 2006-7 Brendan Cully <brendan@kublai.com>
* Copyright (C) 2006 Rocco Rutte <pdmef@gmx.net>
*
* 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 <brendan@kublai.com>
+ * Copyright (C) 2006-7 Brendan Cully <brendan@kublai.com>
* Copyright (C) 2006 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 deba8476..b50210d3 100644
--- a/browser.c
+++ b/browser.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2007 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/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 <me@mutt.org>
*
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 <roessler@does-not-exist.org>
+ * Copyright (C) 1999-2002,2007 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
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 <roessler@does-not-exist.org>
+ * Copyright (C) 1999-2003 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/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 <me@mutt.org>
- * Copyright (C) 2000 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 2000-4,2006 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/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 <me@mutt.org>
+ * Copyright (C) 1996-2000,2007 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 0f8037cc..28296460 100644
--- a/compose.c
+++ b/compose.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2002,2007 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/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 <me@cs.hmc.edu>
+ * Copyright (C) 1996-7,2007 Michael R. Elkins <me@cs.hmc.edu>
* Copyright (C) 1998,1999,2000 Thomas Roessler <roessler@does-not-exist.org>
* Copyright (C) 2001 Thomas Roessler <roessler@does-not-exist.org>
* Oliver Ehli <elmy@acm.org>
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 <me@mutt.org>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1999-2000,2002-4,2006 Thomas Roessler <roessler@does-not-exist.org>
* Copyright (C) 2001 Thomas Roessler <roessler@does-not-exist.org>
* Oliver Ehli <elmy@acm.org>
* Copyright (C) 2003 Werner Koch <wk@gnupg.org>
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 <me@mutt.org>
+ * Copyright (C) 1996-2000,2002 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/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 <me@mutt.org>
- * Copyright (C) 1998-2000 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1998-2001,2007 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/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 <roessler@does-not-exist.org>
+ * Copyright (C) 1999-2002 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
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 <me@mutt.org>
- * Copyright (C) 2000 Edmund Grimley Evans <edmundo@rano.org>
+ * Copyright (C) 1996-2000,2007 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
* 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 <me@mutt.org>
+ * Copyright (C) 1996-2000,2002 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/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 <werner.koch@guug.de>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1998-2000,2003 Werner Koch <werner.koch@guug.de>
+ * Copyright (C) 1999-2003 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
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 <me@mutt.org>
+ * Copyright (C) 1996-2000,2002 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/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 <me@mutt.org>
+ * Copyright (C) 1996-2000,2002,2007 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/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 <me@mutt.org>, and others
+ * Copyright (C) 1996-2002,2004,2007 Michael R. Elkins <me@mutt.org>, 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 <me@mutt.org>
+ * Copyright (C) 1996-2002,2007 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/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 <me@mutt.org>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1996-2000,2007 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
* 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 <me@mutt.org>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1996-2000,2007 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
* 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 <me@mutt.org>
+ * Copyright (C) 1996-2000,2002 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 08c5861a..1f4d0504 100644
--- a/mh.c
+++ b/mh.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 1999-2002 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1996-2002,2007 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1999-2005 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_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 <roessler@does-not-exist.org>
+ * Copyright (C) 2003,2005,2008 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_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 <roessler@does-not-exist.org>
+ * Copyright (C) 2003,2005 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.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 <brendan@kublai.com>
+ * Copyright (C) 2000-5,2008 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/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 <me@mutt.org>
- * Copyright (C) 1999-2005 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 1998,2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1999-2006,2008 Brendan Cully <brendan@kublai.com>
* Copyright (C) 1999-2000 Tommi Komulainen <Tommi.Komulainen@iki.fi>
*
* 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 <me@mutt.org>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1996-2000,2007 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
* 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 <me@mutt.org>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1999-2003 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/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 <me@mutt.org>
+ * Copyright (C) 1996-2002,2007 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/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 <me@mutt.org>, and others
+ * Copyright (C) 1996-2000,2006-7 Michael R. Elkins <me@mutt.org>, 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 <me@mutt.org>
- * Copyright (C) 1998,1999 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1996-7,2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1998-2005 Thomas Roessler <roessler@does-not-exist.org>
* 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 <me@mutt.org>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1999-2003 Thomas Roessler <roessler@does-not-exist.org>
* 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 <roessler@does-not-exist.org>
+ * Copyright (C) 1997-2003 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
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 <me@mutt.org>
- * Copyright (c) 1998,1999 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1996-7,2007 Michael R. Elkins <me@mutt.org>
+ * Copyright (c) 1998-2003 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