aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.c
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@calcurse.org>2022-03-11 11:33:19 -0500
committerLukas Fleischer <lfleischer@calcurse.org>2022-03-11 11:33:19 -0500
commit01ad848628b91461a831e5725c6e416bae76b930 (patch)
tree23b253ee555711b818698dd71efdb811f8d84fca /src/args.c
parenta03a4710cc9632e579c2c153f83cf0deda317000 (diff)
downloadcalcurse-01ad848628b91461a831e5725c6e416bae76b930.tar.gz
calcurse-01ad848628b91461a831e5725c6e416bae76b930.zip
Update copyright ranges for 2022
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'src/args.c')
-rw-r--r--src/args.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/args.c b/src/args.c
index c66c724..a9d6df0 100644
--- a/src/args.c
+++ b/src/args.c
@@ -1,7 +1,7 @@
/*
* Calcurse - text-based organizer
*
- * Copyright (c) 2004-2020 calcurse Development Team <misc@calcurse.org>
+ * Copyright (c) 2004-2022 calcurse Development Team <misc@calcurse.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -112,7 +112,7 @@ static void version_arg(void)
{
printf(_("calcurse %s -- text-based organizer\n"), VERSION);
putchar('\n');
- printf("%s\n", _("Copyright (c) 2004-2020 calcurse Development Team."));
+ printf("%s\n", _("Copyright (c) 2004-2022 calcurse Development Team."));
printf("%s\n", _("This is free software; see the source for copying conditions."));
}