From 01ad848628b91461a831e5725c6e416bae76b930 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 11 Mar 2022 11:33:19 -0500 Subject: Update copyright ranges for 2022 Signed-off-by: Lukas Fleischer --- src/args.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/args.c') 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 + * Copyright (c) 2004-2022 calcurse Development Team * 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.")); } -- cgit v1.2.3-54-g00ecf