diff options
author | 2015-11-06 15:50:33 +0000 | |
---|---|---|
committer | 2015-11-06 15:50:33 +0000 | |
commit | b8c1323e0e1f1bd80d9b92c84f2b94276655bc25 (patch) | |
tree | fe4e15b4e22afe0b8feec04761f021408ad4b173 /usr.bin/less/lsystem.c | |
parent | The recent update to /usr/share/locale/UTF-8/LC_CTYPE by afresh1@ (diff) | |
download | wireguard-openbsd-b8c1323e0e1f1bd80d9b92c84f2b94276655bc25.tar.xz wireguard-openbsd-b8c1323e0e1f1bd80d9b92c84f2b94276655bc25.zip |
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/lsystem.c')
-rw-r--r-- | usr.bin/less/lsystem.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/less/lsystem.c b/usr.bin/less/lsystem.c index cff5ad88289..13cd47ac067 100644 --- a/usr.bin/less/lsystem.c +++ b/usr.bin/less/lsystem.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> - */ /* * Routines to execute other programs. |