diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2017-01-05 12:56:35 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2017-01-05 12:56:35 +0100 |
commit | 9432937f5c331b83e06a6489042e223a5904ca74 (patch) | |
tree | 273ac2efb52613c096efc3911450572c28dbbada /src/global.h | |
parent | edd27377426bce3d14a9cbca195d6e23016a2864 (diff) | |
download | fork-ledger-9432937f5c331b83e06a6489042e223a5904ca74.tar.gz fork-ledger-9432937f5c331b83e06a6489042e223a5904ca74.tar.bz2 fork-ledger-9432937f5c331b83e06a6489042e223a5904ca74.zip |
[misc] Update year in copyright notice to 2017
[ci skip]
Diffstat (limited to 'src/global.h')
-rw-r--r-- | src/global.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/global.h b/src/global.h index 1a4a3076..b35fa653 100644 --- a/src/global.h +++ b/src/global.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2016, John Wiegley. All rights reserved. + * Copyright (c) 2003-2017, 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-2016, John Wiegley. All rights reserved.\n\n\ + _("\n\nCopyright (c) 2003-2017, 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; |