diff options
author | John Wiegley <johnw@newartisans.com> | 2006-02-24 12:46:46 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:26 -0400 |
commit | 793dbf26d9af5e052afd2bc5855053f5652ff5b8 (patch) | |
tree | e82e7f1ffe192504f4f4ad30c4a0b95f19bd6431 /config.cc | |
parent | 2d0d50df766153a89abaf274b5a672ff32c72860 (diff) | |
download | fork-ledger-793dbf26d9af5e052afd2bc5855053f5652ff5b8.tar.gz fork-ledger-793dbf26d9af5e052afd2bc5855053f5652ff5b8.tar.bz2 fork-ledger-793dbf26d9af5e052afd2bc5855053f5652ff5b8.zip |
*** no comment ***
Diffstat (limited to 'config.cc')
-rw-r--r-- | config.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -432,7 +432,7 @@ config_t::chain_xact_handlers(const std::string& command, static void show_version(std::ostream& out) { out << "Ledger " << ledger::version << ", the command-line accounting tool"; - out << "\n\nCopyright (c) 2003-2005, John Wiegley. All rights reserved.\n\n\ + out << "\n\nCopyright (c) 2003-2006, 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"; |