diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-07 15:16:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-07 15:16:28 +0000 |
commit | fd0e26231b3affb89c7fd78f29650fca2ab653ea (patch) | |
tree | 0204193152baf1f673519b2b402ebe90e1775176 | |
parent | e35249e689575c6105d4f6b586b5cb669a72b257 (diff) |
from wiz@netbsd:
Log Message:
Add TNF copyright license in Matt Thomas' name; okayed by matt@.
problem found by miod@
-rw-r--r-- | share/man/man4/fpa.4 | 35 |
1 files changed, 33 insertions, 2 deletions
diff --git a/share/man/man4/fpa.4 b/share/man/man4/fpa.4 index 99c26c7e57e..8194eb6696e 100644 --- a/share/man/man4/fpa.4 +++ b/share/man/man4/fpa.4 @@ -1,9 +1,40 @@ -.\" $OpenBSD: fpa.4,v 1.19 2004/03/30 13:51:53 xsa Exp $ +.\" $OpenBSD: fpa.4,v 1.20 2004/04/07 15:16:27 jmc Exp $ .\" $NetBSD: fpa.4,v 1.2 1997/02/18 01:07:46 jonathan Exp $ .\" -.\" Copyright (c) 1995, Matt Thomas +.\" Copyright (c) 1995 The NetBSD Foundation, Inc. .\" All rights reserved. .\" +.\" This code is derived from software contributed to The NetBSD Foundation +.\" by Matt Thomas. +.\" +.\" 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 the NetBSD +.\" Foundation, Inc. and its contributors. +.\" 4. Neither the name of The NetBSD Foundation nor the names of its +.\" contributors may be used to endorse or promote products derived +.\" from this software without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS +.\" ``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 FOUNDATION OR CONTRIBUTORS +.\" 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. +.\" .Dd March 13, 1995 .Dt FPA 4 .Os |