diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2016-01-30 11:21:53 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2016-01-30 11:21:53 +0100 |
commit | 978d24a9d28e746f235e02b65c38f1c4ffe47a72 (patch) | |
tree | 7dfbcd1f9e6eaa396761fa04c5b68d0caaeee484 /src/args.c | |
parent | fb54b56cac08e346f830704da68293e352875407 (diff) | |
download | calcurse-978d24a9d28e746f235e02b65c38f1c4ffe47a72.zip |
Update copyright ranges
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
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-2015 calcurse Development Team <misc@calcurse.org> + * Copyright (c) 2004-2016 calcurse Development Team <misc@calcurse.org> * 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.")); } |