summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2016-01-02 12:09:54 +0100
committerAlexis Hildebrandt <afh@surryhill.net>2016-01-02 12:09:54 +0100
commit9892878ca1b1218877537963bbf7a4ea1a8fed45 (patch)
treec7d4a60340648dcf8d2abe63d35baac8a42f96b5 /src/global.h
parent51201fd2d6db0be1447fd59f80d1749ef4d49bcf (diff)
downloadfork-ledger-9892878ca1b1218877537963bbf7a4ea1a8fed45.tar.gz
fork-ledger-9892878ca1b1218877537963bbf7a4ea1a8fed45.tar.bz2
fork-ledger-9892878ca1b1218877537963bbf7a4ea1a8fed45.zip
[misc] Update year in copyright notice to 2016
[ci skip]
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 5d849777..1a4a3076 100644
--- a/src/global.h
+++ b/src/global.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2015, John Wiegley. All rights reserved.
+ * Copyright (c) 2003-2016, 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
@@ -129,7 +129,7 @@ public:
out << '-' << Ledger_VERSION_DATE;
out << _(", the command-line accounting tool");
out <<
- _("\n\nCopyright (c) 2003-2015, John Wiegley. All rights reserved.\n\n\
+ _("\n\nCopyright (c) 2003-2016, 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;