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 | 9545b22b41e06dcbee1a1368eddf709218458eb2 (patch) | |
tree | e82e7f1ffe192504f4f4ad30c4a0b95f19bd6431 /config.cc | |
parent | 9349dadcfab23eb0a6c588c49a3fb7bdd11d7630 (diff) | |
download | fork-ledger-9545b22b41e06dcbee1a1368eddf709218458eb2.tar.gz fork-ledger-9545b22b41e06dcbee1a1368eddf709218458eb2.tar.bz2 fork-ledger-9545b22b41e06dcbee1a1368eddf709218458eb2.zip |
*** empty log message ***
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"; |