diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-02-04 20:10:14 +0100 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-02-04 20:10:14 +0100 |
commit | a7944d335e9d005e6bbf6f521a5216f98318a131 (patch) | |
tree | f83ccda97bdae9f96c8a2078381efdf1edb8d755 /src/args.c | |
parent | ce22b13a4dc435cdbe72304917b4d53932bcbdef (diff) | |
download | calcurse-a7944d335e9d005e6bbf6f521a5216f98318a131.zip |
Update copyright ranges
Add 2013 to the copyright range for all source and documentation files.
Reported-by: Frederic Culot <frederic@culot.org>
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/args.c')
-rw-r--r-- | src/args.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2012 calcurse Development Team <misc@calcurse.org> + * Copyright (c) 2004-2013 calcurse Development Team <misc@calcurse.org> * 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); |