]> granicus.if.org Git - mutt/commitdiff
Update copyrights. Closes #3016.
authorBrendan Cully <brendan@kublai.com>
Sun, 4 Jan 2009 23:18:02 +0000 (15:18 -0800)
committerBrendan Cully <brendan@kublai.com>
Sun, 4 Jan 2009 23:18:02 +0000 (15:18 -0800)
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!

60 files changed:
ChangeLog
addrbook.c
ascii.h
attach.c
bcache.c
bcache.h
browser.c
browser.h
charset.c
charset.h
commands.c
complete.c
compose.c
crypt-gpgme.c
crypt.c
curs_main.c
dotlock.c
editmsg.c
enter.c
functions.h
gnupgparse.c
handler.c
hdrline.c
hook.c
init.h
lib.c
lib.h
menu.c
mh.c
mutt_idna.c
mutt_idna.h
mutt_sasl.h
mutt_socket.c
muttlib.c
mx.c
pager.c
pattern.c
pgp.c
pgp.h
pgpinvoke.c
pgpkey.c
pgplib.c
pgplib.h
pgppacket.c
pgppubring.c
pop.c
postpone.c
protos.h
query.c
recvattach.c
recvcmd.c
remailer.c
rfc1524.c
rfc2047.c
rfc2231.c
rfc3676.h
send.c
setenv.c
status.c
url.c

