diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2014-12-27 11:24:55 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2014-12-27 11:24:55 +0100 |
commit | 1dd9dcaab4b719980c32f988f6c88066a86acbfc (patch) | |
tree | f107f44f49d06cc19ede8534a3b15d16d234ca65 /src/global.h | |
parent | aea86b5a83dd4c3b0f474b032d90d4e8ec2ec4b8 (diff) | |
download | fork-ledger-1dd9dcaab4b719980c32f988f6c88066a86acbfc.tar.gz fork-ledger-1dd9dcaab4b719980c32f988f6c88066a86acbfc.tar.bz2 fork-ledger-1dd9dcaab4b719980c32f988f6c88066a86acbfc.zip |
Bump copyright notice to 2015
The following script makes it a no-brainer:
% NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \
| xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/"
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 eda75112..c4c312e9 100644 --- a/src/global.h +++ b/src/global.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2014, John Wiegley. All rights reserved. + * Copyright (c) 2003-2015, 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-2014, John Wiegley. All rights reserved.\n\n\ + _("\n\nCopyright (c) 2003-2015, 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; |