blob: d4c0bbddd8c102c0bbdad65ec7450f0047e8ea2c [file] [log] [blame]
Elliott Hughes6d2f3932018-06-13 10:39:17 -07001Copyright (c) 1998 Robert Nordier
2All rights reserved.
3
4Redistribution and use in source and binary forms, with or without
5modification, are permitted provided that the following conditions
6are met:
71. Redistributions of source code must retain the above copyright
8 notice, this list of conditions and the following disclaimer.
92. Redistributions in binary form must reproduce the above copyright
10 notice, this list of conditions and the following disclaimer in
11 the documentation and/or other materials provided with the
12 distribution.
13
14THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS
15OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
16WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY
18DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
20GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
22IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
23OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
24IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25
26-------------------------------------------------------------------
27
28Copyright (c) 2013 The NetBSD Foundation, Inc.
29All rights reserved.
30
31This code is derived from software contributed to The NetBSD Foundation
32by Christos Zoulas.
33
34Redistribution and use in source and binary forms, with or without
35modification, are permitted provided that the following conditions
36are met:
371. Redistributions of source code must retain the above copyright
38 notice, this list of conditions and the following disclaimer.
392. Redistributions in binary form must reproduce the above copyright
40 notice, this list of conditions and the following disclaimer in the
41 documentation and/or other materials provided with the distribution.
42
43THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
44``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
45TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
46PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
47BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
48CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
49SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
50INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
51CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
52ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
53POSSIBILITY OF SUCH DAMAGE.
54
55-------------------------------------------------------------------
56
57SPDX-License-Identifier: BSD-2-Clause-FreeBSD
58
59Copyright (c) 1998 Robert Nordier
60All rights reserved.
61
62Redistribution and use in source and binary forms, with or without
63modification, are permitted provided that the following conditions
64are met:
651. Redistributions of source code must retain the above copyright
66 notice, this list of conditions and the following disclaimer.
672. Redistributions in binary form must reproduce the above copyright
68 notice, this list of conditions and the following disclaimer in
69 the documentation and/or other materials provided with the
70 distribution.
71
72THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS
73OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
74WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
75ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY
76DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
77DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
78GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
79INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
80IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
81OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
82IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
83
84-------------------------------------------------------------------
85