diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-11-06 15:50:34 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-11-06 15:50:34 +0000 |
commit | 8c8aa46e183409b5293a7adada7d1d2c027cc29c (patch) | |
tree | c98f30361549a155b5558182dc5f51988a8b61f9 /usr.bin/less/output.c | |
parent | afe9134373f08e95a61fc050fb4cc3d60a3fcf56 (diff) |
Garrett D'Amore has agreed to moving his copyright line up above the
terms with the existing copyright, so it is clear it applies the same
terms.
Diffstat (limited to 'usr.bin/less/output.c')
-rw-r--r-- | usr.bin/less/output.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/less/output.c b/usr.bin/less/output.c index 5354905a40a..a6807f8dceb 100644 --- a/usr.bin/less/output.c +++ b/usr.bin/less/output.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> - */ /* * High level routines dealing with the output to the screen. |