update (c) year

And some whitespace cleanup. The (c) year doesn't matter too much, but
let's close the ticket.

Fixes: #2075.
This commit is contained in:
Dirk-Jan C. Binnema 2021-08-03 12:47:20 +03:00
parent 907db013c0
commit 321e747882
2 changed files with 60 additions and 60 deletions

View File

@ -16,7 +16,7 @@
AC_PREREQ([2.68]) AC_PREREQ([2.68])
AC_INIT([mu],[1.6.1],[https://github.com/djcb/mu/issues],[mu]) AC_INIT([mu],[1.6.1],[https://github.com/djcb/mu/issues],[mu])
AC_COPYRIGHT([Copyright (C) 2008-2020 Dirk-Jan C. Binnema]) AC_COPYRIGHT([Copyright (C) 2008-2021 Dirk-Jan C. Binnema])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([mu/mu.cc]) AC_CONFIG_SRCDIR([mu/mu.cc])
# libtoolize wants to put some stuff in here; if you have an old # libtoolize wants to put some stuff in here; if you have an old

View File

@ -1,5 +1,5 @@
/* /*
** Copyright (C) 2008-2020 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ** Copyright (C) 2008-2021 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
** **
** This program is free software; you can redistribute it and/or modify it ** 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 ** under the terms of the GNU General Public License as published by the
@ -35,7 +35,7 @@ show_version (void)
{ {
const char* blurb = const char* blurb =
"mu (mail indexer/searcher) version " VERSION "\n" "mu (mail indexer/searcher) version " VERSION "\n"
"Copyright (C) 2008-2020 Dirk-Jan C. Binnema\n" "Copyright (C) 2008-2021 Dirk-Jan C. Binnema\n"
"License GPLv3+: GNU GPL version 3 or later " "License GPLv3+: GNU GPL version 3 or later "
"<http://gnu.org/licenses/gpl.html>.\n" "<http://gnu.org/licenses/gpl.html>.\n"
"This is free software: you are free to change " "This is free software: you are free to change "