From: Kevin McCarthy Date: Tue, 1 May 2018 22:13:51 +0000 (-0700) Subject: Update copyright notices. X-Git-Tag: neomutt-20180512~13^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d8f7e7747f744d753b9aced30e5eef83828d86b;p=neomutt Update copyright notices. --- diff --git a/COPYRIGHT b/COPYRIGHT index 86a67f0e7..2291d96f7 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -16,7 +16,7 @@ Copyright (C) 1999-2017 Brendan Cully Copyright (C) 1999-2002 Tommi Komulainen Copyright (C) 2000-2004 Edmund Grimley Evans Copyright (C) 2006-2009 Rocco Rutte -Copyright (C) 2014-2017 Kevin J. McCarthy +Copyright (C) 2014-2018 Kevin J. McCarthy 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/doc/manual.xml.head b/doc/manual.xml.head index 467df72f7..4256aaf2a 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-2016 Michael R. Elkins + NeoMutt is Copyright © 1996-2018 Michael R. Elkins me@neomutt.org and others. diff --git a/doc/neomutt.man b/doc/neomutt.man index beea680da..8c36f7699 100644 --- a/doc/neomutt.man +++ b/doc/neomutt.man @@ -2,7 +2,7 @@ .\" -*- nroff -*- .\" .\" -.\" Copyright (C) 1996-2016 Michael R. Elkins +.\" Copyright (C) 1996-2018 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/doc/smime_keys.1 b/doc/smime_keys.1 index 171261c31..008c6f618 100644 --- a/doc/smime_keys.1 +++ b/doc/smime_keys.1 @@ -4,6 +4,7 @@ .\" Copyright (C) 2001,2002 Oliver Ehli .\" Copyright (C) 2001 Mike Schiraldi .\" Copyright (C) 2003 Bjoern Jacke +.\" Copyright (C) 2015 Kevin J. McCarthy .\" .\" 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 d0e6f21bd..ccc63fd39 100644 --- a/version.c +++ b/version.c @@ -57,8 +57,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-2017 Kevin J. McCarthy \n" - "Copyright (C) 2015-2017 Richard Russon \n"; + "Copyright (C) 2014-2018 Kevin J. McCarthy \n" + "Copyright (C) 2015-2018 Richard Russon \n"; static const char *Thanks = N_("Many others not mentioned here contributed code, fixes,\n"