]> granicus.if.org Git - mutt/commitdiff
Convert copyright years to all use 4 digit years.
authorKevin McCarthy <kevin@8t8.us>
Fri, 1 Jan 2016 20:07:46 +0000 (12:07 -0800)
committerKevin McCarthy <kevin@8t8.us>
Fri, 1 Jan 2016 20:07:46 +0000 (12:07 -0800)
Vincent Lefèvre pointed out the common shortcut, e.g 1996-9, is
actually not allowed for copyright years.  Convert all the copyright
years (for mutt files) to use 4 digits.

48 files changed:
account.c
account.h
ascii.h
bcache.c
bcache.h
commands.c
crypt-gpgme.c
crypt.c
cryptglue.c
curs_lib.c
curs_main.c
enter.c
globals.h
imap/auth.c
imap/auth.h
imap/auth_sasl.c
imap/browse.c
imap/command.c
imap/imap.c
imap/imap.h
imap/imap_private.h
imap/message.c
imap/message.h
imap/util.c
init.h
keymap.c
lib.c
mutt_idna.c
mutt_sasl.c
mutt_sasl.h
pager.c
parse.c
pattern.c
pgp.c
pgp.h
pgpkey.c
pgplib.h
pgppacket.c
pop.c
postpone.c
rfc3676.c
rfc822.c
send.c
smime.c
smime.h
smime_keys.pl
smtp.c
url.c

index f7389914e444d32261934d9097fcb42d503f1b9b..235ff10bf37317595da8e8dfb17f4fa2a0ca8d27 100644 (file)
--- a/account.c
+++ b/account.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-7 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 2000-2007 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 4999453972eb8527f6d9819593f2e550081040cd..774fbfc01e60a4f5322cb8ebee486d16b6c83e04 100644 (file)
--- a/account.h
+++ b/account.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-7,2012 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 2000-2007,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/ascii.h b/ascii.h
index 303c58cd599931b2cc8d4872c4c9bc661afd96a6..a4aad7484005ac97c26f1adc758bdf01d4553191 100644 (file)
--- a/ascii.h
+++ b/ascii.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001-2 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 2001-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 0cc3cee98ce843753e2266fda4abee4b012d8f22..04c3b0533d58f572fcda7bc3fdfae68a52f3466a 100644 (file)
--- a/bcache.c
+++ b/bcache.c
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 2006-7,2009 Brendan Cully <brendan@kublai.com>
- * Copyright (C) 2006, 2009 Rocco Rutte <pdmef@gmx.net>
+ * Copyright (C) 2006-2007,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
  *     it under the terms of the GNU General Public License as published by
