diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-04-22 07:26:05 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-04-22 07:26:05 +0200 |
commit | 38865b8e4841a8678cd567eecb4af443d5f2386b (patch) | |
tree | a45287bc95368369a1ef262a19aa87ebf65793c0 /src/args.c | |
parent | c9db3b7db741946c0dca3747ab7700104f1c39de (diff) | |
download | calcurse-38865b8e4841a8678cd567eecb4af443d5f2386b.zip |
Update copyright notices in source files, documentation and "COPYING".
* Update copyright dates (use 2004-2011 as date range everywhere).
* Change copyright holder from "Frederic Culot" to "calcurse Development
Team".
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-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 @@ -73,7 +73,7 @@ version_arg () { char vtitle[BUFSIZ]; char *vtext = - _("\nCopyright (c) 2004-2010 Frederic Culot.\n" + _("\nCopyright (c) 2004-2011 calcurse Development Team.\n" "This is free software; see the source for copying conditions.\n"); (void)snprintf (vtitle, BUFSIZ, _("Calcurse %s - text-based organizer\n"), |