summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Eglen <sje30@cam.ac.uk>2022-09-30 20:36:48 +0100
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-10-03 22:16:29 +0300
commitf438720a9f9cfeb5be39711d7f75df86ea7a3aaa (patch)
treea6c9d55a65f80affd8cd094387872d931e21f40e
parentd8b902f40465c80d24ae72731fd903cd64b3c147 (diff)
Update copyright to 2022
-rw-r--r--mu/mu.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mu/mu.cc b/mu/mu.cc
index 731ed01..fa045ab 100644
--- a/mu/mu.cc
+++ b/mu/mu.cc
@@ -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 "