Update copyright ranges

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lukas Fleischer
2016-01-30 11:21:53 +01:00
parent fb54b56cac
commit 978d24a9d2
60 changed files with 62 additions and 62 deletions

View File

@@ -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."));
}