diff options
author | 2003-02-18 07:57:49 +0000 | |
---|---|---|
committer | 2003-02-18 07:57:49 +0000 | |
commit | b8e528a6d30a08c718c02fca8119a54e3b2a13d5 (patch) | |
tree | db57f5a17c9d8bcecd84e28cb9b630b21dfe1705 | |
parent | copyrights added; (diff) | |
download | wireguard-openbsd-b8e528a6d30a08c718c02fca8119a54e3b2a13d5.tar.xz wireguard-openbsd-b8e528a6d30a08c718c02fca8119a54e3b2a13d5.zip |
copyrights added;
ed(1): Andrew Moore
patch(1): Larry Wall (thanks espie@ for help with this one)
units(1): Adrian Mariano
-rw-r--r-- | bin/ed/ed.1 | 26 | ||||
-rw-r--r-- | usr.bin/patch/patch.1 | 22 | ||||
-rw-r--r-- | usr.bin/units/units.1 | 18 |
3 files changed, 63 insertions, 3 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index bccd9391426..ed6994daaad 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,28 @@ -.\" $OpenBSD: ed.1,v 1.38 2002/10/04 02:15:15 deraadt Exp $ +.\" $OpenBSD: ed.1,v 1.39 2003/02/18 07:57:49 jmc Exp $ +.\" +.\" Copyright (c) 1993 Andrew Moore, Talke Studio. +.\" 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. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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 May 2, 1993 .Dt ED 1 diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1 index b07144dbbe2..f15aa860e0b 100644 --- a/usr.bin/patch/patch.1 +++ b/usr.bin/patch/patch.1 @@ -1,4 +1,24 @@ -.\" $OpenBSD: patch.1,v 1.5 2003/01/06 08:52:05 deraadt Exp $ -*- nroff -*- +.\" $OpenBSD: patch.1,v 1.6 2003/02/18 07:57:49 jmc Exp $ -*- nroff -*- +.\" Copyright 1986, Larry Wall +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following condition +.\" is met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this condition and the following disclaimer. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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. +.\" .rn '' }` .de Sh .br diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1 index de135466f13..014c2ca5f55 100644 --- a/usr.bin/units/units.1 +++ b/usr.bin/units/units.1 @@ -1,5 +1,21 @@ -.\" $OpenBSD: units.1,v 1.13 2001/02/04 13:12:33 pjanzen Exp $ +.\" $OpenBSD: units.1,v 1.14 2003/02/18 07:57:49 jmc Exp $ .\" converted to new format by deraadt@openbsd.org +.\" +.\" Copyright (c) 1993 by Adrian Mariano (adrian@cam.cornell.edu) +.\" +.\" 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. The name of the author may not be used to endorse or promote products +.\" derived from this software without specific prior written permission. +.\" Disclaimer: This software is provided by the author "as is". The author +.\" shall not be liable for any damages caused in any way by this software. +.\" +.\" I would appreciate (though I do not require) receiving a copy of any +.\" improvements you might make to this program. +.\" .Dd July 14, 1993 .Dt UNITS 1 .Os |