summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-01-20 01:53:31 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-01-20 01:53:31 -0400
commit887828a40c54ef41a6e8e09f639539d99bb31639 (patch)
tree4ba44297bee20f9666b2eee32be439382a78b6b6 /src/session.h
parentefb36d36c48dc940eab34dc610eb82743daee3fb (diff)
downloadfork-ledger-887828a40c54ef41a6e8e09f639539d99bb31639.tar.gz
fork-ledger-887828a40c54ef41a6e8e09f639539d99bb31639.tar.bz2
fork-ledger-887828a40c54ef41a6e8e09f639539d99bb31639.zip
Increased copyright range to include 2009.
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/session.h b/src/session.h
index b45923d9..bef9b580 100644
--- a/src/session.h
+++ b/src/session.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2008, John Wiegley. All rights reserved.
+ * Copyright (c) 2003-2009, John Wiegley. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -184,7 +184,7 @@ public:
value_t option_version(scope_t&) {
std::cout << "Ledger " << ledger::version << ", the command-line accounting tool";
- std::cout << "\n\nCopyright (c) 2003-2008, John Wiegley. All rights reserved.\n\n\
+ std::cout << "\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";
std::cout << "\n(modules: gmp, pcre";