diff options
Diffstat (limited to 'usr.bin/less/linenum.c')
-rw-r--r-- | usr.bin/less/linenum.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/less/linenum.c b/usr.bin/less/linenum.c index 7218b325b9f..2bc554408e2 100644 --- a/usr.bin/less/linenum.c +++ b/usr.bin/less/linenum.c @@ -1,15 +1,13 @@ /* * Copyright (C) 1984-2012 Mark Nudelman + * Modified for use with illumos by Garrett D'Amore. + * Copyright 2014 Garrett D'Amore <garrett@damore.org> * * 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. */ -/* - * Modified for use with illumos. - * Copyright 2014 Garrett D'Amore <garrett@damore.org> - */ /* * Code to handle displaying line numbers. |