summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2014-02-02 12:36:22 +0100
committerAlexis Hildebrandt <afh@surryhill.net>2014-02-02 12:36:22 +0100
commit2b9208e850b7f2d391f3241c49a8a1526b6e52fe (patch)
tree8424e3370932a9771c2d9dc881fe75a8168995b9 /src/global.h
parentf300cfccb7b10e44965eb8b4b3741ae9fbf04a57 (diff)
downloadfork-ledger-2b9208e850b7f2d391f3241c49a8a1526b6e52fe.tar.gz
fork-ledger-2b9208e850b7f2d391f3241c49a8a1526b6e52fe.tar.bz2
fork-ledger-2b9208e850b7f2d391f3241c49a8a1526b6e52fe.zip
Bump copyright information to 2014
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 5fa67d2c..eda75112 100644
--- a/src/global.h
+++ b/src/global.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2013, John Wiegley. All rights reserved.
+ * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -127,7 +127,7 @@ public:
out << '-' << Ledger_VERSION_DATE;
out << _(", the command-line accounting tool");
out <<
- _("\n\nCopyright (c) 2003-2013, John Wiegley. All rights reserved.\n\n\
+ _("\n\nCopyright (c) 2003-2014, 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;