blob: b345544a8be60700c0a755d81af86cd8b349cab7 [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
66Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080067All rights reserved.
68
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080069Redistribution and use in source and binary forms, with or without
70modification, are permitted provided that the following conditions
71are met:
721. Redistributions of source code must retain the above copyright
73 notice, this list of conditions and the following disclaimer.
742. Redistributions in binary form must reproduce the above copyright
75 notice, this list of conditions and the following disclaimer in the
76 documentation and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -0700773. Neither the name of the project nor the names of its contributors
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080078 may be used to endorse or promote products derived from this software
79 without specific prior written permission.
80
Elliott Hughes261e2232012-08-14 15:04:05 -070081THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080082ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
83IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Elliott Hughes261e2232012-08-14 15:04:05 -070084ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080085FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
86DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
87OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
88HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
89LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
90OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
91SUCH DAMAGE.
92
Elliott Hughes387d4b72012-08-09 15:17:46 -070093-------------------------------------------------------------------
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080094
Elliott Hughes448080d2013-01-29 16:25:06 -080095Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC")
96Copyright (C) 1995-1999, 2001, 2003 Internet Software Consortium.
97
98Permission to use, copy, modify, and/or distribute this software for any
99purpose with or without fee is hereby granted, provided that the above
100copyright notice and this permission notice appear in all copies.
101
102THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
103REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
104AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
105INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
106LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
107OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
108PERFORMANCE OF THIS SOFTWARE.
109
110-------------------------------------------------------------------
111
112Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC")
113Copyright (C) 1997-2001 Internet Software Consortium.
114
115Permission to use, copy, modify, and/or distribute this software for any
116purpose with or without fee is hereby granted, provided that the above
117copyright notice and this permission notice appear in all copies.
118
119THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
120REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
121AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
122INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
123LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
124OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
125PERFORMANCE OF THIS SOFTWARE.
126
127-------------------------------------------------------------------
128
Elliott Hughes261e2232012-08-14 15:04:05 -0700129Copyright (C) 2006 The Android Open Source Project
Elliott Hughes15581382014-07-07 15:42:06 -0700130
131Licensed under the Apache License, Version 2.0 (the "License");
132you may not use this file except in compliance with the License.
133You may obtain a copy of the License at
134
135 http://www.apache.org/licenses/LICENSE-2.0
136
137Unless required by applicable law or agreed to in writing, software
138distributed under the License is distributed on an "AS IS" BASIS,
139WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
140See the License for the specific language governing permissions and
141limitations under the License.
142
143-------------------------------------------------------------------
144
145Copyright (C) 2006 The Android Open Source Project
Elliott Hughes261e2232012-08-14 15:04:05 -0700146All rights reserved.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800147
148Redistribution and use in source and binary forms, with or without
149modification, are permitted provided that the following conditions
150are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700151 * Redistributions of source code must retain the above copyright
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800152 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700153 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -0700154 notice, this list of conditions and the following disclaimer in
155 the documentation and/or other materials provided with the
156 distribution.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800157
Elliott Hughes261e2232012-08-14 15:04:05 -0700158THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
159"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
160LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
161FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
162COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
163INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
164BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
165OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
166AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
167OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
168OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800169SUCH DAMAGE.
170
Elliott Hughes387d4b72012-08-09 15:17:46 -0700171-------------------------------------------------------------------
172
Elliott Hughes261e2232012-08-14 15:04:05 -0700173Copyright (C) 2008 The Android Open Source Project
Elliott Hughes15581382014-07-07 15:42:06 -0700174
175Licensed under the Apache License, Version 2.0 (the "License");
176you may not use this file except in compliance with the License.
177You may obtain a copy of the License at
178
179 http://www.apache.org/licenses/LICENSE-2.0
180
181Unless required by applicable law or agreed to in writing, software
182distributed under the License is distributed on an "AS IS" BASIS,
183WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
184See the License for the specific language governing permissions and
185limitations under the License.
186
187-------------------------------------------------------------------
188
189Copyright (C) 2008 The Android Open Source Project
Elliott Hughes261e2232012-08-14 15:04:05 -0700190All rights reserved.
191
192Redistribution and use in source and binary forms, with or without
193modification, are permitted provided that the following conditions
194are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700195 * Redistributions of source code must retain the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -0700196 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700197 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -0700198 notice, this list of conditions and the following disclaimer in
199 the documentation and/or other materials provided with the
200 distribution.
201
202THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
203"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
204LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
205FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
206COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
207INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
208BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
209OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
210AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
211OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
212OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
213SUCH DAMAGE.
214
215-------------------------------------------------------------------
216
Elliott Hughesacbe3222014-04-16 17:01:12 -0700217Copyright (C) 2008 The Android Open Source Project
218All rights reserved.
219Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved.
220
221Redistribution and use in source and binary forms, with or without
222modification, are permitted provided that the following conditions
223are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700224 * Redistributions of source code must retain the above copyright
Elliott Hughesacbe3222014-04-16 17:01:12 -0700225 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700226 * Redistributions in binary form must reproduce the above copyright
Elliott Hughesacbe3222014-04-16 17:01:12 -0700227 notice, this list of conditions and the following disclaimer in
228 the documentation and/or other materials provided with the
229 distribution.
230
231THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
232"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
233LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
234FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
235COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
236INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
237BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
238OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
239AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
240OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
241OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
242SUCH DAMAGE.
243
244-------------------------------------------------------------------
245
Elliott Hughes261e2232012-08-14 15:04:05 -0700246Copyright (C) 2009 The Android Open Source Project
247All rights reserved.
248
249Redistribution and use in source and binary forms, with or without
250modification, are permitted provided that the following conditions
251are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700252 * Redistributions of source code must retain the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -0700253 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700254 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -0700255 notice, this list of conditions and the following disclaimer in
256 the documentation and/or other materials provided with the
257 distribution.
258
259THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
260"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
261LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
262FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
263COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
264INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
265BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
266OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
267AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
268OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
269OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
270SUCH DAMAGE.
271
272-------------------------------------------------------------------
273
274Copyright (C) 2010 The Android Open Source Project
275
276Licensed under the Apache License, Version 2.0 (the "License");
277you may not use this file except in compliance with the License.
278You may obtain a copy of the License at
279
280 http://www.apache.org/licenses/LICENSE-2.0
281
282Unless required by applicable law or agreed to in writing, software
283distributed under the License is distributed on an "AS IS" BASIS,
284WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
285See the License for the specific language governing permissions and
286limitations under the License.
287
288-------------------------------------------------------------------
289
290Copyright (C) 2010 The Android Open Source Project
291All rights reserved.
292
293Redistribution and use in source and binary forms, with or without
294modification, are permitted provided that the following conditions
295are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700296 * Redistributions of source code must retain the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -0700297 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700298 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -0700299 notice, this list of conditions and the following disclaimer in
300 the documentation and/or other materials provided with the
301 distribution.
302
303THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
304"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
305LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
306FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
307COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
308INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
309BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
310OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
311AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
312OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
313OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
314SUCH DAMAGE.
315
316-------------------------------------------------------------------
317
318Copyright (C) 2010 The Android Open Source Project
319Copyright (c) 2008 ARM Ltd
320All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700321
322Redistribution and use in source and binary forms, with or without
323modification, are permitted provided that the following conditions
324are met:
3251. Redistributions of source code must retain the above copyright
326 notice, this list of conditions and the following disclaimer.
3272. Redistributions in binary form must reproduce the above copyright
328 notice, this list of conditions and the following disclaimer in the
329 documentation and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -07003303. The name of the company may not be used to endorse or promote
331 products derived from this software without specific prior written
332 permission.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700333
Elliott Hughes261e2232012-08-14 15:04:05 -0700334THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
335WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
336MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
337IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
338SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
339TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
340PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
341LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
342NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
343SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
344
345Android adaptation and tweak by Jim Huang <jserv@0xlab.org>.
346
347-------------------------------------------------------------------
348
349Copyright (C) 2011 The Android Open Source Project
Elliott Hughes261e2232012-08-14 15:04:05 -0700350All rights reserved.
351
352Redistribution and use in source and binary forms, with or without
353modification, are permitted provided that the following conditions
354are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700355 * Redistributions of source code must retain the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -0700356 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700357 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -0700358 notice, this list of conditions and the following disclaimer in
359 the documentation and/or other materials provided with the
360 distribution.
361
362THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
363"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
364LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
365FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
366COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
367INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
368BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
369OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
370AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
371OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
372OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
Elliott Hughes387d4b72012-08-09 15:17:46 -0700373SUCH DAMAGE.
374
375-------------------------------------------------------------------
376
377Copyright (C) 2012 The Android Open Source Project
Elliott Hughes261e2232012-08-14 15:04:05 -0700378
379Licensed under the Apache License, Version 2.0 (the "License");
380you may not use this file except in compliance with the License.
381You may obtain a copy of the License at
382
383 http://www.apache.org/licenses/LICENSE-2.0
384
385Unless required by applicable law or agreed to in writing, software
386distributed under the License is distributed on an "AS IS" BASIS,
387WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
388See the License for the specific language governing permissions and
389limitations under the License.
390
391-------------------------------------------------------------------
392
393Copyright (C) 2012 The Android Open Source Project
Elliott Hughes387d4b72012-08-09 15:17:46 -0700394All rights reserved.
395
396Redistribution and use in source and binary forms, with or without
397modification, are permitted provided that the following conditions
398are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700399 * Redistributions of source code must retain the above copyright
Elliott Hughes387d4b72012-08-09 15:17:46 -0700400 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700401 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes387d4b72012-08-09 15:17:46 -0700402 notice, this list of conditions and the following disclaimer in
403 the documentation and/or other materials provided with the
404 distribution.
405
406THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
407"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
408LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
409FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
410COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
411INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
412BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
413OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
414AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
415OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
416OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
417SUCH DAMAGE.
418
419-------------------------------------------------------------------
420
Elliott Hughes3a4c4542017-07-19 17:20:24 -0700421Copyright (C) 2013 Pietro Cerutti <gahr@FreeBSD.org>
422
423Redistribution and use in source and binary forms, with or without
424modification, are permitted provided that the following conditions
425are met:
4261. Redistributions of source code must retain the above copyright
427 notice, this list of conditions and the following disclaimer.
4282. Redistributions in binary form must reproduce the above copyright
429 notice, this list of conditions and the following disclaimer in the
430 documentation and/or other materials provided with the distribution.
431
432THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
433ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
434IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
435ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
436FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
437DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
438OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
439HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
440LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
441OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
442SUCH DAMAGE.
443
444-------------------------------------------------------------------
445
Elliott Hughes448080d2013-01-29 16:25:06 -0800446Copyright (C) 2013 The Android Open Source Project
447
448Licensed under the Apache License, Version 2.0 (the "License");
449you may not use this file except in compliance with the License.
450You may obtain a copy of the License at
451
452 http://www.apache.org/licenses/LICENSE-2.0
453
454Unless required by applicable law or agreed to in writing, software
455distributed under the License is distributed on an "AS IS" BASIS,
456WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
457See the License for the specific language governing permissions and
458limitations under the License.
459
460-------------------------------------------------------------------
461
462Copyright (C) 2013 The Android Open Source Project
463All rights reserved.
464
465Redistribution and use in source and binary forms, with or without
466modification, are permitted provided that the following conditions
467are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700468 * Redistributions of source code must retain the above copyright
Elliott Hughes448080d2013-01-29 16:25:06 -0800469 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700470 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes448080d2013-01-29 16:25:06 -0800471 notice, this list of conditions and the following disclaimer in
472 the documentation and/or other materials provided with the
473 distribution.
474
475THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
476"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
477LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
478FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
479COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
480INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
481BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
482OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
483AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
484OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
485OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
486SUCH DAMAGE.
487
488-------------------------------------------------------------------
489
Elliott Hughesacbe3222014-04-16 17:01:12 -0700490Copyright (C) 2013 The Android Open Source Project
Elliott Hughes15581382014-07-07 15:42:06 -0700491All rights reserved.
492Copyright (c) 2013-2014 NVIDIA Corporation. All rights reserved.
493
494Redistribution and use in source and binary forms, with or without
495modification, are permitted provided that the following conditions
496are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700497 * Redistributions of source code must retain the above copyright
Elliott Hughes15581382014-07-07 15:42:06 -0700498 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700499 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes15581382014-07-07 15:42:06 -0700500 notice, this list of conditions and the following disclaimer in
501 the documentation and/or other materials provided with the
502 distribution.
503
504THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
505"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
506LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
507FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
508COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
509INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
510BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
511OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
512AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
513OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
514OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
515SUCH DAMAGE.
516
517-------------------------------------------------------------------
518
Elliott Hughes4e54b112014-03-06 15:06:11 -0800519Copyright (C) 2014 The Android Open Source Project
520
521Licensed under the Apache License, Version 2.0 (the "License");
522you may not use this file except in compliance with the License.
523You may obtain a copy of the License at
524
525 http://www.apache.org/licenses/LICENSE-2.0
526
527Unless required by applicable law or agreed to in writing, software
528distributed under the License is distributed on an "AS IS" BASIS,
529WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
530See the License for the specific language governing permissions and
531limitations under the License.
532
533-------------------------------------------------------------------
534
535Copyright (C) 2014 The Android Open Source Project
536All rights reserved.
537
538Redistribution and use in source and binary forms, with or without
539modification, are permitted provided that the following conditions
540are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700541 * Redistributions of source code must retain the above copyright
Elliott Hughes4e54b112014-03-06 15:06:11 -0800542 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700543 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes4e54b112014-03-06 15:06:11 -0800544 notice, this list of conditions and the following disclaimer in
545 the documentation and/or other materials provided with the
546 distribution.
547
548THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
549"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
550LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
551FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
552COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
553INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
554BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
555OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
556AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
557OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
558OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
559SUCH DAMAGE.
560
561-------------------------------------------------------------------
562
Dan Albertc30862f2016-10-20 11:45:16 -0700563Copyright (C) 2015 The Android Open Source Project
564
565Licensed under the Apache License, Version 2.0 (the "License");
566you may not use this file except in compliance with the License.
567You may obtain a copy of the License at
568
569 http://www.apache.org/licenses/LICENSE-2.0
570
Elliott Hughes7e54c762015-05-12 10:09:01 -0700571Unless required by applicable law or agreed to in writing, software
572distributed under the License is distributed on an "AS IS" BASIS,
573WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
574See the License for the specific language governing permissions and
575limitations under the License.
576
577-------------------------------------------------------------------
578
579Copyright (C) 2015 The Android Open Source Project
580All rights reserved.
581
582Redistribution and use in source and binary forms, with or without
583modification, are permitted provided that the following conditions
584are met:
585 * Redistributions of source code must retain the above copyright
586 notice, this list of conditions and the following disclaimer.
587 * Redistributions in binary form must reproduce the above copyright
588 notice, this list of conditions and the following disclaimer in
589 the documentation and/or other materials provided with the
590 distribution.
591
592THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
593"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
594LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
595FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
596COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
597INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
598BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
599OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
600AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
601OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
602OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
603SUCH DAMAGE.
604
605-------------------------------------------------------------------
606
Elliott Hughesb4931ce2016-02-08 17:00:12 -0800607Copyright (C) 2016 The Android Open Source Project
608
609Licensed under the Apache License, Version 2.0 (the "License");
610you may not use this file except in compliance with the License.
611You may obtain a copy of the License at
612
613 http://www.apache.org/licenses/LICENSE-2.0
614
615Unless required by applicable law or agreed to in writing, software
616distributed under the License is distributed on an "AS IS" BASIS,
617WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
618See the License for the specific language governing permissions and
619limitations under the License.
620
621-------------------------------------------------------------------
622
623Copyright (C) 2016 The Android Open Source Project
624All rights reserved.
625
626Redistribution and use in source and binary forms, with or without
627modification, are permitted provided that the following conditions
628are met:
629 * Redistributions of source code must retain the above copyright
630 notice, this list of conditions and the following disclaimer.
631 * Redistributions in binary form must reproduce the above copyright
632 notice, this list of conditions and the following disclaimer in
633 the documentation and/or other materials provided with the
634 distribution.
635
636THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
637"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
638LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
639FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
640COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
641INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
642BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
643OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
644AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
645OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
646OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
647SUCH DAMAGE.
648
649-------------------------------------------------------------------
650
mspector2e3d6a12017-01-24 21:51:51 -0800651Copyright (C) 2017 The Android Open Source Project
Paul Lawrencedfe84342017-02-16 09:24:39 -0800652
653Licensed under the Apache License, Version 2.0 (the "License");
654you may not use this file except in compliance with the License.
655You may obtain a copy of the License at
656
657 http://www.apache.org/licenses/LICENSE-2.0
658
659Unless required by applicable law or agreed to in writing, software
660distributed under the License is distributed on an "AS IS" BASIS,
661WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
662See the License for the specific language governing permissions and
663limitations under the License.
664
665-------------------------------------------------------------------
666
667Copyright (C) 2017 The Android Open Source Project
mspector2e3d6a12017-01-24 21:51:51 -0800668All rights reserved.
669
Jake Weinstein04d99df2016-08-25 20:03:25 -0400670Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved.
671
672Redistribution and use in source and binary forms, with or without
673modification, are permitted provided that the following conditions
674are met:
675 * Redistributions of source code must retain the above copyright
676 notice, this list of conditions and the following disclaimer.
677 * Redistributions in binary form must reproduce the above copyright
678 notice, this list of conditions and the following disclaimer in
679 the documentation and/or other materials provided with the
680 distribution.
681
682THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
683"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
684LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
685FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
686COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
687INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
688BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
689OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
690AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
691OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
692OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
693SUCH DAMAGE.
694
695-------------------------------------------------------------------
696
697Copyright (C) 2017 The Android Open Source Project
698All rights reserved.
699
mspector2e3d6a12017-01-24 21:51:51 -0800700Redistribution and use in source and binary forms, with or without
701modification, are permitted provided that the following conditions
702are met:
703 * Redistributions of source code must retain the above copyright
704 notice, this list of conditions and the following disclaimer.
705 * Redistributions in binary form must reproduce the above copyright
706 notice, this list of conditions and the following disclaimer in
707 the documentation and/or other materials provided with the
708 distribution.
709
710THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
711"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
712LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
713FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
714COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
715INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
716BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
717OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
718AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
719OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
720OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
721SUCH DAMAGE.
722
723-------------------------------------------------------------------
724
dimitry581723e2018-01-05 14:31:44 +0100725Copyright (C) 2018 The Android Open Source Project
726All rights reserved.
727
728Redistribution and use in source and binary forms, with or without
729modification, are permitted provided that the following conditions
730are met:
731 * Redistributions of source code must retain the above copyright
732 notice, this list of conditions and the following disclaimer.
733 * Redistributions in binary form must reproduce the above copyright
734 notice, this list of conditions and the following disclaimer in
735 the documentation and/or other materials provided with the
736 distribution.
737
738THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
739"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
740LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
741FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
742COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
743INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
744BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
745OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
746AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
747OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
748OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
749SUCH DAMAGE.
750
751-------------------------------------------------------------------
752
Ryan Prichard45d13492019-01-03 02:51:30 -0800753Copyright (C) 2019 The Android Open Source Project
754All rights reserved.
755
756Redistribution and use in source and binary forms, with or without
757modification, are permitted provided that the following conditions
758are met:
759 * Redistributions of source code must retain the above copyright
760 notice, this list of conditions and the following disclaimer.
761 * Redistributions in binary form must reproduce the above copyright
762 notice, this list of conditions and the following disclaimer in
763 the documentation and/or other materials provided with the
764 distribution.
765
766THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
767"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
768LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
769FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
770COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
771INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
772BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
773OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
774AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
775OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
776OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
777SUCH DAMAGE.
778
779-------------------------------------------------------------------
780
Ryan Prichard8bff8bb2020-01-22 13:59:03 -0800781Copyright (C) 2020 The Android Open Source Project
782All rights reserved.
783
784Redistribution and use in source and binary forms, with or without
785modification, are permitted provided that the following conditions
786are met:
787 * Redistributions of source code must retain the above copyright
788 notice, this list of conditions and the following disclaimer.
789 * Redistributions in binary form must reproduce the above copyright
790 notice, this list of conditions and the following disclaimer in
791 the documentation and/or other materials provided with the
792 distribution.
793
794THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
795"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
796LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
797FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
798COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
799INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
800BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
801OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
802AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
803OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
804OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
805SUCH DAMAGE.
806
807-------------------------------------------------------------------
808
Evgenii Stepanov8564b8d2020-12-15 13:55:32 -0800809Copyright (C) 2021 The Android Open Source Project
810All rights reserved.
811
812Redistribution and use in source and binary forms, with or without
813modification, are permitted provided that the following conditions
814are met:
815 * Redistributions of source code must retain the above copyright
816 notice, this list of conditions and the following disclaimer.
817 * Redistributions in binary form must reproduce the above copyright
818 notice, this list of conditions and the following disclaimer in
819 the documentation and/or other materials provided with the
820 distribution.
821
822THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
823"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
824LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
825FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
826COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
827INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
828BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
829OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
830AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
831OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
832OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
833SUCH DAMAGE.
834
835-------------------------------------------------------------------
836
Colin Cross9da85fa2022-01-24 18:20:05 -0800837Copyright (C) 2022 The Android Open Source Project
838All rights reserved.
839
840Redistribution and use in source and binary forms, with or without
841modification, are permitted provided that the following conditions
842are met:
843 * Redistributions of source code must retain the above copyright
844 notice, this list of conditions and the following disclaimer.
845 * Redistributions in binary form must reproduce the above copyright
846 notice, this list of conditions and the following disclaimer in
847 the documentation and/or other materials provided with the
848 distribution.
849
850THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
851"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
852LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
853FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
854COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
855INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
856BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
857OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
858AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
859OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
860OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
861SUCH DAMAGE.
862
863-------------------------------------------------------------------
864
Elliott Hughesdbf5b2e2023-04-03 16:30:39 -0700865Copyright (C) 2023 The Android Open Source Project
866All rights reserved.
867
868Redistribution and use in source and binary forms, with or without
869modification, are permitted provided that the following conditions
870are met:
871 * Redistributions of source code must retain the above copyright
872 notice, this list of conditions and the following disclaimer.
873 * Redistributions in binary form must reproduce the above copyright
874 notice, this list of conditions and the following disclaimer in
875 the documentation and/or other materials provided with the
876 distribution.
877
878THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
879"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
880LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
881FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
882COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
883INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
884BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
885OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
886AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
887OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
888OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
889SUCH DAMAGE.
890
891-------------------------------------------------------------------
892
Elliott Hughes261e2232012-08-14 15:04:05 -0700893Copyright (c) 1980, 1983, 1988, 1993
894 The Regents of the University of California. All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700895
Elliott Hughes261e2232012-08-14 15:04:05 -0700896Redistribution and use in source and binary forms, with or without
897modification, are permitted provided that the following conditions
898are met:
8991. Redistributions of source code must retain the above copyright
900 notice, this list of conditions and the following disclaimer.
9012. Redistributions in binary form must reproduce the above copyright
902 notice, this list of conditions and the following disclaimer in the
903 documentation and/or other materials provided with the distribution.
9043. All advertising materials mentioning features or use of this software
905 must display the following acknowledgement:
906 This product includes software developed by the University of
907 California, Berkeley and its contributors.
9084. Neither the name of the University nor the names of its contributors
909 may be used to endorse or promote products derived from this software
910 without specific prior written permission.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700911
Elliott Hughes261e2232012-08-14 15:04:05 -0700912THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
913ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
914IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
915ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
916FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
917DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
918OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
919HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
920LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
921OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
922SUCH DAMAGE.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700923
Elliott Hughes387d4b72012-08-09 15:17:46 -0700924
Elliott Hughes261e2232012-08-14 15:04:05 -0700925Portions Copyright (c) 1993 by Digital Equipment Corporation.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700926
927Permission to use, copy, modify, and distribute this software for any
928purpose with or without fee is hereby granted, provided that the above
Elliott Hughes261e2232012-08-14 15:04:05 -0700929copyright notice and this permission notice appear in all copies, and that
930the name of Digital Equipment Corporation not be used in advertising or
931publicity pertaining to distribution of the document or software without
932specific, written prior permission.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700933
Elliott Hughes261e2232012-08-14 15:04:05 -0700934THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
935WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
936OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT
937CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
938DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
939PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
940ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
941SOFTWARE.
942
943-------------------------------------------------------------------
944
Elliott Hughesafb8e052023-10-23 17:45:13 -0700945Copyright (c) 1982, 1986, 1988, 1993
946 The Regents of the University of California. All rights reserved.
947
948Redistribution and use in source and binary forms, with or without
949modification, are permitted provided that the following conditions
950are met:
9511. Redistributions of source code must retain the above copyright
952 notice, this list of conditions and the following disclaimer.
9532. Redistributions in binary form must reproduce the above copyright
954 notice, this list of conditions and the following disclaimer in the
955 documentation and/or other materials provided with the distribution.
9563. Neither the name of the University nor the names of its contributors
957 may be used to endorse or promote products derived from this software
958 without specific prior written permission.
959
960THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
961ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
962IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
963ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
964FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
965DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
966OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
967HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
968LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
969OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
970SUCH DAMAGE.
971
972-------------------------------------------------------------------
973
Elliott Hughes387d4b72012-08-09 15:17:46 -0700974Copyright (c) 1982, 1986, 1993
975 The Regents of the University of California. All rights reserved.
976
977Redistribution and use in source and binary forms, with or without
978modification, are permitted provided that the following conditions
979are met:
9801. Redistributions of source code must retain the above copyright
981 notice, this list of conditions and the following disclaimer.
9822. Redistributions in binary form must reproduce the above copyright
983 notice, this list of conditions and the following disclaimer in the
984 documentation and/or other materials provided with the distribution.
9853. Neither the name of the University nor the names of its contributors
986 may be used to endorse or promote products derived from this software
987 without specific prior written permission.
988
989THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
990ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
991IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
992ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
993FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
994DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
995OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
996HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
997LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
998OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
999SUCH DAMAGE.
1000
1001-------------------------------------------------------------------
1002
Irina Tirdeaeac9eb42012-09-08 09:28:30 +03001003Copyright (c) 1982, 1986, 1993
1004 The Regents of the University of California. All rights reserved.
1005(c) UNIX System Laboratories, Inc.
1006All or some portions of this file are derived from material licensed
1007to the University of California by American Telephone and Telegraph
1008Co. or Unix System Laboratories, Inc. and are reproduced herein with
1009the permission of UNIX System Laboratories, Inc.
1010
1011Redistribution and use in source and binary forms, with or without
1012modification, are permitted provided that the following conditions
1013are met:
10141. Redistributions of source code must retain the above copyright
1015 notice, this list of conditions and the following disclaimer.
10162. Redistributions in binary form must reproduce the above copyright
1017 notice, this list of conditions and the following disclaimer in the
1018 documentation and/or other materials provided with the distribution.
10193. Neither the name of the University nor the names of its contributors
1020 may be used to endorse or promote products derived from this software
1021 without specific prior written permission.
1022
1023THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1024ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1025IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1026ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1027FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1028DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1029OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1030HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1031LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1032OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1033SUCH DAMAGE.
1034
1035-------------------------------------------------------------------
1036
Elliott Hughes387d4b72012-08-09 15:17:46 -07001037Copyright (c) 1983, 1987, 1989
1038 The Regents of the University of California. All rights reserved.
1039
1040Redistribution and use in source and binary forms, with or without
1041modification, are permitted provided that the following conditions
1042are met:
10431. Redistributions of source code must retain the above copyright
1044 notice, this list of conditions and the following disclaimer.
10452. Redistributions in binary form must reproduce the above copyright
1046 notice, this list of conditions and the following disclaimer in the
1047 documentation and/or other materials provided with the distribution.
10483. Neither the name of the University nor the names of its contributors
1049 may be used to endorse or promote products derived from this software
1050 without specific prior written permission.
1051
1052THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1053ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1054IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1055ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1056FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1057DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1058OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1059HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1060LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1061OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1062SUCH DAMAGE.
1063
1064-------------------------------------------------------------------
1065
Elliott Hughes387d4b72012-08-09 15:17:46 -07001066Copyright (c) 1983, 1989
1067 The Regents of the University of California. All rights reserved.
1068
1069Redistribution and use in source and binary forms, with or without
1070modification, are permitted provided that the following conditions
1071are met:
10721. Redistributions of source code must retain the above copyright
1073 notice, this list of conditions and the following disclaimer.
10742. Redistributions in binary form must reproduce the above copyright
1075 notice, this list of conditions and the following disclaimer in the
1076 documentation and/or other materials provided with the distribution.
10773. All advertising materials mentioning features or use of this software
1078 must display the following acknowledgement:
1079 This product includes software developed by the University of
1080 California, Berkeley and its contributors.
10814. Neither the name of the University nor the names of its contributors
1082 may be used to endorse or promote products derived from this software
1083 without specific prior written permission.
1084
1085THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1086ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1087IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1088ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1089FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1090DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1091OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1092HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1093LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1094OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1095SUCH DAMAGE.
1096
1097-------------------------------------------------------------------
1098
Elliott Hughes261e2232012-08-14 15:04:05 -07001099Copyright (c) 1983, 1989, 1993
Elliott Hughes387d4b72012-08-09 15:17:46 -07001100 The Regents of the University of California. All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -07001101
1102Redistribution and use in source and binary forms, with or without
1103modification, are permitted provided that the following conditions
1104are met:
11051. Redistributions of source code must retain the above copyright
1106 notice, this list of conditions and the following disclaimer.
11072. Redistributions in binary form must reproduce the above copyright
1108 notice, this list of conditions and the following disclaimer in the
1109 documentation and/or other materials provided with the distribution.
11103. Neither the name of the University nor the names of its contributors
1111 may be used to endorse or promote products derived from this software
1112 without specific prior written permission.
1113
1114THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1115ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1116IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1117ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1118FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1119DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1120OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1121HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1122LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1123OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1124SUCH DAMAGE.
1125
1126-------------------------------------------------------------------
1127
Elliott Hughes261e2232012-08-14 15:04:05 -07001128Copyright (c) 1983, 1993
Elliott Hughes387d4b72012-08-09 15:17:46 -07001129 The Regents of the University of California. All rights reserved.
1130
Elliott Hughes387d4b72012-08-09 15:17:46 -07001131Redistribution and use in source and binary forms, with or without
1132modification, are permitted provided that the following conditions
1133are met:
11341. Redistributions of source code must retain the above copyright
1135 notice, this list of conditions and the following disclaimer.
11362. Redistributions in binary form must reproduce the above copyright
1137 notice, this list of conditions and the following disclaimer in the
1138 documentation and/or other materials provided with the distribution.
11393. Neither the name of the University nor the names of its contributors
1140 may be used to endorse or promote products derived from this software
1141 without specific prior written permission.
1142
1143THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1144ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1145IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1146ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1147FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1148DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1149OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1150HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1151LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1152OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1153SUCH DAMAGE.
1154
1155-------------------------------------------------------------------
1156
Elliott Hughes387d4b72012-08-09 15:17:46 -07001157Copyright (c) 1985
1158 The Regents of the University of California. All rights reserved.
1159
1160Redistribution and use in source and binary forms, with or without
1161modification, are permitted provided that the following conditions
1162are met:
11631. Redistributions of source code must retain the above copyright
1164 notice, this list of conditions and the following disclaimer.
11652. Redistributions in binary form must reproduce the above copyright
1166 notice, this list of conditions and the following disclaimer in the
1167 documentation and/or other materials provided with the distribution.
11683. All advertising materials mentioning features or use of this software
1169 must display the following acknowledgement:
1170 This product includes software developed by the University of
1171 California, Berkeley and its contributors.
11724. Neither the name of the University nor the names of its contributors
1173 may be used to endorse or promote products derived from this software
1174 without specific prior written permission.
1175
1176THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1177ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1178IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1179ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1180FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1181DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1182OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1183HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1184LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1185OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1186SUCH DAMAGE.
1187
1188-------------------------------------------------------------------
1189
Elliott Hughes261e2232012-08-14 15:04:05 -07001190Copyright (c) 1985 Regents of the University of California.
Elliott Hughes387d4b72012-08-09 15:17:46 -07001191All rights reserved.
1192
1193Redistribution and use in source and binary forms, with or without
1194modification, are permitted provided that the following conditions
1195are met:
11961. Redistributions of source code must retain the above copyright
1197 notice, this list of conditions and the following disclaimer.
11982. Redistributions in binary form must reproduce the above copyright
1199 notice, this list of conditions and the following disclaimer in the
1200 documentation and/or other materials provided with the distribution.
Elliott Hughes387d4b72012-08-09 15:17:46 -070012013. Neither the name of the University nor the names of its contributors
1202 may be used to endorse or promote products derived from this software
1203 without specific prior written permission.
1204
1205THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1206ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1207IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1208ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1209FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1210DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1211OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1212HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1213LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1214OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1215SUCH DAMAGE.
1216
1217-------------------------------------------------------------------
1218
1219Copyright (c) 1985, 1988, 1993
1220 The Regents of the University of California. All rights reserved.
1221
1222Redistribution and use in source and binary forms, with or without
1223modification, are permitted provided that the following conditions
1224are met:
12251. Redistributions of source code must retain the above copyright
1226 notice, this list of conditions and the following disclaimer.
12272. Redistributions in binary form must reproduce the above copyright
1228 notice, this list of conditions and the following disclaimer in the
1229 documentation and/or other materials provided with the distribution.
12303. Neither the name of the University nor the names of its contributors
1231 may be used to endorse or promote products derived from this software
1232 without specific prior written permission.
1233
1234THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1235ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1236IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1237ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1238FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1239DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1240OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1241HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1242LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1243OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1244SUCH DAMAGE.
1245
1246Portions Copyright (c) 1993 by Digital Equipment Corporation.
1247
1248Permission to use, copy, modify, and distribute this software for any
1249purpose with or without fee is hereby granted, provided that the above
1250copyright notice and this permission notice appear in all copies, and that
1251the name of Digital Equipment Corporation not be used in advertising or
1252publicity pertaining to distribution of the document or software without
1253specific, written prior permission.
1254
1255THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
1256WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
1257OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT
1258CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
1259DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
1260PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
1261ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
1262SOFTWARE.
1263
1264-------------------------------------------------------------------
1265
Elliott Hughes261e2232012-08-14 15:04:05 -07001266Copyright (c) 1985, 1989, 1993
1267 The Regents of the University of California. All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -07001268
1269Redistribution and use in source and binary forms, with or without
1270modification, are permitted provided that the following conditions
1271are met:
12721. Redistributions of source code must retain the above copyright
1273 notice, this list of conditions and the following disclaimer.
12742. Redistributions in binary form must reproduce the above copyright
1275 notice, this list of conditions and the following disclaimer in the
1276 documentation and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -070012773. All advertising materials mentioning features or use of this software
1278 must display the following acknowledgement:
1279 This product includes software developed by the University of
1280 California, Berkeley and its contributors.
12814. Neither the name of the University nor the names of its contributors
1282 may be used to endorse or promote products derived from this software
1283 without specific prior written permission.
Elliott Hughes387d4b72012-08-09 15:17:46 -07001284
Elliott Hughes261e2232012-08-14 15:04:05 -07001285THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1286ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1287IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1288ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1289FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1290DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1291OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1292HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1293LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1294OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1295SUCH DAMAGE.
1296
1297-------------------------------------------------------------------
1298
1299Copyright (c) 1985, 1993
1300 The Regents of the University of California. All rights reserved.
1301
1302Redistribution and use in source and binary forms, with or without
1303modification, are permitted provided that the following conditions
1304are met:
13051. Redistributions of source code must retain the above copyright
1306 notice, this list of conditions and the following disclaimer.
13072. Redistributions in binary form must reproduce the above copyright
1308 notice, this list of conditions and the following disclaimer in the
1309 documentation and/or other materials provided with the distribution.
13103. All advertising materials mentioning features or use of this software
1311 must display the following acknowledgement:
1312 This product includes software developed by the University of
1313 California, Berkeley and its contributors.
13144. Neither the name of the University nor the names of its contributors
1315 may be used to endorse or promote products derived from this software
1316 without specific prior written permission.
1317
1318THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1319ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1320IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1321ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1322FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1323DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1324OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1325HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1326LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1327OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1328SUCH DAMAGE.
1329
1330-------------------------------------------------------------------
1331
1332Copyright (c) 1985, 1993
1333 The Regents of the University of California. All rights reserved.
1334
1335Redistribution and use in source and binary forms, with or without
1336modification, are permitted provided that the following conditions
1337are met:
13381. Redistributions of source code must retain the above copyright
1339 notice, this list of conditions and the following disclaimer.
13402. Redistributions in binary form must reproduce the above copyright
1341 notice, this list of conditions and the following disclaimer in the
1342 documentation and/or other materials provided with the distribution.
13433. Neither the name of the University nor the names of its contributors
1344 may be used to endorse or promote products derived from this software
1345 without specific prior written permission.
1346
1347THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1348ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1349IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1350ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1351FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1352DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1353OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1354HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1355LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1356OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1357SUCH DAMAGE.
1358
1359-------------------------------------------------------------------
1360
1361Copyright (c) 1987 Regents of the University of California.
1362All rights reserved.
1363
1364Redistribution and use in source and binary forms, with or without
1365modification, are permitted provided that the following conditions
1366are met:
13671. Redistributions of source code must retain the above copyright
1368 notice, this list of conditions and the following disclaimer.
13692. Redistributions in binary form must reproduce the above copyright
1370 notice, this list of conditions and the following disclaimer in the
1371 documentation and/or other materials provided with the distribution.
13723. Neither the name of the University nor the names of its contributors
1373 may be used to endorse or promote products derived from this software
1374 without specific prior written permission.
1375
1376THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1377ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1378IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1379ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1380FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1381DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1382OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1383HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1384LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1385OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1386SUCH DAMAGE.
1387
1388-------------------------------------------------------------------
1389
1390Copyright (c) 1987, 1993
1391 The Regents of the University of California. All rights reserved.
1392
1393Redistribution and use in source and binary forms, with or without
1394modification, are permitted provided that the following conditions
1395are met:
13961. Redistributions of source code must retain the above copyright
1397 notice, this list of conditions and the following disclaimer.
13982. Redistributions in binary form must reproduce the above copyright
1399 notice, this list of conditions and the following disclaimer in the
1400 documentation and/or other materials provided with the distribution.
14013. All advertising materials mentioning features or use of this software
1402 must display the following acknowledgement:
1403 This product includes software developed by the University of
1404 California, Berkeley and its contributors.
14054. Neither the name of the University nor the names of its contributors
1406 may be used to endorse or promote products derived from this software
1407 without specific prior written permission.
1408
1409THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1410ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1411IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1412ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1413FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1414DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1415OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1416HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1417LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1418OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1419SUCH DAMAGE.
1420
1421-------------------------------------------------------------------
1422
1423Copyright (c) 1987, 1993
1424 The Regents of the University of California. All rights reserved.
1425
1426Redistribution and use in source and binary forms, with or without
1427modification, are permitted provided that the following conditions
1428are met:
14291. Redistributions of source code must retain the above copyright
1430 notice, this list of conditions and the following disclaimer.
14312. Redistributions in binary form must reproduce the above copyright
1432 notice, this list of conditions and the following disclaimer in the
1433 documentation and/or other materials provided with the distribution.
14343. Neither the name of the University nor the names of its contributors
1435 may be used to endorse or promote products derived from this software
1436 without specific prior written permission.
1437
1438THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1439ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1440IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1441ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1442FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1443DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1444OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1445HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1446LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1447OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1448SUCH DAMAGE.
1449
1450-------------------------------------------------------------------
1451
1452Copyright (c) 1988 Regents of the University of California.
1453All rights reserved.
1454
1455Redistribution and use in source and binary forms, with or without
1456modification, are permitted provided that the following conditions
1457are met:
14581. Redistributions of source code must retain the above copyright
1459 notice, this list of conditions and the following disclaimer.
14602. Redistributions in binary form must reproduce the above copyright
1461 notice, this list of conditions and the following disclaimer in the
1462 documentation and/or other materials provided with the distribution.
14633. Neither the name of the University nor the names of its contributors
1464 may be used to endorse or promote products derived from this software
1465 without specific prior written permission.
1466
1467THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1468ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1469IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1470ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1471FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1472DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1473OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1474HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1475LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1476OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1477SUCH DAMAGE.
1478
1479-------------------------------------------------------------------
1480
1481Copyright (c) 1988 The Regents of the University of California.
1482All rights reserved.
1483
1484Redistribution and use in source and binary forms, with or without
1485modification, are permitted provided that the following conditions
1486are met:
14871. Redistributions of source code must retain the above copyright
1488 notice, this list of conditions and the following disclaimer.
14892. Redistributions in binary form must reproduce the above copyright
1490 notice, this list of conditions and the following disclaimer in the
1491 documentation and/or other materials provided with the distribution.
14923. Neither the name of the University nor the names of its contributors
1493 may be used to endorse or promote products derived from this software
1494 without specific prior written permission.
1495
1496THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1497ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1498IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1499ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1500FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1501DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1502OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1503HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1504LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1505OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1506SUCH DAMAGE.
1507
1508-------------------------------------------------------------------
1509
1510Copyright (c) 1988, 1993
Elliott Hughes261e2232012-08-14 15:04:05 -07001511 The Regents of the University of California. All rights reserved.
1512
1513Redistribution and use in source and binary forms, with or without
1514modification, are permitted provided that the following conditions
1515are met:
15161. Redistributions of source code must retain the above copyright
1517 notice, this list of conditions and the following disclaimer.
15182. Redistributions in binary form must reproduce the above copyright
1519 notice, this list of conditions and the following disclaimer in the
1520 documentation and/or other materials provided with the distribution.
15213. All advertising materials mentioning features or use of this software
1522 must display the following acknowledgement:
1523 This product includes software developed by the University of
1524 California, Berkeley and its contributors.
15254. Neither the name of the University nor the names of its contributors
1526 may be used to endorse or promote products derived from this software
1527 without specific prior written permission.
1528
1529THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1530ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1531IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1532ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1533FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1534DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1535OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1536HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1537LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1538OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1539SUCH DAMAGE.
1540
1541-------------------------------------------------------------------
1542
1543Copyright (c) 1988, 1993
1544 The Regents of the University of California. All rights reserved.
1545
1546Redistribution and use in source and binary forms, with or without
1547modification, are permitted provided that the following conditions
1548are met:
15491. Redistributions of source code must retain the above copyright
1550 notice, this list of conditions and the following disclaimer.
15512. Redistributions in binary form must reproduce the above copyright
1552 notice, this list of conditions and the following disclaimer in the
1553 documentation and/or other materials provided with the distribution.
15543. Neither the name of the University nor the names of its contributors
1555 may be used to endorse or promote products derived from this software
1556 without specific prior written permission.
1557
1558THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1559ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1560IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1561ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1562FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1563DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1564OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1565HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1566LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1567OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1568SUCH DAMAGE.
1569
1570-------------------------------------------------------------------
1571
Elliott Hughes261e2232012-08-14 15:04:05 -07001572Copyright (c) 1989 The Regents of the University of California.
1573All rights reserved.
1574
Elliott Hughes261e2232012-08-14 15:04:05 -07001575Redistribution and use in source and binary forms, with or without
1576modification, are permitted provided that the following conditions
1577are met:
15781. Redistributions of source code must retain the above copyright
1579 notice, this list of conditions and the following disclaimer.
15802. Redistributions in binary form must reproduce the above copyright
1581 notice, this list of conditions and the following disclaimer in the
1582 documentation and/or other materials provided with the distribution.
15833. Neither the name of the University nor the names of its contributors
1584 may be used to endorse or promote products derived from this software
1585 without specific prior written permission.
1586
1587THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1588ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1589IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1590ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1591FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1592DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1593OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1594HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1595LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1596OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1597SUCH DAMAGE.
1598
1599-------------------------------------------------------------------
1600
1601Copyright (c) 1989 The Regents of the University of California.
1602All rights reserved.
1603(c) UNIX System Laboratories, Inc.
1604All or some portions of this file are derived from material licensed
1605to the University of California by American Telephone and Telegraph
1606Co. or Unix System Laboratories, Inc. and are reproduced herein with
1607the permission of UNIX System Laboratories, Inc.
1608
1609Redistribution and use in source and binary forms, with or without
1610modification, are permitted provided that the following conditions
1611are met:
16121. Redistributions of source code must retain the above copyright
1613 notice, this list of conditions and the following disclaimer.
16142. Redistributions in binary form must reproduce the above copyright
1615 notice, this list of conditions and the following disclaimer in the
1616 documentation and/or other materials provided with the distribution.
16173. Neither the name of the University nor the names of its contributors
1618 may be used to endorse or promote products derived from this software
1619 without specific prior written permission.
1620
1621THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1622ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1623IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1624ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1625FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Elliott Hughes387d4b72012-08-09 15:17:46 -07001626DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1627OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1628HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1629LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1630OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1631SUCH DAMAGE.
1632
1633-------------------------------------------------------------------
1634
1635Copyright (c) 1989, 1993
1636 The Regents of the University of California. All rights reserved.
1637
1638Redistribution and use in source and binary forms, with or without
1639modification, are permitted provided that the following conditions
1640are met:
16411. Redistributions of source code must retain the above copyright
1642 notice, this list of conditions and the following disclaimer.
16432. Redistributions in binary form must reproduce the above copyright
1644 notice, this list of conditions and the following disclaimer in the
1645 documentation and/or other materials provided with the distribution.
16463. Neither the name of the University nor the names of its contributors
1647 may be used to endorse or promote products derived from this software
1648 without specific prior written permission.
1649
1650THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1651ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1652IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1653ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1654FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1655DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1656OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1657HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1658LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1659OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1660SUCH DAMAGE.
1661
1662-------------------------------------------------------------------
1663
Elliott Hughes261e2232012-08-14 15:04:05 -07001664Copyright (c) 1989, 1993
1665 The Regents of the University of California. All rights reserved.
1666
1667Redistribution and use in source and binary forms, with or without
1668modification, are permitted provided that the following conditions
1669are met:
16701. Redistributions of source code must retain the above copyright
1671 notice, this list of conditions and the following disclaimer.
16722. Redistributions in binary form must reproduce the above copyright
1673 notice, this list of conditions and the following disclaimer in the
1674 documentation and/or other materials provided with the distribution.
16754. Neither the name of the University nor the names of its contributors
1676 may be used to endorse or promote products derived from this software
1677 without specific prior written permission.
1678
1679THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1680ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1681IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1682ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1683FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1684DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1685OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1686HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1687LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1688OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1689SUCH DAMAGE.
1690
1691-------------------------------------------------------------------
1692
1693Copyright (c) 1989, 1993
1694 The Regents of the University of California. All rights reserved.
Elliott Hughesacbe3222014-04-16 17:01:12 -07001695
1696This code is derived from software contributed to Berkeley by
Elliott Hughesf1c568d2017-09-26 17:09:07 -07001697Guido van Rossum.
1698
1699Copyright (c) 2011 The FreeBSD Foundation
1700All rights reserved.
1701Portions of this software were developed by David Chisnall
1702under sponsorship from the FreeBSD Foundation.
1703
1704Redistribution and use in source and binary forms, with or without
1705modification, are permitted provided that the following conditions
1706are met:
17071. Redistributions of source code must retain the above copyright
1708 notice, this list of conditions and the following disclaimer.
17092. Redistributions in binary form must reproduce the above copyright
1710 notice, this list of conditions and the following disclaimer in the
1711 documentation and/or other materials provided with the distribution.
17123. Neither the name of the University nor the names of its contributors
1713 may be used to endorse or promote products derived from this software
1714 without specific prior written permission.
1715
1716THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1717ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1718IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1719ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1720FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1721DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1722OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1723HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1724LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1725OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1726SUCH DAMAGE.
1727
1728-------------------------------------------------------------------
1729
1730Copyright (c) 1989, 1993
1731 The Regents of the University of California. All rights reserved.
1732
1733This code is derived from software contributed to Berkeley by
1734Guido van Rossum.
1735
1736Redistribution and use in source and binary forms, with or without
1737modification, are permitted provided that the following conditions
1738are met:
17391. Redistributions of source code must retain the above copyright
1740 notice, this list of conditions and the following disclaimer.
17412. Redistributions in binary form must reproduce the above copyright
1742 notice, this list of conditions and the following disclaimer in the
1743 documentation and/or other materials provided with the distribution.
17443. Neither the name of the University nor the names of its contributors
1745 may be used to endorse or promote products derived from this software
1746 without specific prior written permission.
1747
1748THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1749ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1750IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1751ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1752FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1753DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1754OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1755HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1756LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1757OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1758SUCH DAMAGE.
1759
1760-------------------------------------------------------------------
1761
1762Copyright (c) 1989, 1993
1763 The Regents of the University of California. All rights reserved.
1764
1765This code is derived from software contributed to Berkeley by
Elliott Hughesacbe3222014-04-16 17:01:12 -07001766Roger L. Snyder.
1767
1768Redistribution and use in source and binary forms, with or without
1769modification, are permitted provided that the following conditions
1770are met:
17711. Redistributions of source code must retain the above copyright
1772 notice, this list of conditions and the following disclaimer.
17732. Redistributions in binary form must reproduce the above copyright
1774 notice, this list of conditions and the following disclaimer in the
1775 documentation and/or other materials provided with the distribution.
17763. Neither the name of the University nor the names of its contributors
1777 may be used to endorse or promote products derived from this software
1778 without specific prior written permission.
1779
1780THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1781ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1782IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1783ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1784FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1785DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1786OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1787HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1788LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1789OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1790SUCH DAMAGE.
1791
1792-------------------------------------------------------------------
1793
1794Copyright (c) 1989, 1993
1795 The Regents of the University of California. All rights reserved.
Elliott Hughes261e2232012-08-14 15:04:05 -07001796(c) UNIX System Laboratories, Inc.
1797All or some portions of this file are derived from material licensed
1798to the University of California by American Telephone and Telegraph
1799Co. or Unix System Laboratories, Inc. and are reproduced herein with
1800the permission of UNIX System Laboratories, Inc.
1801
1802Redistribution and use in source and binary forms, with or without
1803modification, are permitted provided that the following conditions
1804are met:
18051. Redistributions of source code must retain the above copyright
1806 notice, this list of conditions and the following disclaimer.
18072. Redistributions in binary form must reproduce the above copyright
1808 notice, this list of conditions and the following disclaimer in the
1809 documentation and/or other materials provided with the distribution.
18103. Neither the name of the University nor the names of its contributors
1811 may be used to endorse or promote products derived from this software
1812 without specific prior written permission.
1813
1814THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1815ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1816IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1817ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1818FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1819DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1820OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1821HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1822LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1823OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1824SUCH DAMAGE.
1825
1826-------------------------------------------------------------------
1827
Elliott Hughesb4931ce2016-02-08 17:00:12 -08001828Copyright (c) 1990 Regents of the University of California.
1829All rights reserved.
1830
1831This code is derived from software contributed to Berkeley by
1832Chris Torek.
1833
1834Redistribution and use in source and binary forms, with or without
1835modification, are permitted provided that the following conditions
1836are met:
18371. Redistributions of source code must retain the above copyright
1838 notice, this list of conditions and the following disclaimer.
18392. Redistributions in binary form must reproduce the above copyright
1840 notice, this list of conditions and the following disclaimer in the
1841 documentation and/or other materials provided with the distribution.
18423. Neither the name of the University nor the names of its contributors
1843 may be used to endorse or promote products derived from this software
1844 without specific prior written permission.
1845
1846THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1847ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1848IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1849ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1850FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1851DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1852OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1853HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1854LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1855OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1856SUCH DAMAGE.
1857
1858-------------------------------------------------------------------
1859
Elliott Hughes261e2232012-08-14 15:04:05 -07001860Copyright (c) 1990 The Regents of the University of California.
1861All rights reserved.
1862
1863Redistribution and use in source and binary forms, with or without
1864modification, are permitted provided that the following conditions
1865are met:
18661. Redistributions of source code must retain the above copyright
1867 notice, this list of conditions and the following disclaimer.
18682. Redistributions in binary form must reproduce the above copyright
1869 notice, this list of conditions and the following disclaimer in the
1870 documentation and/or other materials provided with the distribution.
18713. Neither the name of the University nor the names of its contributors
1872 may be used to endorse or promote products derived from this software
1873 without specific prior written permission.
1874
1875THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1876ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1877IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1878ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1879FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1880DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1881OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1882HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1883LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1884OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1885SUCH DAMAGE.
1886
1887-------------------------------------------------------------------
1888
1889Copyright (c) 1990 The Regents of the University of California.
1890All rights reserved.
1891
Elliott Hughes261e2232012-08-14 15:04:05 -07001892This code is derived from software contributed to Berkeley by
1893Chris Torek.
1894
1895Redistribution and use in source and binary forms, with or without
1896modification, are permitted provided that the following conditions
1897are met:
18981. Redistributions of source code must retain the above copyright
1899 notice, this list of conditions and the following disclaimer.
19002. Redistributions in binary form must reproduce the above copyright
1901 notice, this list of conditions and the following disclaimer in the
1902 documentation and/or other materials provided with the distribution.
19033. Neither the name of the University nor the names of its contributors
1904 may be used to endorse or promote products derived from this software
1905 without specific prior written permission.
1906
1907THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1908ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1909IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1910ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1911FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1912DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1913OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1914HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1915LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1916OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1917SUCH DAMAGE.
1918
1919-------------------------------------------------------------------
1920
1921Copyright (c) 1990 The Regents of the University of California.
1922All rights reserved.
1923
1924This code is derived from software contributed to Berkeley by
1925William Jolitz.
1926
1927Redistribution and use in source and binary forms, with or without
1928modification, are permitted provided that the following conditions
1929are met:
19301. Redistributions of source code must retain the above copyright
1931 notice, this list of conditions and the following disclaimer.
19322. Redistributions in binary form must reproduce the above copyright
1933 notice, this list of conditions and the following disclaimer in the
1934 documentation and/or other materials provided with the distribution.
19353. Neither the name of the University nor the names of its contributors
1936 may be used to endorse or promote products derived from this software
1937 without specific prior written permission.
1938
1939THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1940ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1941IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1942ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1943FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1944DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1945OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1946HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1947LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1948OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1949SUCH DAMAGE.
1950
1951-------------------------------------------------------------------
1952
1953Copyright (c) 1990, 1993
1954 The Regents of the University of California. All rights reserved.
1955
1956Redistribution and use in source and binary forms, with or without
1957modification, are permitted provided that the following conditions
1958are met:
19591. Redistributions of source code must retain the above copyright
1960 notice, this list of conditions and the following disclaimer.
19612. Redistributions in binary form must reproduce the above copyright
1962 notice, this list of conditions and the following disclaimer in the
1963 documentation and/or other materials provided with the distribution.
19643. Neither the name of the University nor the names of its contributors
1965 may be used to endorse or promote products derived from this software
1966 without specific prior written permission.
1967
1968THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1969ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1970IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1971ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1972FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1973DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1974OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1975HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1976LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1977OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1978SUCH DAMAGE.
1979
1980-------------------------------------------------------------------
1981
1982Copyright (c) 1990, 1993
1983 The Regents of the University of California. All rights reserved.
1984
Elliott Hughes261e2232012-08-14 15:04:05 -07001985This code is derived from software contributed to Berkeley by
1986Chris Torek.
1987
1988Redistribution and use in source and binary forms, with or without
1989modification, are permitted provided that the following conditions
1990are met:
19911. Redistributions of source code must retain the above copyright
1992 notice, this list of conditions and the following disclaimer.
19932. Redistributions in binary form must reproduce the above copyright
1994 notice, this list of conditions and the following disclaimer in the
1995 documentation and/or other materials provided with the distribution.
19963. Neither the name of the University nor the names of its contributors
1997 may be used to endorse or promote products derived from this software
1998 without specific prior written permission.
1999
2000THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2001ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2002IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2003ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2004FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2005DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2006OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2007HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2008LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2009OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2010SUCH DAMAGE.
2011
2012-------------------------------------------------------------------
2013
2014Copyright (c) 1990, 1993
2015 The Regents of the University of California. All rights reserved.
2016
2017This code is derived from software contributed to Berkeley by
Elliott Hughes261e2232012-08-14 15:04:05 -07002018Donn Seeley at UUNET Technologies, Inc.
2019
2020Redistribution and use in source and binary forms, with or without
2021modification, are permitted provided that the following conditions
2022are met:
20231. Redistributions of source code must retain the above copyright
2024 notice, this list of conditions and the following disclaimer.
20252. Redistributions in binary form must reproduce the above copyright
2026 notice, this list of conditions and the following disclaimer in the
2027 documentation and/or other materials provided with the distribution.
20283. Neither the name of the University nor the names of its contributors
2029 may be used to endorse or promote products derived from this software
2030 without specific prior written permission.
2031
2032THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2033ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2034IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2035ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2036FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2037DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2038OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2039HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2040LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2041OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2042SUCH DAMAGE.
2043
2044-------------------------------------------------------------------
2045
2046Copyright (c) 1990, 1993
2047 The Regents of the University of California. All rights reserved.
Elliott Hughesbfa582d2014-05-05 14:58:17 -07002048
2049This code is derived from software contributed to Berkeley by
2050Donn Seeley at UUNET Technologies, Inc.
2051
2052Redistribution and use in source and binary forms, with or without
2053modification, are permitted provided that the following conditions
2054are met:
20551. Redistributions of source code must retain the above copyright
2056 notice, this list of conditions and the following disclaimer.
20572. Redistributions in binary form must reproduce the above copyright
2058 notice, this list of conditions and the following disclaimer in the
2059 documentation and/or other materials provided with the distribution.
20604. Neither the name of the University nor the names of its contributors
2061 may be used to endorse or promote products derived from this software
2062 without specific prior written permission.
2063
2064THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2065ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2066IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2067ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2068FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2069DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2070OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2071HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2072LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2073OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2074SUCH DAMAGE.
2075
2076-------------------------------------------------------------------
2077
2078Copyright (c) 1990, 1993
2079 The Regents of the University of California. All rights reserved.
Elliott Hughes261e2232012-08-14 15:04:05 -07002080(c) UNIX System Laboratories, Inc.
2081All or some portions of this file are derived from material licensed
2082to the University of California by American Telephone and Telegraph
2083Co. or Unix System Laboratories, Inc. and are reproduced herein with
2084the permission of UNIX System Laboratories, Inc.
2085
2086Redistribution and use in source and binary forms, with or without
2087modification, are permitted provided that the following conditions
2088are met:
20891. Redistributions of source code must retain the above copyright
2090 notice, this list of conditions and the following disclaimer.
20912. Redistributions in binary form must reproduce the above copyright
2092 notice, this list of conditions and the following disclaimer in the
2093 documentation and/or other materials provided with the distribution.
20943. Neither the name of the University nor the names of its contributors
2095 may be used to endorse or promote products derived from this software
2096 without specific prior written permission.
2097
2098THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2099ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2100IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2101ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2102FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2103DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2104OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2105HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2106LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2107OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2108SUCH DAMAGE.
2109
2110-------------------------------------------------------------------
2111
2112Copyright (c) 1990, 1993, 1994
2113 The Regents of the University of California. All rights reserved.
2114
2115Redistribution and use in source and binary forms, with or without
2116modification, are permitted provided that the following conditions
2117are met:
21181. Redistributions of source code must retain the above copyright
2119 notice, this list of conditions and the following disclaimer.
21202. Redistributions in binary form must reproduce the above copyright
2121 notice, this list of conditions and the following disclaimer in the
2122 documentation and/or other materials provided with the distribution.
21233. Neither the name of the University nor the names of its contributors
2124 may be used to endorse or promote products derived from this software
2125 without specific prior written permission.
2126
2127THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2128ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2129IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2130ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2131FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2132DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2133OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2134HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2135LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2136OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2137SUCH DAMAGE.
2138
2139-------------------------------------------------------------------
2140
Elliott Hughes4e54b112014-03-06 15:06:11 -08002141Copyright (c) 1991 The Regents of the University of California.
2142All rights reserved.
2143
2144Redistribution and use in source and binary forms, with or without
2145modification, are permitted provided that the following conditions
2146are met:
21471. Redistributions of source code must retain the above copyright
2148 notice, this list of conditions and the following disclaimer.
21492. Redistributions in binary form must reproduce the above copyright
2150 notice, this list of conditions and the following disclaimer in the
2151 documentation and/or other materials provided with the distribution.
21523. Neither the name of the University nor the names of its contributors
2153 may be used to endorse or promote products derived from this software
2154 without specific prior written permission.
2155
2156THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2157ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2158IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2159ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2160FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2161DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2162OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2163HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2164LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2165OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2166SUCH DAMAGE.
2167
2168-------------------------------------------------------------------
2169
Elliott Hughes261e2232012-08-14 15:04:05 -07002170Copyright (c) 1991, 1993
2171 The Regents of the University of California. All rights reserved.
2172
2173Redistribution and use in source and binary forms, with or without
2174modification, are permitted provided that the following conditions
2175are met:
21761. Redistributions of source code must retain the above copyright
2177 notice, this list of conditions and the following disclaimer.
21782. Redistributions in binary form must reproduce the above copyright
2179 notice, this list of conditions and the following disclaimer in the
2180 documentation and/or other materials provided with the distribution.
21813. Neither the name of the University nor the names of its contributors
2182 may be used to endorse or promote products derived from this software
2183 without specific prior written permission.
2184
2185THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2186ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2187IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2188ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2189FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2190DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2191OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2192HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2193LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2194OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2195SUCH DAMAGE.
2196
2197-------------------------------------------------------------------
2198
2199Copyright (c) 1991, 1993
2200 The Regents of the University of California. All rights reserved.
2201
2202This code is derived from software contributed to Berkeley by
2203Berkeley Software Design, Inc.
2204
2205Redistribution and use in source and binary forms, with or without
2206modification, are permitted provided that the following conditions
2207are met:
22081. Redistributions of source code must retain the above copyright
2209 notice, this list of conditions and the following disclaimer.
22102. Redistributions in binary form must reproduce the above copyright
2211 notice, this list of conditions and the following disclaimer in the
2212 documentation and/or other materials provided with the distribution.
22133. Neither the name of the University nor the names of its contributors
2214 may be used to endorse or promote products derived from this software
2215 without specific prior written permission.
2216
2217THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2218ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2219IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2220ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2221FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2222DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2223OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2224HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2225LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2226OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2227SUCH DAMAGE.
2228
2229-------------------------------------------------------------------
2230
2231Copyright (c) 1991, 1993
2232 The Regents of the University of California. All rights reserved.
2233(c) UNIX System Laboratories, Inc.
2234All or some portions of this file are derived from material licensed
2235to the University of California by American Telephone and Telegraph
2236Co. or Unix System Laboratories, Inc. and are reproduced herein with
2237the permission of UNIX System Laboratories, Inc.
2238
2239This code is derived from software contributed to Berkeley by
2240Hugh Smith at The University of Guelph.
2241
2242Redistribution and use in source and binary forms, with or without
2243modification, are permitted provided that the following conditions
2244are met:
22451. Redistributions of source code must retain the above copyright
2246 notice, this list of conditions and the following disclaimer.
22472. Redistributions in binary form must reproduce the above copyright
2248 notice, this list of conditions and the following disclaimer in the
2249 documentation and/or other materials provided with the distribution.
22503. Neither the name of the University nor the names of its contributors
2251 may be used to endorse or promote products derived from this software
2252 without specific prior written permission.
2253
2254THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2255ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2256IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2257ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2258FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2259DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2260OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2261HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2262LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2263OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2264SUCH DAMAGE.
2265
2266-------------------------------------------------------------------
2267
Elliott Hughes261e2232012-08-14 15:04:05 -07002268Copyright (c) 1992 Henry Spencer.
2269Copyright (c) 1992, 1993
2270 The Regents of the University of California. All rights reserved.
2271
2272This code is derived from software contributed to Berkeley by
2273Henry Spencer of the University of Toronto.
2274
2275Redistribution and use in source and binary forms, with or without
2276modification, are permitted provided that the following conditions
2277are met:
22781. Redistributions of source code must retain the above copyright
2279 notice, this list of conditions and the following disclaimer.
22802. Redistributions in binary form must reproduce the above copyright
2281 notice, this list of conditions and the following disclaimer in the
2282 documentation and/or other materials provided with the distribution.
22833. Neither the name of the University nor the names of its contributors
2284 may be used to endorse or promote products derived from this software
2285 without specific prior written permission.
2286
2287THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2288ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2289IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2290ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2291FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2292DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2293OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2294HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2295LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2296OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2297SUCH DAMAGE.
2298
2299-------------------------------------------------------------------
2300
2301Copyright (c) 1992 The Regents of the University of California.
2302All rights reserved.
2303
2304Redistribution and use in source and binary forms, with or without
2305modification, are permitted provided that the following conditions
2306are met:
23071. Redistributions of source code must retain the above copyright
2308 notice, this list of conditions and the following disclaimer.
23092. Redistributions in binary form must reproduce the above copyright
2310 notice, this list of conditions and the following disclaimer in the
2311 documentation and/or other materials provided with the distribution.
23123. Neither the name of the University nor the names of its contributors
2313 may be used to endorse or promote products derived from this software
2314 without specific prior written permission.
2315
2316THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2317ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2318IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2319ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2320FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2321DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2322OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2323HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2324LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2325OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2326SUCH DAMAGE.
2327
2328-------------------------------------------------------------------
2329
2330Copyright (c) 1992, 1993
2331 The Regents of the University of California. All rights reserved.
2332
2333Redistribution and use in source and binary forms, with or without
2334modification, are permitted provided that the following conditions
2335are met:
23361. Redistributions of source code must retain the above copyright
2337 notice, this list of conditions and the following disclaimer.
23382. Redistributions in binary form must reproduce the above copyright
2339 notice, this list of conditions and the following disclaimer in the
2340 documentation and/or other materials provided with the distribution.
23413. Neither the name of the University nor the names of its contributors
2342 may be used to endorse or promote products derived from this software
2343 without specific prior written permission.
2344
2345THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2346ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2347IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2348ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2349FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2350DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2351OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2352HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2353LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2354OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2355SUCH DAMAGE.
2356
2357-------------------------------------------------------------------
2358
2359Copyright (c) 1992, 1993
2360 The Regents of the University of California. All rights reserved.
2361
Elliott Hughes261e2232012-08-14 15:04:05 -07002362This software was developed by the Computer Systems Engineering group
2363at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
2364contributed to Berkeley.
2365
2366All advertising materials mentioning features or use of this software
2367must display the following acknowledgement:
2368 This product includes software developed by the University of
2369 California, Lawrence Berkeley Laboratory.
2370
2371Redistribution and use in source and binary forms, with or without
2372modification, are permitted provided that the following conditions
2373are met:
23741. Redistributions of source code must retain the above copyright
2375 notice, this list of conditions and the following disclaimer.
23762. Redistributions in binary form must reproduce the above copyright
2377 notice, this list of conditions and the following disclaimer in the
2378 documentation and/or other materials provided with the distribution.
23793. All advertising materials mentioning features or use of this software
2380 must display the following acknowledgement:
2381 This product includes software developed by the University of
2382 California, Berkeley and its contributors.
23834. Neither the name of the University nor the names of its contributors
2384 may be used to endorse or promote products derived from this software
2385 without specific prior written permission.
2386
2387THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2388ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2389IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2390ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2391FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2392DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2393OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2394HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2395LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2396OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2397SUCH DAMAGE.
2398
2399-------------------------------------------------------------------
2400
2401Copyright (c) 1992, 1993
2402 The Regents of the University of California. All rights reserved.
Elliott Hughes261e2232012-08-14 15:04:05 -07002403(c) UNIX System Laboratories, Inc.
2404All or some portions of this file are derived from material licensed
2405to the University of California by American Telephone and Telegraph
2406Co. or Unix System Laboratories, Inc. and are reproduced herein with
2407the permission of UNIX System Laboratories, Inc.
2408
2409Redistribution and use in source and binary forms, with or without
2410modification, are permitted provided that the following conditions
2411are met:
24121. Redistributions of source code must retain the above copyright
2413 notice, this list of conditions and the following disclaimer.
24142. Redistributions in binary form must reproduce the above copyright
2415 notice, this list of conditions and the following disclaimer in the
2416 documentation and/or other materials provided with the distribution.
24173. Neither the name of the University nor the names of its contributors
2418 may be used to endorse or promote products derived from this software
2419 without specific prior written permission.
2420
2421THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2422ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2423IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2424ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2425FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2426DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2427OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2428HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2429LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2430OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2431SUCH DAMAGE.
2432
2433-------------------------------------------------------------------
2434
Elliott Hughes88e4e602022-11-08 02:51:00 +00002435Copyright (c) 1992, 1993, 1994 Henry Spencer.
Elliott Hughes261e2232012-08-14 15:04:05 -07002436Copyright (c) 1992, 1993, 1994
2437 The Regents of the University of California. All rights reserved.
2438
Elliott Hughes88e4e602022-11-08 02:51:00 +00002439Copyright (c) 2011 The FreeBSD Foundation
2440All rights reserved.
2441Portions of this software were developed by David Chisnall
2442under sponsorship from the FreeBSD Foundation.
2443
Elliott Hughes261e2232012-08-14 15:04:05 -07002444This code is derived from software contributed to Berkeley by
2445Henry Spencer.
2446
2447Redistribution and use in source and binary forms, with or without
2448modification, are permitted provided that the following conditions
2449are met:
24501. Redistributions of source code must retain the above copyright
2451 notice, this list of conditions and the following disclaimer.
24522. Redistributions in binary form must reproduce the above copyright
2453 notice, this list of conditions and the following disclaimer in the
2454 documentation and/or other materials provided with the distribution.
24553. Neither the name of the University nor the names of its contributors
2456 may be used to endorse or promote products derived from this software
2457 without specific prior written permission.
2458
2459THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2460ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2461IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2462ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2463FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2464DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2465OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2466HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2467LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2468OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2469SUCH DAMAGE.
2470
2471-------------------------------------------------------------------
2472
Elliott Hughescc213f82012-08-14 15:32:42 -07002473Copyright (c) 1992, 1993, 1994 Henry Spencer.
Elliott Hughes88e4e602022-11-08 02:51:00 +00002474Copyright (c) 1992, 1993, 1994
2475 The Regents of the University of California. All rights reserved.
Elliott Hughescc213f82012-08-14 15:32:42 -07002476
2477This code is derived from software contributed to Berkeley by
2478Henry Spencer.
2479
2480Redistribution and use in source and binary forms, with or without
2481modification, are permitted provided that the following conditions
2482are met:
24831. Redistributions of source code must retain the above copyright
2484 notice, this list of conditions and the following disclaimer.
24852. Redistributions in binary form must reproduce the above copyright
2486 notice, this list of conditions and the following disclaimer in the
2487 documentation and/or other materials provided with the distribution.
Elliott Hughes88e4e602022-11-08 02:51:00 +000024883. Neither the name of the University nor the names of its contributors
Elliott Hughescc213f82012-08-14 15:32:42 -07002489 may be used to endorse or promote products derived from this software
2490 without specific prior written permission.
2491
2492THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2493ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2494IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2495ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2496FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2497DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2498OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2499HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2500LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2501OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2502SUCH DAMAGE.
2503
2504-------------------------------------------------------------------
2505
Elliott Hughes261e2232012-08-14 15:04:05 -07002506Copyright (c) 1993
Elliott Hughes261e2232012-08-14 15:04:05 -07002507 The Regents of the University of California. All rights reserved.
2508
2509Redistribution and use in source and binary forms, with or without
2510modification, are permitted provided that the following conditions
2511are met:
25121. Redistributions of source code must retain the above copyright
2513 notice, this list of conditions and the following disclaimer.
25142. Redistributions in binary form must reproduce the above copyright
2515 notice, this list of conditions and the following disclaimer in the
2516 documentation and/or other materials provided with the distribution.
25173. Neither the name of the University nor the names of its contributors
2518 may be used to endorse or promote products derived from this software
2519 without specific prior written permission.
2520
2521THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2522ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2523IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2524ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2525FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2526DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2527OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2528HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2529LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2530OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2531SUCH DAMAGE.
2532
2533-------------------------------------------------------------------
2534
Elliott Hughes261e2232012-08-14 15:04:05 -07002535Copyright (c) 1993 Martin Birgmeier
2536All rights reserved.
2537
2538You may redistribute unmodified or modified versions of this source
2539code provided that the above copyright notice and this and the
2540following conditions are retained.
2541
2542This software is provided ``as is'', and comes with no warranties
2543of any kind. I shall in no event be liable for anything that happens
2544to anyone/anything when using this software.
2545
2546-------------------------------------------------------------------
2547
Elliott Hughes4e54b112014-03-06 15:06:11 -08002548Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
Elliott Hughes448080d2013-01-29 16:25:06 -08002549All rights reserved.
2550
Elliott Hughes448080d2013-01-29 16:25:06 -08002551Redistribution and use in source and binary forms, with or without
2552modification, are permitted provided that the following conditions
2553are met:
25541. Redistributions of source code must retain the above copyright
2555 notice, this list of conditions and the following disclaimer.
25562. Redistributions in binary form must reproduce the above copyright
2557 notice, this list of conditions and the following disclaimer in the
2558 documentation and/or other materials provided with the distribution.
Elliott Hughes4e54b112014-03-06 15:06:11 -080025593. The name of the author may not be used to endorse or promote products
2560 derived from this software without specific prior written permission.
Elliott Hughes448080d2013-01-29 16:25:06 -08002561
Elliott Hughes4e54b112014-03-06 15:06:11 -08002562THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2563IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2564OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2565IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2566SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2567PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
2568OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
2569WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
2570OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
2571ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Elliott Hughes448080d2013-01-29 16:25:06 -08002572
2573-------------------------------------------------------------------
2574
Elliott Hughesd3627a42022-12-06 22:24:27 +00002575Copyright (c) 1994 Winning Strategies, Inc.
2576All rights reserved.
2577
2578Redistribution and use in source and binary forms, with or without
2579modification, are permitted provided that the following conditions
2580are met:
25811. Redistributions of source code must retain the above copyright
2582 notice, this list of conditions and the following disclaimer.
25832. Redistributions in binary form must reproduce the above copyright
2584 notice, this list of conditions and the following disclaimer in the
2585 documentation and/or other materials provided with the distribution.
25863. All advertising materials mentioning features or use of this software
2587 must display the following acknowledgement:
2588 This product includes software developed by Winning Strategies, Inc.
25894. The name of the author may not be used to endorse or promote products
2590 derived from this software without specific prior written permission.
2591
2592THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2593IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2594OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2595IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2596INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2597NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2598DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2599THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2600(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2601THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2602
2603-------------------------------------------------------------------
2604
Elliott Hughes261e2232012-08-14 15:04:05 -07002605Copyright (c) 1996 by Internet Software Consortium.
2606
2607Permission to use, copy, modify, and distribute this software for any
2608purpose with or without fee is hereby granted, provided that the above
2609copyright notice and this permission notice appear in all copies.
2610
2611THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
2612ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
2613OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
2614CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
2615DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
2616PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
2617ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
2618SOFTWARE.
2619
2620-------------------------------------------------------------------
2621
2622Copyright (c) 1996, David Mazieres <dm@uun.org>
2623Copyright (c) 2008, Damien Miller <djm@openbsd.org>
Elliott Hughes15581382014-07-07 15:42:06 -07002624Copyright (c) 2013, Markus Friedl <markus@openbsd.org>
2625
2626Permission to use, copy, modify, and distribute this software for any
2627purpose with or without fee is hereby granted, provided that the above
2628copyright notice and this permission notice appear in all copies.
2629
2630THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2631WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2632MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2633ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2634WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2635ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2636OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2637
2638-------------------------------------------------------------------
2639
Elliott Hughesb3646832017-07-11 12:34:19 -07002640Copyright (c) 1996, David Mazieres <dm@uun.org>
2641Copyright (c) 2008, Damien Miller <djm@openbsd.org>
2642Copyright (c) 2013, Markus Friedl <markus@openbsd.org>
2643Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org>
2644
2645Permission to use, copy, modify, and distribute this software for any
2646purpose with or without fee is hereby granted, provided that the above
2647copyright notice and this permission notice appear in all copies.
2648
2649THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2650WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2651MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2652ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2653WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2654ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2655OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2656
2657-------------------------------------------------------------------
2658
Elliott Hughes15581382014-07-07 15:42:06 -07002659Copyright (c) 1996-1998, 2008 Theo de Raadt
2660Copyright (c) 1997, 2008-2009 Todd C. Miller
Elliott Hughes261e2232012-08-14 15:04:05 -07002661
2662Permission to use, copy, modify, and distribute this software for any
2663purpose with or without fee is hereby granted, provided that the above
2664copyright notice and this permission notice appear in all copies.
2665
2666THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2667WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2668MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2669ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2670WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2671ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2672OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2673
2674-------------------------------------------------------------------
2675
Elliott Hughes387d4b72012-08-09 15:17:46 -07002676Copyright (c) 1997 Mark Brinicombe
Elliott Hughesdfb74c52016-10-24 12:53:17 -07002677Copyright (C) 2010 The Android Open Source Project
Elliott Hughes387d4b72012-08-09 15:17:46 -07002678All rights reserved.
2679
2680Redistribution and use in source and binary forms, with or without
2681modification, are permitted provided that the following conditions
2682are met:
26831. Redistributions of source code must retain the above copyright
2684 notice, this list of conditions and the following disclaimer.
26852. Redistributions in binary form must reproduce the above copyright
2686 notice, this list of conditions and the following disclaimer in the
2687 documentation and/or other materials provided with the distribution.
26883. All advertising materials mentioning features or use of this software
2689 must display the following acknowledgement:
2690 This product includes software developed by Mark Brinicombe
26914. Neither the name of the University nor the names of its contributors
2692 may be used to endorse or promote products derived from this software
2693 without specific prior written permission.
2694
2695THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
2696ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2697IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2698ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
2699FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2700DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2701OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2702HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2703LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2704OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2705SUCH DAMAGE.
2706
2707-------------------------------------------------------------------
2708
Elliott Hughes261e2232012-08-14 15:04:05 -07002709Copyright (c) 1997 Niklas Hallqvist. All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -07002710
2711Redistribution and use in source and binary forms, with or without
2712modification, are permitted provided that the following conditions
2713are met:
27141. Redistributions of source code must retain the above copyright
2715 notice, this list of conditions and the following disclaimer.
27162. Redistributions in binary form must reproduce the above copyright
2717 notice, this list of conditions and the following disclaimer in the
2718 documentation and/or other materials provided with the distribution.
2719
Elliott Hughes261e2232012-08-14 15:04:05 -07002720THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2721IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2722OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2723IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2724INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2725NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2726DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2727THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2728(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2729THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Elliott Hughes387d4b72012-08-09 15:17:46 -07002730
2731-------------------------------------------------------------------
2732
Elliott Hughesda46cae2018-05-24 14:40:32 -07002733Copyright (c) 1997 The NetBSD Foundation, Inc.
2734All rights reserved.
2735
2736This code is derived from software contributed to The NetBSD Foundation
2737by Neil A. Carson and Mark Brinicombe
2738
2739Redistribution and use in source and binary forms, with or without
2740modification, are permitted provided that the following conditions
2741are met:
27421. Redistributions of source code must retain the above copyright
2743 notice, this list of conditions and the following disclaimer.
27442. Redistributions in binary form must reproduce the above copyright
2745 notice, this list of conditions and the following disclaimer in the
2746 documentation and/or other materials provided with the distribution.
2747
2748THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2749``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2750TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2751PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2752BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2753CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2754SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2755INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2756CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2757ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2758POSSIBILITY OF SUCH DAMAGE.
2759
2760-------------------------------------------------------------------
2761
Elliott Hughes26b06072020-07-31 11:00:10 -07002762Copyright (c) 1997 Todd C. Miller <millert@openbsd.org>
Elliott Hughes261e2232012-08-14 15:04:05 -07002763
2764Permission to use, copy, modify, and distribute this software for any
2765purpose with or without fee is hereby granted, provided that the above
2766copyright notice and this permission notice appear in all copies.
2767
2768THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2769WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2770MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2771ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2772WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2773ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2774OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2775
2776-------------------------------------------------------------------
2777
Elliott Hughes9a4b68e2019-11-20 14:56:22 -08002778Copyright (c) 1997 Todd C. Miller <millert@openbsd.org>
Elliott Hughesbfa582d2014-05-05 14:58:17 -07002779All rights reserved.
2780
2781Redistribution and use in source and binary forms, with or without
2782modification, are permitted provided that the following conditions
2783are met:
27841. Redistributions of source code must retain the above copyright
2785 notice, this list of conditions and the following disclaimer.
27862. Redistributions in binary form must reproduce the above copyright
2787 notice, this list of conditions and the following disclaimer in the
2788 documentation and/or other materials provided with the distribution.
27893. The name of the author may not be used to endorse or promote products
2790 derived from this software without specific prior written permission.
2791
2792THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
2793INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
2794AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
2795THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2796EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2797PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
2798OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
2799WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
2800OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
2801ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2802
2803-------------------------------------------------------------------
2804
Elliott Hughes261e2232012-08-14 15:04:05 -07002805Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc.
2806All rights reserved.
2807
2808This code is derived from software contributed to The NetBSD Foundation
2809by Luke Mewburn.
2810
2811Redistribution and use in source and binary forms, with or without
2812modification, are permitted provided that the following conditions
2813are met:
28141. Redistributions of source code must retain the above copyright
2815 notice, this list of conditions and the following disclaimer.
28162. Redistributions in binary form must reproduce the above copyright
2817 notice, this list of conditions and the following disclaimer in the
2818 documentation and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -07002819
2820THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2821``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2822TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2823PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2824BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2825CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2826SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2827INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2828CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2829ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2830POSSIBILITY OF SUCH DAMAGE.
2831
2832-------------------------------------------------------------------
2833
2834Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc.
2835All rights reserved.
2836
2837This code is derived from software contributed to The NetBSD Foundation
2838by Luke Mewburn; and by Jason R. Thorpe.
2839
2840Redistribution and use in source and binary forms, with or without
2841modification, are permitted provided that the following conditions
2842are met:
28431. Redistributions of source code must retain the above copyright
2844 notice, this list of conditions and the following disclaimer.
28452. Redistributions in binary form must reproduce the above copyright
2846 notice, this list of conditions and the following disclaimer in the
2847 documentation and/or other materials provided with the distribution.
28483. All advertising materials mentioning features or use of this software
2849 must display the following acknowledgement:
2850 This product includes software developed by the NetBSD
2851 Foundation, Inc. and its contributors.
28524. Neither the name of The NetBSD Foundation nor the names of its
2853 contributors may be used to endorse or promote products derived
2854 from this software without specific prior written permission.
2855
2856THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2857``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2858TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2859PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2860BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2861CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2862SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2863INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2864CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2865ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2866POSSIBILITY OF SUCH DAMAGE.
2867
2868-------------------------------------------------------------------
2869
Elliott Hughesd3627a42022-12-06 22:24:27 +00002870Copyright (c) 1997, 1998, 2005, 2008 The NetBSD Foundation, Inc.
2871All rights reserved.
2872
2873This code was contributed to The NetBSD Foundation by Klaus Klein.
2874
2875Redistribution and use in source and binary forms, with or without
2876modification, are permitted provided that the following conditions
2877are met:
28781. Redistributions of source code must retain the above copyright
2879 notice, this list of conditions and the following disclaimer.
28802. Redistributions in binary form must reproduce the above copyright
2881 notice, this list of conditions and the following disclaimer in the
2882 documentation and/or other materials provided with the distribution.
2883
2884THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2885``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2886TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2887PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2888BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2889CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2890SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2891INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2892CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2893ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2894POSSIBILITY OF SUCH DAMAGE.
2895
2896-------------------------------------------------------------------
2897
Elliott Hughes261e2232012-08-14 15:04:05 -07002898Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com>
2899
2900Permission to use, copy, modify, and distribute this software for any
2901purpose with or without fee is hereby granted, provided that the above
2902copyright notice and this permission notice appear in all copies.
2903
2904THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2905WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2906MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2907ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2908WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2909ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2910OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2911
2912-------------------------------------------------------------------
2913
2914Copyright (c) 1998 Softweyr LLC. All rights reserved.
2915
2916strtok_r, from Berkeley strtok
2917Oct 13, 1998 by Wes Peters <wes@softweyr.com>
2918
2919Copyright (c) 1988, 1993
2920 The Regents of the University of California. All rights reserved.
2921
2922Redistribution and use in source and binary forms, with or without
2923modification, are permitted provided that the following conditions
2924are met:
29251. Redistributions of source code must retain the above copyright
2926 notices, this list of conditions and the following disclaimer.
29272. Redistributions in binary form must reproduce the above copyright
2928 notices, this list of conditions and the following disclaimer in the
2929 documentation and/or other materials provided with the distribution.
Elliott Hughes2815b1d2013-06-12 16:00:41 -070029303. Neither the name of the University nor the names of its contributors
Elliott Hughes387d4b72012-08-09 15:17:46 -07002931 may be used to endorse or promote products derived from this software
2932 without specific prior written permission.
2933
Elliott Hughes261e2232012-08-14 15:04:05 -07002934THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS
2935``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2936LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
2937PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SOFTWEYR LLC, THE
2938REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2939SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
2940TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2941PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
2942LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
2943NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2944SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2945
2946-------------------------------------------------------------------
2947
2948Copyright (c) 1998 The NetBSD Foundation, Inc.
2949All rights reserved.
2950
2951This code is derived from software contributed to The NetBSD Foundation
2952by Klaus Klein.
2953
2954Redistribution and use in source and binary forms, with or without
2955modification, are permitted provided that the following conditions
2956are met:
29571. Redistributions of source code must retain the above copyright
2958 notice, this list of conditions and the following disclaimer.
29592. Redistributions in binary form must reproduce the above copyright
2960 notice, this list of conditions and the following disclaimer in the
2961 documentation and/or other materials provided with the distribution.
29623. All advertising materials mentioning features or use of this software
2963 must display the following acknowledgement:
2964 This product includes software developed by the NetBSD
2965 Foundation, Inc. and its contributors.
29664. Neither the name of The NetBSD Foundation nor the names of its
2967 contributors may be used to endorse or promote products derived
2968 from this software without specific prior written permission.
2969
2970THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2971``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2972TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2973PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2974BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2975CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2976SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2977INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2978CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2979ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2980POSSIBILITY OF SUCH DAMAGE.
2981
2982-------------------------------------------------------------------
2983
2984Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
Elliott Hughes387d4b72012-08-09 15:17:46 -07002985All rights reserved.
2986
2987Redistribution and use in source and binary forms, with or without
2988modification, are permitted provided that the following conditions
2989are met:
29901. Redistributions of source code must retain the above copyright
2991 notice, this list of conditions and the following disclaimer.
29922. Redistributions in binary form must reproduce the above copyright
2993 notice, this list of conditions and the following disclaimer in the
2994 documentation and/or other materials provided with the distribution.
29953. The name of the author may not be used to endorse or promote products
2996 derived from this software without specific prior written permission.
2997
2998THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
2999INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
3000AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
3001THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
3002EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
3003PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
3004OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
3005WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
3006OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
3007ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3008
3009-------------------------------------------------------------------
3010
Elliott Hughes9a4b68e2019-11-20 14:56:22 -08003011Copyright (c) 1998, 2015 Todd C. Miller <millert@openbsd.org>
Elliott Hughesb4931ce2016-02-08 17:00:12 -08003012
3013Permission to use, copy, modify, and distribute this software for any
3014purpose with or without fee is hereby granted, provided that the above
3015copyright notice and this permission notice appear in all copies.
3016
3017THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3018WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3019MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3020ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3021WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3022ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3023OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3024
3025-------------------------------------------------------------------
3026
Elliott Hughes261e2232012-08-14 15:04:05 -07003027Copyright (c) 1999
3028 David E. O'Brien
3029Copyright (c) 1988, 1993
Elliott Hughes387d4b72012-08-09 15:17:46 -07003030 The Regents of the University of California. All rights reserved.
3031
3032Redistribution and use in source and binary forms, with or without
3033modification, are permitted provided that the following conditions
3034are met:
30351. Redistributions of source code must retain the above copyright
3036 notice, this list of conditions and the following disclaimer.
30372. Redistributions in binary form must reproduce the above copyright
3038 notice, this list of conditions and the following disclaimer in the
3039 documentation and/or other materials provided with the distribution.
30403. Neither the name of the University nor the names of its contributors
3041 may be used to endorse or promote products derived from this software
3042 without specific prior written permission.
3043
3044THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
3045ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3046IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3047ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
3048FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3049DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3050OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3051HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3052LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3053OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3054SUCH DAMAGE.
3055
3056-------------------------------------------------------------------
3057
Elliott Hughes261e2232012-08-14 15:04:05 -07003058Copyright (c) 2000 Ben Harris.
3059Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
3060All rights reserved.
3061
3062Redistribution and use in source and binary forms, with or without
3063modification, are permitted provided that the following conditions
3064are met:
30651. Redistributions of source code must retain the above copyright
3066 notice, this list of conditions and the following disclaimer.
30672. Redistributions in binary form must reproduce the above copyright
3068 notice, this list of conditions and the following disclaimer in the
3069 documentation and/or other materials provided with the distribution.
30703. Neither the name of the project nor the names of its contributors
3071 may be used to endorse or promote products derived from this software
3072 without specific prior written permission.
3073
3074THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
3075ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3076IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3077ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
3078FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3079DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3080OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3081HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3082LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3083OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3084SUCH DAMAGE.
3085
3086-------------------------------------------------------------------
3087
3088Copyright (c) 2000 The NetBSD Foundation, Inc.
3089All rights reserved.
3090
3091This code is derived from software contributed to The NetBSD Foundation
Elliott Hughes261e2232012-08-14 15:04:05 -07003092by Dieter Baron and Thomas Klausner.
3093
3094Redistribution and use in source and binary forms, with or without
3095modification, are permitted provided that the following conditions
3096are met:
30971. Redistributions of source code must retain the above copyright
3098 notice, this list of conditions and the following disclaimer.
30992. Redistributions in binary form must reproduce the above copyright
3100 notice, this list of conditions and the following disclaimer in the
3101 documentation and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -07003102
3103THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
3104``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3105TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3106PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
3107BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3108CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3109SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3110INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3111CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3112ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3113POSSIBILITY OF SUCH DAMAGE.
3114
3115-------------------------------------------------------------------
3116
Elliott Hughes54a74942014-01-03 16:40:37 -08003117Copyright (c) 2001 Wasabi Systems, Inc.
3118All rights reserved.
3119
3120Written by Frank van der Linden for Wasabi Systems, Inc.
3121
3122Redistribution and use in source and binary forms, with or without
3123modification, are permitted provided that the following conditions
3124are met:
31251. Redistributions of source code must retain the above copyright
3126 notice, this list of conditions and the following disclaimer.
31272. Redistributions in binary form must reproduce the above copyright
3128 notice, this list of conditions and the following disclaimer in the
3129 documentation and/or other materials provided with the distribution.
31303. All advertising materials mentioning features or use of this software
3131 must display the following acknowledgement:
3132 This product includes software developed for the NetBSD Project by
3133 Wasabi Systems, Inc.
31344. The name of Wasabi Systems, Inc. may not be used to endorse
3135 or promote products derived from this software without specific prior
3136 written permission.
3137
3138THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND
3139ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3140TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3141PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC
3142BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3143CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3144SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3145INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3146CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3147ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3148POSSIBILITY OF SUCH DAMAGE.
3149
3150-------------------------------------------------------------------
3151
Elliott Hughes882b8af2016-05-16 17:35:36 -07003152Copyright (c) 2001-2011 The FreeBSD Project.
3153All rights reserved.
3154
3155Redistribution and use in source and binary forms, with or without
3156modification, are permitted provided that the following conditions
3157are met:
31581. Redistributions of source code must retain the above copyright
3159 notice, this list of conditions and the following disclaimer.
31602. Redistributions in binary form must reproduce the above copyright
3161 notice, this list of conditions and the following disclaimer in the
3162 documentation and/or other materials provided with the distribution.
3163
3164THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3165ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3166IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3167ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3168FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3169DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3170OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3171HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3172LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3173OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3174SUCH DAMAGE.
3175
3176-------------------------------------------------------------------
3177
Elliott Hughes261e2232012-08-14 15:04:05 -07003178Copyright (c) 2002 Daniel Hartmeier
3179All rights reserved.
3180
3181Redistribution and use in source and binary forms, with or without
3182modification, are permitted provided that the following conditions
3183are met:
3184
3185 - Redistributions of source code must retain the above copyright
3186 notice, this list of conditions and the following disclaimer.
3187 - Redistributions in binary form must reproduce the above
3188 copyright notice, this list of conditions and the following
3189 disclaimer in the documentation and/or other materials provided
3190 with the distribution.
3191
3192THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3193"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3194LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
3195FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
3196COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
3197INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
3198BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3199LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
3200CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3201LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
3202ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3203POSSIBILITY OF SUCH DAMAGE.
3204
3205-------------------------------------------------------------------
3206
Elliott Hughes261e2232012-08-14 15:04:05 -07003207Copyright (c) 2002 Tim J. Robbins
3208All rights reserved.
3209
Elliott Hughes2bd43162023-06-15 13:17:08 -07003210Copyright (c) 2011 The FreeBSD Foundation
3211
3212Portions of this software were developed by David Chisnall
3213under sponsorship from the FreeBSD Foundation.
3214
3215Redistribution and use in source and binary forms, with or without
3216modification, are permitted provided that the following conditions
3217are met:
32181. Redistributions of source code must retain the above copyright
3219 notice, this list of conditions and the following disclaimer.
32202. Redistributions in binary form must reproduce the above copyright
3221 notice, this list of conditions and the following disclaimer in the
3222 documentation and/or other materials provided with the distribution.
3223
3224THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3225ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3226IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3227ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3228FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3229DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3230OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3231HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3232LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3233OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3234SUCH DAMAGE.
3235
3236-------------------------------------------------------------------
3237
3238Copyright (c) 2002 Tim J. Robbins
3239All rights reserved.
3240
Elliott Hughes261e2232012-08-14 15:04:05 -07003241Redistribution and use in source and binary forms, with or without
3242modification, are permitted provided that the following conditions
3243are met:
32441. Redistributions of source code must retain the above copyright
3245 notice, this list of conditions and the following disclaimer.
32462. Redistributions in binary form must reproduce the above copyright
3247 notice, this list of conditions and the following disclaimer in the
3248 documentation and/or other materials provided with the distribution.
3249
3250THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3251ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3252IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3253ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3254FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3255DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3256OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3257HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3258LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3259OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3260SUCH DAMAGE.
3261
3262-------------------------------------------------------------------
3263
Elliott Hughesbfa582d2014-05-05 14:58:17 -07003264Copyright (c) 2002 Tim J. Robbins.
3265All rights reserved.
3266
3267Redistribution and use in source and binary forms, with or without
3268modification, are permitted provided that the following conditions
3269are met:
32701. Redistributions of source code must retain the above copyright
3271 notice, this list of conditions and the following disclaimer.
32722. Redistributions in binary form must reproduce the above copyright
3273 notice, this list of conditions and the following disclaimer in the
3274 documentation and/or other materials provided with the distribution.
3275
3276THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3277ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3278IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3279ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3280FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3281DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3282OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3283HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3284LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3285OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3286SUCH DAMAGE.
3287
3288-------------------------------------------------------------------
3289
Elliott Hughes261e2232012-08-14 15:04:05 -07003290Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com>
3291
3292Permission to use, copy, modify, and distribute this software for any
3293purpose with or without fee is hereby granted, provided that the above
3294copyright notice and this permission notice appear in all copies.
3295
3296THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3297WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3298MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3299ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3300WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3301ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3302OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3303
3304Sponsored in part by the Defense Advanced Research Projects
3305Agency (DARPA) and Air Force Research Laboratory, Air Force
3306Materiel Command, USAF, under agreement number F39502-99-1-0512.
3307
3308-------------------------------------------------------------------
3309
Elliott Hughesbfa582d2014-05-05 14:58:17 -07003310Copyright (c) 2002, 2003 Tim J. Robbins.
3311All rights reserved.
3312
3313Redistribution and use in source and binary forms, with or without
3314modification, are permitted provided that the following conditions
3315are met:
33161. Redistributions of source code must retain the above copyright
3317 notice, this list of conditions and the following disclaimer.
33182. Redistributions in binary form must reproduce the above copyright
3319 notice, this list of conditions and the following disclaimer in the
3320 documentation and/or other materials provided with the distribution.
3321
3322THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3323ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3324IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3325ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3326FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3327DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3328OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3329HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3330LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3331OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3332SUCH DAMAGE.
3333
3334-------------------------------------------------------------------
3335
3336Copyright (c) 2002-2004 Tim J. Robbins
3337All rights reserved.
3338
3339Redistribution and use in source and binary forms, with or without
3340modification, are permitted provided that the following conditions
3341are met:
33421. Redistributions of source code must retain the above copyright
3343 notice, this list of conditions and the following disclaimer.
33442. Redistributions in binary form must reproduce the above copyright
3345 notice, this list of conditions and the following disclaimer in the
3346 documentation and/or other materials provided with the distribution.
3347
3348THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3349ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3350IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3351ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3352FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3353DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3354OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3355HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3356LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3357OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3358SUCH DAMAGE.
3359
3360-------------------------------------------------------------------
3361
3362Copyright (c) 2002-2004 Tim J. Robbins.
3363All rights reserved.
3364
3365Redistribution and use in source and binary forms, with or without
3366modification, are permitted provided that the following conditions
3367are met:
33681. Redistributions of source code must retain the above copyright
3369 notice, this list of conditions and the following disclaimer.
33702. Redistributions in binary form must reproduce the above copyright
3371 notice, this list of conditions and the following disclaimer in the
3372 documentation and/or other materials provided with the distribution.
3373
3374THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3375ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3376IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3377ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3378FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3379DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3380OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3381HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3382LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3383OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3384SUCH DAMAGE.
3385
3386-------------------------------------------------------------------
3387
Elliott Hughesacbe3222014-04-16 17:01:12 -07003388Copyright (c) 2003 David Schultz <das@FreeBSD.ORG>
3389All rights reserved.
3390
3391Redistribution and use in source and binary forms, with or without
3392modification, are permitted provided that the following conditions
3393are met:
33941. Redistributions of source code must retain the above copyright
3395 notice, this list of conditions and the following disclaimer.
33962. Redistributions in binary form must reproduce the above copyright
3397 notice, this list of conditions and the following disclaimer in the
3398 documentation and/or other materials provided with the distribution.
3399
3400THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3401ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3402IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3403ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3404FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3405DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3406OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3407HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3408LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3409OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3410SUCH DAMAGE.
3411
3412-------------------------------------------------------------------
3413
Elliott Hughes261e2232012-08-14 15:04:05 -07003414Copyright (c) 2003 Networks Associates Technology, Inc.
3415All rights reserved.
3416
3417Portions of this software were developed for the FreeBSD Project by
3418Jacques A. Vidrine, Safeport Network Services, and Network
3419Associates Laboratories, the Security Research Division of Network
3420Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
3421("CBOSS"), as part of the DARPA CHATS research program.
3422
3423Redistribution and use in source and binary forms, with or without
3424modification, are permitted provided that the following conditions
3425are met:
34261. Redistributions of source code must retain the above copyright
3427 notice, this list of conditions and the following disclaimer.
34282. Redistributions in binary form must reproduce the above copyright
3429 notice, this list of conditions and the following disclaimer in the
3430 documentation and/or other materials provided with the distribution.
3431
3432THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3433ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3434IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3435ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3436FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3437DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3438OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3439HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3440LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3441OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3442SUCH DAMAGE.
3443
3444-------------------------------------------------------------------
3445
Nick Kralevich5e58ea02012-09-12 13:21:25 -07003446Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
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 THE AUTHOR DISCLAIMS ALL WARRANTIES
3453WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3454MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR 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 OF
3458OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3459
3460Sponsored in part by the Defense Advanced Research Projects
3461Agency (DARPA) and Air Force Research Laboratory, Air Force
3462Materiel Command, USAF, under agreement number F39502-99-1-0512.
3463
3464-------------------------------------------------------------------
3465
Elliott Hughes882b8af2016-05-16 17:35:36 -07003466Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
3467
3468Permission to use, copy, modify, and distribute this software for any
3469purpose with or without fee is hereby granted, provided that the above
3470copyright notice and this permission notice appear in all copies.
3471
3472THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3473WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3474MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3475ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3476WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3477ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3478OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3479
3480Sponsored in part by the Defense Advanced Research Projects
3481Agency (DARPA) and Air Force Research Laboratory, Air Force
3482Materiel Command, USAF, under agreement number F39502-99-1-0512.
3483
3484-------------------------------------------------------------------
3485
Elliott Hughes261e2232012-08-14 15:04:05 -07003486Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3487Copyright (c) 1995,1999 by Internet Software Consortium.
3488
3489Permission to use, copy, modify, and distribute this software for any
3490purpose with or without fee is hereby granted, provided that the above
3491copyright notice and this permission notice appear in all copies.
3492
3493THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3494WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3495MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3496ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3497WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3498ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3499OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3500
3501-------------------------------------------------------------------
3502
3503Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3504Copyright (c) 1995-1999 by Internet Software Consortium
3505
3506Permission to use, copy, modify, and distribute this software for any
3507purpose with or without fee is hereby granted, provided that the above
3508copyright notice and this permission notice appear in all copies.
3509
3510THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3511WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3512MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3513ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3514WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3515ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3516OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3517
3518-------------------------------------------------------------------
3519
3520Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3521Copyright (c) 1995-1999 by Internet Software Consortium.
3522
3523Permission to use, copy, modify, and distribute this software for any
3524purpose with or without fee is hereby granted, provided that the above
3525copyright notice and this permission notice appear in all copies.
3526
3527THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3528WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3529MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3530ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3531WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3532ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3533OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3534
3535-------------------------------------------------------------------
3536
3537Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3538Copyright (c) 1996,1999 by Internet Software Consortium.
3539
3540Permission to use, copy, modify, and distribute this software for any
3541purpose with or without fee is hereby granted, provided that the above
3542copyright notice and this permission notice appear in all copies.
3543
3544THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3545WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3546MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3547ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3548WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3549ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3550OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3551
3552-------------------------------------------------------------------
3553
3554Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3555Copyright (c) 1996-1999 by Internet Software Consortium
3556
3557Permission to use, copy, modify, and distribute this software for any
3558purpose with or without fee is hereby granted, provided that the above
3559copyright notice and this permission notice appear in all copies.
3560
3561THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3562WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3563MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3564ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3565WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3566ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3567OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3568
3569-------------------------------------------------------------------
3570
3571Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3572Copyright (c) 1996-1999 by Internet Software Consortium.
3573
3574Permission to use, copy, modify, and distribute this software for any
3575purpose with or without fee is hereby granted, provided that the above
3576copyright notice and this permission notice appear in all copies.
3577
3578THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3579WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3580MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3581ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3582WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3583ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3584OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3585
3586-------------------------------------------------------------------
3587
3588Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3589Copyright (c) 1997,1999 by Internet Software Consortium.
3590
3591Permission to use, copy, modify, and distribute this software for any
3592purpose with or without fee is hereby granted, provided that the above
3593copyright notice and this permission notice appear in all copies.
3594
3595THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3596WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3597MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3598ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3599WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3600ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3601OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3602
3603-------------------------------------------------------------------
3604
3605Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
Elliott Hughes261e2232012-08-14 15:04:05 -07003606Copyright (c) 1999 by Internet Software Consortium.
3607
3608Permission to use, copy, modify, and distribute this software for any
3609purpose with or without fee is hereby granted, provided that the above
3610copyright notice and this permission notice appear in all copies.
3611
3612THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3613WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3614MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3615ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3616WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3617ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3618OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3619
3620-------------------------------------------------------------------
3621
3622Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3623Portions Copyright (c) 1996-1999 by Internet Software Consortium.
3624
3625Permission to use, copy, modify, and distribute this software for any
3626purpose with or without fee is hereby granted, provided that the above
3627copyright notice and this permission notice appear in all copies.
3628
3629THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3630WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3631MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3632ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3633WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3634ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3635OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3636
3637-------------------------------------------------------------------
3638
Elliott Hughesacbe3222014-04-16 17:01:12 -07003639Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.ORG>
3640All rights reserved.
3641
3642Redistribution and use in source and binary forms, with or without
3643modification, are permitted provided that the following conditions
3644are met:
36451. Redistributions of source code must retain the above copyright
3646 notice, this list of conditions and the following disclaimer.
36472. Redistributions in binary form must reproduce the above copyright
3648 notice, this list of conditions and the following disclaimer in the
3649 documentation and/or other materials provided with the distribution.
3650
3651THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3652ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3653IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3654ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3655FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3656DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3657OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3658HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3659LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3660OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3661SUCH DAMAGE.
3662
3663-------------------------------------------------------------------
3664
Elliott Hughes882b8af2016-05-16 17:35:36 -07003665Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG>
3666All rights reserved.
3667
3668Redistribution and use in source and binary forms, with or without
3669modification, are permitted provided that the following conditions
3670are met:
36711. Redistributions of source code must retain the above copyright
3672 notice, this list of conditions and the following disclaimer.
36732. Redistributions in binary form must reproduce the above copyright
3674 notice, this list of conditions and the following disclaimer in the
3675 documentation and/or other materials provided with the distribution.
3676
3677THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3678ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3679IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3680ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3681FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3682DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3683OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3684HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3685LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3686OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3687SUCH DAMAGE.
3688
3689-------------------------------------------------------------------
3690
3691Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG>
3692All rights reserved.
3693
3694Redistribution and use in source and binary forms, with or without
3695modification, are permitted provided that the following conditions
3696are met:
36971. Redistributions of source code must retain the above copyright
3698 notice, this list of conditions and the following disclaimer.
36992. Redistributions in binary form must reproduce the above copyright
3700 notice, this list of conditions and the following disclaimer in the
3701 documentation and/or other materials provided with the distribution.
3702
3703THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3704ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3705IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3706ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3707FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3708DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3709OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3710HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3711LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3712OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3713SUCH DAMAGE.
3714
3715-------------------------------------------------------------------
3716
Elliott Hughes261e2232012-08-14 15:04:05 -07003717Copyright (c) 2005 Tim J. Robbins.
3718All rights reserved.
3719
3720Redistribution and use in source and binary forms, with or without
3721modification, are permitted provided that the following conditions
3722are met:
37231. Redistributions of source code must retain the above copyright
3724 notice, this list of conditions and the following disclaimer.
37252. Redistributions in binary form must reproduce the above copyright
3726 notice, this list of conditions and the following disclaimer in the
3727 documentation and/or other materials provided with the distribution.
3728
3729THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3730ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3731IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3732ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3733FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3734DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3735OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3736HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3737LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3738OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3739SUCH DAMAGE.
3740
3741-------------------------------------------------------------------
3742
Elliott Hughes448080d2013-01-29 16:25:06 -08003743Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC")
3744Copyright (c) 1995-1999 by Internet Software Consortium
3745
3746Permission to use, copy, modify, and distribute this software for any
3747purpose with or without fee is hereby granted, provided that the above
3748copyright notice and this permission notice appear in all copies.
3749
3750THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3751WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3752MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3753ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3754WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3755ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3756OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3757
3758-------------------------------------------------------------------
3759
Elliott Hughes26b06072020-07-31 11:00:10 -07003760Copyright (c) 2005-2018 Rich Felker
Elliott Hughesc6b38ae2019-11-22 11:15:42 -08003761
3762Permission is hereby granted, free of charge, to any person obtaining
3763a copy of this software and associated documentation files (the
3764"Software"), to deal in the Software without restriction, including
3765without limitation the rights to use, copy, modify, merge, publish,
3766distribute, sublicense, and/or sell copies of the Software, and to
3767permit persons to whom the Software is furnished to do so, subject to
3768the following conditions:
3769
3770The above copyright notice and this permission notice shall be
3771included in all copies or substantial portions of the Software.
3772
3773THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3774EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3775MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3776IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3777CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3778TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3779SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3780
3781-------------------------------------------------------------------
3782
Elliott Hughes5633caa2020-08-06 14:32:43 -07003783Copyright (c) 2005-2020 Rich Felker, et al.
3784
3785Permission is hereby granted, free of charge, to any person obtaining
3786a copy of this software and associated documentation files (the
3787"Software"), to deal in the Software without restriction, including
3788without limitation the rights to use, copy, modify, merge, publish,
3789distribute, sublicense, and/or sell copies of the Software, and to
3790permit persons to whom the Software is furnished to do so, subject to
3791the following conditions:
3792
3793The above copyright notice and this permission notice shall be
3794included in all copies or substantial portions of the Software.
3795
3796THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3797EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3798MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3799IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3800CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3801TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3802SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3803
3804-------------------------------------------------------------------
3805
Elliott Hughes9a4b68e2019-11-20 14:56:22 -08003806Copyright (c) 2007 Todd C. Miller <millert@openbsd.org>
Elliott Hughes7e54c762015-05-12 10:09:01 -07003807
3808Permission to use, copy, modify, and distribute this software for any
3809purpose with or without fee is hereby granted, provided that the above
3810copyright notice and this permission notice appear in all copies.
3811
3812THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3813WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3814MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3815ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3816WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3817ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3818OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3819
3820-------------------------------------------------------------------
3821
Elliott Hughes387d4b72012-08-09 15:17:46 -07003822Copyright (c) 2007-2008 Michael G Schwern
3823
3824This software originally derived from Paul Sheer's pivotal_gmtime_r.c.
3825
3826The MIT License:
3827
3828Permission is hereby granted, free of charge, to any person obtaining a copy
3829of this software and associated documentation files (the "Software"), to deal
3830in the Software without restriction, including without limitation the rights
3831to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3832copies of the Software, and to permit persons to whom the Software is
3833furnished to do so, subject to the following conditions:
3834
3835The above copyright notice and this permission notice shall be included in
3836all copies or substantial portions of the Software.
3837
3838THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3839IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3840FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3841AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3842LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3843OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3844THE SOFTWARE.
3845
Elliott Hughes387d4b72012-08-09 15:17:46 -07003846-------------------------------------------------------------------
3847
Elliott Hughes26b06072020-07-31 11:00:10 -07003848Copyright (c) 2008, 2016 Todd C. Miller <millert@openbsd.org>
3849
3850Permission to use, copy, modify, and distribute this software for any
3851purpose with or without fee is hereby granted, provided that the above
3852copyright notice and this permission notice appear in all copies.
3853
3854THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3855WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3856MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3857ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3858WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3859ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3860OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3861
3862-------------------------------------------------------------------
3863
3864Copyright (c) 2008, 2017 Otto Moerbeek <otto@drijf.net>
Elliott Hughes261e2232012-08-14 15:04:05 -07003865
3866Permission to use, copy, modify, and distribute this software for any
3867purpose with or without fee is hereby granted, provided that the above
3868copyright notice and this permission notice appear in all copies.
3869
3870THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3871WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3872MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3873ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3874WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3875ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3876OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3877
3878-------------------------------------------------------------------
3879
Elliott Hughes3758a242014-07-22 21:24:47 -07003880Copyright (c) 2008, Damien Miller <djm@openbsd.org>
3881
3882Permission to use, copy, modify, and distribute this software for any
3883purpose with or without fee is hereby granted, provided that the above
3884copyright notice and this permission notice appear in all copies.
3885
3886THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3887WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3888MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3889ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3890WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3891ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3892OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3893
3894-------------------------------------------------------------------
3895
Elliott Hughes261e2232012-08-14 15:04:05 -07003896Copyright (c) 2009 David Schultz <das@FreeBSD.org>
3897All rights reserved.
3898
Elliott Hughes15581382014-07-07 15:42:06 -07003899Copyright (c) 2011 The FreeBSD Foundation
3900All rights reserved.
3901Portions of this software were developed by David Chisnall
3902under sponsorship from the FreeBSD Foundation.
3903
3904Redistribution and use in source and binary forms, with or without
3905modification, are permitted provided that the following conditions
3906are met:
39071. Redistributions of source code must retain the above copyright
3908 notice, this list of conditions and the following disclaimer.
39092. Redistributions in binary form must reproduce the above copyright
3910 notice, this list of conditions and the following disclaimer in the
3911 documentation and/or other materials provided with the distribution.
3912
3913THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3914ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3915IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3916ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3917FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3918DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3919OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3920HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3921LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3922OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3923SUCH DAMAGE.
3924
3925-------------------------------------------------------------------
3926
3927Copyright (c) 2009 David Schultz <das@FreeBSD.org>
3928All rights reserved.
3929
Elliott Hughes261e2232012-08-14 15:04:05 -07003930Redistribution and use in source and binary forms, with or without
3931modification, are permitted provided that the following conditions
3932are met:
39331. Redistributions of source code must retain the above copyright
3934 notice, this list of conditions and the following disclaimer.
39352. Redistributions in binary form must reproduce the above copyright
3936 notice, this list of conditions and the following disclaimer in the
3937 documentation and/or other materials provided with the distribution.
3938
3939THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3940ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3941IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3942ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3943FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3944DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3945OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3946HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3947LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3948OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3949SUCH DAMAGE.
3950
3951-------------------------------------------------------------------
3952
Irina Tirdeaeac9eb42012-09-08 09:28:30 +03003953Copyright (c) 2009 The NetBSD Foundation, Inc.
3954
3955This code is derived from software contributed to The NetBSD Foundation
3956by Roy Marples.
3957
3958Redistribution and use in source and binary forms, with or without
3959modification, are permitted provided that the following conditions
3960are met:
39611. Redistributions of source code must retain the above copyright
3962 notice, this list of conditions and the following disclaimer.
39632. Redistributions in binary form must reproduce the above copyright
3964 notice, this list of conditions and the following disclaimer in the
3965 documentation and/or other materials provided with the distribution.
3966
3967THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
3968IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
3969OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
3970IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
3971INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
3972NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3973DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3974THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3975(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3976THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3977
3978-------------------------------------------------------------------
3979
Elliott Hughes882b8af2016-05-16 17:35:36 -07003980Copyright (c) 2010 The NetBSD Foundation, Inc.
3981All rights reserved.
3982
3983Redistribution and use in source and binary forms, with or without
3984modification, are permitted provided that the following conditions
3985are met:
39861. Redistributions of source code must retain the above copyright
3987 notice, this list of conditions and the following disclaimer.
39882. Redistributions in binary form must reproduce the above copyright
3989 notice, this list of conditions and the following disclaimer in the
3990 documentation and/or other materials provided with the distribution.
3991
3992THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
3993``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3994TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3995PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
3996BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3997CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3998SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3999INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
4000CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
4001ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
4002POSSIBILITY OF SUCH DAMAGE.
4003
4004-------------------------------------------------------------------
4005
Elliott Hughes9a4b68e2019-11-20 14:56:22 -08004006Copyright (c) 2010 Todd C. Miller <millert@openbsd.org>
Elliott Hughes4e54b112014-03-06 15:06:11 -08004007
4008Permission to use, copy, modify, and distribute this software for any
4009purpose with or without fee is hereby granted, provided that the above
4010copyright notice and this permission notice appear in all copies.
4011
4012THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4013WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4014MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4015ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4016WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4017ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
4018OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4019
4020-------------------------------------------------------------------
4021
Elliott Hughes54a74942014-01-03 16:40:37 -08004022Copyright (c) 2010, 2011, 2012, 2013 Intel Corporation
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004023All rights reserved.
4024
4025Redistribution and use in source and binary forms, with or without
4026modification, are permitted provided that the following conditions are met:
4027
Elliott Hughes3758a242014-07-22 21:24:47 -07004028 * Redistributions of source code must retain the above copyright notice,
4029 * this list of conditions and the following disclaimer.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004030
Elliott Hughes3758a242014-07-22 21:24:47 -07004031 * Redistributions in binary form must reproduce the above copyright notice,
4032 * this list of conditions and the following disclaimer in the documentation
4033 * and/or other materials provided with the distribution.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004034
Elliott Hughes3758a242014-07-22 21:24:47 -07004035 * Neither the name of Intel Corporation nor the names of its contributors
4036 * may be used to endorse or promote products derived from this software
4037 * without specific prior written permission.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004038
4039THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4040ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4041WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4042DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
4043ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4044(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4045LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
4046ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4047(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4048SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4049
4050-------------------------------------------------------------------
4051
Elliott Hughes261e2232012-08-14 15:04:05 -07004052Copyright (c) 2010, Intel Corporation
4053All rights reserved.
4054
4055Redistribution and use in source and binary forms, with or without
4056modification, are permitted provided that the following conditions are met:
4057
Elliott Hughes3758a242014-07-22 21:24:47 -07004058 * Redistributions of source code must retain the above copyright notice,
4059 * this list of conditions and the following disclaimer.
Elliott Hughes261e2232012-08-14 15:04:05 -07004060
Elliott Hughes3758a242014-07-22 21:24:47 -07004061 * Redistributions in binary form must reproduce the above copyright notice,
4062 * this list of conditions and the following disclaimer in the documentation
4063 * and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -07004064
Elliott Hughes3758a242014-07-22 21:24:47 -07004065 * Neither the name of Intel Corporation nor the names of its contributors
4066 * may be used to endorse or promote products derived from this software
4067 * without specific prior written permission.
Elliott Hughes261e2232012-08-14 15:04:05 -07004068
4069THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4070ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4071WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4072DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
4073ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4074(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4075LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
4076ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4077(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4078SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4079
4080-------------------------------------------------------------------
4081
Elliott Hughesbfa582d2014-05-05 14:58:17 -07004082Copyright (c) 2011 David Chisnall
4083All rights reserved.
4084
4085Redistribution and use in source and binary forms, with or without
4086modification, are permitted provided that the following conditions
4087are met:
40881. Redistributions of source code must retain the above copyright
4089 notice, this list of conditions and the following disclaimer.
40902. Redistributions in binary form must reproduce the above copyright
4091 notice, this list of conditions and the following disclaimer in the
4092 documentation and/or other materials provided with the distribution.
4093
4094THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4095ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4096IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4097ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4098FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4099DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4100OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4101HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4102LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4103OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4104SUCH DAMAGE.
4105
4106-------------------------------------------------------------------
4107
Elliott Hughes15581382014-07-07 15:42:06 -07004108Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org>
4109 David Chisnall <theraven@FreeBSD.org>
4110All rights reserved.
4111
4112Redistribution and use in source and binary forms, with or without
4113modification, are permitted provided that the following conditions
4114are met:
41151. Redistributions of source code must retain the above copyright
4116 notice, this list of conditions and the following disclaimer.
41172. Redistributions in binary form must reproduce the above copyright
4118 notice, this list of conditions and the following disclaimer in the
4119 documentation and/or other materials provided with the distribution.
4120
4121THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4122ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4123IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4124ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4125FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4126DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4127OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4128HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4129LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4130OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4131SUCH DAMAGE.
4132
4133-------------------------------------------------------------------
4134
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004135Copyright (c) 2011 Intel Corporation
4136All rights reserved.
4137
4138Redistribution and use in source and binary forms, with or without
4139modification, are permitted provided that the following conditions are met:
4140
Elliott Hughes3758a242014-07-22 21:24:47 -07004141 * Redistributions of source code must retain the above copyright notice,
4142 * this list of conditions and the following disclaimer.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004143
Elliott Hughes3758a242014-07-22 21:24:47 -07004144 * Redistributions in binary form must reproduce the above copyright notice,
4145 * this list of conditions and the following disclaimer in the documentation
4146 * and/or other materials provided with the distribution.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004147
Elliott Hughes3758a242014-07-22 21:24:47 -07004148 * Neither the name of Intel Corporation nor the names of its contributors
4149 * may be used to endorse or promote products derived from this software
4150 * without specific prior written permission.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004151
4152THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4153ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4154WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4155DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
4156ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4157(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4158LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
4159ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4160(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4161SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4162
4163-------------------------------------------------------------------
4164
Elliott Hughes5c2264a2014-09-13 09:42:41 -07004165Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org>
4166
4167Permission to use, copy, modify, and distribute this software for any
4168purpose with or without fee is hereby granted, provided that the above
4169copyright notice and this permission notice appear in all copies.
4170
4171THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4172WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4173MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4174ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4175WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4176ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
4177OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4178
4179-------------------------------------------------------------------
4180
Elliott Hughes261e2232012-08-14 15:04:05 -07004181Copyright (c) 2011 The Android Open Source Project
4182Copyright (c) 2008 ARM Ltd
4183All rights reserved.
4184
4185Redistribution and use in source and binary forms, with or without
4186modification, are permitted provided that the following conditions
4187are met:
41881. Redistributions of source code must retain the above copyright
4189 notice, this list of conditions and the following disclaimer.
41902. Redistributions in binary form must reproduce the above copyright
4191 notice, this list of conditions and the following disclaimer in the
4192 documentation and/or other materials provided with the distribution.
41933. The name of the company may not be used to endorse or promote
4194 products derived from this software without specific prior written
4195 permission.
4196
4197THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
4198WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4199MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4200IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4201SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4202TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4203PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4204LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4205NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4206SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4207
4208-------------------------------------------------------------------
4209
Elliott Hughes54a74942014-01-03 16:40:37 -08004210Copyright (c) 2011, 2012, 2013 Intel Corporation
4211All rights reserved.
4212
4213Redistribution and use in source and binary forms, with or without
4214modification, are permitted provided that the following conditions are met:
4215
Elliott Hughes3758a242014-07-22 21:24:47 -07004216 * Redistributions of source code must retain the above copyright notice,
4217 * this list of conditions and the following disclaimer.
Elliott Hughes54a74942014-01-03 16:40:37 -08004218
Elliott Hughes3758a242014-07-22 21:24:47 -07004219 * Redistributions in binary form must reproduce the above copyright notice,
4220 * this list of conditions and the following disclaimer in the documentation
4221 * and/or other materials provided with the distribution.
Elliott Hughes54a74942014-01-03 16:40:37 -08004222
Elliott Hughes3758a242014-07-22 21:24:47 -07004223 * Neither the name of Intel Corporation nor the names of its contributors
4224 * may be used to endorse or promote products derived from this software
4225 * without specific prior written permission.
Elliott Hughes54a74942014-01-03 16:40:37 -08004226
4227THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4228ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4229WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4230DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
4231ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4232(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4233LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
4234ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4235(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4236SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4237
4238-------------------------------------------------------------------
4239
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004240Copyright (c) 2011, Intel Corporation
4241All rights reserved.
4242
4243Redistribution and use in source and binary forms, with or without
4244modification, are permitted provided that the following conditions are met:
4245
Elliott Hughes3758a242014-07-22 21:24:47 -07004246 * Redistributions of source code must retain the above copyright notice,
4247 * this list of conditions and the following disclaimer.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004248
Elliott Hughes3758a242014-07-22 21:24:47 -07004249 * Redistributions in binary form must reproduce the above copyright notice,
4250 * this list of conditions and the following disclaimer in the documentation
4251 * and/or other materials provided with the distribution.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004252
Elliott Hughes3758a242014-07-22 21:24:47 -07004253 * Neither the name of Intel Corporation nor the names of its contributors
4254 * may be used to endorse or promote products derived from this software
4255 * without specific prior written permission.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07004256
4257THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4258ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4259WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4260DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
4261ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4262(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4263LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
4264ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4265(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4266SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4267
4268-------------------------------------------------------------------
4269
Elliott Hughes261e2232012-08-14 15:04:05 -07004270Copyright (c) 2011, VMware, Inc.
4271All rights reserved.
4272
4273Redistribution and use in source and binary forms, with or without
4274modification, are permitted provided that the following conditions are met:
Elliott Hughes3758a242014-07-22 21:24:47 -07004275 * Redistributions of source code must retain the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -07004276 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -07004277 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -07004278 notice, this list of conditions and the following disclaimer in the
4279 documentation and/or other materials provided with the distribution.
Elliott Hughes3758a242014-07-22 21:24:47 -07004280 * Neither the name of the VMware, Inc. nor the names of its contributors
Elliott Hughes261e2232012-08-14 15:04:05 -07004281 may be used to endorse or promote products derived from this software
4282 without specific prior written permission.
4283
4284THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
4285AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4286IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4287ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR
4288ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4289(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4290LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
4291ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4292(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
4293THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4294
4295-------------------------------------------------------------------
4296
Jake Weinsteinbff53b22017-05-06 23:22:58 -04004297Copyright (c) 2012-2014 ARM Ltd
4298All rights reserved.
4299
4300Redistribution and use in source and binary forms, with or without
4301modification, are permitted provided that the following conditions
4302are met:
43031. Redistributions of source code must retain the above copyright
4304 notice, this list of conditions and the following disclaimer.
43052. Redistributions in binary form must reproduce the above copyright
4306 notice, this list of conditions and the following disclaimer in the
4307 documentation and/or other materials provided with the distribution.
43083. The name of the company may not be used to endorse or promote
4309 products derived from this software without specific prior written
4310 permission.
4311
4312THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
4313WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4314MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4315IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4316SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4317TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4318PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4319LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4320NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4321SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4322
4323-------------------------------------------------------------------
4324
Elliott Hughes0493a6f2013-03-07 11:48:58 -08004325Copyright (c) 2013 ARM Ltd
4326All rights reserved.
4327
4328Redistribution and use in source and binary forms, with or without
4329modification, are permitted provided that the following conditions
4330are met:
43311. Redistributions of source code must retain the above copyright
4332 notice, this list of conditions and the following disclaimer.
43332. Redistributions in binary form must reproduce the above copyright
4334 notice, this list of conditions and the following disclaimer in the
4335 documentation and/or other materials provided with the distribution.
43363. The name of the company may not be used to endorse or promote
4337 products derived from this software without specific prior written
4338 permission.
4339
4340THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
4341WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4342MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4343IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4344SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4345TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4346PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4347LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4348NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4349SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4350
4351-------------------------------------------------------------------
4352
Elliott Hughes4e54b112014-03-06 15:06:11 -08004353Copyright (c) 2013 Antoine Jacoutot <ajacoutot@openbsd.org>
4354
4355Permission to use, copy, modify, and distribute this software for any
4356purpose with or without fee is hereby granted, provided that the above
4357copyright notice and this permission notice appear in all copies.
4358
4359THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4360WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4361MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4362ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4363WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4364ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
4365OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4366
4367-------------------------------------------------------------------
4368
Elliott Hughes6b2b5852014-12-18 16:27:30 -08004369Copyright (c) 2013 The NetBSD Foundation, Inc.
4370All rights reserved.
Will Newton2753e122013-07-03 09:44:30 +01004371
Elliott Hughes6b2b5852014-12-18 16:27:30 -08004372This code is derived from software contributed to The NetBSD Foundation
4373by Christos Zoulas.
Will Newton2753e122013-07-03 09:44:30 +01004374
Elliott Hughes6b2b5852014-12-18 16:27:30 -08004375Redistribution and use in source and binary forms, with or without
4376modification, are permitted provided that the following conditions
4377are met:
43781. Redistributions of source code must retain the above copyright
4379 notice, this list of conditions and the following disclaimer.
43802. Redistributions in binary form must reproduce the above copyright
4381 notice, this list of conditions and the following disclaimer in the
4382 documentation and/or other materials provided with the distribution.
Will Newton2753e122013-07-03 09:44:30 +01004383
Elliott Hughes6b2b5852014-12-18 16:27:30 -08004384THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
4385``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
4386TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
4387PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
4388BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
4389CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
4390SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
4391INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
4392CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
4393ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
4394POSSIBILITY OF SUCH DAMAGE.
Will Newton2753e122013-07-03 09:44:30 +01004395
4396-------------------------------------------------------------------
4397
Elliott Hughes15581382014-07-07 15:42:06 -07004398Copyright (c) 2014, Intel Corporation
4399All rights reserved.
4400
4401Redistribution and use in source and binary forms, with or without
4402modification, are permitted provided that the following conditions are met:
4403
Elliott Hughes3758a242014-07-22 21:24:47 -07004404 * Redistributions of source code must retain the above copyright notice,
4405 * this list of conditions and the following disclaimer.
Elliott Hughes15581382014-07-07 15:42:06 -07004406
Elliott Hughes3758a242014-07-22 21:24:47 -07004407 * Redistributions in binary form must reproduce the above copyright notice,
4408 * this list of conditions and the following disclaimer in the documentation
4409 * and/or other materials provided with the distribution.
Elliott Hughes15581382014-07-07 15:42:06 -07004410
Elliott Hughes3758a242014-07-22 21:24:47 -07004411 * Neither the name of Intel Corporation nor the names of its contributors
4412 * may be used to endorse or promote products derived from this software
4413 * without specific prior written permission.
Elliott Hughes15581382014-07-07 15:42:06 -07004414
4415THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4416ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4417WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4418DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
4419ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4420(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4421LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
4422ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4423(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4424SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4425
4426-------------------------------------------------------------------
4427
Elliott Hughesb4931ce2016-02-08 17:00:12 -08004428Copyright (c) 2015 Joerg Sonnenberger <joerg@NetBSD.org>.
4429All rights reserved.
4430
4431Redistribution and use in source and binary forms, with or without
4432modification, are permitted provided that the following conditions
4433are met:
4434
44351. Redistributions of source code must retain the above copyright
4436 notice, this list of conditions and the following disclaimer.
44372. Redistributions in binary form must reproduce the above copyright
4438 notice, this list of conditions and the following disclaimer in
4439 the documentation and/or other materials provided with the
4440 distribution.
4441
4442THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4443``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4444LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
4445FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
4446COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
4447INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
4448BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4449LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
4450AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
4451OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
4452OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4453SUCH DAMAGE.
4454
4455-------------------------------------------------------------------
4456
Elliott Hughes5702c6f2017-08-31 17:27:05 -07004457Copyright (c) 2015 Nuxi, https://nuxi.nl/
4458
4459Redistribution and use in source and binary forms, with or without
4460modification, are permitted provided that the following conditions
4461are met:
44621. Redistributions of source code must retain the above copyright
4463 notice, this list of conditions and the following disclaimer.
44642. Redistributions in binary form must reproduce the above copyright
4465 notice, this list of conditions and the following disclaimer in the
4466 documentation and/or other materials provided with the distribution.
4467
4468THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4469ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4470IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4471ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4472FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4473DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4474OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4475HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4476LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4477OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4478SUCH DAMAGE.
4479
4480-------------------------------------------------------------------
4481
Elliott Hughes0f19b102022-10-06 23:11:38 +00004482Copyright (c) 2017, 2018 Dell EMC
4483Copyright (c) 2000, 2001, 2008, 2011, David E. O'Brien
4484Copyright (c) 1998 John D. Polstra.
4485All rights reserved.
4486
4487Redistribution and use in source and binary forms, with or without
4488modification, are permitted provided that the following conditions
4489are met:
44901. Redistributions of source code must retain the above copyright
4491 notice, this list of conditions and the following disclaimer.
44922. Redistributions in binary form must reproduce the above copyright
4493 notice, this list of conditions and the following disclaimer in the
4494 documentation and/or other materials provided with the distribution.
4495
4496THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4497ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4498IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4499ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4500FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4501DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4502OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4503HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4504LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4505OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4506SUCH DAMAGE.
4507
4508-------------------------------------------------------------------
4509
Yun Hsiang40a82d02023-05-26 10:10:40 +08004510Copyright (c) 2023 SiFive, Inc.
4511All rights reserved.
4512
4513Redistribution and use in source and binary forms, with or without
4514modification, are permitted provided that the following conditions
4515are met:
45161. Redistributions of source code must retain the above copyright
4517 notice, this list of conditions and the following disclaimer.
45182. Redistributions in binary form must reproduce the above copyright
4519 notice, this list of conditions and the following disclaimer in the
4520 documentation and/or other materials provided with the distribution.
45213. The name of the company may not be used to endorse or promote
4522 products derived from this software without specific prior written
4523 permission.
4524
4525THIS SOFTWARE IS PROVIDED BY SIFIVE INC ``AS IS'' AND ANY EXPRESS OR IMPLIED
4526WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4527MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4528IN NO EVENT SHALL SIFIVE INC BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4529SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4530TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4531PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4532LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4533NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4534SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4535
4536-------------------------------------------------------------------
4537
Elliott Hughes261e2232012-08-14 15:04:05 -07004538Copyright (c)1999 Citrus Project,
4539All rights reserved.
4540
4541Redistribution and use in source and binary forms, with or without
4542modification, are permitted provided that the following conditions
4543are met:
45441. Redistributions of source code must retain the above copyright
4545 notice, this list of conditions and the following disclaimer.
45462. Redistributions in binary form must reproduce the above copyright
4547 notice, this list of conditions and the following disclaimer in the
4548 documentation and/or other materials provided with the distribution.
4549
4550THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4551ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4552IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4553ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4554FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4555DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4556OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4557HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4558LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4559OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4560SUCH DAMAGE.
4561
4562-------------------------------------------------------------------
4563
4564Copyright (c)2001 Citrus Project,
4565All rights reserved.
4566
4567Redistribution and use in source and binary forms, with or without
4568modification, are permitted provided that the following conditions
4569are met:
45701. Redistributions of source code must retain the above copyright
4571 notice, this list of conditions and the following disclaimer.
45722. Redistributions in binary form must reproduce the above copyright
4573 notice, this list of conditions and the following disclaimer in the
4574 documentation and/or other materials provided with the distribution.
4575
4576THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4577ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4578IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4579ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4580FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4581DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4582OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4583HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4584LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4585OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4586SUCH DAMAGE.
4587
4588-------------------------------------------------------------------
4589
Elliott Hughesacbe3222014-04-16 17:01:12 -07004590Copyright (c)2003 Citrus Project,
4591All rights reserved.
4592
4593Redistribution and use in source and binary forms, with or without
4594modification, are permitted provided that the following conditions
4595are met:
45961. Redistributions of source code must retain the above copyright
4597 notice, this list of conditions and the following disclaimer.
45982. Redistributions in binary form must reproduce the above copyright
4599 notice, this list of conditions and the following disclaimer in the
4600 documentation and/or other materials provided with the distribution.
4601
4602THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4603ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4604IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4605ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4606FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4607DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4608OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4609HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4610LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4611OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4612SUCH DAMAGE.
4613
4614-------------------------------------------------------------------
4615
Elliott Hughes77a3e282016-08-08 12:39:56 -07004616Copyright 1989 The Regents of the University of California.
4617 All rights reserved.
4618
4619 Redistribution and use in source and binary forms, with or without
4620 modification, are permitted provided that the following conditions
4621 are met:
4622 1. Redistributions of source code must retain the above copyright
4623 notice, this list of conditions and the following disclaimer.
4624 2. Redistributions in binary form must reproduce the above copyright
4625 notice, this list of conditions and the following disclaimer in the
4626 documentation and/or other materials provided with the distribution.
4627 3. Neither the name of the University nor the names of its contributors
4628 may be used to endorse or promote products derived from this software
4629 without specific prior written permission.
4630
4631 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND
4632 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4633 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4634 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4635 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4636 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4637 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4638 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4639 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4640 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4641
4642-------------------------------------------------------------------
4643
Elliott Hughes5c2264a2014-09-13 09:42:41 -07004644Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
4645Copyright 2008 Damien Miller <djm@openbsd.org>
4646All rights reserved.
4647
4648Theo de Raadt <deraadt@openbsd.org> came up with the idea of using
4649such a mathematical system to generate more random (yet non-repeating)
4650ids to solve the resolver/named problem. But Niels designed the
4651actual system based on the constraints.
4652
4653Later modified by Damien Miller to wrap the LCG output in a 15-bit
4654permutation generator based on a Luby-Rackoff block cipher. This
4655ensures the output is non-repeating and preserves the MSB twiddle
4656trick, but makes it more resistant to LCG prediction.
4657
4658Redistribution and use in source and binary forms, with or without
4659modification, are permitted provided that the following conditions
4660are met:
46611. Redistributions of source code must retain the above copyright
4662 notice, this list of conditions and the following disclaimer.
46632. Redistributions in binary form must reproduce the above copyright
4664 notice, this list of conditions and the following disclaimer in the
4665 documentation and/or other materials provided with the distribution.
4666
4667THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
4668IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
4669OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4670IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
4671INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
4672NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4673DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4674THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4675(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
4676THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4677
4678-------------------------------------------------------------------
4679
Calin Juravlec4fbf922014-03-10 11:23:52 +00004680Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC")
4681Portions Copyright (C) 1996-2003 Internet Software Consortium.
4682
4683Permission to use, copy, modify, and/or distribute this software for any
4684purpose with or without fee is hereby granted, provided that the above
4685copyright notice and this permission notice appear in all copies.
4686
4687THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
4688REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
4689AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
4690INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
4691LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
4692OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
4693PERFORMANCE OF THIS SOFTWARE.
4694
4695-------------------------------------------------------------------
4696
Elliott Hughes261e2232012-08-14 15:04:05 -07004697Portions Copyright (c) 1993 by Digital Equipment Corporation.
4698
4699Permission to use, copy, modify, and distribute this software for any
4700purpose with or without fee is hereby granted, provided that the above
4701copyright notice and this permission notice appear in all copies, and that
4702the name of Digital Equipment Corporation not be used in advertising or
4703publicity pertaining to distribution of the document or software without
4704specific, written prior permission.
4705
4706THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
4707WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
4708OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT
4709CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
4710DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
4711PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
4712ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
4713SOFTWARE.
4714
4715-------------------------------------------------------------------
4716
4717Portions Copyright (c) 1995 by International Business Machines, Inc.
4718
4719International Business Machines, Inc. (hereinafter called IBM) grants
4720permission under its copyrights to use, copy, modify, and distribute this
4721Software with or without fee, provided that the above copyright notice and
4722all paragraphs of this notice appear in all copies, and that the name of IBM
4723not be used in connection with the marketing of any product incorporating
4724the Software or modifications thereof, without specific, written prior
4725permission.
4726
4727To the extent it has a right to do so, IBM grants an immunity from suit
4728under its patents, if any, for the use, sale or manufacture of products to
4729the extent that such products are used for performing Domain Name System
4730dynamic updates in TCP/IP networks by means of the Software. No immunity is
4731granted for any product per se or for any other function of any product.
4732
4733THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES,
4734INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
4735PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL,
4736DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING
4737OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN
4738IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
4739
4740-------------------------------------------------------------------
4741
4742Portions Copyright(C) 1995, Jason Downs. All rights reserved.
4743
4744Redistribution and use in source and binary forms, with or without
4745modification, are permitted provided that the following conditions
4746are met:
47471. Redistributions of source code must retain the above copyright
4748 notice, this list of conditions and the following disclaimer.
47492. Redistributions in binary form must reproduce the above copyright
4750 notice, this list of conditions and the following disclaimer in the
4751 documentation and/or other materials provided with the distribution.
4752
4753THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS
4754OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4755WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4756DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT,
4757INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4758(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
4759SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
4760CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4761LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4762OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4763SUCH DAMAGE.
4764
4765-------------------------------------------------------------------
4766
4767The author of this software is David M. Gay.
4768
Elliott Hughesacbe3222014-04-16 17:01:12 -07004769Copyright (C) 1998 by Lucent Technologies
4770All Rights Reserved
Elliott Hughes261e2232012-08-14 15:04:05 -07004771
Elliott Hughesacbe3222014-04-16 17:01:12 -07004772Permission to use, copy, modify, and distribute this software and
4773its documentation for any purpose and without fee is hereby
4774granted, provided that the above copyright notice appear in all
4775copies and that both that the copyright notice and this
4776permission notice and warranty disclaimer appear in supporting
4777documentation, and that the name of Lucent or any of its entities
4778not be used in advertising or publicity pertaining to
4779distribution of the software without specific, written prior
4780permission.
Elliott Hughes261e2232012-08-14 15:04:05 -07004781
Elliott Hughesacbe3222014-04-16 17:01:12 -07004782LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4783INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
4784IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
4785SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4786WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4787IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4788ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4789THIS SOFTWARE.
4790
4791-------------------------------------------------------------------
4792
4793The author of this software is David M. Gay.
4794
4795Copyright (C) 1998, 1999 by Lucent Technologies
4796All Rights Reserved
4797
4798Permission to use, copy, modify, and distribute this software and
4799its documentation for any purpose and without fee is hereby
4800granted, provided that the above copyright notice appear in all
4801copies and that both that the copyright notice and this
4802permission notice and warranty disclaimer appear in supporting
4803documentation, and that the name of Lucent or any of its entities
4804not be used in advertising or publicity pertaining to
4805distribution of the software without specific, written prior
4806permission.
4807
4808LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4809INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
4810IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
4811SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4812WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4813IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4814ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4815THIS SOFTWARE.
4816
4817-------------------------------------------------------------------
4818
4819The author of this software is David M. Gay.
4820
4821Copyright (C) 1998, 2000 by Lucent Technologies
4822All Rights Reserved
4823
4824Permission to use, copy, modify, and distribute this software and
4825its documentation for any purpose and without fee is hereby
4826granted, provided that the above copyright notice appear in all
4827copies and that both that the copyright notice and this
4828permission notice and warranty disclaimer appear in supporting
4829documentation, and that the name of Lucent or any of its entities
4830not be used in advertising or publicity pertaining to
4831distribution of the software without specific, written prior
4832permission.
4833
4834LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4835INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
4836IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
4837SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4838WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4839IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4840ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4841THIS SOFTWARE.
4842
4843-------------------------------------------------------------------
4844
4845The author of this software is David M. Gay.
4846
4847Copyright (C) 1998-2000 by Lucent Technologies
4848All Rights Reserved
4849
4850Permission to use, copy, modify, and distribute this software and
4851its documentation for any purpose and without fee is hereby
4852granted, provided that the above copyright notice appear in all
4853copies and that both that the copyright notice and this
4854permission notice and warranty disclaimer appear in supporting
4855documentation, and that the name of Lucent or any of its entities
4856not be used in advertising or publicity pertaining to
4857distribution of the software without specific, written prior
4858permission.
4859
4860LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4861INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
4862IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
4863SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4864WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4865IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4866ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4867THIS SOFTWARE.
4868
4869-------------------------------------------------------------------
4870
4871The author of this software is David M. Gay.
4872
4873Copyright (C) 1998-2001 by Lucent Technologies
4874All Rights Reserved
4875
4876Permission to use, copy, modify, and distribute this software and
4877its documentation for any purpose and without fee is hereby
4878granted, provided that the above copyright notice appear in all
4879copies and that both that the copyright notice and this
4880permission notice and warranty disclaimer appear in supporting
4881documentation, and that the name of Lucent or any of its entities
4882not be used in advertising or publicity pertaining to
4883distribution of the software without specific, written prior
4884permission.
4885
4886LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4887INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
4888IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
4889SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4890WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4891IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4892ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4893THIS SOFTWARE.
4894
4895-------------------------------------------------------------------
4896
4897The author of this software is David M. Gay.
4898
4899Copyright (C) 2000 by Lucent Technologies
4900All Rights Reserved
4901
4902Permission to use, copy, modify, and distribute this software and
4903its documentation for any purpose and without fee is hereby
4904granted, provided that the above copyright notice appear in all
4905copies and that both that the copyright notice and this
4906permission notice and warranty disclaimer appear in supporting
4907documentation, and that the name of Lucent or any of its entities
4908not be used in advertising or publicity pertaining to
4909distribution of the software without specific, written prior
4910permission.
4911
4912LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4913INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
4914IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
4915SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4916WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4917IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4918ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4919THIS SOFTWARE.
Elliott Hughes261e2232012-08-14 15:04:05 -07004920
4921-------------------------------------------------------------------
4922