index 4672db4efbb3dd6be6003b9cd3c005289aa2e669..24ce519a4b8ffc2f720176a3a4a17ad01330a478 100644 (file)
--- a/bcache.h
+++ b/bcache.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-7 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 2006-2007 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 51044dd98392586b105fb5ccf8450699985beec8..2a0cdc9c70fc947601afaadb52b7a0abeb98fa92 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 2000-4,2006 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 2000-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 05376390a61a4ae50104b80f60af0ac3487d4929..f0a071da106e7adc93d79aa5f27e98e2d804adc8 100644 (file)
@@ -1,10 +1,10 @@
 /* crypt-gpgme.c - GPGME based crypto operations
- * 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>
+ * Copyright (C) 1996-1997,2007 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1998-2000 Thomas Roessler <roessler@does-not-exist.org>
+ * 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) 2010,2012-3 Michael R. Elkins <me@sigpipe.org>
+ * Copyright (C) 2002-2004 g10 Code GmbH
+ * Copyright (C) 2010,2012-2013 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/crypt.c b/crypt.c
index 470e1bbd5e997d4bf25ecdc894222816ded49fc6..88820047a83e3a0da07483fc255e78644caf6614 100644 (file)
--- a/crypt.c
+++ b/crypt.c
@@ -1,9 +1,9 @@
 /*
- * Copyright (C) 1996,1997 Michael R. Elkins <me@mutt.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>
+ * Copyright (C) 1996-1997 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1999-2000,2002-2004,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>
+ * Copyright (C) 2003 Werner Koch <wk@gnupg.org>
  * Copyright (C) 2004 g10code GmbH
  *
  *     This program is free software; you can redistribute it and/or modify
index a54ea0769e92dde2f32cc46b1f6b5902274f0821..b8b8a56ae82083d15664f087f6a752e391196e94 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003  Werner Koch <wk@gnupg.org>
+ * Copyright (C) 2003 Werner Koch <wk@gnupg.org>
  * Copyright (C) 2004 g10 Code GmbH
  *
  *     This program is free software; you can redistribute it and/or modify
index 69c6a0383daa32172ff1fe9d09ee2ecffb411539..7a1131f7d09a711e2c3627b2a983454ecb328f56 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2002,2010,2012-3 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2002,2010,2012-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
index e8ca3095b009e83454294ffb2a49ea147235da83..a76aac998e0fc94f303fa3e4730f197b56eb71f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000,2002,2010,2012-3 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2002,2010,2012-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/enter.c b/enter.c
index 93f09f364b38548975c5ddac5032ac3c21e871aa..23610ae5dc074b451329af0e47fedad1e361457e 100644 (file)
--- a/enter.c
+++ b/enter.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1996-2000,2007,2011,2013 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 2000-1 Edmund Grimley Evans <edmundo@rano.org>
+ * Copyright (C) 2000-2001 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 245902c202610d0ee9005840e815e3d84643fe4b..850750ff3bb83884c842faaa56fdd2822b51a9f6 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2002, 2010 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-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
index 8a7f0789dfa85a506af8af6add0b013c5fc177df..047531a5ebd790e8d1b163e815fa5d228ea15fae 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 1996-8 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 1996-9 Brandon Long <blong@fiction.net>
+ * Copyright (C) 1996-1998 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-1999 Brandon Long <blong@fiction.net>
  * Copyright (C) 1999-2001 Brendan Cully <brendan@kublai.com>
  * 
  *     This program is free software; you can redistribute it and/or modify
index d109e38bb50adf4e7ea511226ebe1b50134d7cc0..63107947c9073008b8615b04271c2c1c7be92972 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-1 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 2000-2001 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 ff9e5c165bf5830a619c9e29070fa7cb78a3520d..d2025a811024c05277f09b6c1e098acdf2db6b53 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-6,2012 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 2000-2006,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
index e516c41659e995b977f9d8c8d4e32a083f45fd78..59e90891dc7a9dd00f8f1664c4e552594becec48 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-9 Brandon Long <blong@fiction.net>
+ * Copyright (C) 1996-1999 Brandon Long <blong@fiction.net>
  * Copyright (C) 1999-2008 Brendan Cully <brendan@kublai.com>
  * 
  *     This program is free software; you can redistribute it and/or modify
index 5a6c723b05c9fef04e646521ece80f34169794fd..d99a99a3344e12f838363a28aa565739d4f99552 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 1996-8,2010,2012 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 1996-9 Brandon Long <blong@fiction.net>
+ * Copyright (C) 1996-1998,2010,2012 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-1999 Brandon Long <blong@fiction.net>
  * Copyright (C) 1999-2009,2011 Brendan Cully <brendan@kublai.com>
  * 
  *     This program is free software; you can redistribute it and/or modify
index 80ed09aa0b9906758659251f88fd1d9c27bc4a2e..0c58ce7bf78cf118ca487f7bab9743ad638e3358 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 1996-8,2012 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 1996-9 Brandon Long <blong@fiction.net>
+ * Copyright (C) 1996-1998,2012 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-1999 Brandon Long <blong@fiction.net>
  * Copyright (C) 1999-2009,2012 Brendan Cully <brendan@kublai.com>
  *
  *     This program is free software; you can redistribute it and/or modify
index 74d7e13d5afef7f6eb59d5f1631c33706fa3e654..a914b404a3607465df360f5d1575166da8971ef5 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 1996-8 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 2000-7 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 1996-1998 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 2000-2007 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 d24582065f7b9f1cc9c86c0bc4458406e09dbb83..1ea2864c3ad3af2ded411f621ee80a59c0e1e8ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-9 Brandon Long <blong@fiction.net>
+ * Copyright (C) 1996-1999 Brandon Long <blong@fiction.net>
  * Copyright (C) 1999-2009 Brendan Cully <brendan@kublai.com>
  * 
  *     This program is free software; you can redistribute it and/or modify
index bf14b85a39c0a066c4a6be00a506029c6ecaacf8..02a726fbdef6cb3145cff0a263f3eca861d23343 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-9 Brandon Long <blong@fiction.net>
+ * Copyright (C) 1996-1999 Brandon Long <blong@fiction.net>
  * Copyright (C) 1999-2009 Brendan Cully <brendan@kublai.com>
  *
  *     This program is free software; you can redistribute it and/or modify
index b2f7e5196c2453156830d3c534f05b7606044c5d..003bb2e94b31ab3f6ca0fbdad4e5737d60aa57fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-9 Brandon Long <blong@fiction.net>
+ * Copyright (C) 1996-1999 Brandon Long <blong@fiction.net>
  * Copyright (C) 1999-2000,2005 Brendan Cully <brendan@kublai.com>
  * 
  *     This program is free software; you can redistribute it and/or modify
index f25450d0cad4381caa280a52f127d20d8845897f..ef8fee78385bc3bfe8ffdf8115c47b7cf42d7b0d 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 1996-8,2010,2012-3 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 1996-9 Brandon Long <blong@fiction.net>
+ * Copyright (C) 1996-1998,2010,2012-2013 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-1999 Brandon Long <blong@fiction.net>
  * Copyright (C) 1999-2009,2012 Brendan Cully <brendan@kublai.com>
  *
  *     This program is free software; you can redistribute it and/or modify
diff --git a/init.h b/init.h
index 2a9ba60048308de18334029086747e72e9c9febc..6cc1a0cbfd181c660d49bb13d84dd4293583a75f 100644 (file)
--- a/init.h
+++ b/init.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2002,2007,2010,2012-3 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2002,2007,2010,2012-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
index a26f870cbb39ed9cdb01e993b19d7e674083571c..43a905044bba90492d503f9bd092facd72ec1368 100644 (file)
--- a/keymap.c
+++ b/keymap.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000,2002,2010-1 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2002,2010-2011 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 fec984d7af426f1af5de1c5ff8ac01a5f0627dff..2f500bc2e81338da277d0ee27492bcef40a9c56b 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -1,6 +1,6 @@
 /*
  * 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>
+ * Copyright (C) 1999-2004,2006-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 f5cd91a70c01ded6a9994af44aad00850c8eb2e6..a059e867d0eef0ee5459362afd5b23228d4a3b37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003,2005,2008-9 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 2003,2005,2008-2009 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 d5f35298096f4414fddc3e25945f670f85a7bfa4..d580c477b013fad3930889a2058ddcf2e100012b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-8,2012,2014 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 2000-2008,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
index e898e2929a79c009df6ac7bd99cf0790b12c1bf7..278117524ddff8acdf950451a6a145fa843f0255 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-5,2008 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 2000-2005,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/pager.c b/pager.c
index 59fb478c5fccef89f8d9e77c38d6855329d8b312..8bfe72cc9cf9de83f0884e59b89fd3d3438d2e0a 100644 (file)
--- a/pager.c
+++ b/pager.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2002,2007,2010,2012-3 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2002,2007,2010,2012-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/parse.c b/parse.c
index 076cd3850bf350adeadc20cca82797562d18e119..3ed9accb41ffba5f836133092450bf260af9b77a 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000,2012-3 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2012-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
index d51fb4c1a4a94776c00c71db136daf2c02c9ccae..d954cdc3bbd7a23b41360ed7f74ae55d0bf73e87 100644 (file)
--- a/pattern.c
+++ b/pattern.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000,2006-7,2010 Michael R. Elkins <me@mutt.org>, and others
+ * Copyright (C) 1996-2000,2006-2007,2010 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 bd62094460b0433963fcccd7275e1d2ad45becaa..650c5d53884e851e43b522a79ffe038aa1a3de00 100644 (file)
--- a/pgp.c
+++ b/pgp.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-7,2000,2010 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-1997,2000,2010 Michael R. Elkins <me@mutt.org>
  * Copyright (C) 1998-2005 Thomas Roessler <roessler@does-not-exist.org>
  * Copyright (C) 2004 g10 Code GmbH
  *
diff --git a/pgp.h b/pgp.h
index 9b2a09e615acb79c389ff50a655deb7189fa7810..6f9250688511ce60b362583ca4b4256d39d85d24 100644 (file)
--- a/pgp.h
+++ b/pgp.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996,1997 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-1997 Michael R. Elkins <me@mutt.org>
  * Copyright (C) 1999-2003 Thomas Roessler <roessler@does-not-exist.org>
  * Copyright (C) 2004 g10 Code GmbH
  *
index 2aaab9c8c59c72c4bf97dd10686c2873b497272f..80bd7de2aad1a057efd278dcad84530094594bf6 100644 (file)
--- a/pgpkey.c
+++ b/pgpkey.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-7,2007 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-1997,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
index 6cfd3bd82d211a0547d01a056160d114137c68bc..023341696c238722276ea12e5d9fffa0aed508dc 100644 (file)
--- a/pgplib.h
+++ b/pgplib.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996,1997 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-1997 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
index b136a4ae7f4db8aaaf561841f1f92004e4bc224c..50593871be0ec9204375becab41902702bbc1774 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001-2,2007 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 2001-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 License as
diff --git a/pop.c b/pop.c
index ac92a662f99ae64c292291feab3c6744399e7919..11af0ab953374da34b24a5eacebc873c0732e6c6 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-7,2009 Rocco Rutte <pdmef@gmx.net>
+ * Copyright (C) 2006-2007,2009 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 3278a70938b658383a3e49defeb5ecce30aca0db..d6eb83c25632171ba089079483abe7fb9b1388a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2002,2012-3 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2002,2012-2013 Michael R. Elkins <me@mutt.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
index 94f41f04e75b6e7395bba523f7b58ebe58aa99d4..dd67f741e73fa1a3aae91250aa335edf993e0495 100644 (file)
--- a/rfc3676.c
+++ b/rfc3676.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2005 Andreas Krennmair <ak@synflood.at>
  * Copyright (C) 2005 Peter J. Holzer <hjp@hjp.net>
- * Copyright (C) 2005-9 Rocco Rutte <pdmef@gmx.net>
+ * Copyright (C) 2005-2009 Rocco Rutte <pdmef@gmx.net>
  * Copyright (C) 2010 Michael R. Elkins <me@mutt.org>
  * 
  *     This program is free software; you can redistribute it and/or modify
index dd5fa002e12aac481459bc12ac5fe06ac2eaf907..d347d69e86984c7a9d199250859504f17d783bf2 100644 (file)
--- a/rfc822.c
+++ b/rfc822.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 2011-3 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 2011-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/send.c b/send.c
index 79989761cab0d517d1a96ebc8d5a8e17d26484fe..c422b21dc4c58d47d39a33a4082b3bbf5d6d4b79 100644 (file)
--- a/send.c
+++ b/send.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2002,2004,2010,2012-3 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2002,2004,2010,2012-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/smime.c b/smime.c
index 9192f842060bdcde074c1f7d7bcb06161b3fdb7a..edd312b92c54bbb65ef5ffb09ee412ea794a9fbe 100644 (file)
--- a/smime.c
+++ b/smime.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001,2002 Oliver Ehli <elmy@acm.org>
+ * Copyright (C) 2001-2002 Oliver Ehli <elmy@acm.org>
  * Copyright (C) 2002 Mike Schiraldi <raldi@research.netsol.com>
  * Copyright (C) 2004 g10 Code GmbH
  *
diff --git a/smime.h b/smime.h
index b6c3242c98317314479aa2b9273ded82171067e5..22f03028321691ee861a4a350005184c84983070 100644 (file)
--- a/smime.h
+++ b/smime.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001,2002 Oliver Ehli <elmy@acm.org>
+ * Copyright (C) 2001-2002 Oliver Ehli <elmy@acm.org>
  * Copyright (C) 2004 g10 Code GmbH
  *
  *     This program is free software; you can redistribute it and/or modify
index 70a3673641ef107c6ff175afc75b5c59205af2fd..7c2c94b53f506d318c588ee4f78764cbd7ec9c76 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl -w
 
-# Copyright (C) 2001,2002 Oliver Ehli <elmy@acm.org>
+# Copyright (C) 2001-2002 Oliver Ehli <elmy@acm.org>
 # Copyright (C) 2001 Mike Schiraldi <raldi@research.netsol.com>
 # Copyright (C) 2003 Bjoern Jacke <bjoern@j3e.de>
 # Copyright (C) 2015 Kevin J. McCarthy <kevin@8t8.us>
diff --git a/smtp.c b/smtp.c
index da80f5e7e5089bf236d68d25ddd11a53347e0d07..d6fff0271b95b3d4788d4fa57be59b337264df2e 100644 (file)
--- a/smtp.c
+++ b/smtp.c
@@ -1,6 +1,6 @@
 /* mutt - text oriented MIME mail user agent
  * Copyright (C) 2002 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 2005-9 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 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/url.c b/url.c
index 988cf59ee62119a5418bcab1d8412e8b82a826fa..aba6031130ce30a1013a2565c0918329b5111acd 100644 (file)
--- a/url.c
+++ b/url.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2,2004 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 2000-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