From: Kevin McCarthy Date: Fri, 5 Aug 2016 18:02:44 +0000 (-0700) Subject: Update copyright notices. X-Git-Tag: neomutt-20160822~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2cd3ac0c9349c5013167e3251a13badcbfb264d;p=neomutt Update copyright notices. --- diff --git a/COPYRIGHT b/COPYRIGHT index 93a4a8e02..0c15e5606 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -8,7 +8,7 @@ have been helpful with the development of this program. Please also see our source code repository at http://dev.mutt.org/hg/mutt/ for the full history of commits. -Copyright (C) 1996-2014 Michael R. Elkins +Copyright (C) 1996-2016 Michael R. Elkins Copyright (C) 1996-2002 Brandon Long Copyright (C) 1997-2009 Thomas Roessler Copyright (C) 1998-2005 Werner Koch @@ -16,7 +16,7 @@ Copyright (C) 1999-2014 Brendan Cully Copyright (C) 1999-2002 Tommi Komulainen Copyright (C) 2000-2004 Edmund Grimley Evans Copyright (C) 2006-2009 Rocco Rutte -Copyright (C) 2014-2015 Kevin J. McCarthy +Copyright (C) 2014-2016 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/buffy.c b/buffy.c index 508136a5c..1306297ff 100644 --- a/buffy.c +++ b/buffy.c @@ -1,5 +1,6 @@ /* * Copyright (C) 1996-2000,2010,2013 Michael R. Elkins + * Copyright (C) 2016 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/getdomain.c b/getdomain.c index 209848b79..9dfda2bdc 100644 --- a/getdomain.c +++ b/getdomain.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009,2013 Derek Martin + * Copyright (C) 2009,2013,2016 Derek Martin * * 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/globals.h b/globals.h index af38a43c7..95a6869ba 100644 --- a/globals.h +++ b/globals.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2002,2010 Michael R. Elkins + * Copyright (C) 1996-2002,2010,2016 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/init.c b/init.c index 69c484e5f..0586638de 100644 --- a/init.c +++ b/init.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2002,2010,2013 Michael R. Elkins + * Copyright (C) 1996-2002,2010,2013,2016 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/init.h b/init.h index 5de0c191e..3f3f96d9d 100644 --- a/init.h +++ b/init.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2002,2007,2010,2012-2013 Michael R. Elkins + * Copyright (C) 1996-2002,2007,2010,2012-2013,2016 Michael R. Elkins * Copyright (C) 2004 g10 Code GmbH * * This program is free software; you can redistribute it and/or modify diff --git a/main.c b/main.c index d696cd581..b6541697f 100644 --- a/main.c +++ b/main.c @@ -76,7 +76,7 @@ Mutt is free software, and you are welcome to redistribute it\n\ under certain conditions; type `mutt -vv' for details.\n"); static const char *Copyright = N_("\ -Copyright (C) 1996-2014 Michael R. Elkins \n\ +Copyright (C) 1996-2016 Michael R. Elkins \n\ Copyright (C) 1996-2002 Brandon Long \n\ Copyright (C) 1997-2009 Thomas Roessler \n\ Copyright (C) 1998-2005 Werner Koch \n\ @@ -84,7 +84,7 @@ Copyright (C) 1999-2014 Brendan Cully \n\ 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-2015 Kevin J. McCarthy \n\ +Copyright (C) 2014-2016 Kevin J. McCarthy \n\ \n\ Many others not mentioned here contributed code, fixes,\n\ and suggestions.\n"); diff --git a/sidebar.c b/sidebar.c index 9169fca76..5b7edafdf 100644 --- a/sidebar.c +++ b/sidebar.c @@ -1,6 +1,7 @@ /* Copyright (C) 2004 Justin Hibbits * Copyright (C) 2004 Thomer M. Gil * Copyright (C) 2015-2016 Richard Russon + * Copyright (C) 2016 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