Copyright Update

- bumped the year, on the source copyright notices.
This commit is contained in:
Paul Beckingham 2009-02-14 17:50:38 -05:00
parent eba05513f7
commit 2307dcab8a
39 changed files with 40 additions and 40 deletions

View file

@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////////////////////////
// task - a command line task list manager.
//
// Copyright 2006 - 2008, Paul Beckingham.
// Copyright 2006 - 2009, Paul Beckingham.
// All rights reserved.
//
// This program is free software; you can redistribute it and/or modify it under
@ -343,7 +343,7 @@ std::string handleVersion (Config& conf)
}
}
out << "Copyright (C) 2006 - 2008, P. Beckingham."
out << "Copyright (C) 2006 - 2009, P. Beckingham."
<< std::endl
<< (conf.get ("color", true) ? Text::colorize (Text::bold, Text::nocolor, PACKAGE) : PACKAGE)
<< " "