diff options
Diffstat (limited to 'optfunc.c')
-rw-r--r-- | optfunc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/optfunc.c b/optfunc.c index 7fe947ed94958..c04f9d4a24807 100644 --- a/optfunc.c +++ b/optfunc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1984-2019 Mark Nudelman + * Copyright (C) 1984-2020 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. @@ -513,7 +513,7 @@ opt__V(type, s) putstr(" ("); putstr(pattern_lib_name()); putstr(" regular expressions)\n"); - putstr("Copyright (C) 1984-2019 Mark Nudelman\n\n"); + putstr("Copyright (C) 1984-2020 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"); |