From c9aff6d2131d6167a39813278130c5441e3a60d3 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 26 Mar 2012 14:38:16 +0200 Subject: Update copyright ranges Add 2012 to the copyright range for all source and documentation files. 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 4583d44..ed56d1a 100644 --- a/src/args.c +++ b/src/args.c @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2011 calcurse Development Team + * Copyright (c) 2004-2012 calcurse Development Team * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -82,7 +82,7 @@ static void version_arg () { const char *vtext = - _("\nCopyright (c) 2004-2011 calcurse Development Team.\n" + _("\nCopyright (c) 2004-2012 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