summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2022-03-22 19:06:31 (EDT)
committer P. J. McDermott <pj@pehjota.net>2022-03-22 19:06:31 (EDT)
commit97bc58f4fa2b2fe1bcbd03547b2bf6a089a60170 (patch)
treecc22366112fcc4b412511886f734d6f964fbb06c /src/main.c
parent0d8bc702eddd36ce0406330fcb33b5a90f5557e9 (diff)
downloadatsign-97bc58f4fa2b2fe1bcbd03547b2bf6a089a60170.zip
atsign-97bc58f4fa2b2fe1bcbd03547b2bf6a089a60170.tar.gz
atsign-97bc58f4fa2b2fe1bcbd03547b2bf6a089a60170.tar.bz2
Update copyright years
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 01a0a4c..cdee4b7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -143,7 +143,7 @@ static void
_print_version(void)
{
printf("@ (atsign) %s%s\n", PACKAGE_VERSION, PACKAGE_VERSION_GIT);
- puts("Copyright (C) 2021-2022 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 "