]> granicus.if.org Git - neomutt/commitdiff
Update copyright for the next stable release
authorKevin McCarthy <kevin@8t8.us>
Sat, 5 Jan 2019 21:25:38 +0000 (13:25 -0800)
committerRichard Russon <rich@flatcap.org>
Mon, 7 Jan 2019 15:09:42 +0000 (15:09 +0000)
Co-authored-by: Richard Russon <rich@flatcap.org>
COPYRIGHT.md
doc/manual.xml.head
doc/neomutt.man
version.c

index e6619001d4cd771c4be3fbae2863740239011e51..defec4ec81f344be2d194fa5dad2561208e43173 100644 (file)
@@ -29,8 +29,8 @@ The principal authors of NeoMutt are:
 - Copyright (C) 1999-2002 Tommi Komulainen `<Tommi.Komulainen@iki.fi>`
 - Copyright (C) 2000-2004 Edmund Grimley Evans `<edmundo@rano.org>`
 - Copyright (C) 2006-2009 Rocco Rutte `<pdmef@gmx.net>`
-- Copyright (C) 2014-2018 Kevin J. McCarthy `<kevin@8t8.us>`
-- Copyright (C) 2015-2018 Richard Russon `<rich@flatcap.org>`
+- Copyright (C) 2014-2019 Kevin J. McCarthy `<kevin@8t8.us>`
+- Copyright (C) 2015-2019 Richard Russon `<rich@flatcap.org>`
 
 For a full list of contributors to NeoMutt, see the [README.md](README.md)
 
index be7e1a0c5632565c4a162bf8281f846db6c5ae74..6fee8e4db0b0bd647e554c19ea35eddf154f6e5c 100644 (file)
@@ -181,7 +181,7 @@ vim: ts=2 sw=2 sts=2 expandtab:
     <sect1 id="copyright">
       <title>Copyright</title>
       <para>
-        NeoMutt is Copyright © 1996-2018 Michael R. Elkins
+        NeoMutt is Copyright © 1996-2019 Michael R. Elkins
         <email>me@neomutt.org</email> and others.
       </para>
       <para>
index a7b46d83cf21d35a29a68a4297b742d5cd234993..b83e40cc149999faafc6a4cf560344759415b438 100644 (file)
@@ -2,7 +2,7 @@
 .\" -*- nroff -*-
 .\"
 .\"
-.\"     Copyright (C) 1996-2018 Michael R. Elkins <me@cs.hmc.edu>
+.\"     Copyright (C) 1996-2019 Michael R. Elkins <me@cs.hmc.edu>
 .\"
 .\"     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 96d626bcfa3a96274d574f48a49b8776380bafe3..5d962f113bc970089c75cc4e4b623f5a1f2e6e2c 100644 (file)
--- a/version.c
+++ b/version.c
@@ -62,8 +62,8 @@ static const char *Copyright =
     "Copyright (C) 1999-2002 Tommi Komulainen <Tommi.Komulainen@iki.fi>\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-2018 Kevin J. McCarthy <kevin@8t8.us>\n"
-    "Copyright (C) 2015-2018 Richard Russon <rich@flatcap.org>\n";
+    "Copyright (C) 2014-2019 Kevin J. McCarthy <kevin@8t8.us>\n"
+    "Copyright (C) 2015-2019 Richard Russon <rich@flatcap.org>\n";
 
 static const char *Thanks =
     N_("Many others not mentioned here contributed code, fixes,\n"