diff options
| author | cgd <cgd@NetBSD.org> | 1994-06-18 22:05:08 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1994-06-18 22:05:08 +0000 |
| commit | de6dacc48ca3baec2f2dedf8033632c2d79559ec (patch) | |
| tree | e816aec01d54f130720ec342c90aa1ac3ece7b95 /usr.bin/ipcs/ipcs.c | |
| parent | 7d77cc236d767d93fdc5ba305c1e18cde1ff41ed (diff) | |
add thorsten's copyright, which he sent to me.
Diffstat (limited to 'usr.bin/ipcs/ipcs.c')
| -rw-r--r-- | usr.bin/ipcs/ipcs.c | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index 23714eef7dc..a5e7e127090 100644 --- a/usr.bin/ipcs/ipcs.c +++ b/usr.bin/ipcs/ipcs.c @@ -1,7 +1,30 @@ /* - * A fairly close approximation of ipcs with some extensions + * Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> + * All rights reserved. * - * $Id: ipcs.c,v 1.5 1994/06/18 21:20:28 cgd Exp $ + * 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. 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 ``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. + * + * $Id: ipcs.c,v 1.6 1994/06/18 22:05:08 cgd Exp $ */ #include <stdio.h> |
