aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.c
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@calcurse.org>2020-01-30 19:22:23 +0100
committerLukas Fleischer <lfleischer@calcurse.org>2020-01-30 19:22:23 +0100
commit5ad76df5fee9ecef60e2d16e4641b19383c73941 (patch)
tree168130e130acad77bc5be8f2065e409d9d248758 /src/args.c
parentf4e621d58df2d8997045ba73c6f80a3df19ccc3a (diff)
downloadcalcurse-5ad76df5fee9ecef60e2d16e4641b19383c73941.tar.gz
calcurse-5ad76df5fee9ecef60e2d16e4641b19383c73941.zip
Update copyright ranges
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 e6444e4..bd58960 100644
--- a/src/args.c
+++ b/src/args.c
@@ -1,7 +1,7 @@
/*
* Calcurse - text-based organizer
*
- * Copyright (c) 2004-2017 calcurse Development Team <misc@calcurse.org>
+ * Copyright (c) 2004-2020 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-2017 calcurse Development Team."));
+ printf("%s\n", _("Copyright (c) 2004-2020 calcurse Development Team."));
printf("%s\n", _("This is free software; see the source for copying conditions."));
}