xref: /minix3/lib/libc/regex/COPYRIGHT (revision 2fe8fb192fe7e8720e3e7a77f928da545e872a6a)
1*2fe8fb19SBen Gras$NetBSD: COPYRIGHT,v 1.5 2003/08/07 16:43:19 agc Exp $
2*2fe8fb19SBen Gras
3b7061124SArun ThomasCopyright 1992, 1993, 1994 Henry Spencer.  All rights reserved.
4b7061124SArun ThomasThis software is not subject to any license of the American Telephone
5b7061124SArun Thomasand Telegraph Company or of the Regents of the University of California.
6b7061124SArun Thomas
7b7061124SArun ThomasPermission is granted to anyone to use this software for any purpose on
8b7061124SArun Thomasany computer system, and to alter it and redistribute it, subject
9b7061124SArun Thomasto the following restrictions:
10b7061124SArun Thomas
11b7061124SArun Thomas1. The author is not responsible for the consequences of use of this
12b7061124SArun Thomas   software, no matter how awful, even if they arise from flaws in it.
13b7061124SArun Thomas
14b7061124SArun Thomas2. The origin of this software must not be misrepresented, either by
15b7061124SArun Thomas   explicit claim or by omission.  Since few users ever read sources,
16b7061124SArun Thomas   credits must appear in the documentation.
17b7061124SArun Thomas
18b7061124SArun Thomas3. Altered versions must be plainly marked as such, and must not be
19b7061124SArun Thomas   misrepresented as being the original software.  Since few users
20b7061124SArun Thomas   ever read sources, credits must appear in the documentation.
21b7061124SArun Thomas
22b7061124SArun Thomas4. This notice may not be removed or altered.
23b7061124SArun Thomas
24b7061124SArun Thomas=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
25b7061124SArun Thomas/*-
26b7061124SArun Thomas * Copyright (c) 1994
27b7061124SArun Thomas *	The Regents of the University of California.  All rights reserved.
28b7061124SArun Thomas *
29b7061124SArun Thomas * Redistribution and use in source and binary forms, with or without
30b7061124SArun Thomas * modification, are permitted provided that the following conditions
31b7061124SArun Thomas * are met:
32b7061124SArun Thomas * 1. Redistributions of source code must retain the above copyright
33b7061124SArun Thomas *    notice, this list of conditions and the following disclaimer.
34b7061124SArun Thomas * 2. Redistributions in binary form must reproduce the above copyright
35b7061124SArun Thomas *    notice, this list of conditions and the following disclaimer in the
36b7061124SArun Thomas *    documentation and/or other materials provided with the distribution.
37*2fe8fb19SBen Gras * 3. Neither the name of the University nor the names of its contributors
38b7061124SArun Thomas *    may be used to endorse or promote products derived from this software
39b7061124SArun Thomas *    without specific prior written permission.
40b7061124SArun Thomas *
41b7061124SArun Thomas * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
42b7061124SArun Thomas * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
43b7061124SArun Thomas * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
44b7061124SArun Thomas * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
45b7061124SArun Thomas * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
46b7061124SArun Thomas * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
47b7061124SArun Thomas * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
48b7061124SArun Thomas * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49b7061124SArun Thomas * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
50b7061124SArun Thomas * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
51b7061124SArun Thomas * SUCH DAMAGE.
52b7061124SArun Thomas *
53b7061124SArun Thomas *	@(#)COPYRIGHT	8.1 (Berkeley) 3/16/94
54b7061124SArun Thomas */
55