diff options
| author | Stephen Eglen <sje30@cam.ac.uk> | 2022-09-30 20:36:48 +0100 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2022-10-03 22:16:29 +0300 |
| commit | f438720a9f9cfeb5be39711d7f75df86ea7a3aaa (patch) | |
| tree | a6c9d55a65f80affd8cd094387872d931e21f40e | |
| parent | d8b902f40465c80d24ae72731fd903cd64b3c147 (diff) | |
Update copyright to 2022
| -rw-r--r-- | mu/mu.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* -** Copyright (C) 2008-2021 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> +** Copyright (C) 2008-2022 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ** ** This program is free software; you can redistribute it and/or modify it ** under the terms of the GNU General Public License as published by the @@ -34,7 +34,7 @@ static void show_version(void) { const char* blurb = "mu (mail indexer/searcher) version " VERSION "\n" - "Copyright (C) 2008-2021 Dirk-Jan C. Binnema\n" + "Copyright (C) 2008-2022 Dirk-Jan C. Binnema\n" "License GPLv3+: GNU GPL version 3 or later " "<http://gnu.org/licenses/gpl.html>.\n" "This is free software: you are free to change " |
