summaryrefslogtreecommitdiff
path: root/option.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-21 06:22:03 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-21 06:22:03 -0400
commit0c800d968cd0ec45d841a8597c293eb11a6456dd (patch)
tree8e7a612c849cfc5421887d7f29f4dfa26f194cd4 /option.cc
parent025c9acda9b113df37e9ceaff69a028b181baf66 (diff)
downloadfork-ledger-0c800d968cd0ec45d841a8597c293eb11a6456dd.tar.gz
fork-ledger-0c800d968cd0ec45d841a8597c293eb11a6456dd.tar.bz2
fork-ledger-0c800d968cd0ec45d841a8597c293eb11a6456dd.zip
A patch from Juergen Daubert, which fixes the output from --version.
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 6cb2130d..624a8f0b 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-2006, John Wiegley. All rights reserved.\n\n\
+ out << "\n\nCopyright (c) 2003-2008, 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";