index ceec28c004e5ff2a85815319e307df47d7a099a6..75723560730f72245fcf3b5734c4b8bdd4302d39 100644 (file)
--- 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.
index 46ee6059f4dd99dc4bc7e9641543183a5bec4f52..a6a0326ee9bc584e29ba7cd6d550fb336df58eee 100644 (file)
@@ -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 81c071c3982dd3c32f2049ecdab3b55eb66f1418..303c58cd599931b2cc8d4872c4c9bc661afd96a6 100644 (file)
--- 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
index 203a1b165abd59c732328a74116bda570febd151..5acc17b3707989ce3f6e6f88bfea2bfb2c13537e 100644 (file)
--- 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
index 0cd9379e15f76956ae82780efefb061dc255eb7d..60e5fdca587dbf16ddf4e64d9dedd6a61cfac7c9 100644 (file)
--- 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
index 35586e9110dba78a9e6416dd8d8b1ab64565f3bc..4672db4efbb3dd6be6003b9cd3c005289aa2e669 100644 (file)
--- 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
index deba8476738d6198de9efa4006e7ceaeec6e771d..b50210d31111b8aa5b1f617ae524752da5f8a3cf 100644 (file)
--- 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
index af43333db8ca74ccd4516b74d74af02c0c2ca755..41cbbde28683c42fb16d65c255d6269be5134589 100644 (file)
--- a/browser.h
+++ b/browser.h
@@ -1,4 +1,3 @@
-/* $Id$ */
 /*
  * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
index 6141dd9d01fecf50fd7d21719fe7ddf974b6f276..b07f494a5abdaf089518fbcc527dd5dbf97cbf6e 100644 (file)
--- 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
index bb308868ef2ef6f1872ad2066e560b2748312a6b..703d30dd48be85b0074ac857796983db524d76b3 100644 (file)
--- 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
index 19d9427e38b694b12e026579f1c8f422dcdc853c..45b9db76cab5eba28c109a84279b77847b08acc1 100644 (file)
@@ -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
index aca5ecafa9282cdaf5ae2100309dedde00ab4527..d0ee4af8559a5e99fa8201b447aaaf53b696d9c0 100644 (file)
@@ -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
index 0f8037cce4ae633b888feb06befe4c7cde322907..28296460390bb7854f53f3e6294d9308c68f40a9 100644 (file)
--- 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
index d49d67cd052c6d0234051928c0fe280f7100e6ee..8aac3dda61bc91e1374d9517ed0f898230092a47 100644 (file)
@@ -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 096e0f6ce5902dfdce9a30d66dfb1633336fa2c4..eb2c3e01e768354f37af685b6642b6df60e65ad0 100644 (file)
--- 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>
index ac32c66a6cc9e9edddcccfb391b074c6e0dd5b6b..7f31bf983742754d8222bb05e7875cf2b77f43b8 100644 (file)
@@ -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
index c1fb7041e76743a5139f7b9b8600599dcbfe4143..d9a05aaf867405fcd90ec3c59e8c08822e6684d8 100644 (file)
--- 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
index e6c603f52fe844c9e43779ac83a3b86058395bcf..85b75e3143e42a3d751a40710027b40d4a56c870 100644 (file)
--- 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 ae544efc70db2d6286d23fde2bb6fd606f91598e..058e5d818467415ec1c01477c5ea0fa5c184fd07 100644 (file)
--- 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
index b34c566712670886e9e13285d113196cd829185c..f0add788d58b7193ffca9af29b240103fe063a6b 100644 (file)
@@ -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
index 2977f45e80a488c623502284d5934a8a3d4a459d..0bfb198347004677777d7f58426b16bd3d185a55 100644 (file)
@@ -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
index b773639196f992ca18535c288bdd72f1ea406e3f..79543a266f98a0b50f1f3d1cc3ca18ff7df3bbd8 100644 (file)
--- 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
index 1e63f78700f0e36ce0996933896516bd4e457712..fe45096d5ac59f5df800ef30298b99c1fbf6d0d1 100644 (file)
--- 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 e44b88f2bb151b7d5c2b79c281a7326c9fdc8019..8df5781b65eb5a7f1d369d0ff9a3c20a77cf3eaa 100644 (file)
--- 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 21341dded727fb465c734d35897334a353a6b62c..f9c5bba72fa32a135bf6f26f2e9ea20d4d75c197 100644 (file)
--- 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 f556360a0cb80ea2c560f8f4486f599fb35e9abe..146f363f713a31a94571a0838bc473e16872768f 100644 (file)
--- 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 4c5a9d065325e1efe4d2c35696287e3a836507ef..24c733436357c7f008fe9988dbfc57318d4dba1b 100644 (file)
--- 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 bdf1efee802c034eaa1f138ad16fc357c948864e..7fe75388605382528aef6a26c168e1a134b1c924 100644 (file)
--- 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 08c5861a03b829a4c936b4a9604e3101393cb909..1f4d0504dff7c735c9809416c115efd8e1787c5e 100644 (file)
--- 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
index ac0e1f7db433f89a7b4159160b12ed2fa1b76189..40b207a2b83f4bf971af565422dd9595fb6126b4 100644 (file)
@@ -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
index 03bbdae34613a7b1d98626432f1fa2d1d5b1a7c2..54d94f5fd9a570fe0146b8b6e941659dc0064026 100644 (file)
@@ -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
index 5be6a26be2bb22f340d20544b29df4a54ccfc5bf..e898e2929a79c009df6ac7bd99cf0790b12c1bf7 100644 (file)
@@ -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
index 195e67de62c94648f8190ac4b45f34532d586e5d..4708f9c42610a52d19c2828c110c292420b8cf9d 100644 (file)
@@ -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
index bb403e86ef1b9ab1868440486e4214a4cc127f71..d1ce40c057c9325ea3f88eee4686ae39488ba04d 100644 (file)
--- 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 5d2ae74afd93ccef8378b531f2d9455f6d09719c..d1355769ee33c2bcc84e04a3fe713e5abc1ab04c 100644 (file)
--- 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 f7cd2d2b838656457ff562310191fbf2b91ed6f1..8f8a92b5a4effee0b05f692e9b4b3827c5a7acba 100644 (file)
--- 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
index d55f5d26e00d1d3d975f51f29869f6c6a9939528..b092de8670e76cf8a5feb2663142ad2d09bd7749 100644 (file)
--- 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 684c1b96ccd09005ce124d325ae4e495b74c7005..32018e97670b8a1a9a05890828ba13fe3c1478dd 100644 (file)
--- 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 aa866dae9a0c129720d330834b02ef4b3e93b135..2d98e14edc2712df6b77fdd310c15a35cb1d69fd 100644 (file)
--- 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
index e26c63bbe588f45bd59d1665f50105c650d52b30..d4c320a9c510ff23dd1c1fde3cd46ba7afbd546a 100644 (file)
@@ -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
index 6d0cc66d0e0c3ea3b3f74871c79901f882862783..461917dd9e6861ff6df1a297f15a6523e3046718 100644 (file)
--- 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
index 85db5631282abe7095cbfe034a2d1358d8a3bb34..1a42cb7f69c7651a581e261065d9c55aaebd1a11 100644 (file)
--- a/pgplib.c
+++ b/pgplib.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2000 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1997-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
index 38e9a4b5474b0c728026ed335462acb7a300cad6..9992e5ecb0c8b9b515ec46e1f3cfb9c67a5e3c66 100644 (file)
--- a/pgplib.h
+++ b/pgplib.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-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 License as published by
index 22642ec3439aee96a6e3551c6ad60eeba835b44e..b136a4ae7f4db8aaaf561841f1f92004e4bc224c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 2001-2,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
index b264580601ca769b08e815875395e05d01d275b2..358e3b7d6fcc25b2c4cfa1311b5b4749bba4ff24 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2001 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/pop.c b/pop.c
index badb8255baeecefa7fff21a3078c1fd37e560713..34a0f63dbff2e65274f569d61b2dfcbf752220cd 100644 (file)
--- a/pop.c
+++ b/pop.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2000-2002 Vsevolod Volkov <vvv@mutt.org.ua>
- * Copyright (C) 2006 Rocco Rutte <pdmef@gmx.net>
+ * Copyright (C) 2006-7 Rocco Rutte <pdmef@gmx.net>
  * 
  *     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
index d35e51e122583841307757f87d7e6d647fd6cf01..12bc7cc5e72d0deb8d3d8ec6620d8f8f26beac20 100644 (file)
@@ -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-2002,2004 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
index 4d29d4dc9df5fb53a4de799953856c58ebdccfef..e1f9f804ee2bcb14a85b4777886c98b8d0bf7eb7 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -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/query.c b/query.c
index 43507b97a3bb2b6b20f39e0e09d0faa1f7927c2b..7006aa6a323248af05cf1a8b0e0acd8ea0dd9575 100644 (file)
--- a/query.c
+++ b/query.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2003 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
index 4b73d6b24e00f691359558b7a64d98f1f71d5bcd..86448ff7dbaf8d49fea755a0a45a6d995a0aba39 100644 (file)
@@ -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,2007 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1999-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
index c2cfa6d69315e1198db0378bde53d189bcf57395..26312d69c7f143203cd23db0e2005341f39f2560 100644 (file)
--- a/recvcmd.c
+++ b/recvcmd.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1999-2004 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
index 7f076ea4c631dac812e5fd9cd9b2eb2302b76056..3696e48031fcc2c595f61c348308778343fcbe7f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1999-2001 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
index 6fe0ffa1733901fd4cac22aafccf53514689e839..e04a9b06644272cc090108a721e76bb59dfc2d61 100644 (file)
--- a/rfc1524.c
+++ b/rfc1524.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2003 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
index f61784e03ff5b17793782a6e20173e5aa76ceffa..2bd433b05345b80ed03b28761ad56acaad871c01 100644 (file)
--- a/rfc2047.c
+++ b/rfc2047.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 2000-2001 Edmund Grimley Evans <edmundo@rano.org>
+ * Copyright (C) 2000-2002 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
index 445aaa5942e43baa97d465392a3c572f5af8600f..98eddb39fd39f3c497b5628f2f5b1e088854ffa7 100644 (file)
--- a/rfc2231.c
+++ b/rfc2231.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1999-2001 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
index 0cd50e47ef4cf7d82c175b19db3952e2e9dc0c74..6f1a2a1841a0b94161c37504f517186069f07b7c 100644 (file)
--- a/rfc3676.h
+++ b/rfc3676.h
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2005 Andreas Krennmair <ak@synflood.at>
  * Copyright (C) 2005 Peter J. Holzer <hjp@hjp.net>
- * Copyright (C) 2005 Rocco Rutte <pdmef@gmx.net>
+ * Copyright (C) 2005,2007 Rocco Rutte <pdmef@gmx.net>
  * 
  *     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 a145124c76a79217135304a29e3f3542b990396d..8b47f2c646a5239337e1387d82717ef42d612c28 100644 (file)
--- a/send.c
+++ b/send.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2002,2004 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
index 6dd6c938faa4690362af05837513ad3777cd6ceb..36fe7def447fd2b127e9d4a670c99371a19f24d0 100644 (file)
--- 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 <rra@stanford.edu>
 **  This work is hereby placed in the public domain by its author.
index 8f19128d9d5e9653776e01c14f728d2f2dbfe867..db5cbfbfaeae37b2ec012ca1e2637b83817dff62 100644 (file)
--- a/status.c
+++ b/status.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/url.c b/url.c
index 7ee67734cabbb5673cf31ba9131b3f4f35ea2862..5155371d3d2123eee5e420b9ec3f45530129ef24 100644 (file)
--- a/url.c
+++ b/url.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 2000-2,2004 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