diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2019-01-30 00:32:23 -0300 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2019-01-30 00:33:26 -0300 |
commit | 2c61d41deaab0343f29b424dbcd1a751928b3056 (patch) | |
tree | 84a7d0980a1c01da95d03a308a70a0fa59fd4822 /src/global.h | |
parent | beeb6936167bc9d9392d9f86f129b8a1c228ff44 (diff) | |
download | fork-ledger-2c61d41deaab0343f29b424dbcd1a751928b3056.tar.gz fork-ledger-2c61d41deaab0343f29b424dbcd1a751928b3056.tar.bz2 fork-ledger-2c61d41deaab0343f29b424dbcd1a751928b3056.zip |
Update copyright statement for 2019
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 8f8266ac..4eb02571 100644 --- a/src/global.h +++ b/src/global.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2018, John Wiegley. All rights reserved. + * Copyright (c) 2003-2019, 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-2018, John Wiegley. All rights reserved.\n\n\ + _("\n\nCopyright (c) 2003-2019, 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; |