diff options
author | Frederic Culot <calcurse@culot.org> | 2007-01-16 11:11:47 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-01-16 11:11:47 +0000 |
commit | 40ea16233d4df1e5f033a0a15ddab7cf35872813 (patch) | |
tree | 0e0c3b1fe874f619cdcd217e96bf86147a86b9d8 /src/args.c | |
parent | 0aa59891aadcddffe4105be19de9d49e2aebba36 (diff) | |
download | calcurse-40ea16233d4df1e5f033a0a15ddab7cf35872813.zip |
copyright extended to 2007
Diffstat (limited to 'src/args.c')
-rwxr-xr-x | src/args.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ -/* $calcurse: args.c,v 1.13 2007/01/05 08:48:23 culot Exp $ */ +/* $calcurse: args.c,v 1.14 2007/01/16 11:11:47 culot Exp $ */ /* * Calcurse - text-based organizer - * Copyright (c) 2004-2006 Frederic Culot + * Copyright (c) 2004-2007 Frederic Culot * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -187,7 +187,7 @@ void version_arg() { char vtitle[MAX_LENGTH]; char *vtext = - _("\nCopyright (c) 2004-2006 Frederic Culot.\n" + _("\nCopyright (c) 2004-2007 Frederic Culot.\n" "This is free software; see the source for copying conditions.\n"); snprintf(vtitle, MAX_LENGTH, |