summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2023-02-01 06:37:29 +0100
committerMartin Michlmayr <tbm@cyrius.com>2023-02-02 09:39:17 +0800
commitccbd933bf4d544d9534262d8e12790909918f1f3 (patch)
tree9445ab69ff75c484a892e050ce92373923203a73 /src/global.h
parent27a87b1077495bc80c2b2bf87ebe72894c25226e (diff)
downloadfork-ledger-ccbd933bf4d544d9534262d8e12790909918f1f3.tar.gz
fork-ledger-ccbd933bf4d544d9534262d8e12790909918f1f3.tar.bz2
fork-ledger-ccbd933bf4d544d9534262d8e12790909918f1f3.zip
Update copyright year
[skip ci]
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 7c387c56..036765b8 100644
--- a/src/global.h
+++ b/src/global.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2022, John Wiegley. All rights reserved.
+ * Copyright (c) 2003-2023, 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-2022, John Wiegley. All rights reserved.\n\n\
+ _("\n\nCopyright (c) 2003-2023, 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;