summaryrefslogtreecommitdiff
path: root/option.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-01-20 20:56:03 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-01-20 20:56:03 -0400
commit8f1729b570b76b37e86d6f12652bfc6799f3ee99 (patch)
tree2d10fc73eefe74eb205185b8b8fe638ba9223708 /option.cc
parentc8262e9314645268752b58032a5f3bde3d05d021 (diff)
downloadfork-ledger-8f1729b570b76b37e86d6f12652bfc6799f3ee99.tar.gz
fork-ledger-8f1729b570b76b37e86d6f12652bfc6799f3ee99.tar.bz2
fork-ledger-8f1729b570b76b37e86d6f12652bfc6799f3ee99.zip
Increased copyright range to include 2009.
Diffstat (limited to 'option.cc')
-rw-r--r--option.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/option.cc b/option.cc
index 624a8f0b..4489727a 100644
--- a/option.cc
+++ b/option.cc
@@ -189,7 +189,7 @@ report_t * report = NULL;
static void show_version(std::ostream& out)
{
out << "Ledger " << ledger::version << ", the command-line accounting tool";
- out << "\n\nCopyright (c) 2003-2008, John Wiegley. All rights reserved.\n\n\
+ out << "\n\nCopyright (c) 2003-2009, John Wiegley. All rights reserved.\n\n\
This program is made available under the terms of the BSD Public License.\n\
See LICENSE file included with the distribution for details and disclaimer.\n";
out << "\n(modules: gmp, pcre";