diff options
Diffstat (limited to 'src/help.c')
-rw-r--r-- | src/help.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -715,7 +715,7 @@ help_screen (void) hscr[HELP_CREDITS].title = _("Calcurse - text-based organizer"); (void)snprintf (hscr[HELP_CREDITS].text, HELPTEXTSIZ, - _("\nCopyright (c) 2004-2009 Frederic Culot\n" + _("\nCopyright (c) 2004-2011 calcurse Development Team\n" "All rights reserved.\n" "\n" "Redistribution and use in source and binary forms, with or without\n" |