summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2022-03-19 21:37:44 (EDT)
committer P. J. McDermott <pj@pehjota.net>2022-03-19 21:37:44 (EDT)
commit485a6ccce7c5cea5fb0c8cdcb6033ea49763c148 (patch)
tree3a2ac4f80110b8dc47df69f92a1d380ce2609e57
parent84ecc332421e4749ec5a35bddc656dd854ebe16e (diff)
downloadatsign-485a6ccce7c5cea5fb0c8cdcb6033ea49763c148.zip
atsign-485a6ccce7c5cea5fb0c8cdcb6033ea49763c148.tar.gz
atsign-485a6ccce7c5cea5fb0c8cdcb6033ea49763c148.tar.bz2
main: Update copyright years in version output
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 474f662..7339166 100644
--- a/src/main.c
+++ b/src/main.c
@@ -158,7 +158,7 @@ static void
_print_version(void)
{
printf("@ (atsign) %s%s\n", PACKAGE_VERSION, PACKAGE_VERSION_GIT);
- puts("Copyright (C) 2021 P. J. McDermott");
+ puts("Copyright (C) 2021-2022 P. J. McDermott");
puts("License GPLv3+: GNU GPL version 3 or later "
"<http://gnu.org/licenses/gpl.html>.");
puts("This is free software: you are free to change and redistribute "