diff --git a/AUTHORS b/AUTHORS index 6e55fde6e..1a9c81146 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,6 +3,7 @@ The development of task was made possible by the significant contributions of th Federico Hernandez (Package Maintainer & Contributing Author) David J Patrick (Designer) John Florian (Contributing Author) + Cory Donnelly (Contributing Author) The following submitted code, packages or analysis, and deserve special thanks: Damian Glenny @@ -18,7 +19,6 @@ The following submitted code, packages or analysis, and deserve special thanks: Johan Friis Steven de Brouwer Pietro Cerutti - Cory Donnelly Thanks to the following, who submitted detailed bug reports and excellent suggestions: Eugene Kramer diff --git a/src/Date.cpp b/src/Date.cpp index d096852eb..35f53cfa9 100644 --- a/src/Date.cpp +++ b/src/Date.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // task - a command line task list manager. // -// Copyright 2006 - 2010, Paul Beckingham. +// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. // // This program is free software; you can redistribute it and/or modify it under diff --git a/src/Date.h b/src/Date.h index 7f7f22914..27d542f69 100644 --- a/src/Date.h +++ b/src/Date.h @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // task - a command line task list manager. // -// Copyright 2006 - 2010, Paul Beckingham. +// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. // // This program is free software; you can redistribute it and/or modify it under diff --git a/src/command.cpp b/src/command.cpp index 432fbf734..e4737dafa 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // task - a command line task list manager. // -// Copyright 2006 - 2010, Paul Beckingham. +// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. // // This program is free software; you can redistribute it and/or modify it under @@ -490,7 +490,7 @@ int handleVersion (std::string &outs) #endif << std::endl - << "Copyright (C) 2006 - 2010, P. Beckingham." + << "Copyright (C) 2006 - 2010, P. Beckingham, F. Hernandez." << std::endl << disclaimer.render () << link.render () diff --git a/src/report.cpp b/src/report.cpp index ca0198a23..aaa719df4 100644 --- a/src/report.cpp +++ b/src/report.cpp @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // task - a command line task list manager. // -// Copyright 2006 - 2010, Paul Beckingham. +// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. // // This program is free software; you can redistribute it and/or modify it under