From a7944d335e9d005e6bbf6f521a5216f98318a131 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 4 Feb 2013 20:10:14 +0100 Subject: Update copyright ranges Add 2013 to the copyright range for all source and documentation files. Reported-by: Frederic Culot 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 85c91cb..12d33c5 100644 --- a/src/args.c +++ b/src/args.c @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2012 calcurse Development Team + * Copyright (c) 2004-2013 calcurse Development Team * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -79,7 +79,7 @@ static void usage_try(void) static void version_arg(void) { const char *vtext = - _("\nCopyright (c) 2004-2012 calcurse Development Team.\n" + _("\nCopyright (c) 2004-2013 calcurse Development Team.\n" "This is free software; see the source for copying conditions.\n"); fprintf(stdout, _("Calcurse %s - text-based organizer\n"), VERSION); -- cgit v1.2.3-54-g00ecf