mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Copyright Update
- bumped the year, on the source copyright notices.
This commit is contained in:
parent
eba05513f7
commit
2307dcab8a
39 changed files with 40 additions and 40 deletions
|
@ -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)
|
||||
<< " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue