From: Kevin McCarthy Date: Sat, 5 Jan 2019 21:25:38 +0000 (-0800) Subject: Update copyright for the next stable release X-Git-Tag: 2019-10-25~396^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97a5e3ac0ce750efa67d9ec547b3f862757f60db;p=neomutt Update copyright for the next stable release Co-authored-by: Richard Russon --- diff --git a/COPYRIGHT.md b/COPYRIGHT.md index e6619001d..defec4ec8 100644 --- a/COPYRIGHT.md +++ b/COPYRIGHT.md @@ -29,8 +29,8 @@ The principal authors of NeoMutt are: - Copyright (C) 1999-2002 Tommi Komulainen `` - Copyright (C) 2000-2004 Edmund Grimley Evans `` - Copyright (C) 2006-2009 Rocco Rutte `` -- Copyright (C) 2014-2018 Kevin J. McCarthy `` -- Copyright (C) 2015-2018 Richard Russon `` +- Copyright (C) 2014-2019 Kevin J. McCarthy `` +- Copyright (C) 2015-2019 Richard Russon `` For a full list of contributors to NeoMutt, see the [README.md](README.md) diff --git a/doc/manual.xml.head b/doc/manual.xml.head index be7e1a0c5..6fee8e4db 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -181,7 +181,7 @@ vim: ts=2 sw=2 sts=2 expandtab: Copyright - NeoMutt is Copyright © 1996-2018 Michael R. Elkins + NeoMutt is Copyright © 1996-2019 Michael R. Elkins me@neomutt.org and others. diff --git a/doc/neomutt.man b/doc/neomutt.man index a7b46d83c..b83e40cc1 100644 --- a/doc/neomutt.man +++ b/doc/neomutt.man @@ -2,7 +2,7 @@ .\" -*- nroff -*- .\" .\" -.\" Copyright (C) 1996-2018 Michael R. Elkins +.\" Copyright (C) 1996-2019 Michael R. Elkins .\" .\" 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/version.c b/version.c index 96d626bcf..5d962f113 100644 --- a/version.c +++ b/version.c @@ -62,8 +62,8 @@ static const char *Copyright = "Copyright (C) 1999-2002 Tommi Komulainen \n" "Copyright (C) 2000-2004 Edmund Grimley Evans \n" "Copyright (C) 2006-2009 Rocco Rutte \n" - "Copyright (C) 2014-2018 Kevin J. McCarthy \n" - "Copyright (C) 2015-2018 Richard Russon \n"; + "Copyright (C) 2014-2019 Kevin J. McCarthy \n" + "Copyright (C) 2015-2019 Richard Russon \n"; static const char *Thanks = N_("Many others not mentioned here contributed code, fixes,\n"