changeset: 6750:f6b5f533f9ce user: Kevin McCarthy <[email protected]> date: Fri Aug 05 11:02:44 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/f6b5f533f9ce
Update copyright notices. diffs (103 lines): diff -r f9a4023b86ad -r f6b5f533f9ce COPYRIGHT --- a/COPYRIGHT Tue Aug 02 19:18:53 2016 -0700 +++ b/COPYRIGHT Fri Aug 05 11:02:44 2016 -0700 @@ -8,7 +8,7 @@ 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 <[email protected]> +Copyright (C) 1996-2016 Michael R. Elkins <[email protected]> Copyright (C) 1996-2002 Brandon Long <[email protected]> Copyright (C) 1997-2009 Thomas Roessler <[email protected]> Copyright (C) 1998-2005 Werner Koch <[email protected]> @@ -16,7 +16,7 @@ Copyright (C) 1999-2002 Tommi Komulainen <[email protected]> Copyright (C) 2000-2004 Edmund Grimley Evans <[email protected]> Copyright (C) 2006-2009 Rocco Rutte <[email protected]> -Copyright (C) 2014-2015 Kevin J. McCarthy <[email protected]> +Copyright (C) 2014-2016 Kevin J. McCarthy <[email protected]> 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 -r f9a4023b86ad -r f6b5f533f9ce buffy.c --- a/buffy.c Tue Aug 02 19:18:53 2016 -0700 +++ b/buffy.c Fri Aug 05 11:02:44 2016 -0700 @@ -1,5 +1,6 @@ /* * Copyright (C) 1996-2000,2010,2013 Michael R. Elkins <[email protected]> + * Copyright (C) 2016 Kevin J. McCarthy <[email protected]> * * 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 -r f9a4023b86ad -r f6b5f533f9ce getdomain.c --- a/getdomain.c Tue Aug 02 19:18:53 2016 -0700 +++ b/getdomain.c Fri Aug 05 11:02:44 2016 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009,2013 Derek Martin <[email protected]> + * Copyright (C) 2009,2013,2016 Derek Martin <[email protected]> * * 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 -r f9a4023b86ad -r f6b5f533f9ce globals.h --- a/globals.h Tue Aug 02 19:18:53 2016 -0700 +++ b/globals.h Fri Aug 05 11:02:44 2016 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2002,2010 Michael R. Elkins <[email protected]> + * Copyright (C) 1996-2002,2010,2016 Michael R. Elkins <[email protected]> * * 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 -r f9a4023b86ad -r f6b5f533f9ce init.c --- a/init.c Tue Aug 02 19:18:53 2016 -0700 +++ b/init.c Fri Aug 05 11:02:44 2016 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2002,2010,2013 Michael R. Elkins <[email protected]> + * Copyright (C) 1996-2002,2010,2013,2016 Michael R. Elkins <[email protected]> * * 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 -r f9a4023b86ad -r f6b5f533f9ce init.h --- a/init.h Tue Aug 02 19:18:53 2016 -0700 +++ b/init.h Fri Aug 05 11:02:44 2016 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2002,2007,2010,2012-2013 Michael R. Elkins <[email protected]> + * Copyright (C) 1996-2002,2007,2010,2012-2013,2016 Michael R. Elkins <[email protected]> * Copyright (C) 2004 g10 Code GmbH * * This program is free software; you can redistribute it and/or modify diff -r f9a4023b86ad -r f6b5f533f9ce main.c --- a/main.c Tue Aug 02 19:18:53 2016 -0700 +++ b/main.c Fri Aug 05 11:02:44 2016 -0700 @@ -76,7 +76,7 @@ under certain conditions; type `mutt -vv' for details.\n"); static const char *Copyright = N_("\ -Copyright (C) 1996-2014 Michael R. Elkins <[email protected]>\n\ +Copyright (C) 1996-2016 Michael R. Elkins <[email protected]>\n\ Copyright (C) 1996-2002 Brandon Long <[email protected]>\n\ Copyright (C) 1997-2009 Thomas Roessler <[email protected]>\n\ Copyright (C) 1998-2005 Werner Koch <[email protected]>\n\ @@ -84,7 +84,7 @@ Copyright (C) 1999-2002 Tommi Komulainen <[email protected]>\n\ Copyright (C) 2000-2004 Edmund Grimley Evans <[email protected]>\n\ Copyright (C) 2006-2009 Rocco Rutte <[email protected]>\n\ -Copyright (C) 2014-2015 Kevin J. McCarthy <[email protected]>\n\ +Copyright (C) 2014-2016 Kevin J. McCarthy <[email protected]>\n\ \n\ Many others not mentioned here contributed code, fixes,\n\ and suggestions.\n"); diff -r f9a4023b86ad -r f6b5f533f9ce sidebar.c --- a/sidebar.c Tue Aug 02 19:18:53 2016 -0700 +++ b/sidebar.c Fri Aug 05 11:02:44 2016 -0700 @@ -1,6 +1,7 @@ /* Copyright (C) 2004 Justin Hibbits <[email protected]> * Copyright (C) 2004 Thomer M. Gil <[email protected]> * Copyright (C) 2015-2016 Richard Russon <[email protected]> + * Copyright (C) 2016 Kevin J. McCarthy <[email protected]> * * 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
