Copyright

- Updated copyright to 2011.
This commit is contained in:
Paul Beckingham 2010-12-31 21:47:14 -05:00
parent 98f3e6e61d
commit 462caf5bd4
366 changed files with 375 additions and 375 deletions

View file

@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////////////////////////
// taskwarrior - a command line task list manager.
//
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
// All rights reserved.
//
// This program is free software; you can redistribute it and/or modify it under
@ -893,7 +893,7 @@ int handleVersion (std::string& outs)
#endif
<< "\n"
<< "Copyright (C) 2006 - 2010 P. Beckingham, F. Hernandez.\n"
<< "Copyright (C) 2006 - 2011 P. Beckingham, F. Hernandez.\n"
#ifdef HAVE_LIBLUA
<< "Portions of this software Copyright (C) 1994 2008 Lua.org, PUC-Rio.\n"
#endif