diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-03-26 14:38:16 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-03-26 14:38:16 +0200 |
commit | c9aff6d2131d6167a39813278130c5441e3a60d3 (patch) | |
tree | cc8738353070198588977d48b057b32cfdad21a1 /src/help.c | |
parent | 481cb5524f8e165bbe3c17bb04bdc7330dd7a923 (diff) | |
download | calcurse-c9aff6d2131d6167a39813278130c5441e3a60d3.zip |
Update copyright ranges
Add 2012 to the copyright range for all source and documentation files.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
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-2011 calcurse Development Team <misc@calcurse.org> + * Copyright (c) 2004-2012 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -732,7 +732,7 @@ help_screen (void) hscr[HELP_CREDITS].title = _("Calcurse - text-based organizer"); snprintf (hscr[HELP_CREDITS].text, HELPTEXTSIZ, - _("\nCopyright (c) 2004-2011 calcurse Development Team\n" + _("\nCopyright (c) 2004-2012 calcurse Development Team\n" "All rights reserved.\n" "\n" "Redistribution and use in source and binary forms, with or without\n" |