From 978d24a9d28e746f235e02b65c38f1c4ffe47a72 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 30 Jan 2016 11:21:53 +0100 Subject: Update copyright ranges 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 a82fcac..d6d2e21 100644 --- a/src/args.c +++ b/src/args.c @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2015 calcurse Development Team + * Copyright (c) 2004-2016 calcurse Development Team * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -99,7 +99,7 @@ static void version_arg(void) { printf(_("calcurse %s -- text-based organizer\n"), VERSION); putchar('\n'); - printf("%s\n", _("Copyright (c) 2004-2015 calcurse Development Team.")); + printf("%s\n", _("Copyright (c) 2004-2016 calcurse Development Team.")); printf("%s\n", _("This is free software; see the source for copying conditions.")); } -- cgit v1.2.3-54-g00ecf