blob: ff16da7aa2a78e5833ab1621aaaa88fb994f4276 [file] [log] [blame]
Elliott Hughes3e424d02014-07-23 16:02:26 -07001 Copyright (c) 1993 John Brezak
2 All rights reserved.
3
4 Redistribution and use in source and binary forms, with or without
5 modification, are permitted provided that the following conditions
6 are met:
7 1. Redistributions of source code must retain the above copyright
8 notice, this list of conditions and the following disclaimer.
9 2. Redistributions in binary form must reproduce the above copyright
10 notice, this list of conditions and the following disclaimer in the
11 documentation and/or other materials provided with the distribution.
12 3. The name of the author may be used to endorse or promote products
13 derived from this software without specific prior written permission.
14
15THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR
16IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
19INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
21SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
23STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
24ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25POSSIBILITY OF SUCH DAMAGE.
26
27-------------------------------------------------------------------
28
Elliott Hughesb4931ce2016-02-08 17:00:12 -080029 Copyright (c) 2009-2013 The Linux Foundation. All rights reserved.
30
31 Redistribution and use in source and binary forms, with or without
32 modification, are permitted provided that the following conditions are met:
33 * Redistributions of source code must retain the above copyright
34 notice, this list of conditions and the following disclaimer.
35 * Redistributions in binary form must reproduce the above copyright
36 notice, this list of conditions and the following disclaimer in the
37 documentation and/or other materials provided with the distribution.
38 * Neither the name of The Linux Foundation nor the names of its contributors may
39 be used to endorse or promote products derived from this software
40 without specific prior written permission.
41
42 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
43 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
44 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
45 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
46 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
47 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
48 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
49 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
50 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
51 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
52 POSSIBILITY OF SUCH DAMAGE.
53
54-------------------------------------------------------------------
55
Elliott Hughes261e2232012-08-14 15:04:05 -070056====================================================
57Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
58
59Developed at SunPro, a Sun Microsystems, Inc. business.
60Permission to use, copy, modify, and distribute this
61software is freely granted, provided that this notice
62is preserved.
63
64-------------------------------------------------------------------
65
Elliott Hughesbfa582d2014-05-05 14:58:17 -070066Based on the UCB version with the ID appearing below.
67This is ANSIish only when "multibyte character == plain character".
68
69Copyright (c) 1989, 1993
70 The Regents of the University of California. All rights reserved.
71
72Redistribution and use in source and binary forms, with or without
73modification, are permitted provided that the following conditions
74are met:
751. Redistributions of source code must retain the above copyright
76 notice, this list of conditions and the following disclaimer.
772. Redistributions in binary form must reproduce the above copyright
78 notice, this list of conditions and the following disclaimer in the
79 documentation and/or other materials provided with the distribution.
803. Neither the name of the University nor the names of its contributors
81 may be used to endorse or promote products derived from this software
82 without specific prior written permission.
83
84THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
85ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
86IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
87ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
88FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
89DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
90OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
91HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
92LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
93OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
94SUCH DAMAGE.
95
96-------------------------------------------------------------------
97
Elliott Hughes261e2232012-08-14 15:04:05 -070098Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080099All rights reserved.
100
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800101Redistribution and use in source and binary forms, with or without
102modification, are permitted provided that the following conditions
103are met:
1041. Redistributions of source code must retain the above copyright
105 notice, this list of conditions and the following disclaimer.
1062. Redistributions in binary form must reproduce the above copyright
107 notice, this list of conditions and the following disclaimer in the
108 documentation and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -07001093. Neither the name of the project nor the names of its contributors
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800110 may be used to endorse or promote products derived from this software
111 without specific prior written permission.
112
Elliott Hughes261e2232012-08-14 15:04:05 -0700113THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800114ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
115IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Elliott Hughes261e2232012-08-14 15:04:05 -0700116ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800117FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
118DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
119OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
120HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
121LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
122OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
123SUCH DAMAGE.
124
Elliott Hughes387d4b72012-08-09 15:17:46 -0700125-------------------------------------------------------------------
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800126
Elliott Hughes448080d2013-01-29 16:25:06 -0800127Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC")
128Copyright (C) 1995-1999, 2001, 2003 Internet Software Consortium.
129
130Permission to use, copy, modify, and/or distribute this software for any
131purpose with or without fee is hereby granted, provided that the above
132copyright notice and this permission notice appear in all copies.
133
134THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
135REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
136AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
137INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
138LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
139OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
140PERFORMANCE OF THIS SOFTWARE.
141
142-------------------------------------------------------------------
143
144Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC")
145Copyright (C) 1997-2001 Internet Software Consortium.
146
147Permission to use, copy, modify, and/or distribute this software for any
148purpose with or without fee is hereby granted, provided that the above
149copyright notice and this permission notice appear in all copies.
150
151THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
152REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
153AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
154INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
155LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
156OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
157PERFORMANCE OF THIS SOFTWARE.
158
159-------------------------------------------------------------------
160
Elliott Hughes261e2232012-08-14 15:04:05 -0700161Copyright (C) 2006 The Android Open Source Project
Elliott Hughes15581382014-07-07 15:42:06 -0700162
163Licensed under the Apache License, Version 2.0 (the "License");
164you may not use this file except in compliance with the License.
165You may obtain a copy of the License at
166
167 http://www.apache.org/licenses/LICENSE-2.0
168
169Unless required by applicable law or agreed to in writing, software
170distributed under the License is distributed on an "AS IS" BASIS,
171WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
172See the License for the specific language governing permissions and
173limitations under the License.
174
175-------------------------------------------------------------------
176
177Copyright (C) 2006 The Android Open Source Project
Elliott Hughes261e2232012-08-14 15:04:05 -0700178All rights reserved.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800179
180Redistribution and use in source and binary forms, with or without
181modification, are permitted provided that the following conditions
182are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700183 * Redistributions of source code must retain the above copyright
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800184 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700185 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -0700186 notice, this list of conditions and the following disclaimer in
187 the documentation and/or other materials provided with the
188 distribution.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800189
Elliott Hughes261e2232012-08-14 15:04:05 -0700190THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
191"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
192LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
193FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
194COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
195INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
196BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
197OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
198AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
199OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
200OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800201SUCH DAMAGE.
202
Elliott Hughes387d4b72012-08-09 15:17:46 -0700203-------------------------------------------------------------------
204
Elliott Hughes261e2232012-08-14 15:04:05 -0700205Copyright (C) 2008 The Android Open Source Project
Elliott Hughes15581382014-07-07 15:42:06 -0700206
207Licensed under the Apache License, Version 2.0 (the "License");
208you may not use this file except in compliance with the License.
209You may obtain a copy of the License at
210
211 http://www.apache.org/licenses/LICENSE-2.0
212
213Unless required by applicable law or agreed to in writing, software
214distributed under the License is distributed on an "AS IS" BASIS,
215WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
216See the License for the specific language governing permissions and
217limitations under the License.
218
219-------------------------------------------------------------------
220
221Copyright (C) 2008 The Android Open Source Project
Elliott Hughes261e2232012-08-14 15:04:05 -0700222All rights reserved.
223
224Redistribution and use in source and binary forms, with or without
225modification, are permitted provided that the following conditions
226are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700227 * Redistributions of source code must retain the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -0700228 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700229 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -0700230 notice, this list of conditions and the following disclaimer in
231 the documentation and/or other materials provided with the
232 distribution.
233
234THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
235"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
236LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
237FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
238COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
239INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
240BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
241OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
242AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
243OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
244OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
245SUCH DAMAGE.
246
247-------------------------------------------------------------------
248
Elliott Hughesacbe3222014-04-16 17:01:12 -0700249Copyright (C) 2008 The Android Open Source Project
250All rights reserved.
251Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved.
252
253Redistribution and use in source and binary forms, with or without
254modification, are permitted provided that the following conditions
255are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700256 * Redistributions of source code must retain the above copyright
Elliott Hughesacbe3222014-04-16 17:01:12 -0700257 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700258 * Redistributions in binary form must reproduce the above copyright
Elliott Hughesacbe3222014-04-16 17:01:12 -0700259 notice, this list of conditions and the following disclaimer in
260 the documentation and/or other materials provided with the
261 distribution.
262
263THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
264"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
265LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
266FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
267COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
268INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
269BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
270OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
271AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
272OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
273OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
274SUCH DAMAGE.
275
276-------------------------------------------------------------------
277
Elliott Hughes261e2232012-08-14 15:04:05 -0700278Copyright (C) 2009 The Android Open Source Project
279All rights reserved.
280
281Redistribution and use in source and binary forms, with or without
282modification, are permitted provided that the following conditions
283are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700284 * Redistributions of source code must retain the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -0700285 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700286 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -0700287 notice, this list of conditions and the following disclaimer in
288 the documentation and/or other materials provided with the
289 distribution.
290
291THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
292"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
293LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
294FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
295COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
296INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
297BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
298OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
299AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
300OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
301OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
302SUCH DAMAGE.
303
304-------------------------------------------------------------------
305
306Copyright (C) 2010 The Android Open Source Project
307
308Licensed under the Apache License, Version 2.0 (the "License");
309you may not use this file except in compliance with the License.
310You may obtain a copy of the License at
311
312 http://www.apache.org/licenses/LICENSE-2.0
313
314Unless required by applicable law or agreed to in writing, software
315distributed under the License is distributed on an "AS IS" BASIS,
316WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
317See the License for the specific language governing permissions and
318limitations under the License.
319
320-------------------------------------------------------------------
321
322Copyright (C) 2010 The Android Open Source Project
323All rights reserved.
324
325Redistribution and use in source and binary forms, with or without
326modification, are permitted provided that the following conditions
327are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700328 * Redistributions of source code must retain the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -0700329 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700330 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -0700331 notice, this list of conditions and the following disclaimer in
332 the documentation and/or other materials provided with the
333 distribution.
334
335THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
336"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
337LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
338FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
339COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
340INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
341BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
342OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
343AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
344OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
345OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
346SUCH DAMAGE.
347
348-------------------------------------------------------------------
349
350Copyright (C) 2010 The Android Open Source Project
351Copyright (c) 2008 ARM Ltd
352All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700353
354Redistribution and use in source and binary forms, with or without
355modification, are permitted provided that the following conditions
356are met:
3571. Redistributions of source code must retain the above copyright
358 notice, this list of conditions and the following disclaimer.
3592. Redistributions in binary form must reproduce the above copyright
360 notice, this list of conditions and the following disclaimer in the
361 documentation and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -07003623. The name of the company may not be used to endorse or promote
363 products derived from this software without specific prior written
364 permission.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700365
Elliott Hughes261e2232012-08-14 15:04:05 -0700366THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
367WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
368MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
369IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
370SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
371TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
372PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
373LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
374NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
375SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
376
377Android adaptation and tweak by Jim Huang <jserv@0xlab.org>.
378
379-------------------------------------------------------------------
380
381Copyright (C) 2011 The Android Open Source Project
Elliott Hughes261e2232012-08-14 15:04:05 -0700382All rights reserved.
383
384Redistribution and use in source and binary forms, with or without
385modification, are permitted provided that the following conditions
386are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700387 * Redistributions of source code must retain the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -0700388 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700389 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -0700390 notice, this list of conditions and the following disclaimer in
391 the documentation and/or other materials provided with the
392 distribution.
393
394THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
395"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
396LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
397FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
398COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
399INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
400BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
401OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
402AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
403OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
404OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
Elliott Hughes387d4b72012-08-09 15:17:46 -0700405SUCH DAMAGE.
406
407-------------------------------------------------------------------
408
409Copyright (C) 2012 The Android Open Source Project
Elliott Hughes261e2232012-08-14 15:04:05 -0700410
411Licensed under the Apache License, Version 2.0 (the "License");
412you may not use this file except in compliance with the License.
413You may obtain a copy of the License at
414
415 http://www.apache.org/licenses/LICENSE-2.0
416
417Unless required by applicable law or agreed to in writing, software
418distributed under the License is distributed on an "AS IS" BASIS,
419WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
420See the License for the specific language governing permissions and
421limitations under the License.
422
423-------------------------------------------------------------------
424
425Copyright (C) 2012 The Android Open Source Project
Elliott Hughes387d4b72012-08-09 15:17:46 -0700426All rights reserved.
427
428Redistribution and use in source and binary forms, with or without
429modification, are permitted provided that the following conditions
430are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700431 * Redistributions of source code must retain the above copyright
Elliott Hughes387d4b72012-08-09 15:17:46 -0700432 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700433 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes387d4b72012-08-09 15:17:46 -0700434 notice, this list of conditions and the following disclaimer in
435 the documentation and/or other materials provided with the
436 distribution.
437
438THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
439"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
440LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
441FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
442COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
443INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
444BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
445OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
446AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
447OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
448OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
449SUCH DAMAGE.
450
451-------------------------------------------------------------------
452
Elliott Hughes3a4c4542017-07-19 17:20:24 -0700453Copyright (C) 2013 Pietro Cerutti <gahr@FreeBSD.org>
454
455Redistribution and use in source and binary forms, with or without
456modification, are permitted provided that the following conditions
457are met:
4581. Redistributions of source code must retain the above copyright
459 notice, this list of conditions and the following disclaimer.
4602. Redistributions in binary form must reproduce the above copyright
461 notice, this list of conditions and the following disclaimer in the
462 documentation and/or other materials provided with the distribution.
463
464THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
465ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
466IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
467ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
468FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
469DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
470OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
471HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
472LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
473OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
474SUCH DAMAGE.
475
476-------------------------------------------------------------------
477
Elliott Hughes448080d2013-01-29 16:25:06 -0800478Copyright (C) 2013 The Android Open Source Project
479
480Licensed under the Apache License, Version 2.0 (the "License");
481you may not use this file except in compliance with the License.
482You may obtain a copy of the License at
483
484 http://www.apache.org/licenses/LICENSE-2.0
485
486Unless required by applicable law or agreed to in writing, software
487distributed under the License is distributed on an "AS IS" BASIS,
488WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
489See the License for the specific language governing permissions and
490limitations under the License.
491
492-------------------------------------------------------------------
493
494Copyright (C) 2013 The Android Open Source Project
495All rights reserved.
496
497Redistribution and use in source and binary forms, with or without
498modification, are permitted provided that the following conditions
499are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700500 * Redistributions of source code must retain the above copyright
Elliott Hughes448080d2013-01-29 16:25:06 -0800501 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700502 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes448080d2013-01-29 16:25:06 -0800503 notice, this list of conditions and the following disclaimer in
504 the documentation and/or other materials provided with the
505 distribution.
506
507THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
508"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
509LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
510FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
511COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
512INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
513BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
514OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
515AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
516OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
517OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
518SUCH DAMAGE.
519
520-------------------------------------------------------------------
521
Elliott Hughesacbe3222014-04-16 17:01:12 -0700522Copyright (C) 2013 The Android Open Source Project
Elliott Hughes15581382014-07-07 15:42:06 -0700523All rights reserved.
524Copyright (c) 2013-2014 NVIDIA Corporation. All rights reserved.
525
526Redistribution and use in source and binary forms, with or without
527modification, are permitted provided that the following conditions
528are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700529 * Redistributions of source code must retain the above copyright
Elliott Hughes15581382014-07-07 15:42:06 -0700530 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700531 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes15581382014-07-07 15:42:06 -0700532 notice, this list of conditions and the following disclaimer in
533 the documentation and/or other materials provided with the
534 distribution.
535
536THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
537"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
538LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
539FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
540COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
541INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
542BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
543OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
544AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
545OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
546OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
547SUCH DAMAGE.
548
549-------------------------------------------------------------------
550
Elliott Hughes4e54b112014-03-06 15:06:11 -0800551Copyright (C) 2014 The Android Open Source Project
552
553Licensed under the Apache License, Version 2.0 (the "License");
554you may not use this file except in compliance with the License.
555You may obtain a copy of the License at
556
557 http://www.apache.org/licenses/LICENSE-2.0
558
559Unless required by applicable law or agreed to in writing, software
560distributed under the License is distributed on an "AS IS" BASIS,
561WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
562See the License for the specific language governing permissions and
563limitations under the License.
564
565-------------------------------------------------------------------
566
567Copyright (C) 2014 The Android Open Source Project
568All rights reserved.
569
570Redistribution and use in source and binary forms, with or without
571modification, are permitted provided that the following conditions
572are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700573 * Redistributions of source code must retain the above copyright
Elliott Hughes4e54b112014-03-06 15:06:11 -0800574 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700575 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes4e54b112014-03-06 15:06:11 -0800576 notice, this list of conditions and the following disclaimer in
577 the documentation and/or other materials provided with the
578 distribution.
579
580THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
581"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
582LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
583FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
584COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
585INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
586BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
587OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
588AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
589OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
590OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
591SUCH DAMAGE.
592
593-------------------------------------------------------------------
594
Dan Albertc30862f2016-10-20 11:45:16 -0700595Copyright (C) 2015 The Android Open Source Project
596
597Licensed under the Apache License, Version 2.0 (the "License");
598you may not use this file except in compliance with the License.
599You may obtain a copy of the License at
600
601 http://www.apache.org/licenses/LICENSE-2.0
602
Elliott Hughes7e54c762015-05-12 10:09:01 -0700603Unless required by applicable law or agreed to in writing, software
604distributed under the License is distributed on an "AS IS" BASIS,
605WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
606See the License for the specific language governing permissions and
607limitations under the License.
608
609-------------------------------------------------------------------
610
611Copyright (C) 2015 The Android Open Source Project
612All rights reserved.
613
614Redistribution and use in source and binary forms, with or without
615modification, are permitted provided that the following conditions
616are met:
617 * Redistributions of source code must retain the above copyright
618 notice, this list of conditions and the following disclaimer.
619 * Redistributions in binary form must reproduce the above copyright
620 notice, this list of conditions and the following disclaimer in
621 the documentation and/or other materials provided with the
622 distribution.
623
624THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
625"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
626LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
627FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
628COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
629INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
630BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
631OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
632AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
633OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
634OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
635SUCH DAMAGE.
636
637-------------------------------------------------------------------
638
Elliott Hughesb4931ce2016-02-08 17:00:12 -0800639Copyright (C) 2016 The Android Open Source Project
640
641Licensed under the Apache License, Version 2.0 (the "License");
642you may not use this file except in compliance with the License.
643You may obtain a copy of the License at
644
645 http://www.apache.org/licenses/LICENSE-2.0
646
647Unless required by applicable law or agreed to in writing, software
648distributed under the License is distributed on an "AS IS" BASIS,
649WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
650See the License for the specific language governing permissions and
651limitations under the License.
652
653-------------------------------------------------------------------
654
655Copyright (C) 2016 The Android Open Source Project
656All rights reserved.
657
658Redistribution and use in source and binary forms, with or without
659modification, are permitted provided that the following conditions
660are met:
661 * Redistributions of source code must retain the above copyright
662 notice, this list of conditions and the following disclaimer.
663 * Redistributions in binary form must reproduce the above copyright
664 notice, this list of conditions and the following disclaimer in
665 the documentation and/or other materials provided with the
666 distribution.
667
668THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
669"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
670LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
671FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
672COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
673INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
674BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
675OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
676AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
677OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
678OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
679SUCH DAMAGE.
680
681-------------------------------------------------------------------
682
mspector2e3d6a12017-01-24 21:51:51 -0800683Copyright (C) 2017 The Android Open Source Project
Paul Lawrencedfe84342017-02-16 09:24:39 -0800684
685Licensed under the Apache License, Version 2.0 (the "License");
686you may not use this file except in compliance with the License.
687You may obtain a copy of the License at
688
689 http://www.apache.org/licenses/LICENSE-2.0
690
691Unless required by applicable law or agreed to in writing, software
692distributed under the License is distributed on an "AS IS" BASIS,
693WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
694See the License for the specific language governing permissions and
695limitations under the License.
696
697-------------------------------------------------------------------
698
699Copyright (C) 2017 The Android Open Source Project
mspector2e3d6a12017-01-24 21:51:51 -0800700All rights reserved.
701
Jake Weinstein04d99df2016-08-25 20:03:25 -0400702Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved.
703
704Redistribution and use in source and binary forms, with or without
705modification, are permitted provided that the following conditions
706are met:
707 * Redistributions of source code must retain the above copyright
708 notice, this list of conditions and the following disclaimer.
709 * Redistributions in binary form must reproduce the above copyright
710 notice, this list of conditions and the following disclaimer in
711 the documentation and/or other materials provided with the
712 distribution.
713
714THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
715"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
716LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
717FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
718COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
719INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
720BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
721OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
722AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
723OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
724OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
725SUCH DAMAGE.
726
727-------------------------------------------------------------------
728
729Copyright (C) 2017 The Android Open Source Project
730All rights reserved.
731
mspector2e3d6a12017-01-24 21:51:51 -0800732Redistribution and use in source and binary forms, with or without
733modification, are permitted provided that the following conditions
734are met:
735 * Redistributions of source code must retain the above copyright
736 notice, this list of conditions and the following disclaimer.
737 * Redistributions in binary form must reproduce the above copyright
738 notice, this list of conditions and the following disclaimer in
739 the documentation and/or other materials provided with the
740 distribution.
741
742THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
743"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
744LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
745FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
746COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
747INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
748BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
749OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
750AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
751OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
752OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
753SUCH DAMAGE.
754
755-------------------------------------------------------------------
756
dimitry581723e2018-01-05 14:31:44 +0100757Copyright (C) 2018 The Android Open Source Project
758All rights reserved.
759
760Redistribution and use in source and binary forms, with or without
761modification, are permitted provided that the following conditions
762are met:
763 * Redistributions of source code must retain the above copyright
764 notice, this list of conditions and the following disclaimer.
765 * Redistributions in binary form must reproduce the above copyright
766 notice, this list of conditions and the following disclaimer in
767 the documentation and/or other materials provided with the
768 distribution.
769
770THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
771"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
772LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
773FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
774COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
775INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
776BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
777OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
778AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
779OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
780OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
781SUCH DAMAGE.
782
783-------------------------------------------------------------------
784
Ryan Prichard45d13492019-01-03 02:51:30 -0800785Copyright (C) 2019 The Android Open Source Project
Tom Cherry40f69ae2019-07-17 10:49:51 -0700786
787Licensed under the Apache License, Version 2.0 (the "License");
788you may not use this file except in compliance with the License.
789You may obtain a copy of the License at
790
Elliott Hughesb030de22019-12-12 15:31:39 -0800791 http://www.apache.org/licenses/LICENSE-2.0
Tom Cherry40f69ae2019-07-17 10:49:51 -0700792
793Unless required by applicable law or agreed to in writing, software
794distributed under the License is distributed on an "AS IS" BASIS,
795WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
796See the License for the specific language governing permissions and
797limitations under the License.
798
799-------------------------------------------------------------------
800
801Copyright (C) 2019 The Android Open Source Project
Ryan Prichard45d13492019-01-03 02:51:30 -0800802All rights reserved.
803
804Redistribution and use in source and binary forms, with or without
805modification, are permitted provided that the following conditions
806are met:
807 * Redistributions of source code must retain the above copyright
808 notice, this list of conditions and the following disclaimer.
809 * Redistributions in binary form must reproduce the above copyright
810 notice, this list of conditions and the following disclaimer in
811 the documentation and/or other materials provided with the
812 distribution.
813
814THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
815"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
816LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
817FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
818COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
819INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
820BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
821OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
822AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
823OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
824OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
825SUCH DAMAGE.
826
827-------------------------------------------------------------------
828
Tom Cherry40f69ae2019-07-17 10:49:51 -0700829Copyright (C) 2019 The Android Open Source Project
830All rights reserved.
831
832Redistribution and use in source and binary forms, with or without
833modification, are permitted provided that the following conditions
834are met:
835Redistributions of source code must retain the above copyright
836 notice, this list of conditions and the following disclaimer.
837Redistributions in binary form must reproduce the above copyright
838 notice, this list of conditions and the following disclaimer in
839 the documentation and/or other materials provided with the
840 distribution.
841
842THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
843"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
844LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
845FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
846COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
847INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
848BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
849OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
850AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
851OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
852OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
853SUCH DAMAGE.
854
855-------------------------------------------------------------------
856
Ryan Prichard8bff8bb2020-01-22 13:59:03 -0800857Copyright (C) 2020 The Android Open Source Project
858All rights reserved.
859
860Redistribution and use in source and binary forms, with or without
861modification, are permitted provided that the following conditions
862are met:
863 * Redistributions of source code must retain the above copyright
864 notice, this list of conditions and the following disclaimer.
865 * Redistributions in binary form must reproduce the above copyright
866 notice, this list of conditions and the following disclaimer in
867 the documentation and/or other materials provided with the
868 distribution.
869
870THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
871"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
872LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
873FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
874COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
875INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
876BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
877OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
878AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
879OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
880OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
881SUCH DAMAGE.
882
883-------------------------------------------------------------------
884
Evgenii Stepanov8564b8d2020-12-15 13:55:32 -0800885Copyright (C) 2021 The Android Open Source Project
886All rights reserved.
887
888Redistribution and use in source and binary forms, with or without
889modification, are permitted provided that the following conditions
890are met:
891 * Redistributions of source code must retain the above copyright
892 notice, this list of conditions and the following disclaimer.
893 * Redistributions in binary form must reproduce the above copyright
894 notice, this list of conditions and the following disclaimer in
895 the documentation and/or other materials provided with the
896 distribution.
897
898THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
899"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
900LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
901FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
902COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
903INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
904BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
905OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
906AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
907OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
908OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
909SUCH DAMAGE.
910
911-------------------------------------------------------------------
912
Elliott Hughes261e2232012-08-14 15:04:05 -0700913Copyright (c) 1980, 1983, 1988, 1993
914 The Regents of the University of California. All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700915
Elliott Hughes261e2232012-08-14 15:04:05 -0700916Redistribution and use in source and binary forms, with or without
917modification, are permitted provided that the following conditions
918are met:
9191. Redistributions of source code must retain the above copyright
920 notice, this list of conditions and the following disclaimer.
9212. Redistributions in binary form must reproduce the above copyright
922 notice, this list of conditions and the following disclaimer in the
923 documentation and/or other materials provided with the distribution.
9243. All advertising materials mentioning features or use of this software
925 must display the following acknowledgement:
926 This product includes software developed by the University of
927 California, Berkeley and its contributors.
9284. Neither the name of the University nor the names of its contributors
929 may be used to endorse or promote products derived from this software
930 without specific prior written permission.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700931
Elliott Hughes261e2232012-08-14 15:04:05 -0700932THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
933ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
934IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
935ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
936FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
937DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
938OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
939HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
940LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
941OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
942SUCH DAMAGE.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700943
Elliott Hughes387d4b72012-08-09 15:17:46 -0700944
Elliott Hughes261e2232012-08-14 15:04:05 -0700945Portions Copyright (c) 1993 by Digital Equipment Corporation.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700946
947Permission to use, copy, modify, and distribute this software for any
948purpose with or without fee is hereby granted, provided that the above
Elliott Hughes261e2232012-08-14 15:04:05 -0700949copyright notice and this permission notice appear in all copies, and that
950the name of Digital Equipment Corporation not be used in advertising or
951publicity pertaining to distribution of the document or software without
952specific, written prior permission.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700953
Elliott Hughes261e2232012-08-14 15:04:05 -0700954THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
955WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
956OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT
957CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
958DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
959PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
960ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
961SOFTWARE.
962
963-------------------------------------------------------------------
964
Elliott Hughes387d4b72012-08-09 15:17:46 -0700965Copyright (c) 1982, 1986, 1993
966 The Regents of the University of California. All rights reserved.
967
968Redistribution and use in source and binary forms, with or without
969modification, are permitted provided that the following conditions
970are met:
9711. Redistributions of source code must retain the above copyright
972 notice, this list of conditions and the following disclaimer.
9732. Redistributions in binary form must reproduce the above copyright
974 notice, this list of conditions and the following disclaimer in the
975 documentation and/or other materials provided with the distribution.
9763. Neither the name of the University nor the names of its contributors
977 may be used to endorse or promote products derived from this software
978 without specific prior written permission.
979
980THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
981ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
982IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
983ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
984FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
985DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
986OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
987HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
988LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
989OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
990SUCH DAMAGE.
991
992-------------------------------------------------------------------
993
Irina Tirdeaeac9eb42012-09-08 09:28:30 +0300994Copyright (c) 1982, 1986, 1993
995 The Regents of the University of California. All rights reserved.
996(c) UNIX System Laboratories, Inc.
997All or some portions of this file are derived from material licensed
998to the University of California by American Telephone and Telegraph
999Co. or Unix System Laboratories, Inc. and are reproduced herein with
1000the permission of UNIX System Laboratories, Inc.
1001
1002Redistribution and use in source and binary forms, with or without
1003modification, are permitted provided that the following conditions
1004are met:
10051. Redistributions of source code must retain the above copyright
1006 notice, this list of conditions and the following disclaimer.
10072. Redistributions in binary form must reproduce the above copyright
1008 notice, this list of conditions and the following disclaimer in the
1009 documentation and/or other materials provided with the distribution.
10103. Neither the name of the University nor the names of its contributors
1011 may be used to endorse or promote products derived from this software
1012 without specific prior written permission.
1013
1014THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1015ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1016IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1017ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1018FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1019DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1020OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1021HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1022LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1023OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1024SUCH DAMAGE.
1025
1026-------------------------------------------------------------------
1027
Elliott Hughes387d4b72012-08-09 15:17:46 -07001028Copyright (c) 1983, 1987, 1989
1029 The Regents of the University of California. All rights reserved.
1030
1031Redistribution and use in source and binary forms, with or without
1032modification, are permitted provided that the following conditions
1033are met:
10341. Redistributions of source code must retain the above copyright
1035 notice, this list of conditions and the following disclaimer.
10362. Redistributions in binary form must reproduce the above copyright
1037 notice, this list of conditions and the following disclaimer in the
1038 documentation and/or other materials provided with the distribution.
10393. Neither the name of the University nor the names of its contributors
1040 may be used to endorse or promote products derived from this software
1041 without specific prior written permission.
1042
1043THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1044ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1045IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1046ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1047FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1048DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1049OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1050HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1051LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1052OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1053SUCH DAMAGE.
1054
1055-------------------------------------------------------------------
1056
Elliott Hughes387d4b72012-08-09 15:17:46 -07001057Copyright (c) 1983, 1989
1058 The Regents of the University of California. All rights reserved.
1059
1060Redistribution and use in source and binary forms, with or without
1061modification, are permitted provided that the following conditions
1062are met:
10631. Redistributions of source code must retain the above copyright
1064 notice, this list of conditions and the following disclaimer.
10652. Redistributions in binary form must reproduce the above copyright
1066 notice, this list of conditions and the following disclaimer in the
1067 documentation and/or other materials provided with the distribution.
10683. All advertising materials mentioning features or use of this software
1069 must display the following acknowledgement:
1070 This product includes software developed by the University of
1071 California, Berkeley and its contributors.
10724. Neither the name of the University nor the names of its contributors
1073 may be used to endorse or promote products derived from this software
1074 without specific prior written permission.
1075
1076THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1077ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1078IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1079ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1080FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1081DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1082OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1083HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1084LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1085OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1086SUCH DAMAGE.
1087
1088-------------------------------------------------------------------
1089
Elliott Hughes261e2232012-08-14 15:04:05 -07001090Copyright (c) 1983, 1989, 1993
Elliott Hughes387d4b72012-08-09 15:17:46 -07001091 The Regents of the University of California. All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -07001092
1093Redistribution and use in source and binary forms, with or without
1094modification, are permitted provided that the following conditions
1095are met:
10961. Redistributions of source code must retain the above copyright
1097 notice, this list of conditions and the following disclaimer.
10982. Redistributions in binary form must reproduce the above copyright
1099 notice, this list of conditions and the following disclaimer in the
1100 documentation and/or other materials provided with the distribution.
11013. Neither the name of the University nor the names of its contributors
1102 may be used to endorse or promote products derived from this software
1103 without specific prior written permission.
1104
1105THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1106ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1107IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1108ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1109FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1110DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1111OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1112HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1113LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1114OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1115SUCH DAMAGE.
1116
1117-------------------------------------------------------------------
1118
Elliott Hughes261e2232012-08-14 15:04:05 -07001119Copyright (c) 1983, 1993
Elliott Hughes387d4b72012-08-09 15:17:46 -07001120 The Regents of the University of California. All rights reserved.
1121
Elliott Hughes387d4b72012-08-09 15:17:46 -07001122Redistribution and use in source and binary forms, with or without
1123modification, are permitted provided that the following conditions
1124are met:
11251. Redistributions of source code must retain the above copyright
1126 notice, this list of conditions and the following disclaimer.
11272. Redistributions in binary form must reproduce the above copyright
1128 notice, this list of conditions and the following disclaimer in the
1129 documentation and/or other materials provided with the distribution.
11303. Neither the name of the University nor the names of its contributors
1131 may be used to endorse or promote products derived from this software
1132 without specific prior written permission.
1133
1134THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1135ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1136IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1137ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1138FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1139DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1140OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1141HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1142LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1143OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1144SUCH DAMAGE.
1145
1146-------------------------------------------------------------------
1147
Elliott Hughes387d4b72012-08-09 15:17:46 -07001148Copyright (c) 1985
1149 The Regents of the University of California. All rights reserved.
1150
1151Redistribution and use in source and binary forms, with or without
1152modification, are permitted provided that the following conditions
1153are met:
11541. Redistributions of source code must retain the above copyright
1155 notice, this list of conditions and the following disclaimer.
11562. Redistributions in binary form must reproduce the above copyright
1157 notice, this list of conditions and the following disclaimer in the
1158 documentation and/or other materials provided with the distribution.
11593. All advertising materials mentioning features or use of this software
1160 must display the following acknowledgement:
1161 This product includes software developed by the University of
1162 California, Berkeley and its contributors.
11634. Neither the name of the University nor the names of its contributors
1164 may be used to endorse or promote products derived from this software
1165 without specific prior written permission.
1166
1167THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1168ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1169IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1170ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1171FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1172DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1173OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1174HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1175LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1176OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1177SUCH DAMAGE.
1178
1179-------------------------------------------------------------------
1180
Elliott Hughes261e2232012-08-14 15:04:05 -07001181Copyright (c) 1985 Regents of the University of California.
Elliott Hughes387d4b72012-08-09 15:17:46 -07001182All rights reserved.
1183
1184Redistribution and use in source and binary forms, with or without
1185modification, are permitted provided that the following conditions
1186are met:
11871. Redistributions of source code must retain the above copyright
1188 notice, this list of conditions and the following disclaimer.
11892. Redistributions in binary form must reproduce the above copyright
1190 notice, this list of conditions and the following disclaimer in the
1191 documentation and/or other materials provided with the distribution.
Elliott Hughes387d4b72012-08-09 15:17:46 -070011923. Neither the name of the University nor the names of its contributors
1193 may be used to endorse or promote products derived from this software
1194 without specific prior written permission.
1195
1196THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1197ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1198IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1199ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1200FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1201DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1202OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1203HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1204LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1205OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1206SUCH DAMAGE.
1207
1208-------------------------------------------------------------------
1209
1210Copyright (c) 1985, 1988, 1993
1211 The Regents of the University of California. All rights reserved.
1212
1213Redistribution and use in source and binary forms, with or without
1214modification, are permitted provided that the following conditions
1215are met:
12161. Redistributions of source code must retain the above copyright
1217 notice, this list of conditions and the following disclaimer.
12182. Redistributions in binary form must reproduce the above copyright
1219 notice, this list of conditions and the following disclaimer in the
1220 documentation and/or other materials provided with the distribution.
12213. Neither the name of the University nor the names of its contributors
1222 may be used to endorse or promote products derived from this software
1223 without specific prior written permission.
1224
1225THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1226ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1227IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1228ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1229FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1230DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1231OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1232HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1233LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1234OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1235SUCH DAMAGE.
1236
1237Portions Copyright (c) 1993 by Digital Equipment Corporation.
1238
1239Permission to use, copy, modify, and distribute this software for any
1240purpose with or without fee is hereby granted, provided that the above
1241copyright notice and this permission notice appear in all copies, and that
1242the name of Digital Equipment Corporation not be used in advertising or
1243publicity pertaining to distribution of the document or software without
1244specific, written prior permission.
1245
1246THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
1247WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
1248OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT
1249CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
1250DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
1251PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
1252ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
1253SOFTWARE.
1254
1255-------------------------------------------------------------------
1256
Elliott Hughes261e2232012-08-14 15:04:05 -07001257Copyright (c) 1985, 1989, 1993
1258 The Regents of the University of California. All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -07001259
1260Redistribution and use in source and binary forms, with or without
1261modification, are permitted provided that the following conditions
1262are met:
12631. Redistributions of source code must retain the above copyright
1264 notice, this list of conditions and the following disclaimer.
12652. Redistributions in binary form must reproduce the above copyright
1266 notice, this list of conditions and the following disclaimer in the
1267 documentation and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -070012683. All advertising materials mentioning features or use of this software
1269 must display the following acknowledgement:
1270 This product includes software developed by the University of
1271 California, Berkeley and its contributors.
12724. Neither the name of the University nor the names of its contributors
1273 may be used to endorse or promote products derived from this software
1274 without specific prior written permission.
Elliott Hughes387d4b72012-08-09 15:17:46 -07001275
Elliott Hughes261e2232012-08-14 15:04:05 -07001276THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1277ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1278IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1279ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1280FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1281DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1282OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1283HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1284LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1285OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1286SUCH DAMAGE.
1287
1288-------------------------------------------------------------------
1289
1290Copyright (c) 1985, 1993
1291 The Regents of the University of California. All rights reserved.
1292
1293Redistribution and use in source and binary forms, with or without
1294modification, are permitted provided that the following conditions
1295are met:
12961. Redistributions of source code must retain the above copyright
1297 notice, this list of conditions and the following disclaimer.
12982. Redistributions in binary form must reproduce the above copyright
1299 notice, this list of conditions and the following disclaimer in the
1300 documentation and/or other materials provided with the distribution.
13013. All advertising materials mentioning features or use of this software
1302 must display the following acknowledgement:
1303 This product includes software developed by the University of
1304 California, Berkeley and its contributors.
13054. Neither the name of the University nor the names of its contributors
1306 may be used to endorse or promote products derived from this software
1307 without specific prior written permission.
1308
1309THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1310ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1311IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1312ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1313FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1314DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1315OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1316HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1317LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1318OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1319SUCH DAMAGE.
1320
1321-------------------------------------------------------------------
1322
1323Copyright (c) 1985, 1993
1324 The Regents of the University of California. All rights reserved.
1325
1326Redistribution and use in source and binary forms, with or without
1327modification, are permitted provided that the following conditions
1328are met:
13291. Redistributions of source code must retain the above copyright
1330 notice, this list of conditions and the following disclaimer.
13312. Redistributions in binary form must reproduce the above copyright
1332 notice, this list of conditions and the following disclaimer in the
1333 documentation and/or other materials provided with the distribution.
13343. Neither the name of the University nor the names of its contributors
1335 may be used to endorse or promote products derived from this software
1336 without specific prior written permission.
1337
1338THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1339ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1340IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1341ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1342FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1343DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1344OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1345HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1346LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1347OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1348SUCH DAMAGE.
1349
1350-------------------------------------------------------------------
1351
1352Copyright (c) 1987 Regents of the University of California.
1353All rights reserved.
1354
1355Redistribution and use in source and binary forms, with or without
1356modification, are permitted provided that the following conditions
1357are met:
13581. Redistributions of source code must retain the above copyright
1359 notice, this list of conditions and the following disclaimer.
13602. Redistributions in binary form must reproduce the above copyright
1361 notice, this list of conditions and the following disclaimer in the
1362 documentation and/or other materials provided with the distribution.
13633. Neither the name of the University nor the names of its contributors
1364 may be used to endorse or promote products derived from this software
1365 without specific prior written permission.
1366
1367THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1368ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1369IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1370ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1371FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1372DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1373OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1374HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1375LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1376OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1377SUCH DAMAGE.
1378
1379-------------------------------------------------------------------
1380
1381Copyright (c) 1987, 1993
1382 The Regents of the University of California. All rights reserved.
1383
1384Redistribution and use in source and binary forms, with or without
1385modification, are permitted provided that the following conditions
1386are met:
13871. Redistributions of source code must retain the above copyright
1388 notice, this list of conditions and the following disclaimer.
13892. Redistributions in binary form must reproduce the above copyright
1390 notice, this list of conditions and the following disclaimer in the
1391 documentation and/or other materials provided with the distribution.
13923. All advertising materials mentioning features or use of this software
1393 must display the following acknowledgement:
1394 This product includes software developed by the University of
1395 California, Berkeley and its contributors.
13964. Neither the name of the University nor the names of its contributors
1397 may be used to endorse or promote products derived from this software
1398 without specific prior written permission.
1399
1400THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1401ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1402IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1403ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1404FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1405DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1406OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1407HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1408LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1409OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1410SUCH DAMAGE.
1411
1412-------------------------------------------------------------------
1413
1414Copyright (c) 1987, 1993
1415 The Regents of the University of California. All rights reserved.
1416
1417Redistribution and use in source and binary forms, with or without
1418modification, are permitted provided that the following conditions
1419are met:
14201. Redistributions of source code must retain the above copyright
1421 notice, this list of conditions and the following disclaimer.
14222. Redistributions in binary form must reproduce the above copyright
1423 notice, this list of conditions and the following disclaimer in the
1424 documentation and/or other materials provided with the distribution.
14253. Neither the name of the University nor the names of its contributors
1426 may be used to endorse or promote products derived from this software
1427 without specific prior written permission.
1428
1429THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1430ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1431IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1432ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1433FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1434DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1435OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1436HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1437LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1438OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1439SUCH DAMAGE.
1440
1441-------------------------------------------------------------------
1442
1443Copyright (c) 1988 Regents of the University of California.
1444All rights reserved.
1445
1446Redistribution and use in source and binary forms, with or without
1447modification, are permitted provided that the following conditions
1448are met:
14491. Redistributions of source code must retain the above copyright
1450 notice, this list of conditions and the following disclaimer.
14512. Redistributions in binary form must reproduce the above copyright
1452 notice, this list of conditions and the following disclaimer in the
1453 documentation and/or other materials provided with the distribution.
14543. Neither the name of the University nor the names of its contributors
1455 may be used to endorse or promote products derived from this software
1456 without specific prior written permission.
1457
1458THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1459ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1460IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1461ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1462FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1463DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1464OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1465HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1466LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1467OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1468SUCH DAMAGE.
1469
1470-------------------------------------------------------------------
1471
1472Copyright (c) 1988 The Regents of the University of California.
1473All rights reserved.
1474
1475Redistribution and use in source and binary forms, with or without
1476modification, are permitted provided that the following conditions
1477are met:
14781. Redistributions of source code must retain the above copyright
1479 notice, this list of conditions and the following disclaimer.
14802. Redistributions in binary form must reproduce the above copyright
1481 notice, this list of conditions and the following disclaimer in the
1482 documentation and/or other materials provided with the distribution.
14833. Neither the name of the University nor the names of its contributors
1484 may be used to endorse or promote products derived from this software
1485 without specific prior written permission.
1486
1487THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1488ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1489IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1490ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1491FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1492DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1493OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1494HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1495LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1496OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1497SUCH DAMAGE.
1498
1499-------------------------------------------------------------------
1500
1501Copyright (c) 1988, 1993
Elliott Hughes261e2232012-08-14 15:04:05 -07001502 The Regents of the University of California. All rights reserved.
1503
1504Redistribution and use in source and binary forms, with or without
1505modification, are permitted provided that the following conditions
1506are met:
15071. Redistributions of source code must retain the above copyright
1508 notice, this list of conditions and the following disclaimer.
15092. Redistributions in binary form must reproduce the above copyright
1510 notice, this list of conditions and the following disclaimer in the
1511 documentation and/or other materials provided with the distribution.
15123. All advertising materials mentioning features or use of this software
1513 must display the following acknowledgement:
1514 This product includes software developed by the University of
1515 California, Berkeley and its contributors.
15164. Neither the name of the University nor the names of its contributors
1517 may be used to endorse or promote products derived from this software
1518 without specific prior written permission.
1519
1520THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1521ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1522IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1523ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1524FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1525DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1526OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1527HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1528LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1529OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1530SUCH DAMAGE.
1531
1532-------------------------------------------------------------------
1533
1534Copyright (c) 1988, 1993
1535 The Regents of the University of California. All rights reserved.
1536
1537Redistribution and use in source and binary forms, with or without
1538modification, are permitted provided that the following conditions
1539are met:
15401. Redistributions of source code must retain the above copyright
1541 notice, this list of conditions and the following disclaimer.
15422. Redistributions in binary form must reproduce the above copyright
1543 notice, this list of conditions and the following disclaimer in the
1544 documentation and/or other materials provided with the distribution.
15453. Neither the name of the University nor the names of its contributors
1546 may be used to endorse or promote products derived from this software
1547 without specific prior written permission.
1548
1549THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1550ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1551IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1552ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1553FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1554DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1555OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1556HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1557LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1558OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1559SUCH DAMAGE.
1560
1561-------------------------------------------------------------------
1562
Elliott Hughes261e2232012-08-14 15:04:05 -07001563Copyright (c) 1989 The Regents of the University of California.
1564All rights reserved.
1565
Elliott Hughes261e2232012-08-14 15:04:05 -07001566Redistribution and use in source and binary forms, with or without
1567modification, are permitted provided that the following conditions
1568are met:
15691. Redistributions of source code must retain the above copyright
1570 notice, this list of conditions and the following disclaimer.
15712. Redistributions in binary form must reproduce the above copyright
1572 notice, this list of conditions and the following disclaimer in the
1573 documentation and/or other materials provided with the distribution.
15743. Neither the name of the University nor the names of its contributors
1575 may be used to endorse or promote products derived from this software
1576 without specific prior written permission.
1577
1578THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1579ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1580IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1581ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1582FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1583DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1584OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1585HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1586LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1587OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1588SUCH DAMAGE.
1589
1590-------------------------------------------------------------------
1591
1592Copyright (c) 1989 The Regents of the University of California.
1593All rights reserved.
1594(c) UNIX System Laboratories, Inc.
1595All or some portions of this file are derived from material licensed
1596to the University of California by American Telephone and Telegraph
1597Co. or Unix System Laboratories, Inc. and are reproduced herein with
1598the permission of UNIX System Laboratories, Inc.
1599
1600Redistribution and use in source and binary forms, with or without
1601modification, are permitted provided that the following conditions
1602are met:
16031. Redistributions of source code must retain the above copyright
1604 notice, this list of conditions and the following disclaimer.
16052. Redistributions in binary form must reproduce the above copyright
1606 notice, this list of conditions and the following disclaimer in the
1607 documentation and/or other materials provided with the distribution.
16083. Neither the name of the University nor the names of its contributors
1609 may be used to endorse or promote products derived from this software
1610 without specific prior written permission.
1611
1612THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1613ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1614IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1615ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1616FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Elliott Hughes387d4b72012-08-09 15:17:46 -07001617DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1618OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1619HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1620LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1621OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1622SUCH DAMAGE.
1623
1624-------------------------------------------------------------------
1625
1626Copyright (c) 1989, 1993
1627 The Regents of the University of California. All rights reserved.
1628
1629Redistribution and use in source and binary forms, with or without
1630modification, are permitted provided that the following conditions
1631are met:
16321. Redistributions of source code must retain the above copyright
1633 notice, this list of conditions and the following disclaimer.
16342. Redistributions in binary form must reproduce the above copyright
1635 notice, this list of conditions and the following disclaimer in the
1636 documentation and/or other materials provided with the distribution.
16373. Neither the name of the University nor the names of its contributors
1638 may be used to endorse or promote products derived from this software
1639 without specific prior written permission.
1640
1641THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1642ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1643IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1644ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1645FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1646DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1647OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1648HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1649LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1650OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1651SUCH DAMAGE.
1652
1653-------------------------------------------------------------------
1654
Elliott Hughes261e2232012-08-14 15:04:05 -07001655Copyright (c) 1989, 1993
1656 The Regents of the University of California. All rights reserved.
1657
1658Redistribution and use in source and binary forms, with or without
1659modification, are permitted provided that the following conditions
1660are met:
16611. Redistributions of source code must retain the above copyright
1662 notice, this list of conditions and the following disclaimer.
16632. Redistributions in binary form must reproduce the above copyright
1664 notice, this list of conditions and the following disclaimer in the
1665 documentation and/or other materials provided with the distribution.
16664. Neither the name of the University nor the names of its contributors
1667 may be used to endorse or promote products derived from this software
1668 without specific prior written permission.
1669
1670THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1671ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1672IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1673ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1674FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1675DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1676OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1677HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1678LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1679OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1680SUCH DAMAGE.
1681
1682-------------------------------------------------------------------
1683
1684Copyright (c) 1989, 1993
1685 The Regents of the University of California. All rights reserved.
Elliott Hughesacbe3222014-04-16 17:01:12 -07001686
1687This code is derived from software contributed to Berkeley by
Elliott Hughesf1c568d2017-09-26 17:09:07 -07001688Guido van Rossum.
1689
1690Copyright (c) 2011 The FreeBSD Foundation
1691All rights reserved.
1692Portions of this software were developed by David Chisnall
1693under sponsorship from the FreeBSD Foundation.
1694
1695Redistribution and use in source and binary forms, with or without
1696modification, are permitted provided that the following conditions
1697are met:
16981. Redistributions of source code must retain the above copyright
1699 notice, this list of conditions and the following disclaimer.
17002. Redistributions in binary form must reproduce the above copyright
1701 notice, this list of conditions and the following disclaimer in the
1702 documentation and/or other materials provided with the distribution.
17033. Neither the name of the University nor the names of its contributors
1704 may be used to endorse or promote products derived from this software
1705 without specific prior written permission.
1706
1707THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1708ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1709IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1710ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1711FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1712DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1713OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1714HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1715LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1716OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1717SUCH DAMAGE.
1718
1719-------------------------------------------------------------------
1720
1721Copyright (c) 1989, 1993
1722 The Regents of the University of California. All rights reserved.
1723
1724This code is derived from software contributed to Berkeley by
1725Guido van Rossum.
1726
1727Redistribution and use in source and binary forms, with or without
1728modification, are permitted provided that the following conditions
1729are met:
17301. Redistributions of source code must retain the above copyright
1731 notice, this list of conditions and the following disclaimer.
17322. Redistributions in binary form must reproduce the above copyright
1733 notice, this list of conditions and the following disclaimer in the
1734 documentation and/or other materials provided with the distribution.
17353. Neither the name of the University nor the names of its contributors
1736 may be used to endorse or promote products derived from this software
1737 without specific prior written permission.
1738
1739THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1740ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1741IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1742ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1743FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1744DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1745OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1746HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1747LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1748OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1749SUCH DAMAGE.
1750
1751-------------------------------------------------------------------
1752
1753Copyright (c) 1989, 1993
1754 The Regents of the University of California. All rights reserved.
1755
1756This code is derived from software contributed to Berkeley by
Elliott Hughesacbe3222014-04-16 17:01:12 -07001757Roger L. Snyder.
1758
1759Redistribution and use in source and binary forms, with or without
1760modification, are permitted provided that the following conditions
1761are met:
17621. Redistributions of source code must retain the above copyright
1763 notice, this list of conditions and the following disclaimer.
17642. Redistributions in binary form must reproduce the above copyright
1765 notice, this list of conditions and the following disclaimer in the
1766 documentation and/or other materials provided with the distribution.
17673. Neither the name of the University nor the names of its contributors
1768 may be used to endorse or promote products derived from this software
1769 without specific prior written permission.
1770
1771THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1772ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1773IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1774ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1775FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1776DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1777OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1778HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1779LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1780OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1781SUCH DAMAGE.
1782
1783-------------------------------------------------------------------
1784
1785Copyright (c) 1989, 1993
1786 The Regents of the University of California. All rights reserved.
Elliott Hughes261e2232012-08-14 15:04:05 -07001787(c) UNIX System Laboratories, Inc.
1788All or some portions of this file are derived from material licensed
1789to the University of California by American Telephone and Telegraph
1790Co. or Unix System Laboratories, Inc. and are reproduced herein with
1791the permission of UNIX System Laboratories, Inc.
1792
1793Redistribution and use in source and binary forms, with or without
1794modification, are permitted provided that the following conditions
1795are met:
17961. Redistributions of source code must retain the above copyright
1797 notice, this list of conditions and the following disclaimer.
17982. Redistributions in binary form must reproduce the above copyright
1799 notice, this list of conditions and the following disclaimer in the
1800 documentation and/or other materials provided with the distribution.
18013. Neither the name of the University nor the names of its contributors
1802 may be used to endorse or promote products derived from this software
1803 without specific prior written permission.
1804
1805THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1806ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1807IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1808ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1809FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1810DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1811OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1812HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1813LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1814OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1815SUCH DAMAGE.
1816
1817-------------------------------------------------------------------
1818
Elliott Hughesb4931ce2016-02-08 17:00:12 -08001819Copyright (c) 1990 Regents of the University of California.
1820All rights reserved.
1821
1822This code is derived from software contributed to Berkeley by
1823Chris Torek.
1824
1825Redistribution and use in source and binary forms, with or without
1826modification, are permitted provided that the following conditions
1827are met:
18281. Redistributions of source code must retain the above copyright
1829 notice, this list of conditions and the following disclaimer.
18302. Redistributions in binary form must reproduce the above copyright
1831 notice, this list of conditions and the following disclaimer in the
1832 documentation and/or other materials provided with the distribution.
18333. Neither the name of the University nor the names of its contributors
1834 may be used to endorse or promote products derived from this software
1835 without specific prior written permission.
1836
1837THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1838ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1839IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1840ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1841FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1842DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1843OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1844HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1845LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1846OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1847SUCH DAMAGE.
1848
1849-------------------------------------------------------------------
1850
Elliott Hughes261e2232012-08-14 15:04:05 -07001851Copyright (c) 1990 The Regents of the University of California.
1852All rights reserved.
1853
1854Redistribution and use in source and binary forms, with or without
1855modification, are permitted provided that the following conditions
1856are met:
18571. Redistributions of source code must retain the above copyright
1858 notice, this list of conditions and the following disclaimer.
18592. Redistributions in binary form must reproduce the above copyright
1860 notice, this list of conditions and the following disclaimer in the
1861 documentation and/or other materials provided with the distribution.
18623. Neither the name of the University nor the names of its contributors
1863 may be used to endorse or promote products derived from this software
1864 without specific prior written permission.
1865
1866THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1867ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1868IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1869ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1870FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1871DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1872OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1873HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1874LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1875OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1876SUCH DAMAGE.
1877
1878-------------------------------------------------------------------
1879
1880Copyright (c) 1990 The Regents of the University of California.
1881All rights reserved.
1882
Elliott Hughes261e2232012-08-14 15:04:05 -07001883This code is derived from software contributed to Berkeley by
1884Chris Torek.
1885
1886Redistribution and use in source and binary forms, with or without
1887modification, are permitted provided that the following conditions
1888are met:
18891. Redistributions of source code must retain the above copyright
1890 notice, this list of conditions and the following disclaimer.
18912. Redistributions in binary form must reproduce the above copyright
1892 notice, this list of conditions and the following disclaimer in the
1893 documentation and/or other materials provided with the distribution.
18943. Neither the name of the University nor the names of its contributors
1895 may be used to endorse or promote products derived from this software
1896 without specific prior written permission.
1897
1898THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1899ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1900IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1901ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1902FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1903DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1904OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1905HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1906LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1907OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1908SUCH DAMAGE.
1909
1910-------------------------------------------------------------------
1911
1912Copyright (c) 1990 The Regents of the University of California.
1913All rights reserved.
1914
1915This code is derived from software contributed to Berkeley by
1916William Jolitz.
1917
1918Redistribution and use in source and binary forms, with or without
1919modification, are permitted provided that the following conditions
1920are met:
19211. Redistributions of source code must retain the above copyright
1922 notice, this list of conditions and the following disclaimer.
19232. Redistributions in binary form must reproduce the above copyright
1924 notice, this list of conditions and the following disclaimer in the
1925 documentation and/or other materials provided with the distribution.
19263. Neither the name of the University nor the names of its contributors
1927 may be used to endorse or promote products derived from this software
1928 without specific prior written permission.
1929
1930THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1931ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1932IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1933ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1934FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1935DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1936OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1937HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1938LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1939OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1940SUCH DAMAGE.
1941
1942-------------------------------------------------------------------
1943
1944Copyright (c) 1990, 1993
1945 The Regents of the University of California. All rights reserved.
1946
1947Redistribution and use in source and binary forms, with or without
1948modification, are permitted provided that the following conditions
1949are met:
19501. Redistributions of source code must retain the above copyright
1951 notice, this list of conditions and the following disclaimer.
19522. Redistributions in binary form must reproduce the above copyright
1953 notice, this list of conditions and the following disclaimer in the
1954 documentation and/or other materials provided with the distribution.
19553. Neither the name of the University nor the names of its contributors
1956 may be used to endorse or promote products derived from this software
1957 without specific prior written permission.
1958
1959THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1960ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1961IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1962ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1963FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1964DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1965OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1966HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1967LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1968OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1969SUCH DAMAGE.
1970
1971-------------------------------------------------------------------
1972
1973Copyright (c) 1990, 1993
1974 The Regents of the University of California. All rights reserved.
1975
Elliott Hughes261e2232012-08-14 15:04:05 -07001976This code is derived from software contributed to Berkeley by
1977Chris Torek.
1978
1979Redistribution and use in source and binary forms, with or without
1980modification, are permitted provided that the following conditions
1981are met:
19821. Redistributions of source code must retain the above copyright
1983 notice, this list of conditions and the following disclaimer.
19842. Redistributions in binary form must reproduce the above copyright
1985 notice, this list of conditions and the following disclaimer in the
1986 documentation and/or other materials provided with the distribution.
19873. Neither the name of the University nor the names of its contributors
1988 may be used to endorse or promote products derived from this software
1989 without specific prior written permission.
1990
1991THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1992ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1993IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1994ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1995FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1996DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1997OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1998HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1999LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2000OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2001SUCH DAMAGE.
2002
2003-------------------------------------------------------------------
2004
2005Copyright (c) 1990, 1993
2006 The Regents of the University of California. All rights reserved.
2007
2008This code is derived from software contributed to Berkeley by
Elliott Hughes261e2232012-08-14 15:04:05 -07002009Donn Seeley at UUNET Technologies, Inc.
2010
2011Redistribution and use in source and binary forms, with or without
2012modification, are permitted provided that the following conditions
2013are met:
20141. Redistributions of source code must retain the above copyright
2015 notice, this list of conditions and the following disclaimer.
20162. Redistributions in binary form must reproduce the above copyright
2017 notice, this list of conditions and the following disclaimer in the
2018 documentation and/or other materials provided with the distribution.
20193. Neither the name of the University nor the names of its contributors
2020 may be used to endorse or promote products derived from this software
2021 without specific prior written permission.
2022
2023THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2024ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2025IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2026ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2027FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2028DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2029OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2030HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2031LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2032OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2033SUCH DAMAGE.
2034
2035-------------------------------------------------------------------
2036
2037Copyright (c) 1990, 1993
2038 The Regents of the University of California. All rights reserved.
Elliott Hughesbfa582d2014-05-05 14:58:17 -07002039
2040This code is derived from software contributed to Berkeley by
2041Donn Seeley at UUNET Technologies, Inc.
2042
2043Redistribution and use in source and binary forms, with or without
2044modification, are permitted provided that the following conditions
2045are met:
20461. Redistributions of source code must retain the above copyright
2047 notice, this list of conditions and the following disclaimer.
20482. Redistributions in binary form must reproduce the above copyright
2049 notice, this list of conditions and the following disclaimer in the
2050 documentation and/or other materials provided with the distribution.
20514. Neither the name of the University nor the names of its contributors
2052 may be used to endorse or promote products derived from this software
2053 without specific prior written permission.
2054
2055THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2056ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2057IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2058ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2059FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2060DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2061OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2062HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2063LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2064OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2065SUCH DAMAGE.
2066
2067-------------------------------------------------------------------
2068
2069Copyright (c) 1990, 1993
2070 The Regents of the University of California. All rights reserved.
Elliott Hughes261e2232012-08-14 15:04:05 -07002071(c) UNIX System Laboratories, Inc.
2072All or some portions of this file are derived from material licensed
2073to the University of California by American Telephone and Telegraph
2074Co. or Unix System Laboratories, Inc. and are reproduced herein with
2075the permission of UNIX System Laboratories, Inc.
2076
2077Redistribution and use in source and binary forms, with or without
2078modification, are permitted provided that the following conditions
2079are met:
20801. Redistributions of source code must retain the above copyright
2081 notice, this list of conditions and the following disclaimer.
20822. Redistributions in binary form must reproduce the above copyright
2083 notice, this list of conditions and the following disclaimer in the
2084 documentation and/or other materials provided with the distribution.
20853. Neither the name of the University nor the names of its contributors
2086 may be used to endorse or promote products derived from this software
2087 without specific prior written permission.
2088
2089THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2090ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2091IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2092ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2093FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2094DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2095OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2096HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2097LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2098OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2099SUCH DAMAGE.
2100
2101-------------------------------------------------------------------
2102
2103Copyright (c) 1990, 1993, 1994
2104 The Regents of the University of California. All rights reserved.
2105
2106Redistribution and use in source and binary forms, with or without
2107modification, are permitted provided that the following conditions
2108are met:
21091. Redistributions of source code must retain the above copyright
2110 notice, this list of conditions and the following disclaimer.
21112. Redistributions in binary form must reproduce the above copyright
2112 notice, this list of conditions and the following disclaimer in the
2113 documentation and/or other materials provided with the distribution.
21143. Neither the name of the University nor the names of its contributors
2115 may be used to endorse or promote products derived from this software
2116 without specific prior written permission.
2117
2118THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2119ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2120IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2121ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2122FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2123DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2124OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2125HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2126LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2127OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2128SUCH DAMAGE.
2129
2130-------------------------------------------------------------------
2131
Elliott Hughes4e54b112014-03-06 15:06:11 -08002132Copyright (c) 1991 The Regents of the University of California.
2133All rights reserved.
2134
2135Redistribution and use in source and binary forms, with or without
2136modification, are permitted provided that the following conditions
2137are met:
21381. Redistributions of source code must retain the above copyright
2139 notice, this list of conditions and the following disclaimer.
21402. Redistributions in binary form must reproduce the above copyright
2141 notice, this list of conditions and the following disclaimer in the
2142 documentation and/or other materials provided with the distribution.
21433. Neither the name of the University nor the names of its contributors
2144 may be used to endorse or promote products derived from this software
2145 without specific prior written permission.
2146
2147THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2148ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2149IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2150ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2151FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2152DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2153OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2154HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2155LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2156OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2157SUCH DAMAGE.
2158
2159-------------------------------------------------------------------
2160
Elliott Hughes261e2232012-08-14 15:04:05 -07002161Copyright (c) 1991, 1993
2162 The Regents of the University of California. All rights reserved.
2163
2164Redistribution and use in source and binary forms, with or without
2165modification, are permitted provided that the following conditions
2166are met:
21671. Redistributions of source code must retain the above copyright
2168 notice, this list of conditions and the following disclaimer.
21692. Redistributions in binary form must reproduce the above copyright
2170 notice, this list of conditions and the following disclaimer in the
2171 documentation and/or other materials provided with the distribution.
21723. Neither the name of the University nor the names of its contributors
2173 may be used to endorse or promote products derived from this software
2174 without specific prior written permission.
2175
2176THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2177ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2178IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2179ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2180FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2181DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2182OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2183HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2184LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2185OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2186SUCH DAMAGE.
2187
2188-------------------------------------------------------------------
2189
2190Copyright (c) 1991, 1993
2191 The Regents of the University of California. All rights reserved.
2192
2193This code is derived from software contributed to Berkeley by
2194Berkeley Software Design, Inc.
2195
2196Redistribution and use in source and binary forms, with or without
2197modification, are permitted provided that the following conditions
2198are met:
21991. Redistributions of source code must retain the above copyright
2200 notice, this list of conditions and the following disclaimer.
22012. Redistributions in binary form must reproduce the above copyright
2202 notice, this list of conditions and the following disclaimer in the
2203 documentation and/or other materials provided with the distribution.
22043. Neither the name of the University nor the names of its contributors
2205 may be used to endorse or promote products derived from this software
2206 without specific prior written permission.
2207
2208THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2209ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2210IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2211ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2212FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2213DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2214OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2215HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2216LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2217OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2218SUCH DAMAGE.
2219
2220-------------------------------------------------------------------
2221
2222Copyright (c) 1991, 1993
2223 The Regents of the University of California. All rights reserved.
2224(c) UNIX System Laboratories, Inc.
2225All or some portions of this file are derived from material licensed
2226to the University of California by American Telephone and Telegraph
2227Co. or Unix System Laboratories, Inc. and are reproduced herein with
2228the permission of UNIX System Laboratories, Inc.
2229
2230This code is derived from software contributed to Berkeley by
2231Hugh Smith at The University of Guelph.
2232
2233Redistribution and use in source and binary forms, with or without
2234modification, are permitted provided that the following conditions
2235are met:
22361. Redistributions of source code must retain the above copyright
2237 notice, this list of conditions and the following disclaimer.
22382. Redistributions in binary form must reproduce the above copyright
2239 notice, this list of conditions and the following disclaimer in the
2240 documentation and/or other materials provided with the distribution.
22413. Neither the name of the University nor the names of its contributors
2242 may be used to endorse or promote products derived from this software
2243 without specific prior written permission.
2244
2245THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2246ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2247IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2248ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2249FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2250DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2251OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2252HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2253LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2254OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2255SUCH DAMAGE.
2256
2257-------------------------------------------------------------------
2258
Elliott Hughes261e2232012-08-14 15:04:05 -07002259Copyright (c) 1992 Henry Spencer.
2260Copyright (c) 1992, 1993
2261 The Regents of the University of California. All rights reserved.
2262
2263This code is derived from software contributed to Berkeley by
2264Henry Spencer of the University of Toronto.
2265
2266Redistribution and use in source and binary forms, with or without
2267modification, are permitted provided that the following conditions
2268are met:
22691. Redistributions of source code must retain the above copyright
2270 notice, this list of conditions and the following disclaimer.
22712. Redistributions in binary form must reproduce the above copyright
2272 notice, this list of conditions and the following disclaimer in the
2273 documentation and/or other materials provided with the distribution.
22743. Neither the name of the University nor the names of its contributors
2275 may be used to endorse or promote products derived from this software
2276 without specific prior written permission.
2277
2278THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2279ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2280IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2281ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2282FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2283DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2284OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2285HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2286LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2287OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2288SUCH DAMAGE.
2289
2290-------------------------------------------------------------------
2291
2292Copyright (c) 1992 The Regents of the University of California.
2293All rights reserved.
2294
2295Redistribution and use in source and binary forms, with or without
2296modification, are permitted provided that the following conditions
2297are met:
22981. Redistributions of source code must retain the above copyright
2299 notice, this list of conditions and the following disclaimer.
23002. Redistributions in binary form must reproduce the above copyright
2301 notice, this list of conditions and the following disclaimer in the
2302 documentation and/or other materials provided with the distribution.
23033. Neither the name of the University nor the names of its contributors
2304 may be used to endorse or promote products derived from this software
2305 without specific prior written permission.
2306
2307THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2308ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2309IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2310ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2311FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2312DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2313OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2314HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2315LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2316OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2317SUCH DAMAGE.
2318
2319-------------------------------------------------------------------
2320
2321Copyright (c) 1992, 1993
2322 The Regents of the University of California. All rights reserved.
2323
2324Redistribution and use in source and binary forms, with or without
2325modification, are permitted provided that the following conditions
2326are met:
23271. Redistributions of source code must retain the above copyright
2328 notice, this list of conditions and the following disclaimer.
23292. Redistributions in binary form must reproduce the above copyright
2330 notice, this list of conditions and the following disclaimer in the
2331 documentation and/or other materials provided with the distribution.
23323. Neither the name of the University nor the names of its contributors
2333 may be used to endorse or promote products derived from this software
2334 without specific prior written permission.
2335
2336THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2337ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2338IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2339ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2340FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2341DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2342OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2343HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2344LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2345OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2346SUCH DAMAGE.
2347
2348-------------------------------------------------------------------
2349
2350Copyright (c) 1992, 1993
2351 The Regents of the University of California. All rights reserved.
2352
Elliott Hughes261e2232012-08-14 15:04:05 -07002353This software was developed by the Computer Systems Engineering group
2354at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
2355contributed to Berkeley.
2356
2357All advertising materials mentioning features or use of this software
2358must display the following acknowledgement:
2359 This product includes software developed by the University of
2360 California, Lawrence Berkeley Laboratory.
2361
2362Redistribution and use in source and binary forms, with or without
2363modification, are permitted provided that the following conditions
2364are met:
23651. Redistributions of source code must retain the above copyright
2366 notice, this list of conditions and the following disclaimer.
23672. Redistributions in binary form must reproduce the above copyright
2368 notice, this list of conditions and the following disclaimer in the
2369 documentation and/or other materials provided with the distribution.
23703. All advertising materials mentioning features or use of this software
2371 must display the following acknowledgement:
2372 This product includes software developed by the University of
2373 California, Berkeley and its contributors.
23744. Neither the name of the University nor the names of its contributors
2375 may be used to endorse or promote products derived from this software
2376 without specific prior written permission.
2377
2378THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2379ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2380IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2381ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2382FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2383DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2384OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2385HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2386LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2387OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2388SUCH DAMAGE.
2389
2390-------------------------------------------------------------------
2391
2392Copyright (c) 1992, 1993
2393 The Regents of the University of California. All rights reserved.
Elliott Hughes261e2232012-08-14 15:04:05 -07002394(c) UNIX System Laboratories, Inc.
2395All or some portions of this file are derived from material licensed
2396to the University of California by American Telephone and Telegraph
2397Co. or Unix System Laboratories, Inc. and are reproduced herein with
2398the permission of UNIX System Laboratories, Inc.
2399
2400Redistribution and use in source and binary forms, with or without
2401modification, are permitted provided that the following conditions
2402are met:
24031. Redistributions of source code must retain the above copyright
2404 notice, this list of conditions and the following disclaimer.
24052. Redistributions in binary form must reproduce the above copyright
2406 notice, this list of conditions and the following disclaimer in the
2407 documentation and/or other materials provided with the distribution.
24083. Neither the name of the University nor the names of its contributors
2409 may be used to endorse or promote products derived from this software
2410 without specific prior written permission.
2411
2412THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2413ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2414IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2415ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2416FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2417DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2418OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2419HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2420LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2421OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2422SUCH DAMAGE.
2423
2424-------------------------------------------------------------------
2425
Elliott Hughes261e2232012-08-14 15:04:05 -07002426Copyright (c) 1992, 1993, 1994
2427 The Regents of the University of California. All rights reserved.
2428
2429This code is derived from software contributed to Berkeley by
2430Henry Spencer.
2431
2432Redistribution and use in source and binary forms, with or without
2433modification, are permitted provided that the following conditions
2434are met:
24351. Redistributions of source code must retain the above copyright
2436 notice, this list of conditions and the following disclaimer.
24372. Redistributions in binary form must reproduce the above copyright
2438 notice, this list of conditions and the following disclaimer in the
2439 documentation and/or other materials provided with the distribution.
24403. Neither the name of the University nor the names of its contributors
2441 may be used to endorse or promote products derived from this software
2442 without specific prior written permission.
2443
2444THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2445ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2446IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2447ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2448FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2449DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2450OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2451HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2452LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2453OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2454SUCH DAMAGE.
2455
2456-------------------------------------------------------------------
2457
Elliott Hughescc213f82012-08-14 15:32:42 -07002458Copyright (c) 1992, 1993, 1994 Henry Spencer.
2459
2460This code is derived from software contributed to Berkeley by
2461Henry Spencer.
2462
2463Redistribution and use in source and binary forms, with or without
2464modification, are permitted provided that the following conditions
2465are met:
24661. Redistributions of source code must retain the above copyright
2467 notice, this list of conditions and the following disclaimer.
24682. Redistributions in binary form must reproduce the above copyright
2469 notice, this list of conditions and the following disclaimer in the
2470 documentation and/or other materials provided with the distribution.
24713. All advertising materials mentioning features or use of this software
2472 must display the following acknowledgement:
2473 This product includes software developed by the University of
2474 California, Berkeley and its contributors.
24754. Neither the name of the University nor the names of its contributors
2476 may be used to endorse or promote products derived from this software
2477 without specific prior written permission.
2478
2479THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2480ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2481IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2482ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2483FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2484DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2485OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2486HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2487LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2488OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2489SUCH DAMAGE.
2490
2491-------------------------------------------------------------------
2492
Elliott Hughes261e2232012-08-14 15:04:05 -07002493Copyright (c) 1993
Elliott Hughes261e2232012-08-14 15:04:05 -07002494 The Regents of the University of California. All rights reserved.
2495
2496Redistribution and use in source and binary forms, with or without
2497modification, are permitted provided that the following conditions
2498are met:
24991. Redistributions of source code must retain the above copyright
2500 notice, this list of conditions and the following disclaimer.
25012. Redistributions in binary form must reproduce the above copyright
2502 notice, this list of conditions and the following disclaimer in the
2503 documentation and/or other materials provided with the distribution.
25043. Neither the name of the University nor the names of its contributors
2505 may be used to endorse or promote products derived from this software
2506 without specific prior written permission.
2507
2508THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2509ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2510IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2511ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2512FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2513DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2514OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2515HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2516LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2517OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2518SUCH DAMAGE.
2519
2520-------------------------------------------------------------------
2521
Elliott Hughes261e2232012-08-14 15:04:05 -07002522Copyright (c) 1993 Martin Birgmeier
2523All rights reserved.
2524
2525You may redistribute unmodified or modified versions of this source
2526code provided that the above copyright notice and this and the
2527following conditions are retained.
2528
2529This software is provided ``as is'', and comes with no warranties
2530of any kind. I shall in no event be liable for anything that happens
2531to anyone/anything when using this software.
2532
2533-------------------------------------------------------------------
2534
Elliott Hughes4e54b112014-03-06 15:06:11 -08002535Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
Elliott Hughes448080d2013-01-29 16:25:06 -08002536All rights reserved.
2537
Elliott Hughes448080d2013-01-29 16:25:06 -08002538Redistribution and use in source and binary forms, with or without
2539modification, are permitted provided that the following conditions
2540are met:
25411. Redistributions of source code must retain the above copyright
2542 notice, this list of conditions and the following disclaimer.
25432. Redistributions in binary form must reproduce the above copyright
2544 notice, this list of conditions and the following disclaimer in the
2545 documentation and/or other materials provided with the distribution.
Elliott Hughes4e54b112014-03-06 15:06:11 -080025463. The name of the author may not be used to endorse or promote products
2547 derived from this software without specific prior written permission.
Elliott Hughes448080d2013-01-29 16:25:06 -08002548
Elliott Hughes4e54b112014-03-06 15:06:11 -08002549THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2550IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2551OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2552IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2553SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2554PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
2555OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
2556WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
2557OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
2558ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Elliott Hughes448080d2013-01-29 16:25:06 -08002559
2560-------------------------------------------------------------------
2561
Elliott Hughes261e2232012-08-14 15:04:05 -07002562Copyright (c) 1996 by Internet Software Consortium.
2563
2564Permission to use, copy, modify, and distribute this software for any
2565purpose with or without fee is hereby granted, provided that the above
2566copyright notice and this permission notice appear in all copies.
2567
2568THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
2569ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
2570OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
2571CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
2572DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
2573PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
2574ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
2575SOFTWARE.
2576
2577-------------------------------------------------------------------
2578
2579Copyright (c) 1996, David Mazieres <dm@uun.org>
2580Copyright (c) 2008, Damien Miller <djm@openbsd.org>
Elliott Hughes15581382014-07-07 15:42:06 -07002581Copyright (c) 2013, Markus Friedl <markus@openbsd.org>
2582
2583Permission to use, copy, modify, and distribute this software for any
2584purpose with or without fee is hereby granted, provided that the above
2585copyright notice and this permission notice appear in all copies.
2586
2587THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2588WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2589MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2590ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2591WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2592ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2593OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2594
2595-------------------------------------------------------------------
2596
Elliott Hughesb3646832017-07-11 12:34:19 -07002597Copyright (c) 1996, David Mazieres <dm@uun.org>
2598Copyright (c) 2008, Damien Miller <djm@openbsd.org>
2599Copyright (c) 2013, Markus Friedl <markus@openbsd.org>
2600Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org>
2601
2602Permission to use, copy, modify, and distribute this software for any
2603purpose with or without fee is hereby granted, provided that the above
2604copyright notice and this permission notice appear in all copies.
2605
2606THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2607WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2608MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2609ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2610WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2611ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2612OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2613
2614-------------------------------------------------------------------
2615
Elliott Hughes15581382014-07-07 15:42:06 -07002616Copyright (c) 1996-1998, 2008 Theo de Raadt
2617Copyright (c) 1997, 2008-2009 Todd C. Miller
Elliott Hughes261e2232012-08-14 15:04:05 -07002618
2619Permission to use, copy, modify, and distribute this software for any
2620purpose with or without fee is hereby granted, provided that the above
2621copyright notice and this permission notice appear in all copies.
2622
2623THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2624WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2625MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2626ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2627WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2628ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2629OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2630
2631-------------------------------------------------------------------
2632
Elliott Hughes387d4b72012-08-09 15:17:46 -07002633Copyright (c) 1997 Mark Brinicombe
Elliott Hughesdfb74c52016-10-24 12:53:17 -07002634Copyright (C) 2010 The Android Open Source Project
Elliott Hughes387d4b72012-08-09 15:17:46 -07002635All rights reserved.
2636
2637Redistribution and use in source and binary forms, with or without
2638modification, are permitted provided that the following conditions
2639are met:
26401. Redistributions of source code must retain the above copyright
2641 notice, this list of conditions and the following disclaimer.
26422. Redistributions in binary form must reproduce the above copyright
2643 notice, this list of conditions and the following disclaimer in the
2644 documentation and/or other materials provided with the distribution.
26453. All advertising materials mentioning features or use of this software
2646 must display the following acknowledgement:
2647 This product includes software developed by Mark Brinicombe
26484. Neither the name of the University nor the names of its contributors
2649 may be used to endorse or promote products derived from this software
2650 without specific prior written permission.
2651
2652THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
2653ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2654IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2655ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
2656FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2657DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2658OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2659HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2660LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2661OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2662SUCH DAMAGE.
2663
2664-------------------------------------------------------------------
2665
Elliott Hughes261e2232012-08-14 15:04:05 -07002666Copyright (c) 1997 Niklas Hallqvist. All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -07002667
2668Redistribution and use in source and binary forms, with or without
2669modification, are permitted provided that the following conditions
2670are met:
26711. Redistributions of source code must retain the above copyright
2672 notice, this list of conditions and the following disclaimer.
26732. Redistributions in binary form must reproduce the above copyright
2674 notice, this list of conditions and the following disclaimer in the
2675 documentation and/or other materials provided with the distribution.
2676
Elliott Hughes261e2232012-08-14 15:04:05 -07002677THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2678IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2679OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2680IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2681INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2682NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2683DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2684THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2685(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2686THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Elliott Hughes387d4b72012-08-09 15:17:46 -07002687
2688-------------------------------------------------------------------
2689
Elliott Hughesda46cae2018-05-24 14:40:32 -07002690Copyright (c) 1997 The NetBSD Foundation, Inc.
2691All rights reserved.
2692
2693This code is derived from software contributed to The NetBSD Foundation
2694by Neil A. Carson and Mark Brinicombe
2695
2696Redistribution and use in source and binary forms, with or without
2697modification, are permitted provided that the following conditions
2698are met:
26991. Redistributions of source code must retain the above copyright
2700 notice, this list of conditions and the following disclaimer.
27012. Redistributions in binary form must reproduce the above copyright
2702 notice, this list of conditions and the following disclaimer in the
2703 documentation and/or other materials provided with the distribution.
2704
2705THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2706``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2707TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2708PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2709BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2710CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2711SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2712INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2713CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2714ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2715POSSIBILITY OF SUCH DAMAGE.
2716
2717-------------------------------------------------------------------
2718
Elliott Hughes26b06072020-07-31 11:00:10 -07002719Copyright (c) 1997 Todd C. Miller <millert@openbsd.org>
Elliott Hughes261e2232012-08-14 15:04:05 -07002720
2721Permission to use, copy, modify, and distribute this software for any
2722purpose with or without fee is hereby granted, provided that the above
2723copyright notice and this permission notice appear in all copies.
2724
2725THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2726WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2727MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2728ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2729WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2730ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2731OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2732
2733-------------------------------------------------------------------
2734
Elliott Hughes9a4b68e2019-11-20 14:56:22 -08002735Copyright (c) 1997 Todd C. Miller <millert@openbsd.org>
Elliott Hughesbfa582d2014-05-05 14:58:17 -07002736All rights reserved.
2737
2738Redistribution and use in source and binary forms, with or without
2739modification, are permitted provided that the following conditions
2740are met:
27411. Redistributions of source code must retain the above copyright
2742 notice, this list of conditions and the following disclaimer.
27432. Redistributions in binary form must reproduce the above copyright
2744 notice, this list of conditions and the following disclaimer in the
2745 documentation and/or other materials provided with the distribution.
27463. The name of the author may not be used to endorse or promote products
2747 derived from this software without specific prior written permission.
2748
2749THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
2750INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
2751AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
2752THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2753EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2754PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
2755OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
2756WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
2757OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
2758ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2759
2760-------------------------------------------------------------------
2761
Elliott Hughes261e2232012-08-14 15:04:05 -07002762Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
Elliott Hughes387d4b72012-08-09 15:17:46 -07002763All rights reserved.
2764
Elliott Hughes261e2232012-08-14 15:04:05 -07002765This code was contributed to The NetBSD Foundation by Klaus Klein.
2766
Elliott Hughes387d4b72012-08-09 15:17:46 -07002767Redistribution and use in source and binary forms, with or without
2768modification, are permitted provided that the following conditions
2769are met:
27701. Redistributions of source code must retain the above copyright
2771 notice, this list of conditions and the following disclaimer.
27722. Redistributions in binary form must reproduce the above copyright
2773 notice, this list of conditions and the following disclaimer in the
2774 documentation and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -070027753. All advertising materials mentioning features or use of this software
2776 must display the following acknowledgement:
2777 This product includes software developed by the NetBSD
2778 Foundation, Inc. and its contributors.
27794. Neither the name of The NetBSD Foundation nor the names of its
2780 contributors may be used to endorse or promote products derived
2781 from this software without specific prior written permission.
2782
2783THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2784``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2785TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2786PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2787BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2788CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2789SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2790INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2791CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2792ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2793POSSIBILITY OF SUCH DAMAGE.
2794
2795-------------------------------------------------------------------
2796
2797Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc.
2798All rights reserved.
2799
2800This code is derived from software contributed to The NetBSD Foundation
2801by Luke Mewburn.
2802
2803Redistribution and use in source and binary forms, with or without
2804modification, are permitted provided that the following conditions
2805are met:
28061. Redistributions of source code must retain the above copyright
2807 notice, this list of conditions and the following disclaimer.
28082. Redistributions in binary form must reproduce the above copyright
2809 notice, this list of conditions and the following disclaimer in the
2810 documentation and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -07002811
2812THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2813``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2814TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2815PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2816BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2817CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2818SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2819INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2820CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2821ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2822POSSIBILITY OF SUCH DAMAGE.
2823
2824-------------------------------------------------------------------
2825
2826Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc.
2827All rights reserved.
2828
2829This code is derived from software contributed to The NetBSD Foundation
2830by Luke Mewburn; and by Jason R. Thorpe.
2831
2832Redistribution and use in source and binary forms, with or without
2833modification, are permitted provided that the following conditions
2834are met:
28351. Redistributions of source code must retain the above copyright
2836 notice, this list of conditions and the following disclaimer.
28372. Redistributions in binary form must reproduce the above copyright
2838 notice, this list of conditions and the following disclaimer in the
2839 documentation and/or other materials provided with the distribution.
28403. All advertising materials mentioning features or use of this software
2841 must display the following acknowledgement:
2842 This product includes software developed by the NetBSD
2843 Foundation, Inc. and its contributors.
28444. Neither the name of The NetBSD Foundation nor the names of its
2845 contributors may be used to endorse or promote products derived
2846 from this software without specific prior written permission.
2847
2848THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2849``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2850TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2851PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2852BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2853CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2854SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2855INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2856CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2857ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2858POSSIBILITY OF SUCH DAMAGE.
2859
2860-------------------------------------------------------------------
2861
Elliott Hughes261e2232012-08-14 15:04:05 -07002862Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com>
2863
2864Permission to use, copy, modify, and distribute this software for any
2865purpose with or without fee is hereby granted, provided that the above
2866copyright notice and this permission notice appear in all copies.
2867
2868THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2869WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2870MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2871ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2872WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2873ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2874OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2875
2876-------------------------------------------------------------------
2877
2878Copyright (c) 1998 Softweyr LLC. All rights reserved.
2879
2880strtok_r, from Berkeley strtok
2881Oct 13, 1998 by Wes Peters <wes@softweyr.com>
2882
2883Copyright (c) 1988, 1993
2884 The Regents of the University of California. All rights reserved.
2885
2886Redistribution and use in source and binary forms, with or without
2887modification, are permitted provided that the following conditions
2888are met:
28891. Redistributions of source code must retain the above copyright
2890 notices, this list of conditions and the following disclaimer.
28912. Redistributions in binary form must reproduce the above copyright
2892 notices, this list of conditions and the following disclaimer in the
2893 documentation and/or other materials provided with the distribution.
Elliott Hughes2815b1d2013-06-12 16:00:41 -070028943. Neither the name of the University nor the names of its contributors
Elliott Hughes387d4b72012-08-09 15:17:46 -07002895 may be used to endorse or promote products derived from this software
2896 without specific prior written permission.
2897
Elliott Hughes261e2232012-08-14 15:04:05 -07002898THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS
2899``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2900LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
2901PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SOFTWEYR LLC, THE
2902REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2903SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
2904TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2905PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
2906LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
2907NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2908SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2909
2910-------------------------------------------------------------------
2911
2912Copyright (c) 1998 The NetBSD Foundation, Inc.
2913All rights reserved.
2914
2915This code is derived from software contributed to The NetBSD Foundation
2916by Klaus Klein.
2917
2918Redistribution and use in source and binary forms, with or without
2919modification, are permitted provided that the following conditions
2920are met:
29211. Redistributions of source code must retain the above copyright
2922 notice, this list of conditions and the following disclaimer.
29232. Redistributions in binary form must reproduce the above copyright
2924 notice, this list of conditions and the following disclaimer in the
2925 documentation and/or other materials provided with the distribution.
29263. All advertising materials mentioning features or use of this software
2927 must display the following acknowledgement:
2928 This product includes software developed by the NetBSD
2929 Foundation, Inc. and its contributors.
29304. Neither the name of The NetBSD Foundation nor the names of its
2931 contributors may be used to endorse or promote products derived
2932 from this software without specific prior written permission.
2933
2934THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2935``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2936TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2937PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2938BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2939CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2940SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2941INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2942CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2943ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2944POSSIBILITY OF SUCH DAMAGE.
2945
2946-------------------------------------------------------------------
2947
2948Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
Elliott Hughes387d4b72012-08-09 15:17:46 -07002949All rights reserved.
2950
2951Redistribution and use in source and binary forms, with or without
2952modification, are permitted provided that the following conditions
2953are met:
29541. Redistributions of source code must retain the above copyright
2955 notice, this list of conditions and the following disclaimer.
29562. Redistributions in binary form must reproduce the above copyright
2957 notice, this list of conditions and the following disclaimer in the
2958 documentation and/or other materials provided with the distribution.
29593. The name of the author may not be used to endorse or promote products
2960 derived from this software without specific prior written permission.
2961
2962THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
2963INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
2964AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
2965THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2966EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2967PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
2968OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
2969WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
2970OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
2971ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2972
2973-------------------------------------------------------------------
2974
Elliott Hughes9a4b68e2019-11-20 14:56:22 -08002975Copyright (c) 1998, 2015 Todd C. Miller <millert@openbsd.org>
Elliott Hughesb4931ce2016-02-08 17:00:12 -08002976
2977Permission to use, copy, modify, and distribute this software for any
2978purpose with or without fee is hereby granted, provided that the above
2979copyright notice and this permission notice appear in all copies.
2980
2981THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2982WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2983MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2984ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2985WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2986ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2987OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2988
2989-------------------------------------------------------------------
2990
Elliott Hughes261e2232012-08-14 15:04:05 -07002991Copyright (c) 1999
2992 David E. O'Brien
2993Copyright (c) 1988, 1993
Elliott Hughes387d4b72012-08-09 15:17:46 -07002994 The Regents of the University of California. All rights reserved.
2995
2996Redistribution and use in source and binary forms, with or without
2997modification, are permitted provided that the following conditions
2998are met:
29991. Redistributions of source code must retain the above copyright
3000 notice, this list of conditions and the following disclaimer.
30012. Redistributions in binary form must reproduce the above copyright
3002 notice, this list of conditions and the following disclaimer in the
3003 documentation and/or other materials provided with the distribution.
30043. Neither the name of the University nor the names of its contributors
3005 may be used to endorse or promote products derived from this software
3006 without specific prior written permission.
3007
3008THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
3009ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3010IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3011ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
3012FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3013DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3014OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3015HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3016LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3017OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3018SUCH DAMAGE.
3019
3020-------------------------------------------------------------------
3021
Elliott Hughes261e2232012-08-14 15:04:05 -07003022Copyright (c) 2000 Ben Harris.
3023Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
3024All rights reserved.
3025
3026Redistribution and use in source and binary forms, with or without
3027modification, are permitted provided that the following conditions
3028are met:
30291. Redistributions of source code must retain the above copyright
3030 notice, this list of conditions and the following disclaimer.
30312. Redistributions in binary form must reproduce the above copyright
3032 notice, this list of conditions and the following disclaimer in the
3033 documentation and/or other materials provided with the distribution.
30343. Neither the name of the project nor the names of its contributors
3035 may be used to endorse or promote products derived from this software
3036 without specific prior written permission.
3037
3038THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
3039ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3040IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3041ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
3042FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3043DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3044OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3045HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3046LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3047OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3048SUCH DAMAGE.
3049
3050-------------------------------------------------------------------
3051
3052Copyright (c) 2000 The NetBSD Foundation, Inc.
3053All rights reserved.
3054
3055This code is derived from software contributed to The NetBSD Foundation
Elliott Hughes261e2232012-08-14 15:04:05 -07003056by Dieter Baron and Thomas Klausner.
3057
3058Redistribution and use in source and binary forms, with or without
3059modification, are permitted provided that the following conditions
3060are met:
30611. Redistributions of source code must retain the above copyright
3062 notice, this list of conditions and the following disclaimer.
30632. Redistributions in binary form must reproduce the above copyright
3064 notice, this list of conditions and the following disclaimer in the
3065 documentation and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -07003066
3067THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
3068``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3069TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3070PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
3071BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3072CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3073SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3074INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3075CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3076ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3077POSSIBILITY OF SUCH DAMAGE.
3078
3079-------------------------------------------------------------------
3080
Elliott Hughes54a74942014-01-03 16:40:37 -08003081Copyright (c) 2001 Wasabi Systems, Inc.
3082All rights reserved.
3083
3084Written by Frank van der Linden for Wasabi Systems, Inc.
3085
3086Redistribution and use in source and binary forms, with or without
3087modification, are permitted provided that the following conditions
3088are met:
30891. Redistributions of source code must retain the above copyright
3090 notice, this list of conditions and the following disclaimer.
30912. Redistributions in binary form must reproduce the above copyright
3092 notice, this list of conditions and the following disclaimer in the
3093 documentation and/or other materials provided with the distribution.
30943. All advertising materials mentioning features or use of this software
3095 must display the following acknowledgement:
3096 This product includes software developed for the NetBSD Project by
3097 Wasabi Systems, Inc.
30984. The name of Wasabi Systems, Inc. may not be used to endorse
3099 or promote products derived from this software without specific prior
3100 written permission.
3101
3102THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND
3103ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3104TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3105PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC
3106BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3107CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3108SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3109INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3110CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3111ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3112POSSIBILITY OF SUCH DAMAGE.
3113
3114-------------------------------------------------------------------
3115
Elliott Hughes882b8af2016-05-16 17:35:36 -07003116Copyright (c) 2001-2011 The FreeBSD Project.
3117All rights reserved.
3118
3119Redistribution and use in source and binary forms, with or without
3120modification, are permitted provided that the following conditions
3121are met:
31221. Redistributions of source code must retain the above copyright
3123 notice, this list of conditions and the following disclaimer.
31242. Redistributions in binary form must reproduce the above copyright
3125 notice, this list of conditions and the following disclaimer in the
3126 documentation and/or other materials provided with the distribution.
3127
3128THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3129ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3130IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3131ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3132FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3133DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3134OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3135HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3136LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3137OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3138SUCH DAMAGE.
3139
3140-------------------------------------------------------------------
3141
Elliott Hughes261e2232012-08-14 15:04:05 -07003142Copyright (c) 2002 Daniel Hartmeier
3143All rights reserved.
3144
3145Redistribution and use in source and binary forms, with or without
3146modification, are permitted provided that the following conditions
3147are met:
3148
3149 - Redistributions of source code must retain the above copyright
3150 notice, this list of conditions and the following disclaimer.
3151 - Redistributions in binary form must reproduce the above
3152 copyright notice, this list of conditions and the following
3153 disclaimer in the documentation and/or other materials provided
3154 with the distribution.
3155
3156THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3157"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3158LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
3159FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
3160COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
3161INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
3162BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3163LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
3164CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3165LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
3166ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3167POSSIBILITY OF SUCH DAMAGE.
3168
3169-------------------------------------------------------------------
3170
Elliott Hughes261e2232012-08-14 15:04:05 -07003171Copyright (c) 2002 Tim J. Robbins
3172All rights reserved.
3173
3174Redistribution and use in source and binary forms, with or without
3175modification, are permitted provided that the following conditions
3176are met:
31771. Redistributions of source code must retain the above copyright
3178 notice, this list of conditions and the following disclaimer.
31792. Redistributions in binary form must reproduce the above copyright
3180 notice, this list of conditions and the following disclaimer in the
3181 documentation and/or other materials provided with the distribution.
3182
3183THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3184ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3185IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3186ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3187FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3188DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3189OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3190HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3191LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3192OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3193SUCH DAMAGE.
3194
3195-------------------------------------------------------------------
3196
Elliott Hughesbfa582d2014-05-05 14:58:17 -07003197Copyright (c) 2002 Tim J. Robbins.
3198All rights reserved.
3199
3200Redistribution and use in source and binary forms, with or without
3201modification, are permitted provided that the following conditions
3202are met:
32031. Redistributions of source code must retain the above copyright
3204 notice, this list of conditions and the following disclaimer.
32052. Redistributions in binary form must reproduce the above copyright
3206 notice, this list of conditions and the following disclaimer in the
3207 documentation and/or other materials provided with the distribution.
3208
3209THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3210ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3211IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3212ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3213FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3214DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3215OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3216HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3217LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3218OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3219SUCH DAMAGE.
3220
3221-------------------------------------------------------------------
3222
Elliott Hughes261e2232012-08-14 15:04:05 -07003223Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com>
3224
3225Permission to use, copy, modify, and distribute this software for any
3226purpose with or without fee is hereby granted, provided that the above
3227copyright notice and this permission notice appear in all copies.
3228
3229THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3230WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3231MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3232ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3233WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3234ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3235OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3236
3237Sponsored in part by the Defense Advanced Research Projects
3238Agency (DARPA) and Air Force Research Laboratory, Air Force
3239Materiel Command, USAF, under agreement number F39502-99-1-0512.
3240
3241-------------------------------------------------------------------
3242
Elliott Hughesbfa582d2014-05-05 14:58:17 -07003243Copyright (c) 2002, 2003 Tim J. Robbins.
3244All rights reserved.
3245
3246Redistribution and use in source and binary forms, with or without
3247modification, are permitted provided that the following conditions
3248are met:
32491. Redistributions of source code must retain the above copyright
3250 notice, this list of conditions and the following disclaimer.
32512. Redistributions in binary form must reproduce the above copyright
3252 notice, this list of conditions and the following disclaimer in the
3253 documentation and/or other materials provided with the distribution.
3254
3255THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3256ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3257IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3258ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3259FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3260DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3261OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3262HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3263LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3264OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3265SUCH DAMAGE.
3266
3267-------------------------------------------------------------------
3268
3269Copyright (c) 2002-2004 Tim J. Robbins
3270All rights reserved.
3271
3272Redistribution and use in source and binary forms, with or without
3273modification, are permitted provided that the following conditions
3274are met:
32751. Redistributions of source code must retain the above copyright
3276 notice, this list of conditions and the following disclaimer.
32772. Redistributions in binary form must reproduce the above copyright
3278 notice, this list of conditions and the following disclaimer in the
3279 documentation and/or other materials provided with the distribution.
3280
3281THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3282ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3283IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3284ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3285FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3286DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3287OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3288HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3289LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3290OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3291SUCH DAMAGE.
3292
3293-------------------------------------------------------------------
3294
3295Copyright (c) 2002-2004 Tim J. Robbins.
3296All rights reserved.
3297
3298Redistribution and use in source and binary forms, with or without
3299modification, are permitted provided that the following conditions
3300are met:
33011. Redistributions of source code must retain the above copyright
3302 notice, this list of conditions and the following disclaimer.
33032. Redistributions in binary form must reproduce the above copyright
3304 notice, this list of conditions and the following disclaimer in the
3305 documentation and/or other materials provided with the distribution.
3306
3307THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3308ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3309IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3310ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3311FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3312DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3313OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3314HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3315LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3316OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3317SUCH DAMAGE.
3318
3319-------------------------------------------------------------------
3320
Elliott Hughesacbe3222014-04-16 17:01:12 -07003321Copyright (c) 2003 David Schultz <das@FreeBSD.ORG>
3322All rights reserved.
3323
3324Redistribution and use in source and binary forms, with or without
3325modification, are permitted provided that the following conditions
3326are met:
33271. Redistributions of source code must retain the above copyright
3328 notice, this list of conditions and the following disclaimer.
33292. Redistributions in binary form must reproduce the above copyright
3330 notice, this list of conditions and the following disclaimer in the
3331 documentation and/or other materials provided with the distribution.
3332
3333THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3334ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3335IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3336ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3337FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3338DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3339OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3340HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3341LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3342OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3343SUCH DAMAGE.
3344
3345-------------------------------------------------------------------
3346
Elliott Hughes261e2232012-08-14 15:04:05 -07003347Copyright (c) 2003 Networks Associates Technology, Inc.
3348All rights reserved.
3349
3350Portions of this software were developed for the FreeBSD Project by
3351Jacques A. Vidrine, Safeport Network Services, and Network
3352Associates Laboratories, the Security Research Division of Network
3353Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
3354("CBOSS"), as part of the DARPA CHATS research program.
3355
3356Redistribution and use in source and binary forms, with or without
3357modification, are permitted provided that the following conditions
3358are met:
33591. Redistributions of source code must retain the above copyright
3360 notice, this list of conditions and the following disclaimer.
33612. Redistributions in binary form must reproduce the above copyright
3362 notice, this list of conditions and the following disclaimer in the
3363 documentation and/or other materials provided with the distribution.
3364
3365THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3366ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3367IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3368ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3369FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3370DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3371OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3372HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3373LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3374OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3375SUCH DAMAGE.
3376
3377-------------------------------------------------------------------
3378
Nick Kralevich5e58ea02012-09-12 13:21:25 -07003379Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
3380
3381Permission to use, copy, modify, and distribute this software for any
3382purpose with or without fee is hereby granted, provided that the above
3383copyright notice and this permission notice appear in all copies.
3384
3385THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3386WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3387MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3388ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3389WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3390ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3391OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3392
3393Sponsored in part by the Defense Advanced Research Projects
3394Agency (DARPA) and Air Force Research Laboratory, Air Force
3395Materiel Command, USAF, under agreement number F39502-99-1-0512.
3396
3397-------------------------------------------------------------------
3398
Elliott Hughes882b8af2016-05-16 17:35:36 -07003399Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
3400
3401Permission to use, copy, modify, and distribute this software for any
3402purpose with or without fee is hereby granted, provided that the above
3403copyright notice and this permission notice appear in all copies.
3404
3405THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3406WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3407MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3408ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3409WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3410ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3411OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3412
3413Sponsored in part by the Defense Advanced Research Projects
3414Agency (DARPA) and Air Force Research Laboratory, Air Force
3415Materiel Command, USAF, under agreement number F39502-99-1-0512.
3416
3417-------------------------------------------------------------------
3418
Dan Albertc30862f2016-10-20 11:45:16 -07003419Copyright (c) 2004 David Schultz <das@FreeBSD.ORG>
3420All rights reserved.
3421
3422Redistribution and use in source and binary forms, with or without
3423modification, are permitted provided that the following conditions
3424are met:
34251. Redistributions of source code must retain the above copyright
3426 notice, this list of conditions and the following disclaimer.
34272. Redistributions in binary form must reproduce the above copyright
3428 notice, this list of conditions and the following disclaimer in the
3429 documentation and/or other materials provided with the distribution.
3430
3431THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3432ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3433IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3434ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3435FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3436DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3437OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3438HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3439LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3440OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3441SUCH DAMAGE.
3442
3443-------------------------------------------------------------------
3444
Elliott Hughes261e2232012-08-14 15:04:05 -07003445Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3446Copyright (c) 1995,1999 by Internet Software Consortium.
3447
3448Permission to use, copy, modify, and distribute this software for any
3449purpose with or without fee is hereby granted, provided that the above
3450copyright notice and this permission notice appear in all copies.
3451
3452THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3453WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3454MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3455ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3456WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3457ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3458OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3459
3460-------------------------------------------------------------------
3461
3462Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3463Copyright (c) 1995-1999 by Internet Software Consortium
3464
3465Permission to use, copy, modify, and distribute this software for any
3466purpose with or without fee is hereby granted, provided that the above
3467copyright notice and this permission notice appear in all copies.
3468
3469THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3470WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3471MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3472ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3473WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3474ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3475OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3476
3477-------------------------------------------------------------------
3478
3479Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3480Copyright (c) 1995-1999 by Internet Software Consortium.
3481
3482Permission to use, copy, modify, and distribute this software for any
3483purpose with or without fee is hereby granted, provided that the above
3484copyright notice and this permission notice appear in all copies.
3485
3486THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3487WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3488MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3489ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3490WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3491ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3492OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3493
3494-------------------------------------------------------------------
3495
3496Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3497Copyright (c) 1996,1999 by Internet Software Consortium.
3498
3499Permission to use, copy, modify, and distribute this software for any
3500purpose with or without fee is hereby granted, provided that the above
3501copyright notice and this permission notice appear in all copies.
3502
3503THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3504WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3505MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3506ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3507WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3508ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3509OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3510
3511-------------------------------------------------------------------
3512
3513Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3514Copyright (c) 1996-1999 by Internet Software Consortium
3515
3516Permission to use, copy, modify, and distribute this software for any
3517purpose with or without fee is hereby granted, provided that the above
3518copyright notice and this permission notice appear in all copies.
3519
3520THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3521WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3522MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3523ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3524WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3525ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3526OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3527
3528-------------------------------------------------------------------
3529
3530Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3531Copyright (c) 1996-1999 by Internet Software Consortium.
3532
3533Permission to use, copy, modify, and distribute this software for any
3534purpose with or without fee is hereby granted, provided that the above
3535copyright notice and this permission notice appear in all copies.
3536
3537THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3538WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3539MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3540ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3541WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3542ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3543OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3544
3545-------------------------------------------------------------------
3546
3547Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3548Copyright (c) 1997,1999 by Internet Software Consortium.
3549
3550Permission to use, copy, modify, and distribute this software for any
3551purpose with or without fee is hereby granted, provided that the above
3552copyright notice and this permission notice appear in all copies.
3553
3554THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3555WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3556MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3557ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3558WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3559ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3560OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3561
3562-------------------------------------------------------------------
3563
3564Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
Elliott Hughes261e2232012-08-14 15:04:05 -07003565Copyright (c) 1999 by Internet Software Consortium.
3566
3567Permission to use, copy, modify, and distribute this software for any
3568purpose with or without fee is hereby granted, provided that the above
3569copyright notice and this permission notice appear in all copies.
3570
3571THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3572WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3573MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3574ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3575WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3576ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3577OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3578
3579-------------------------------------------------------------------
3580
3581Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3582Portions Copyright (c) 1996-1999 by Internet Software Consortium.
3583
3584Permission to use, copy, modify, and distribute this software for any
3585purpose with or without fee is hereby granted, provided that the above
3586copyright notice and this permission notice appear in all copies.
3587
3588THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3589WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3590MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3591ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3592WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3593ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3594OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3595
3596-------------------------------------------------------------------
3597
Elliott Hughesacbe3222014-04-16 17:01:12 -07003598Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.ORG>
3599All rights reserved.
3600
3601Redistribution and use in source and binary forms, with or without
3602modification, are permitted provided that the following conditions
3603are met:
36041. Redistributions of source code must retain the above copyright
3605 notice, this list of conditions and the following disclaimer.
36062. Redistributions in binary form must reproduce the above copyright
3607 notice, this list of conditions and the following disclaimer in the
3608 documentation and/or other materials provided with the distribution.
3609
3610THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3611ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3612IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3613ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3614FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3615DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3616OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3617HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3618LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3619OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3620SUCH DAMAGE.
3621
3622-------------------------------------------------------------------
3623
Elliott Hughes882b8af2016-05-16 17:35:36 -07003624Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG>
3625All rights reserved.
3626
3627Redistribution and use in source and binary forms, with or without
3628modification, are permitted provided that the following conditions
3629are met:
36301. Redistributions of source code must retain the above copyright
3631 notice, this list of conditions and the following disclaimer.
36322. Redistributions in binary form must reproduce the above copyright
3633 notice, this list of conditions and the following disclaimer in the
3634 documentation and/or other materials provided with the distribution.
3635
3636THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3637ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3638IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3639ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3640FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3641DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3642OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3643HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3644LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3645OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3646SUCH DAMAGE.
3647
3648-------------------------------------------------------------------
3649
3650Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG>
3651All rights reserved.
3652
3653Redistribution and use in source and binary forms, with or without
3654modification, are permitted provided that the following conditions
3655are met:
36561. Redistributions of source code must retain the above copyright
3657 notice, this list of conditions and the following disclaimer.
36582. Redistributions in binary form must reproduce the above copyright
3659 notice, this list of conditions and the following disclaimer in the
3660 documentation and/or other materials provided with the distribution.
3661
3662THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3663ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3664IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3665ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3666FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3667DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3668OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3669HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3670LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3671OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3672SUCH DAMAGE.
3673
3674-------------------------------------------------------------------
3675
Elliott Hughes261e2232012-08-14 15:04:05 -07003676Copyright (c) 2005 Tim J. Robbins.
3677All rights reserved.
3678
3679Redistribution and use in source and binary forms, with or without
3680modification, are permitted provided that the following conditions
3681are met:
36821. Redistributions of source code must retain the above copyright
3683 notice, this list of conditions and the following disclaimer.
36842. Redistributions in binary form must reproduce the above copyright
3685 notice, this list of conditions and the following disclaimer in the
3686 documentation and/or other materials provided with the distribution.
3687
3688THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3689ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3690IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3691ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3692FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3693DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3694OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3695HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3696LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3697OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3698SUCH DAMAGE.
3699
3700-------------------------------------------------------------------
3701
Elliott Hughes448080d2013-01-29 16:25:06 -08003702Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC")
3703Copyright (c) 1995-1999 by Internet Software Consortium
3704
3705Permission to use, copy, modify, and distribute this software for any
3706purpose with or without fee is hereby granted, provided that the above
3707copyright notice and this permission notice appear in all copies.
3708
3709THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3710WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3711MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3712ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3713WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3714ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3715OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3716
3717-------------------------------------------------------------------
3718
Elliott Hughes26b06072020-07-31 11:00:10 -07003719Copyright (c) 2005-2018 Rich Felker
Elliott Hughesc6b38ae2019-11-22 11:15:42 -08003720
3721Permission is hereby granted, free of charge, to any person obtaining
3722a copy of this software and associated documentation files (the
3723"Software"), to deal in the Software without restriction, including
3724without limitation the rights to use, copy, modify, merge, publish,
3725distribute, sublicense, and/or sell copies of the Software, and to
3726permit persons to whom the Software is furnished to do so, subject to
3727the following conditions:
3728
3729The above copyright notice and this permission notice shall be
3730included in all copies or substantial portions of the Software.
3731
3732THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3733EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3734MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3735IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3736CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3737TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3738SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3739
3740-------------------------------------------------------------------
3741
Elliott Hughes5633caa2020-08-06 14:32:43 -07003742Copyright (c) 2005-2020 Rich Felker, et al.
3743
3744Permission is hereby granted, free of charge, to any person obtaining
3745a copy of this software and associated documentation files (the
3746"Software"), to deal in the Software without restriction, including
3747without limitation the rights to use, copy, modify, merge, publish,
3748distribute, sublicense, and/or sell copies of the Software, and to
3749permit persons to whom the Software is furnished to do so, subject to
3750the following conditions:
3751
3752The above copyright notice and this permission notice shall be
3753included in all copies or substantial portions of the Software.
3754
3755THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3756EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3757MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3758IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3759CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3760TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3761SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3762
3763-------------------------------------------------------------------
3764
Elliott Hughes9a4b68e2019-11-20 14:56:22 -08003765Copyright (c) 2007 Todd C. Miller <millert@openbsd.org>
Elliott Hughes7e54c762015-05-12 10:09:01 -07003766
3767Permission to use, copy, modify, and distribute this software for any
3768purpose with or without fee is hereby granted, provided that the above
3769copyright notice and this permission notice appear in all copies.
3770
3771THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3772WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3773MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3774ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3775WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3776ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3777OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3778
3779-------------------------------------------------------------------
3780
Elliott Hughes387d4b72012-08-09 15:17:46 -07003781Copyright (c) 2007-2008 Michael G Schwern
3782
3783This software originally derived from Paul Sheer's pivotal_gmtime_r.c.
3784
3785The MIT License:
3786
3787Permission is hereby granted, free of charge, to any person obtaining a copy
3788of this software and associated documentation files (the "Software"), to deal
3789in the Software without restriction, including without limitation the rights
3790to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3791copies of the Software, and to permit persons to whom the Software is
3792furnished to do so, subject to the following conditions:
3793
3794The above copyright notice and this permission notice shall be included in
3795all copies or substantial portions of the Software.
3796
3797THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3798IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3799FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3800AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3801LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3802OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3803THE SOFTWARE.
3804
Elliott Hughes387d4b72012-08-09 15:17:46 -07003805-------------------------------------------------------------------
3806
Elliott Hughes261e2232012-08-14 15:04:05 -07003807Copyright (c) 2007-2008 Michael G Schwern
Elliott Hughes387d4b72012-08-09 15:17:46 -07003808
Elliott Hughes261e2232012-08-14 15:04:05 -07003809This software originally derived from Paul Sheer's pivotal_gmtime_r.c.
Elliott Hughes387d4b72012-08-09 15:17:46 -07003810
Elliott Hughes261e2232012-08-14 15:04:05 -07003811The MIT License:
3812
3813Permission is hereby granted, free of charge, to any person obtaining a copy
3814of this software and associated documentation files (the "Software"), to deal
3815in the Software without restriction, including without limitation the rights
3816to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3817copies of the Software, and to permit persons to whom the Software is
3818furnished to do so, subject to the following conditions:
3819
3820The above copyright notice and this permission notice shall be included in
3821all copies or substantial portions of the Software.
3822
3823THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3824IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3825FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3826AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3827LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3828OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3829THE SOFTWARE.
3830
3831Origin: http://code.google.com/p/y2038
3832Modified for Bionic by the Android Open Source Project
Elliott Hughes387d4b72012-08-09 15:17:46 -07003833
3834-------------------------------------------------------------------
3835
Elliott Hughes26b06072020-07-31 11:00:10 -07003836Copyright (c) 2008, 2016 Todd C. Miller <millert@openbsd.org>
3837
3838Permission to use, copy, modify, and distribute this software for any
3839purpose with or without fee is hereby granted, provided that the above
3840copyright notice and this permission notice appear in all copies.
3841
3842THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3843WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3844MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3845ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3846WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3847ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3848OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3849
3850-------------------------------------------------------------------
3851
3852Copyright (c) 2008, 2017 Otto Moerbeek <otto@drijf.net>
Elliott Hughes261e2232012-08-14 15:04:05 -07003853
3854Permission to use, copy, modify, and distribute this software for any
3855purpose with or without fee is hereby granted, provided that the above
3856copyright notice and this permission notice appear in all copies.
3857
3858THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3859WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3860MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3861ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3862WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3863ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3864OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3865
3866-------------------------------------------------------------------
3867
Elliott Hughes3758a242014-07-22 21:24:47 -07003868Copyright (c) 2008, Damien Miller <djm@openbsd.org>
3869
3870Permission to use, copy, modify, and distribute this software for any
3871purpose with or without fee is hereby granted, provided that the above
3872copyright notice and this permission notice appear in all copies.
3873
3874THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3875WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3876MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3877ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3878WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3879ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3880OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3881
3882-------------------------------------------------------------------
3883
Elliott Hughes261e2232012-08-14 15:04:05 -07003884Copyright (c) 2009 David Schultz <das@FreeBSD.org>
3885All rights reserved.
3886
Elliott Hughes15581382014-07-07 15:42:06 -07003887Copyright (c) 2011 The FreeBSD Foundation
3888All rights reserved.
3889Portions of this software were developed by David Chisnall
3890under sponsorship from the FreeBSD Foundation.
3891
3892Redistribution and use in source and binary forms, with or without
3893modification, are permitted provided that the following conditions
3894are met:
38951. Redistributions of source code must retain the above copyright
3896 notice, this list of conditions and the following disclaimer.
38972. Redistributions in binary form must reproduce the above copyright
3898 notice, this list of conditions and the following disclaimer in the
3899 documentation and/or other materials provided with the distribution.
3900
3901THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3902ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3903IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3904ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3905FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3906DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3907OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3908HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3909LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3910OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3911SUCH DAMAGE.
3912
3913-------------------------------------------------------------------
3914
3915Copyright (c) 2009 David Schultz <das@FreeBSD.org>
3916All rights reserved.
3917
Elliott Hughes261e2232012-08-14 15:04:05 -07003918Redistribution and use in source and binary forms, with or without
3919modification, are permitted provided that the following conditions
3920are met:
39211. Redistributions of source code must retain the above copyright
3922 notice, this list of conditions and the following disclaimer.
39232. Redistributions in binary form must reproduce the above copyright
3924 notice, this list of conditions and the following disclaimer in the
3925 documentation and/or other materials provided with the distribution.
3926
3927THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3928ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3929IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3930ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3931FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3932DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3933OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3934HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3935LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3936OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3937SUCH DAMAGE.
3938
3939-------------------------------------------------------------------
3940
Irina Tirdeaeac9eb42012-09-08 09:28:30 +03003941Copyright (c) 2009 The NetBSD Foundation, Inc.
3942
3943This code is derived from software contributed to The NetBSD Foundation
3944by Roy Marples.
3945
3946Redistribution and use in source and binary forms, with or without
3947modification, are permitted provided that the following conditions
3948are met:
39491. Redistributions of source code must retain the above copyright
3950 notice, this list of conditions and the following disclaimer.
39512. Redistributions in binary form must reproduce the above copyright
3952 notice, this list of conditions and the following disclaimer in the
3953 documentation and/or other materials provided with the distribution.
3954
3955THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
3956IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
3957OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
3958IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
3959INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
3960NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3961DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3962THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3963(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3964THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3965
3966-------------------------------------------------------------------
3967
Elliott Hughes882b8af2016-05-16 17:35:36 -07003968Copyright (c) 2010 The NetBSD Foundation, Inc.
3969All rights reserved.
3970
3971Redistribution and use in source and binary forms, with or without
3972modification, are permitted provided that the following conditions
3973are met:
39741. Redistributions of source code must retain the above copyright
3975 notice, this list of conditions and the following disclaimer.
39762. Redistributions in binary form must reproduce the above copyright
3977 notice, this list of conditions and the following disclaimer in the
3978 documentation and/or other materials provided with the distribution.
3979
3980THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
3981``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3982TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3983PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
3984BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3985CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3986SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3987INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3988CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3989ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3990POSSIBILITY OF SUCH DAMAGE.
3991
3992-------------------------------------------------------------------
3993
Elliott Hughes9a4b68e2019-11-20 14:56:22 -08003994Copyright (c) 2010 Todd C. Miller <millert@openbsd.org>
Elliott Hughes4e54b112014-03-06 15:06:11 -08003995
3996Permission to use, copy, modify, and distribute this software for any
3997purpose with or without fee is hereby granted, provided that the above
3998copyright notice and this permission notice appear in all copies.
3999
4000THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4001WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4002MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4003ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4004WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4005ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
4006OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4007
4008-------------------------------------------------------------------
4009
Elliott Hughes54a74942014-01-03 16:40:37 -08004010Copyright (c) 2010, 2011, 2012, 2013 Intel Corporation
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004011All rights reserved.
4012
4013Redistribution and use in source and binary forms, with or without
4014modification, are permitted provided that the following conditions are met:
4015
Elliott Hughes3758a242014-07-22 21:24:47 -07004016 * Redistributions of source code must retain the above copyright notice,
4017 * this list of conditions and the following disclaimer.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004018
Elliott Hughes3758a242014-07-22 21:24:47 -07004019 * Redistributions in binary form must reproduce the above copyright notice,
4020 * this list of conditions and the following disclaimer in the documentation
4021 * and/or other materials provided with the distribution.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004022
Elliott Hughes3758a242014-07-22 21:24:47 -07004023 * Neither the name of Intel Corporation nor the names of its contributors
4024 * may be used to endorse or promote products derived from this software
4025 * without specific prior written permission.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004026
4027THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4028ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4029WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4030DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
4031ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4032(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4033LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
4034ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4035(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4036SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4037
4038-------------------------------------------------------------------
4039
Elliott Hughes261e2232012-08-14 15:04:05 -07004040Copyright (c) 2010, Intel Corporation
4041All rights reserved.
4042
4043Redistribution and use in source and binary forms, with or without
4044modification, are permitted provided that the following conditions are met:
4045
Elliott Hughes3758a242014-07-22 21:24:47 -07004046 * Redistributions of source code must retain the above copyright notice,
4047 * this list of conditions and the following disclaimer.
Elliott Hughes261e2232012-08-14 15:04:05 -07004048
Elliott Hughes3758a242014-07-22 21:24:47 -07004049 * Redistributions in binary form must reproduce the above copyright notice,
4050 * this list of conditions and the following disclaimer in the documentation
4051 * and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -07004052
Elliott Hughes3758a242014-07-22 21:24:47 -07004053 * Neither the name of Intel Corporation nor the names of its contributors
4054 * may be used to endorse or promote products derived from this software
4055 * without specific prior written permission.
Elliott Hughes261e2232012-08-14 15:04:05 -07004056
4057THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4058ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4059WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4060DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
4061ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4062(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4063LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
4064ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4065(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4066SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4067
4068-------------------------------------------------------------------
4069
Elliott Hughesbfa582d2014-05-05 14:58:17 -07004070Copyright (c) 2011 David Chisnall
4071All rights reserved.
4072
4073Redistribution and use in source and binary forms, with or without
4074modification, are permitted provided that the following conditions
4075are met:
40761. Redistributions of source code must retain the above copyright
4077 notice, this list of conditions and the following disclaimer.
40782. Redistributions in binary form must reproduce the above copyright
4079 notice, this list of conditions and the following disclaimer in the
4080 documentation and/or other materials provided with the distribution.
4081
4082THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4083ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4084IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4085ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4086FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4087DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4088OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4089HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4090LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4091OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4092SUCH DAMAGE.
4093
4094-------------------------------------------------------------------
4095
Elliott Hughes15581382014-07-07 15:42:06 -07004096Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org>
4097 David Chisnall <theraven@FreeBSD.org>
4098All rights reserved.
4099
4100Redistribution and use in source and binary forms, with or without
4101modification, are permitted provided that the following conditions
4102are met:
41031. Redistributions of source code must retain the above copyright
4104 notice, this list of conditions and the following disclaimer.
41052. Redistributions in binary form must reproduce the above copyright
4106 notice, this list of conditions and the following disclaimer in the
4107 documentation and/or other materials provided with the distribution.
4108
4109THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4110ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4111IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4112ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4113FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4114DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4115OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4116HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4117LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4118OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4119SUCH DAMAGE.
4120
4121-------------------------------------------------------------------
4122
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004123Copyright (c) 2011 Intel Corporation
4124All rights reserved.
4125
4126Redistribution and use in source and binary forms, with or without
4127modification, are permitted provided that the following conditions are met:
4128
Elliott Hughes3758a242014-07-22 21:24:47 -07004129 * Redistributions of source code must retain the above copyright notice,
4130 * this list of conditions and the following disclaimer.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004131
Elliott Hughes3758a242014-07-22 21:24:47 -07004132 * Redistributions in binary form must reproduce the above copyright notice,
4133 * this list of conditions and the following disclaimer in the documentation
4134 * and/or other materials provided with the distribution.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004135
Elliott Hughes3758a242014-07-22 21:24:47 -07004136 * Neither the name of Intel Corporation nor the names of its contributors
4137 * may be used to endorse or promote products derived from this software
4138 * without specific prior written permission.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004139
4140THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4141ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4142WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4143DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
4144ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4145(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4146LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
4147ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4148(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4149SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4150
4151-------------------------------------------------------------------
4152
Elliott Hughes5c2264a2014-09-13 09:42:41 -07004153Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org>
4154
4155Permission to use, copy, modify, and distribute this software for any
4156purpose with or without fee is hereby granted, provided that the above
4157copyright notice and this permission notice appear in all copies.
4158
4159THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4160WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4161MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4162ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4163WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4164ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
4165OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4166
4167-------------------------------------------------------------------
4168
Elliott Hughes261e2232012-08-14 15:04:05 -07004169Copyright (c) 2011 The Android Open Source Project
4170Copyright (c) 2008 ARM Ltd
4171All rights reserved.
4172
4173Redistribution and use in source and binary forms, with or without
4174modification, are permitted provided that the following conditions
4175are met:
41761. Redistributions of source code must retain the above copyright
4177 notice, this list of conditions and the following disclaimer.
41782. Redistributions in binary form must reproduce the above copyright
4179 notice, this list of conditions and the following disclaimer in the
4180 documentation and/or other materials provided with the distribution.
41813. The name of the company may not be used to endorse or promote
4182 products derived from this software without specific prior written
4183 permission.
4184
4185THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
4186WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4187MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4188IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4189SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4190TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4191PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4192LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4193NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4194SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4195
4196-------------------------------------------------------------------
4197
Elliott Hughes54a74942014-01-03 16:40:37 -08004198Copyright (c) 2011, 2012, 2013 Intel Corporation
4199All rights reserved.
4200
4201Redistribution and use in source and binary forms, with or without
4202modification, are permitted provided that the following conditions are met:
4203
Elliott Hughes3758a242014-07-22 21:24:47 -07004204 * Redistributions of source code must retain the above copyright notice,
4205 * this list of conditions and the following disclaimer.
Elliott Hughes54a74942014-01-03 16:40:37 -08004206
Elliott Hughes3758a242014-07-22 21:24:47 -07004207 * Redistributions in binary form must reproduce the above copyright notice,
4208 * this list of conditions and the following disclaimer in the documentation
4209 * and/or other materials provided with the distribution.
Elliott Hughes54a74942014-01-03 16:40:37 -08004210
Elliott Hughes3758a242014-07-22 21:24:47 -07004211 * Neither the name of Intel Corporation nor the names of its contributors
4212 * may be used to endorse or promote products derived from this software
4213 * without specific prior written permission.
Elliott Hughes54a74942014-01-03 16:40:37 -08004214
4215THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4216ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4217WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4218DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
4219ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4220(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4221LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
4222ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4223(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4224SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4225
4226-------------------------------------------------------------------
4227
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004228Copyright (c) 2011, Intel Corporation
4229All rights reserved.
4230
4231Redistribution and use in source and binary forms, with or without
4232modification, are permitted provided that the following conditions are met:
4233
Elliott Hughes3758a242014-07-22 21:24:47 -07004234 * Redistributions of source code must retain the above copyright notice,
4235 * this list of conditions and the following disclaimer.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004236
Elliott Hughes3758a242014-07-22 21:24:47 -07004237 * Redistributions in binary form must reproduce the above copyright notice,
4238 * this list of conditions and the following disclaimer in the documentation
4239 * and/or other materials provided with the distribution.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004240
Elliott Hughes3758a242014-07-22 21:24:47 -07004241 * Neither the name of Intel Corporation nor the names of its contributors
4242 * may be used to endorse or promote products derived from this software
4243 * without specific prior written permission.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004244
4245THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4246ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4247WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4248DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
4249ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4250(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4251LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
4252ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4253(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4254SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4255
4256-------------------------------------------------------------------
4257
Elliott Hughes261e2232012-08-14 15:04:05 -07004258Copyright (c) 2011, VMware, Inc.
4259All rights reserved.
4260
4261Redistribution and use in source and binary forms, with or without
4262modification, are permitted provided that the following conditions are met:
Elliott Hughes3758a242014-07-22 21:24:47 -07004263 * Redistributions of source code must retain the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -07004264 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -07004265 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -07004266 notice, this list of conditions and the following disclaimer in the
4267 documentation and/or other materials provided with the distribution.
Elliott Hughes3758a242014-07-22 21:24:47 -07004268 * Neither the name of the VMware, Inc. nor the names of its contributors
Elliott Hughes261e2232012-08-14 15:04:05 -07004269 may be used to endorse or promote products derived from this software
4270 without specific prior written permission.
4271
4272THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
4273AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4274IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4275ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR
4276ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4277(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4278LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
4279ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4280(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
4281THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4282
4283-------------------------------------------------------------------
4284
Jake Weinstein372f19e2016-11-17 16:01:25 -05004285Copyright (c) 2012-2013, Linaro Limited
4286 All rights reserved.
4287
4288 Redistribution and use in source and binary forms, with or without
4289 modification, are permitted provided that the following conditions are met:
4290 * Redistributions of source code must retain the above copyright
4291 notice, this list of conditions and the following disclaimer.
4292 * Redistributions in binary form must reproduce the above copyright
4293 notice, this list of conditions and the following disclaimer in the
4294 documentation and/or other materials provided with the distribution.
4295 * Neither the name of the Linaro nor the
4296 names of its contributors may be used to endorse or promote products
4297 derived from this software without specific prior written permission.
4298
4299 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4300 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4301 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4302 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4303 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4304 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4305 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4306 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4307 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4308 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4309
4310-------------------------------------------------------------------
4311
Jake Weinsteinbff53b22017-05-06 23:22:58 -04004312Copyright (c) 2012-2014 ARM Ltd
4313All rights reserved.
4314
4315Redistribution and use in source and binary forms, with or without
4316modification, are permitted provided that the following conditions
4317are met:
43181. Redistributions of source code must retain the above copyright
4319 notice, this list of conditions and the following disclaimer.
43202. Redistributions in binary form must reproduce the above copyright
4321 notice, this list of conditions and the following disclaimer in the
4322 documentation and/or other materials provided with the distribution.
43233. The name of the company may not be used to endorse or promote
4324 products derived from this software without specific prior written
4325 permission.
4326
4327THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
4328WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4329MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4330IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4331SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4332TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4333PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4334LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4335NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4336SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4337
4338-------------------------------------------------------------------
4339
Elliott Hughes0493a6f2013-03-07 11:48:58 -08004340Copyright (c) 2013 ARM Ltd
4341All rights reserved.
4342
4343Redistribution and use in source and binary forms, with or without
4344modification, are permitted provided that the following conditions
4345are met:
43461. Redistributions of source code must retain the above copyright
4347 notice, this list of conditions and the following disclaimer.
43482. Redistributions in binary form must reproduce the above copyright
4349 notice, this list of conditions and the following disclaimer in the
4350 documentation and/or other materials provided with the distribution.
43513. The name of the company may not be used to endorse or promote
4352 products derived from this software without specific prior written
4353 permission.
4354
4355THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
4356WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4357MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4358IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4359SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4360TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4361PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4362LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4363NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4364SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4365
4366-------------------------------------------------------------------
4367
Elliott Hughes4e54b112014-03-06 15:06:11 -08004368Copyright (c) 2013 Antoine Jacoutot <ajacoutot@openbsd.org>
4369
4370Permission to use, copy, modify, and distribute this software for any
4371purpose with or without fee is hereby granted, provided that the above
4372copyright notice and this permission notice appear in all copies.
4373
4374THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4375WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4376MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4377ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4378WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4379ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
4380OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4381
4382-------------------------------------------------------------------
4383
Elliott Hughes6b2b5852014-12-18 16:27:30 -08004384Copyright (c) 2013 The NetBSD Foundation, Inc.
4385All rights reserved.
Will Newton2753e122013-07-03 09:44:30 +01004386
Elliott Hughes6b2b5852014-12-18 16:27:30 -08004387This code is derived from software contributed to The NetBSD Foundation
4388by Christos Zoulas.
Will Newton2753e122013-07-03 09:44:30 +01004389
Elliott Hughes6b2b5852014-12-18 16:27:30 -08004390Redistribution and use in source and binary forms, with or without
4391modification, are permitted provided that the following conditions
4392are met:
43931. Redistributions of source code must retain the above copyright
4394 notice, this list of conditions and the following disclaimer.
43952. Redistributions in binary form must reproduce the above copyright
4396 notice, this list of conditions and the following disclaimer in the
4397 documentation and/or other materials provided with the distribution.
Will Newton2753e122013-07-03 09:44:30 +01004398
Elliott Hughes6b2b5852014-12-18 16:27:30 -08004399THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
4400``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
4401TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
4402PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
4403BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
4404CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
4405SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
4406INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
4407CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
4408ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
4409POSSIBILITY OF SUCH DAMAGE.
Will Newton2753e122013-07-03 09:44:30 +01004410
4411-------------------------------------------------------------------
4412
Jake Weinstein372f19e2016-11-17 16:01:25 -05004413Copyright (c) 2013, Linaro Limited
4414 All rights reserved.
4415
4416 Redistribution and use in source and binary forms, with or without
4417 modification, are permitted provided that the following conditions are met:
4418 * Redistributions of source code must retain the above copyright
4419 notice, this list of conditions and the following disclaimer.
4420 * Redistributions in binary form must reproduce the above copyright
4421 notice, this list of conditions and the following disclaimer in the
4422 documentation and/or other materials provided with the distribution.
4423 * Neither the name of the Linaro nor the
4424 names of its contributors may be used to endorse or promote products
4425 derived from this software without specific prior written permission.
4426
4427 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4428 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4429 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4430 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4431 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4432 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4433 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4434 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4435 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4436 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4437
4438-------------------------------------------------------------------
4439
Elliott Hughes15581382014-07-07 15:42:06 -07004440Copyright (c) 2014, Intel Corporation
4441All rights reserved.
4442
4443Redistribution and use in source and binary forms, with or without
4444modification, are permitted provided that the following conditions are met:
4445
Elliott Hughes3758a242014-07-22 21:24:47 -07004446 * Redistributions of source code must retain the above copyright notice,
4447 * this list of conditions and the following disclaimer.
Elliott Hughes15581382014-07-07 15:42:06 -07004448
Elliott Hughes3758a242014-07-22 21:24:47 -07004449 * Redistributions in binary form must reproduce the above copyright notice,
4450 * this list of conditions and the following disclaimer in the documentation
4451 * and/or other materials provided with the distribution.
Elliott Hughes15581382014-07-07 15:42:06 -07004452
Elliott Hughes3758a242014-07-22 21:24:47 -07004453 * Neither the name of Intel Corporation nor the names of its contributors
4454 * may be used to endorse or promote products derived from this software
4455 * without specific prior written permission.
Elliott Hughes15581382014-07-07 15:42:06 -07004456
4457THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4458ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4459WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4460DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
4461ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4462(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4463LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
4464ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4465(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4466SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4467
4468-------------------------------------------------------------------
4469
Elliott Hughes4e54b112014-03-06 15:06:11 -08004470Copyright (c) 2014, Linaro Limited
4471 All rights reserved.
4472
4473 Redistribution and use in source and binary forms, with or without
4474 modification, are permitted provided that the following conditions are met:
Elliott Hughes3758a242014-07-22 21:24:47 -07004475 * Redistributions of source code must retain the above copyright
Elliott Hughes4e54b112014-03-06 15:06:11 -08004476 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -07004477 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes4e54b112014-03-06 15:06:11 -08004478 notice, this list of conditions and the following disclaimer in the
4479 documentation and/or other materials provided with the distribution.
Elliott Hughes3758a242014-07-22 21:24:47 -07004480 * Neither the name of the Linaro nor the
Elliott Hughes4e54b112014-03-06 15:06:11 -08004481 names of its contributors may be used to endorse or promote products
4482 derived from this software without specific prior written permission.
4483
4484 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4485 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4486 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4487 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4488 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4489 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4490 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4491 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4492 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4493 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4494 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4495
4496-------------------------------------------------------------------
4497
Jake Weinstein372f19e2016-11-17 16:01:25 -05004498Copyright (c) 2015 ARM Ltd
4499All rights reserved.
4500
4501Redistribution and use in source and binary forms, with or without
4502modification, are permitted provided that the following conditions
4503are met:
45041. Redistributions of source code must retain the above copyright
4505 notice, this list of conditions and the following disclaimer.
45062. Redistributions in binary form must reproduce the above copyright
4507 notice, this list of conditions and the following disclaimer in the
4508 documentation and/or other materials provided with the distribution.
45093. The name of the company may not be used to endorse or promote
4510 products derived from this software without specific prior written
4511 permission.
4512
4513THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
4514WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4515MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4516IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4517SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4518TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4519PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4520LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4521NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4522SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4523
4524-------------------------------------------------------------------
4525
Elliott Hughesb4931ce2016-02-08 17:00:12 -08004526Copyright (c) 2015 Joerg Sonnenberger <joerg@NetBSD.org>.
4527All rights reserved.
4528
4529Redistribution and use in source and binary forms, with or without
4530modification, are permitted provided that the following conditions
4531are met:
4532
45331. Redistributions of source code must retain the above copyright
4534 notice, this list of conditions and the following disclaimer.
45352. Redistributions in binary form must reproduce the above copyright
4536 notice, this list of conditions and the following disclaimer in
4537 the documentation and/or other materials provided with the
4538 distribution.
4539
4540THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4541``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4542LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
4543FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
4544COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
4545INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
4546BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4547LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
4548AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
4549OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
4550OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4551SUCH DAMAGE.
4552
4553-------------------------------------------------------------------
4554
Elliott Hughes5702c6f2017-08-31 17:27:05 -07004555Copyright (c) 2015 Nuxi, https://nuxi.nl/
4556
4557Redistribution and use in source and binary forms, with or without
4558modification, are permitted provided that the following conditions
4559are met:
45601. Redistributions of source code must retain the above copyright
4561 notice, this list of conditions and the following disclaimer.
45622. Redistributions in binary form must reproduce the above copyright
4563 notice, this list of conditions and the following disclaimer in the
4564 documentation and/or other materials provided with the distribution.
4565
4566THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4567ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4568IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4569ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4570FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4571DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4572OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4573HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4574LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4575OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4576SUCH DAMAGE.
4577
4578-------------------------------------------------------------------
4579
Elliott Hughes261e2232012-08-14 15:04:05 -07004580Copyright (c)1999 Citrus Project,
4581All rights reserved.
4582
4583Redistribution and use in source and binary forms, with or without
4584modification, are permitted provided that the following conditions
4585are met:
45861. Redistributions of source code must retain the above copyright
4587 notice, this list of conditions and the following disclaimer.
45882. Redistributions in binary form must reproduce the above copyright
4589 notice, this list of conditions and the following disclaimer in the
4590 documentation and/or other materials provided with the distribution.
4591
4592THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4593ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4594IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4595ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4596FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4597DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4598OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4599HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4600LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4601OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4602SUCH DAMAGE.
4603
4604-------------------------------------------------------------------
4605
4606Copyright (c)2001 Citrus Project,
4607All rights reserved.
4608
4609Redistribution and use in source and binary forms, with or without
4610modification, are permitted provided that the following conditions
4611are met:
46121. Redistributions of source code must retain the above copyright
4613 notice, this list of conditions and the following disclaimer.
46142. Redistributions in binary form must reproduce the above copyright
4615 notice, this list of conditions and the following disclaimer in the
4616 documentation and/or other materials provided with the distribution.
4617
4618THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4619ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4620IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4621ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4622FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4623DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4624OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4625HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4626LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4627OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4628SUCH DAMAGE.
4629
4630-------------------------------------------------------------------
4631
Elliott Hughesacbe3222014-04-16 17:01:12 -07004632Copyright (c)2003 Citrus Project,
4633All rights reserved.
4634
4635Redistribution and use in source and binary forms, with or without
4636modification, are permitted provided that the following conditions
4637are met:
46381. Redistributions of source code must retain the above copyright
4639 notice, this list of conditions and the following disclaimer.
46402. Redistributions in binary form must reproduce the above copyright
4641 notice, this list of conditions and the following disclaimer in the
4642 documentation and/or other materials provided with the distribution.
4643
4644THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4645ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4646IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4647ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4648FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4649DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4650OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4651HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4652LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4653OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4654SUCH DAMAGE.
4655
4656-------------------------------------------------------------------
4657
Elliott Hughes77a3e282016-08-08 12:39:56 -07004658Copyright 1989 The Regents of the University of California.
4659 All rights reserved.
4660
4661 Redistribution and use in source and binary forms, with or without
4662 modification, are permitted provided that the following conditions
4663 are met:
4664 1. Redistributions of source code must retain the above copyright
4665 notice, this list of conditions and the following disclaimer.
4666 2. Redistributions in binary form must reproduce the above copyright
4667 notice, this list of conditions and the following disclaimer in the
4668 documentation and/or other materials provided with the distribution.
4669 3. Neither the name of the University nor the names of its contributors
4670 may be used to endorse or promote products derived from this software
4671 without specific prior written permission.
4672
4673 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND
4674 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4675 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4676 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4677 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4678 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4679 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4680 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4681 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4682 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4683
4684-------------------------------------------------------------------
4685
Elliott Hughes5c2264a2014-09-13 09:42:41 -07004686Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
4687Copyright 2008 Damien Miller <djm@openbsd.org>
4688All rights reserved.
4689
4690Theo de Raadt <deraadt@openbsd.org> came up with the idea of using
4691such a mathematical system to generate more random (yet non-repeating)
4692ids to solve the resolver/named problem. But Niels designed the
4693actual system based on the constraints.
4694
4695Later modified by Damien Miller to wrap the LCG output in a 15-bit
4696permutation generator based on a Luby-Rackoff block cipher. This
4697ensures the output is non-repeating and preserves the MSB twiddle
4698trick, but makes it more resistant to LCG prediction.
4699
4700Redistribution and use in source and binary forms, with or without
4701modification, are permitted provided that the following conditions
4702are met:
47031. Redistributions of source code must retain the above copyright
4704 notice, this list of conditions and the following disclaimer.
47052. Redistributions in binary form must reproduce the above copyright
4706 notice, this list of conditions and the following disclaimer in the
4707 documentation and/or other materials provided with the distribution.
4708
4709THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
4710IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
4711OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4712IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
4713INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
4714NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4715DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4716THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4717(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
4718THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4719
4720-------------------------------------------------------------------
4721
Calin Juravlec4fbf922014-03-10 11:23:52 +00004722Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC")
4723Portions Copyright (C) 1996-2003 Internet Software Consortium.
4724
4725Permission to use, copy, modify, and/or distribute this software for any
4726purpose with or without fee is hereby granted, provided that the above
4727copyright notice and this permission notice appear in all copies.
4728
4729THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
4730REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
4731AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
4732INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
4733LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
4734OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
4735PERFORMANCE OF THIS SOFTWARE.
4736
4737-------------------------------------------------------------------
4738
Elliott Hughes261e2232012-08-14 15:04:05 -07004739Portions Copyright (c) 1993 by Digital Equipment Corporation.
4740
4741Permission to use, copy, modify, and distribute this software for any
4742purpose with or without fee is hereby granted, provided that the above
4743copyright notice and this permission notice appear in all copies, and that
4744the name of Digital Equipment Corporation not be used in advertising or
4745publicity pertaining to distribution of the document or software without
4746specific, written prior permission.
4747
4748THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
4749WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
4750OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT
4751CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
4752DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
4753PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
4754ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
4755SOFTWARE.
4756
4757-------------------------------------------------------------------
4758
4759Portions Copyright (c) 1995 by International Business Machines, Inc.
4760
4761International Business Machines, Inc. (hereinafter called IBM) grants
4762permission under its copyrights to use, copy, modify, and distribute this
4763Software with or without fee, provided that the above copyright notice and
4764all paragraphs of this notice appear in all copies, and that the name of IBM
4765not be used in connection with the marketing of any product incorporating
4766the Software or modifications thereof, without specific, written prior
4767permission.
4768
4769To the extent it has a right to do so, IBM grants an immunity from suit
4770under its patents, if any, for the use, sale or manufacture of products to
4771the extent that such products are used for performing Domain Name System
4772dynamic updates in TCP/IP networks by means of the Software. No immunity is
4773granted for any product per se or for any other function of any product.
4774
4775THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES,
4776INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
4777PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL,
4778DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING
4779OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN
4780IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
4781
4782-------------------------------------------------------------------
4783
4784Portions Copyright(C) 1995, Jason Downs. All rights reserved.
4785
4786Redistribution and use in source and binary forms, with or without
4787modification, are permitted provided that the following conditions
4788are met:
47891. Redistributions of source code must retain the above copyright
4790 notice, this list of conditions and the following disclaimer.
47912. Redistributions in binary form must reproduce the above copyright
4792 notice, this list of conditions and the following disclaimer in the
4793 documentation and/or other materials provided with the distribution.
4794
4795THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS
4796OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4797WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4798DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT,
4799INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4800(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
4801SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
4802CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4803LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4804OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4805SUCH DAMAGE.
4806
4807-------------------------------------------------------------------
4808
4809The author of this software is David M. Gay.
4810
Elliott Hughesacbe3222014-04-16 17:01:12 -07004811Copyright (C) 1998 by Lucent Technologies
4812All Rights Reserved
Elliott Hughes261e2232012-08-14 15:04:05 -07004813
Elliott Hughesacbe3222014-04-16 17:01:12 -07004814Permission to use, copy, modify, and distribute this software and
4815its documentation for any purpose and without fee is hereby
4816granted, provided that the above copyright notice appear in all
4817copies and that both that the copyright notice and this
4818permission notice and warranty disclaimer appear in supporting
4819documentation, and that the name of Lucent or any of its entities
4820not be used in advertising or publicity pertaining to
4821distribution of the software without specific, written prior
4822permission.
Elliott Hughes261e2232012-08-14 15:04:05 -07004823
Elliott Hughesacbe3222014-04-16 17:01:12 -07004824LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4825INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
4826IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
4827SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4828WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4829IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4830ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4831THIS SOFTWARE.
4832
4833-------------------------------------------------------------------
4834
4835The author of this software is David M. Gay.
4836
4837Copyright (C) 1998, 1999 by Lucent Technologies
4838All Rights Reserved
4839
4840Permission to use, copy, modify, and distribute this software and
4841its documentation for any purpose and without fee is hereby
4842granted, provided that the above copyright notice appear in all
4843copies and that both that the copyright notice and this
4844permission notice and warranty disclaimer appear in supporting
4845documentation, and that the name of Lucent or any of its entities
4846not be used in advertising or publicity pertaining to
4847distribution of the software without specific, written prior
4848permission.
4849
4850LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4851INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
4852IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
4853SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4854WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4855IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4856ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4857THIS SOFTWARE.
4858
4859-------------------------------------------------------------------
4860
4861The author of this software is David M. Gay.
4862
4863Copyright (C) 1998, 2000 by Lucent Technologies
4864All Rights Reserved
4865
4866Permission to use, copy, modify, and distribute this software and
4867its documentation for any purpose and without fee is hereby
4868granted, provided that the above copyright notice appear in all
4869copies and that both that the copyright notice and this
4870permission notice and warranty disclaimer appear in supporting
4871documentation, and that the name of Lucent or any of its entities
4872not be used in advertising or publicity pertaining to
4873distribution of the software without specific, written prior
4874permission.
4875
4876LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4877INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
4878IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
4879SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4880WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4881IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4882ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4883THIS SOFTWARE.
4884
4885-------------------------------------------------------------------
4886
4887The author of this software is David M. Gay.
4888
4889Copyright (C) 1998-2000 by Lucent Technologies
4890All Rights Reserved
4891
4892Permission to use, copy, modify, and distribute this software and
4893its documentation for any purpose and without fee is hereby
4894granted, provided that the above copyright notice appear in all
4895copies and that both that the copyright notice and this
4896permission notice and warranty disclaimer appear in supporting
4897documentation, and that the name of Lucent or any of its entities
4898not be used in advertising or publicity pertaining to
4899distribution of the software without specific, written prior
4900permission.
4901
4902LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4903INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
4904IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
4905SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4906WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4907IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4908ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4909THIS SOFTWARE.
4910
4911-------------------------------------------------------------------
4912
4913The author of this software is David M. Gay.
4914
4915Copyright (C) 1998-2001 by Lucent Technologies
4916All Rights Reserved
4917
4918Permission to use, copy, modify, and distribute this software and
4919its documentation for any purpose and without fee is hereby
4920granted, provided that the above copyright notice appear in all
4921copies and that both that the copyright notice and this
4922permission notice and warranty disclaimer appear in supporting
4923documentation, and that the name of Lucent or any of its entities
4924not be used in advertising or publicity pertaining to
4925distribution of the software without specific, written prior
4926permission.
4927
4928LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4929INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
4930IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
4931SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4932WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4933IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4934ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4935THIS SOFTWARE.
4936
4937-------------------------------------------------------------------
4938
4939The author of this software is David M. Gay.
4940
4941Copyright (C) 2000 by Lucent Technologies
4942All Rights Reserved
4943
4944Permission to use, copy, modify, and distribute this software and
4945its documentation for any purpose and without fee is hereby
4946granted, provided that the above copyright notice appear in all
4947copies and that both that the copyright notice and this
4948permission notice and warranty disclaimer appear in supporting
4949documentation, and that the name of Lucent or any of its entities
4950not be used in advertising or publicity pertaining to
4951distribution of the software without specific, written prior
4952permission.
4953
4954LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4955INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
4956IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
4957SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4958WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4959IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4960ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4961THIS SOFTWARE.
Elliott Hughes261e2232012-08-14 15:04:05 -07004962
4963-------------------------------------------------------------------
4964