diff options
Diffstat (limited to 'contrib/less/optfunc.c')
-rw-r--r-- | contrib/less/optfunc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/less/optfunc.c b/contrib/less/optfunc.c index 4ca5142..f296b79 100644 --- a/contrib/less/optfunc.c +++ b/contrib/less/optfunc.c @@ -442,7 +442,7 @@ opt__V(type, s) any_display = 1; putstr("less "); putstr(version); - putstr("\nCopyright (C) 1984-2005 Mark Nudelman\n\n"); + putstr("\nCopyright (C) 1984-2007 Mark Nudelman\n\n"); putstr("less comes with NO WARRANTY, to the extent permitted by law.\n"); putstr("For information about the terms of redistribution,\n"); putstr("see the file named README in the less distribution.\n"); |