diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-17 13:39:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-17 13:39:38 +0000 |
commit | 826b4f85683562ad44c3fdcc046a3f8e988a6fd3 (patch) | |
tree | 2474822768012811551798a9bf32ae71d17971d8 /share/man/man4/bktr.4 | |
parent | fcab8bdf5311ac05917770ce563ee5128e486e15 (diff) |
copyrights added;
des_crypt(3): Eric Young
aac(4): Michael Smith, BSDi, Niklas Hallqvist; ok niklas@
bktr(4): Amancio Hasty, Roger Hardiman
getopt(1): Henry Spencer (public domain)
pcnfds(8): Sun
Diffstat (limited to 'share/man/man4/bktr.4')
-rw-r--r-- | share/man/man4/bktr.4 | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/share/man/man4/bktr.4 b/share/man/man4/bktr.4 index c73d6bc2c54..2e8c52f5044 100644 --- a/share/man/man4/bktr.4 +++ b/share/man/man4/bktr.4 @@ -1,4 +1,35 @@ -.\" $OpenBSD: bktr.4,v 1.2 2003/01/05 02:18:35 mickey Exp $ +.\" +.\" Copyright (c) 1998 Amancio Hasty and Roger Hardiman +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowledgement: +.\" This product includes software developed by Amancio Hasty and +.\" Roger Hardiman. +.\" 4. The name of the author may not be used to endorse or promote products +.\" derived from this software without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" +.\" $OpenBSD: bktr.4,v 1.3 2003/02/17 13:39:37 jmc Exp $ .\" $FreeBSD: /c/ncvs/src/share/man/man4/bktr.4,v 1.9.2.5 2001/03/06 19:08:09 ru Exp $ .\" .Dd January 28, 1998 |