mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Copyright etc
- Added Federico Hernandez to the task copyright, based on the amount of work and commits to the project, in the areas of Date handling and the calendar report. - Bumped Cory Donnelly up to Contributing Author for the large quantity of ideas, suggestions and testing.
This commit is contained in:
parent
57cac49362
commit
a6875ced6e
5 changed files with 6 additions and 6 deletions
2
AUTHORS
2
AUTHORS
|
@ -3,6 +3,7 @@ The development of task was made possible by the significant contributions of th
|
||||||
Federico Hernandez (Package Maintainer & Contributing Author)
|
Federico Hernandez (Package Maintainer & Contributing Author)
|
||||||
David J Patrick (Designer)
|
David J Patrick (Designer)
|
||||||
John Florian (Contributing Author)
|
John Florian (Contributing Author)
|
||||||
|
Cory Donnelly (Contributing Author)
|
||||||
|
|
||||||
The following submitted code, packages or analysis, and deserve special thanks:
|
The following submitted code, packages or analysis, and deserve special thanks:
|
||||||
Damian Glenny
|
Damian Glenny
|
||||||
|
@ -18,7 +19,6 @@ The following submitted code, packages or analysis, and deserve special thanks:
|
||||||
Johan Friis
|
Johan Friis
|
||||||
Steven de Brouwer
|
Steven de Brouwer
|
||||||
Pietro Cerutti
|
Pietro Cerutti
|
||||||
Cory Donnelly
|
|
||||||
|
|
||||||
Thanks to the following, who submitted detailed bug reports and excellent suggestions:
|
Thanks to the following, who submitted detailed bug reports and excellent suggestions:
|
||||||
Eugene Kramer
|
Eugene Kramer
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// task - a command line task list manager.
|
// task - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// task - a command line task list manager.
|
// task - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// task - a command line task list manager.
|
// task - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
@ -490,7 +490,7 @@ int handleVersion (std::string &outs)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
<< std::endl
|
<< std::endl
|
||||||
<< "Copyright (C) 2006 - 2010, P. Beckingham."
|
<< "Copyright (C) 2006 - 2010, P. Beckingham, F. Hernandez."
|
||||||
<< std::endl
|
<< std::endl
|
||||||
<< disclaimer.render ()
|
<< disclaimer.render ()
|
||||||
<< link.render ()
|
<< link.render ()
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// task - a command line task list manager.
|
// task - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue