xref: /minix3/lib/libform/std_header.c (revision a0e6850f820f09a03a1da1b4d78f9fafb3b9782f)
1*a0e6850fSThomas Cort /*	$NetBSD: std_header.c,v 1.3 2003/03/09 00:57:19 lukem Exp $	*/
2*a0e6850fSThomas Cort 
3*a0e6850fSThomas Cort /*-
4*a0e6850fSThomas Cort  * Copyright (c) 1998-1999 Brett Lymn
5*a0e6850fSThomas Cort  *                         (blymn@baea.com.au, brett_lymn@yahoo.com.au)
6*a0e6850fSThomas Cort  * All rights reserved.
7*a0e6850fSThomas Cort  *
8*a0e6850fSThomas Cort  * This code has been donated to The NetBSD Foundation by the Author.
9*a0e6850fSThomas Cort  *
10*a0e6850fSThomas Cort  * Redistribution and use in source and binary forms, with or without
11*a0e6850fSThomas Cort  * modification, are permitted provided that the following conditions
12*a0e6850fSThomas Cort  * are met:
13*a0e6850fSThomas Cort  * 1. Redistributions of source code must retain the above copyright
14*a0e6850fSThomas Cort  *    notice, this list of conditions and the following disclaimer.
15*a0e6850fSThomas Cort  * 2. The name of the author may not be used to endorse or promote products
16*a0e6850fSThomas Cort  *    derived from this software without specific prior written permission
17*a0e6850fSThomas Cort  *
18*a0e6850fSThomas Cort  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
19*a0e6850fSThomas Cort  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
20*a0e6850fSThomas Cort  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
21*a0e6850fSThomas Cort  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22*a0e6850fSThomas Cort  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23*a0e6850fSThomas Cort  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24*a0e6850fSThomas Cort  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25*a0e6850fSThomas Cort  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26*a0e6850fSThomas Cort  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27*a0e6850fSThomas Cort  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28*a0e6850fSThomas Cort  *
29*a0e6850fSThomas Cort  *
30*a0e6850fSThomas Cort  */
31*a0e6850fSThomas Cort 
32*a0e6850fSThomas Cort #include <sys/cdefs.h>
33*a0e6850fSThomas Cort __RCSID("$NetBSD: std_header.c,v 1.3 2003/03/09 00:57:19 lukem Exp $");
34*a0e6850fSThomas Cort 
35