aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.c
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@calcurse.org>2023-04-11 17:04:24 -0400
committerLukas Fleischer <lfleischer@calcurse.org>2023-04-11 17:04:24 -0400
commit213e5f86a54a31101c66de60114e0cbb52dea7a7 (patch)
tree55b5f86caab665508450b17133ff53bd1570535d /src/args.c
parent98ff4dbacbdb37f811581ea3db09d64227f391a9 (diff)
downloadcalcurse-213e5f86a54a31101c66de60114e0cbb52dea7a7.tar.gz
calcurse-213e5f86a54a31101c66de60114e0cbb52dea7a7.zip
Update copyright ranges for 2023
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 a9d6df0..57cbe63 100644
--- a/src/args.c
+++ b/src/args.c
@@ -1,7 +1,7 @@
/*
* Calcurse - text-based organizer
*
- * Copyright (c) 2004-2022 calcurse Development Team <misc@calcurse.org>
+ * Copyright (c) 2004-2023 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-2022 calcurse Development Team."));
+ printf("%s\n", _("Copyright (c) 2004-2023 calcurse Development Team."));
printf("%s\n", _("This is free software; see the source for copying conditions."));
}