diff options
author | John Wiegley <johnw@newartisans.com> | 2013-02-18 06:51:12 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2013-02-18 06:51:21 -0600 |
commit | 0951bcebef04a2933a7b6e3d93d5c23bea7c4dc9 (patch) | |
tree | 2b22c19979ec778726d6a10d84eff6aa1d68058e /src/global.h | |
parent | 2c69aa1ff5759a38f458dda69a7b1f6e49294cd0 (diff) | |
download | fork-ledger-0951bcebef04a2933a7b6e3d93d5c23bea7c4dc9.tar.gz fork-ledger-0951bcebef04a2933a7b6e3d93d5c23bea7c4dc9.tar.bz2 fork-ledger-0951bcebef04a2933a7b6e3d93d5c23bea7c4dc9.zip |
Bump copyright information to 2013
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 11459529..c024dce2 100644 --- a/src/global.h +++ b/src/global.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2012, John Wiegley. All rights reserved. + * Copyright (c) 2003-2013, 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-2012, John Wiegley. All rights reserved.\n\n\ + _("\n\nCopyright (c) 2003-2013, 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; |