summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2022-07-01 11:37:08 +0200
committerMartin Michlmayr <tbm@cyrius.com>2022-07-02 13:47:02 +0800
commited53241ea6664ed000a06a5dd540c1a5d4f42c2e (patch)
tree38768bc2d9a12659c9e8e7f466c9399b112aa9a9 /src/global.h
parentb789196386458e33d124198c59683b9708ed2283 (diff)
downloadfork-ledger-ed53241ea6664ed000a06a5dd540c1a5d4f42c2e.tar.gz
fork-ledger-ed53241ea6664ed000a06a5dd540c1a5d4f42c2e.tar.bz2
fork-ledger-ed53241ea6664ed000a06a5dd540c1a5d4f42c2e.zip
Update copyright statement for 2022
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 123f3a9f..7c387c56 100644
--- a/src/global.h
+++ b/src/global.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2019, John Wiegley. All rights reserved.
+ * Copyright (c) 2003-2022, 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-2019, John Wiegley. All rights reserved.\n\n\
+ _("\n\nCopyright (c) 2003-2022, 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;