diff options
Diffstat (limited to 'lessecho.c')
-rw-r--r-- | lessecho.c | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/lessecho.c b/lessecho.c index 6dcaf6c820b94..cdadd7249eda0 100644 --- a/lessecho.c +++ b/lessecho.c @@ -1,12 +1,11 @@ -/* - * Copyright (C) 1984-2011 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. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*
+ * Copyright (C) 1984-2012 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.
+ *
+ * For more information, see the README file.
+ */
/* @@ -28,7 +27,7 @@ #include "less.h" -static char *version = "$Revision: 1.14 $"; +static char *version = "$Revision: 1.15 $"; static int quote_all = 0; static char openquote = '"'; |