summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-03-05 22:08:40 -0500
committerJohn Wiegley <johnw@newartisans.com>2010-03-05 22:14:10 -0500
commitab416f759f860ce25788bf618ff1538f5d523116 (patch)
tree802cbd9fdb7e2e9188a3c2f8d0fd85c31c03b787 /src/global.h
parentece6cf68f4cdc5543f4f170aeae5c188fffb7ca2 (diff)
downloadfork-ledger-ab416f759f860ce25788bf618ff1538f5d523116.tar.gz
fork-ledger-ab416f759f860ce25788bf618ff1538f5d523116.tar.bz2
fork-ledger-ab416f759f860ce25788bf618ff1538f5d523116.zip
Updated copyrights to 2003-2010
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/global.h b/src/global.h
index ab3afed4..05e3bdb7 100644
--- a/src/global.h
+++ b/src/global.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2009, John Wiegley. All rights reserved.
+ * Copyright (c) 2003-2010, John Wiegley. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -110,7 +110,7 @@ public:
out <<
"Ledger " << ledger::version << _(", the command-line accounting tool");
out <<
- _("\n\nCopyright (c) 2003-2009, John Wiegley. All rights reserved.\n\n\
+ _("\n\nCopyright (c) 2003-2010, 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.");
out << std::endl;