blob: 1a84d3ca7af480a6857193c9802554d0cf76addc [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 Hughes78afa492024-01-17 17:02:30 -0800893Copyright (C) 2024 The Android Open Source Project
894All rights reserved.
895
896Redistribution and use in source and binary forms, with or without
897modification, are permitted provided that the following conditions
898are met:
899 * Redistributions of source code must retain the above copyright
900 notice, this list of conditions and the following disclaimer.
901 * Redistributions in binary form must reproduce the above copyright
902 notice, this list of conditions and the following disclaimer in
903 the documentation and/or other materials provided with the
904 distribution.
905
906THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
907"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
908LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
909FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
910COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
911INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
912BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
913OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
914AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
915OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
916OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
917SUCH DAMAGE.
918
919-------------------------------------------------------------------
920
Elliott Hughes261e2232012-08-14 15:04:05 -0700921Copyright (c) 1980, 1983, 1988, 1993
922 The Regents of the University of California. All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700923
Elliott Hughes261e2232012-08-14 15:04:05 -0700924Redistribution and use in source and binary forms, with or without
925modification, are permitted provided that the following conditions
926are met:
9271. Redistributions of source code must retain the above copyright
928 notice, this list of conditions and the following disclaimer.
9292. Redistributions in binary form must reproduce the above copyright
930 notice, this list of conditions and the following disclaimer in the
931 documentation and/or other materials provided with the distribution.
9323. All advertising materials mentioning features or use of this software
933 must display the following acknowledgement:
934 This product includes software developed by the University of
935 California, Berkeley and its contributors.
9364. Neither the name of the University nor the names of its contributors
937 may be used to endorse or promote products derived from this software
938 without specific prior written permission.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700939
Elliott Hughes261e2232012-08-14 15:04:05 -0700940THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
941ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
942IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
943ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
944FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
945DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
946OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
947HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
948LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
949OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
950SUCH DAMAGE.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700951
Elliott Hughes387d4b72012-08-09 15:17:46 -0700952
Elliott Hughes261e2232012-08-14 15:04:05 -0700953Portions Copyright (c) 1993 by Digital Equipment Corporation.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700954
955Permission to use, copy, modify, and distribute this software for any
956purpose with or without fee is hereby granted, provided that the above
Elliott Hughes261e2232012-08-14 15:04:05 -0700957copyright notice and this permission notice appear in all copies, and that
958the name of Digital Equipment Corporation not be used in advertising or
959publicity pertaining to distribution of the document or software without
960specific, written prior permission.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700961
Elliott Hughes261e2232012-08-14 15:04:05 -0700962THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
963WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
964OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT
965CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
966DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
967PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
968ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
969SOFTWARE.
970
971-------------------------------------------------------------------
972
Elliott Hughesafb8e052023-10-23 17:45:13 -0700973Copyright (c) 1982, 1986, 1988, 1993
974 The Regents of the University of California. All rights reserved.
975
976Redistribution and use in source and binary forms, with or without
977modification, are permitted provided that the following conditions
978are met:
9791. Redistributions of source code must retain the above copyright
980 notice, this list of conditions and the following disclaimer.
9812. Redistributions in binary form must reproduce the above copyright
982 notice, this list of conditions and the following disclaimer in the
983 documentation and/or other materials provided with the distribution.
9843. Neither the name of the University nor the names of its contributors
985 may be used to endorse or promote products derived from this software
986 without specific prior written permission.
987
988THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
989ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
990IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
991ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
992FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
993DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
994OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
995HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
996LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
997OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
998SUCH DAMAGE.
999
1000-------------------------------------------------------------------
1001
Elliott Hughes387d4b72012-08-09 15:17:46 -07001002Copyright (c) 1982, 1986, 1993
1003 The Regents of the University of California. All rights reserved.
1004
1005Redistribution and use in source and binary forms, with or without
1006modification, are permitted provided that the following conditions
1007are met:
10081. Redistributions of source code must retain the above copyright
1009 notice, this list of conditions and the following disclaimer.
10102. Redistributions in binary form must reproduce the above copyright
1011 notice, this list of conditions and the following disclaimer in the
1012 documentation and/or other materials provided with the distribution.
10133. Neither the name of the University nor the names of its contributors
1014 may be used to endorse or promote products derived from this software
1015 without specific prior written permission.
1016
1017THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1018ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1019IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1020ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1021FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1022DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1023OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1024HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1025LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1026OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1027SUCH DAMAGE.
1028
1029-------------------------------------------------------------------
1030
Irina Tirdeaeac9eb42012-09-08 09:28:30 +03001031Copyright (c) 1982, 1986, 1993
1032 The Regents of the University of California. All rights reserved.
1033(c) UNIX System Laboratories, Inc.
1034All or some portions of this file are derived from material licensed
1035to the University of California by American Telephone and Telegraph
1036Co. or Unix System Laboratories, Inc. and are reproduced herein with
1037the permission of UNIX System Laboratories, Inc.
1038
1039Redistribution and use in source and binary forms, with or without
1040modification, are permitted provided that the following conditions
1041are met:
10421. Redistributions of source code must retain the above copyright
1043 notice, this list of conditions and the following disclaimer.
10442. Redistributions in binary form must reproduce the above copyright
1045 notice, this list of conditions and the following disclaimer in the
1046 documentation and/or other materials provided with the distribution.
10473. Neither the name of the University nor the names of its contributors
1048 may be used to endorse or promote products derived from this software
1049 without specific prior written permission.
1050
1051THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1052ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1053IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1054ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1055FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1056DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1057OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1058HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1059LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1060OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1061SUCH DAMAGE.
1062
1063-------------------------------------------------------------------
1064
Elliott Hughes387d4b72012-08-09 15:17:46 -07001065Copyright (c) 1983, 1987, 1989
1066 The Regents of the University of California. All rights reserved.
1067
1068Redistribution and use in source and binary forms, with or without
1069modification, are permitted provided that the following conditions
1070are met:
10711. Redistributions of source code must retain the above copyright
1072 notice, this list of conditions and the following disclaimer.
10732. Redistributions in binary form must reproduce the above copyright
1074 notice, this list of conditions and the following disclaimer in the
1075 documentation and/or other materials provided with the distribution.
10763. Neither the name of the University nor the names of its contributors
1077 may be used to endorse or promote products derived from this software
1078 without specific prior written permission.
1079
1080THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1081ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1082IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1083ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1084FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1085DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1086OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1087HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1088LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1089OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1090SUCH DAMAGE.
1091
1092-------------------------------------------------------------------
1093
Elliott Hughes387d4b72012-08-09 15:17:46 -07001094Copyright (c) 1983, 1989
1095 The Regents of the University of California. All rights reserved.
1096
1097Redistribution and use in source and binary forms, with or without
1098modification, are permitted provided that the following conditions
1099are met:
11001. Redistributions of source code must retain the above copyright
1101 notice, this list of conditions and the following disclaimer.
11022. Redistributions in binary form must reproduce the above copyright
1103 notice, this list of conditions and the following disclaimer in the
1104 documentation and/or other materials provided with the distribution.
11053. All advertising materials mentioning features or use of this software
1106 must display the following acknowledgement:
1107 This product includes software developed by the University of
1108 California, Berkeley and its contributors.
11094. Neither the name of the University nor the names of its contributors
1110 may be used to endorse or promote products derived from this software
1111 without specific prior written permission.
1112
1113THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1114ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1115IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1116ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1117FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1118DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1119OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1120HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1121LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1122OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1123SUCH DAMAGE.
1124
1125-------------------------------------------------------------------
1126
Elliott Hughes261e2232012-08-14 15:04:05 -07001127Copyright (c) 1983, 1989, 1993
Elliott Hughes387d4b72012-08-09 15:17:46 -07001128 The Regents of the University of California. All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -07001129
1130Redistribution and use in source and binary forms, with or without
1131modification, are permitted provided that the following conditions
1132are met:
11331. Redistributions of source code must retain the above copyright
1134 notice, this list of conditions and the following disclaimer.
11352. Redistributions in binary form must reproduce the above copyright
1136 notice, this list of conditions and the following disclaimer in the
1137 documentation and/or other materials provided with the distribution.
11383. Neither the name of the University nor the names of its contributors
1139 may be used to endorse or promote products derived from this software
1140 without specific prior written permission.
1141
1142THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1143ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1144IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1145ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1146FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1147DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1148OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1149HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1150LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1151OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1152SUCH DAMAGE.
1153
1154-------------------------------------------------------------------
1155
Elliott Hughes261e2232012-08-14 15:04:05 -07001156Copyright (c) 1983, 1993
Elliott Hughes387d4b72012-08-09 15:17:46 -07001157 The Regents of the University of California. All rights reserved.
1158
Elliott Hughes387d4b72012-08-09 15:17:46 -07001159Redistribution and use in source and binary forms, with or without
1160modification, are permitted provided that the following conditions
1161are met:
11621. Redistributions of source code must retain the above copyright
1163 notice, this list of conditions and the following disclaimer.
11642. Redistributions in binary form must reproduce the above copyright
1165 notice, this list of conditions and the following disclaimer in the
1166 documentation and/or other materials provided with the distribution.
11673. Neither the name of the University nor the names of its contributors
1168 may be used to endorse or promote products derived from this software
1169 without specific prior written permission.
1170
1171THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1172ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1173IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1174ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1175FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1176DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1177OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1178HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1179LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1180OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1181SUCH DAMAGE.
1182
1183-------------------------------------------------------------------
1184
Elliott Hughes387d4b72012-08-09 15:17:46 -07001185Copyright (c) 1985
1186 The Regents of the University of California. All rights reserved.
1187
1188Redistribution and use in source and binary forms, with or without
1189modification, are permitted provided that the following conditions
1190are met:
11911. Redistributions of source code must retain the above copyright
1192 notice, this list of conditions and the following disclaimer.
11932. Redistributions in binary form must reproduce the above copyright
1194 notice, this list of conditions and the following disclaimer in the
1195 documentation and/or other materials provided with the distribution.
11963. All advertising materials mentioning features or use of this software
1197 must display the following acknowledgement:
1198 This product includes software developed by the University of
1199 California, Berkeley and its contributors.
12004. Neither the name of the University nor the names of its contributors
1201 may be used to endorse or promote products derived from this software
1202 without specific prior written permission.
1203
1204THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1205ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1206IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1207ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1208FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1209DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1210OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1211HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1212LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1213OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1214SUCH DAMAGE.
1215
1216-------------------------------------------------------------------
1217
Elliott Hughes261e2232012-08-14 15:04:05 -07001218Copyright (c) 1985 Regents of the University of California.
Elliott Hughes387d4b72012-08-09 15:17:46 -07001219All rights reserved.
1220
1221Redistribution and use in source and binary forms, with or without
1222modification, are permitted provided that the following conditions
1223are met:
12241. Redistributions of source code must retain the above copyright
1225 notice, this list of conditions and the following disclaimer.
12262. Redistributions in binary form must reproduce the above copyright
1227 notice, this list of conditions and the following disclaimer in the
1228 documentation and/or other materials provided with the distribution.
Elliott Hughes387d4b72012-08-09 15:17:46 -070012293. Neither the name of the University nor the names of its contributors
1230 may be used to endorse or promote products derived from this software
1231 without specific prior written permission.
1232
1233THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1234ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1235IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1236ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1237FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1238DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1239OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1240HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1241LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1242OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1243SUCH DAMAGE.
1244
1245-------------------------------------------------------------------
1246
1247Copyright (c) 1985, 1988, 1993
1248 The Regents of the University of California. All rights reserved.
1249
1250Redistribution and use in source and binary forms, with or without
1251modification, are permitted provided that the following conditions
1252are met:
12531. Redistributions of source code must retain the above copyright
1254 notice, this list of conditions and the following disclaimer.
12552. Redistributions in binary form must reproduce the above copyright
1256 notice, this list of conditions and the following disclaimer in the
1257 documentation and/or other materials provided with the distribution.
12583. Neither the name of the University nor the names of its contributors
1259 may be used to endorse or promote products derived from this software
1260 without specific prior written permission.
1261
1262THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1263ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1264IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1265ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1266FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1267DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1268OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1269HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1270LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1271OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1272SUCH DAMAGE.
1273
1274Portions Copyright (c) 1993 by Digital Equipment Corporation.
1275
1276Permission to use, copy, modify, and distribute this software for any
1277purpose with or without fee is hereby granted, provided that the above
1278copyright notice and this permission notice appear in all copies, and that
1279the name of Digital Equipment Corporation not be used in advertising or
1280publicity pertaining to distribution of the document or software without
1281specific, written prior permission.
1282
1283THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
1284WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
1285OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT
1286CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
1287DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
1288PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
1289ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
1290SOFTWARE.
1291
1292-------------------------------------------------------------------
1293
Elliott Hughes261e2232012-08-14 15:04:05 -07001294Copyright (c) 1985, 1989, 1993
1295 The Regents of the University of California. All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -07001296
1297Redistribution and use in source and binary forms, with or without
1298modification, are permitted provided that the following conditions
1299are met:
13001. Redistributions of source code must retain the above copyright
1301 notice, this list of conditions and the following disclaimer.
13022. Redistributions in binary form must reproduce the above copyright
1303 notice, this list of conditions and the following disclaimer in the
1304 documentation and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -070013053. All advertising materials mentioning features or use of this software
1306 must display the following acknowledgement:
1307 This product includes software developed by the University of
1308 California, Berkeley and its contributors.
13094. Neither the name of the University nor the names of its contributors
1310 may be used to endorse or promote products derived from this software
1311 without specific prior written permission.
Elliott Hughes387d4b72012-08-09 15:17:46 -07001312
Elliott Hughes261e2232012-08-14 15:04:05 -07001313THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1314ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1315IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1316ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1317FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1318DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1319OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1320HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1321LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1322OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1323SUCH DAMAGE.
1324
1325-------------------------------------------------------------------
1326
1327Copyright (c) 1985, 1993
1328 The Regents of the University of California. All rights reserved.
1329
1330Redistribution and use in source and binary forms, with or without
1331modification, are permitted provided that the following conditions
1332are met:
13331. Redistributions of source code must retain the above copyright
1334 notice, this list of conditions and the following disclaimer.
13352. Redistributions in binary form must reproduce the above copyright
1336 notice, this list of conditions and the following disclaimer in the
1337 documentation and/or other materials provided with the distribution.
13383. All advertising materials mentioning features or use of this software
1339 must display the following acknowledgement:
1340 This product includes software developed by the University of
1341 California, Berkeley and its contributors.
13424. Neither the name of the University nor the names of its contributors
1343 may be used to endorse or promote products derived from this software
1344 without specific prior written permission.
1345
1346THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1347ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1348IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1349ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1350FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1351DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1352OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1353HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1354LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1355OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1356SUCH DAMAGE.
1357
1358-------------------------------------------------------------------
1359
1360Copyright (c) 1985, 1993
1361 The Regents of the University of California. All rights reserved.
1362
1363Redistribution and use in source and binary forms, with or without
1364modification, are permitted provided that the following conditions
1365are met:
13661. Redistributions of source code must retain the above copyright
1367 notice, this list of conditions and the following disclaimer.
13682. Redistributions in binary form must reproduce the above copyright
1369 notice, this list of conditions and the following disclaimer in the
1370 documentation and/or other materials provided with the distribution.
13713. Neither the name of the University nor the names of its contributors
1372 may be used to endorse or promote products derived from this software
1373 without specific prior written permission.
1374
1375THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1376ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1377IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1378ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1379FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1380DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1381OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1382HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1383LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1384OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1385SUCH DAMAGE.
1386
1387-------------------------------------------------------------------
1388
1389Copyright (c) 1987 Regents of the University of California.
1390All rights reserved.
1391
1392Redistribution and use in source and binary forms, with or without
1393modification, are permitted provided that the following conditions
1394are met:
13951. Redistributions of source code must retain the above copyright
1396 notice, this list of conditions and the following disclaimer.
13972. Redistributions in binary form must reproduce the above copyright
1398 notice, this list of conditions and the following disclaimer in the
1399 documentation and/or other materials provided with the distribution.
14003. Neither the name of the University nor the names of its contributors
1401 may be used to endorse or promote products derived from this software
1402 without specific prior written permission.
1403
1404THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1405ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1406IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1407ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1408FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1409DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1410OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1411HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1412LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1413OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1414SUCH DAMAGE.
1415
1416-------------------------------------------------------------------
1417
1418Copyright (c) 1987, 1993
1419 The Regents of the University of California. All rights reserved.
1420
1421Redistribution and use in source and binary forms, with or without
1422modification, are permitted provided that the following conditions
1423are met:
14241. Redistributions of source code must retain the above copyright
1425 notice, this list of conditions and the following disclaimer.
14262. Redistributions in binary form must reproduce the above copyright
1427 notice, this list of conditions and the following disclaimer in the
1428 documentation and/or other materials provided with the distribution.
14293. All advertising materials mentioning features or use of this software
1430 must display the following acknowledgement:
1431 This product includes software developed by the University of
1432 California, Berkeley and its contributors.
14334. Neither the name of the University nor the names of its contributors
1434 may be used to endorse or promote products derived from this software
1435 without specific prior written permission.
1436
1437THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1438ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1439IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1440ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1441FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1442DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1443OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1444HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1445LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1446OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1447SUCH DAMAGE.
1448
1449-------------------------------------------------------------------
1450
1451Copyright (c) 1987, 1993
1452 The Regents of the University of California. All rights reserved.
1453
1454Redistribution and use in source and binary forms, with or without
1455modification, are permitted provided that the following conditions
1456are met:
14571. Redistributions of source code must retain the above copyright
1458 notice, this list of conditions and the following disclaimer.
14592. Redistributions in binary form must reproduce the above copyright
1460 notice, this list of conditions and the following disclaimer in the
1461 documentation and/or other materials provided with the distribution.
14623. Neither the name of the University nor the names of its contributors
1463 may be used to endorse or promote products derived from this software
1464 without specific prior written permission.
1465
1466THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1467ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1468IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1469ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1470FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1471DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1472OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1473HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1474LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1475OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1476SUCH DAMAGE.
1477
1478-------------------------------------------------------------------
1479
1480Copyright (c) 1988 Regents of the University of California.
1481All rights reserved.
1482
1483Redistribution and use in source and binary forms, with or without
1484modification, are permitted provided that the following conditions
1485are met:
14861. Redistributions of source code must retain the above copyright
1487 notice, this list of conditions and the following disclaimer.
14882. Redistributions in binary form must reproduce the above copyright
1489 notice, this list of conditions and the following disclaimer in the
1490 documentation and/or other materials provided with the distribution.
14913. Neither the name of the University nor the names of its contributors
1492 may be used to endorse or promote products derived from this software
1493 without specific prior written permission.
1494
1495THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1496ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1497IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1498ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1499FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1500DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1501OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1502HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1503LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1504OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1505SUCH DAMAGE.
1506
1507-------------------------------------------------------------------
1508
1509Copyright (c) 1988 The Regents of the University of California.
1510All rights reserved.
1511
1512Redistribution and use in source and binary forms, with or without
1513modification, are permitted provided that the following conditions
1514are met:
15151. Redistributions of source code must retain the above copyright
1516 notice, this list of conditions and the following disclaimer.
15172. Redistributions in binary form must reproduce the above copyright
1518 notice, this list of conditions and the following disclaimer in the
1519 documentation and/or other materials provided with the distribution.
15203. Neither the name of the University nor the names of its contributors
1521 may be used to endorse or promote products derived from this software
1522 without specific prior written permission.
1523
1524THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1525ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1526IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1527ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1528FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1529DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1530OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1531HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1532LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1533OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1534SUCH DAMAGE.
1535
1536-------------------------------------------------------------------
1537
1538Copyright (c) 1988, 1993
Elliott Hughes261e2232012-08-14 15:04:05 -07001539 The Regents of the University of California. All rights reserved.
1540
1541Redistribution and use in source and binary forms, with or without
1542modification, are permitted provided that the following conditions
1543are met:
15441. Redistributions of source code must retain the above copyright
1545 notice, this list of conditions and the following disclaimer.
15462. Redistributions in binary form must reproduce the above copyright
1547 notice, this list of conditions and the following disclaimer in the
1548 documentation and/or other materials provided with the distribution.
15493. All advertising materials mentioning features or use of this software
1550 must display the following acknowledgement:
1551 This product includes software developed by the University of
1552 California, Berkeley and its contributors.
15534. Neither the name of the University nor the names of its contributors
1554 may be used to endorse or promote products derived from this software
1555 without specific prior written permission.
1556
1557THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1558ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1559IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1560ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1561FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1562DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1563OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1564HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1565LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1566OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1567SUCH DAMAGE.
1568
1569-------------------------------------------------------------------
1570
1571Copyright (c) 1988, 1993
1572 The Regents of the University of California. All rights reserved.
1573
1574Redistribution and use in source and binary forms, with or without
1575modification, are permitted provided that the following conditions
1576are met:
15771. Redistributions of source code must retain the above copyright
1578 notice, this list of conditions and the following disclaimer.
15792. Redistributions in binary form must reproduce the above copyright
1580 notice, this list of conditions and the following disclaimer in the
1581 documentation and/or other materials provided with the distribution.
15823. Neither the name of the University nor the names of its contributors
1583 may be used to endorse or promote products derived from this software
1584 without specific prior written permission.
1585
1586THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1587ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1588IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1589ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1590FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1591DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1592OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1593HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1594LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1595OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1596SUCH DAMAGE.
1597
1598-------------------------------------------------------------------
1599
Elliott Hughes261e2232012-08-14 15:04:05 -07001600Copyright (c) 1989 The Regents of the University of California.
1601All rights reserved.
1602
Elliott Hughes261e2232012-08-14 15:04:05 -07001603Redistribution and use in source and binary forms, with or without
1604modification, are permitted provided that the following conditions
1605are met:
16061. Redistributions of source code must retain the above copyright
1607 notice, this list of conditions and the following disclaimer.
16082. Redistributions in binary form must reproduce the above copyright
1609 notice, this list of conditions and the following disclaimer in the
1610 documentation and/or other materials provided with the distribution.
16113. Neither the name of the University nor the names of its contributors
1612 may be used to endorse or promote products derived from this software
1613 without specific prior written permission.
1614
1615THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1616ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1617IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1618ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1619FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1620DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1621OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1622HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1623LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1624OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1625SUCH DAMAGE.
1626
1627-------------------------------------------------------------------
1628
1629Copyright (c) 1989 The Regents of the University of California.
1630All rights reserved.
1631(c) UNIX System Laboratories, Inc.
1632All or some portions of this file are derived from material licensed
1633to the University of California by American Telephone and Telegraph
1634Co. or Unix System Laboratories, Inc. and are reproduced herein with
1635the permission of UNIX System Laboratories, Inc.
1636
1637Redistribution and use in source and binary forms, with or without
1638modification, are permitted provided that the following conditions
1639are met:
16401. Redistributions of source code must retain the above copyright
1641 notice, this list of conditions and the following disclaimer.
16422. Redistributions in binary form must reproduce the above copyright
1643 notice, this list of conditions and the following disclaimer in the
1644 documentation and/or other materials provided with the distribution.
16453. Neither the name of the University nor the names of its contributors
1646 may be used to endorse or promote products derived from this software
1647 without specific prior written permission.
1648
1649THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1650ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1651IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1652ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1653FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Elliott Hughes387d4b72012-08-09 15:17:46 -07001654DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1655OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1656HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1657LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1658OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1659SUCH DAMAGE.
1660
1661-------------------------------------------------------------------
1662
1663Copyright (c) 1989, 1993
1664 The Regents of the University of California. All rights reserved.
1665
1666Redistribution and use in source and binary forms, with or without
1667modification, are permitted provided that the following conditions
1668are met:
16691. Redistributions of source code must retain the above copyright
1670 notice, this list of conditions and the following disclaimer.
16712. Redistributions in binary form must reproduce the above copyright
1672 notice, this list of conditions and the following disclaimer in the
1673 documentation and/or other materials provided with the distribution.
16743. Neither the name of the University nor the names of its contributors
1675 may be used to endorse or promote products derived from this software
1676 without specific prior written permission.
1677
1678THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1679ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1680IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1681ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1682FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1683DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1684OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1685HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1686LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1687OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1688SUCH DAMAGE.
1689
1690-------------------------------------------------------------------
1691
Elliott Hughes261e2232012-08-14 15:04:05 -07001692Copyright (c) 1989, 1993
1693 The Regents of the University of California. All rights reserved.
1694
1695Redistribution and use in source and binary forms, with or without
1696modification, are permitted provided that the following conditions
1697are met:
16981. Redistributions of source code must retain the above copyright
1699 notice, this list of conditions and the following disclaimer.
17002. Redistributions in binary form must reproduce the above copyright
1701 notice, this list of conditions and the following disclaimer in the
1702 documentation and/or other materials provided with the distribution.
17034. Neither the name of the University nor the names of its contributors
1704 may be used to endorse or promote products derived from this software
1705 without specific prior written permission.
1706
1707THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1708ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1709IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1710ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1711FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1712DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1713OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1714HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1715LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1716OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1717SUCH DAMAGE.
1718
1719-------------------------------------------------------------------
1720
1721Copyright (c) 1989, 1993
1722 The Regents of the University of California. All rights reserved.
Elliott Hughesacbe3222014-04-16 17:01:12 -07001723
1724This code is derived from software contributed to Berkeley by
Elliott Hughesf1c568d2017-09-26 17:09:07 -07001725Guido van Rossum.
1726
1727Copyright (c) 2011 The FreeBSD Foundation
1728All rights reserved.
1729Portions of this software were developed by David Chisnall
1730under sponsorship from the FreeBSD Foundation.
1731
1732Redistribution and use in source and binary forms, with or without
1733modification, are permitted provided that the following conditions
1734are met:
17351. Redistributions of source code must retain the above copyright
1736 notice, this list of conditions and the following disclaimer.
17372. Redistributions in binary form must reproduce the above copyright
1738 notice, this list of conditions and the following disclaimer in the
1739 documentation and/or other materials provided with the distribution.
17403. Neither the name of the University nor the names of its contributors
1741 may be used to endorse or promote products derived from this software
1742 without specific prior written permission.
1743
1744THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1745ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1746IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1747ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1748FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1749DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1750OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1751HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1752LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1753OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1754SUCH DAMAGE.
1755
1756-------------------------------------------------------------------
1757
1758Copyright (c) 1989, 1993
1759 The Regents of the University of California. All rights reserved.
1760
1761This code is derived from software contributed to Berkeley by
1762Guido van Rossum.
1763
1764Redistribution and use in source and binary forms, with or without
1765modification, are permitted provided that the following conditions
1766are met:
17671. Redistributions of source code must retain the above copyright
1768 notice, this list of conditions and the following disclaimer.
17692. Redistributions in binary form must reproduce the above copyright
1770 notice, this list of conditions and the following disclaimer in the
1771 documentation and/or other materials provided with the distribution.
17723. Neither the name of the University nor the names of its contributors
1773 may be used to endorse or promote products derived from this software
1774 without specific prior written permission.
1775
1776THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1777ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1778IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1779ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1780FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1781DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1782OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1783HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1784LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1785OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1786SUCH DAMAGE.
1787
1788-------------------------------------------------------------------
1789
1790Copyright (c) 1989, 1993
1791 The Regents of the University of California. All rights reserved.
1792
1793This code is derived from software contributed to Berkeley by
Elliott Hughesacbe3222014-04-16 17:01:12 -07001794Roger L. Snyder.
1795
1796Redistribution and use in source and binary forms, with or without
1797modification, are permitted provided that the following conditions
1798are met:
17991. Redistributions of source code must retain the above copyright
1800 notice, this list of conditions and the following disclaimer.
18012. Redistributions in binary form must reproduce the above copyright
1802 notice, this list of conditions and the following disclaimer in the
1803 documentation and/or other materials provided with the distribution.
18043. Neither the name of the University nor the names of its contributors
1805 may be used to endorse or promote products derived from this software
1806 without specific prior written permission.
1807
1808THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1809ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1810IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1811ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1812FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1813DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1814OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1815HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1816LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1817OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1818SUCH DAMAGE.
1819
1820-------------------------------------------------------------------
1821
1822Copyright (c) 1989, 1993
1823 The Regents of the University of California. All rights reserved.
Elliott Hughes261e2232012-08-14 15:04:05 -07001824(c) UNIX System Laboratories, Inc.
1825All or some portions of this file are derived from material licensed
1826to the University of California by American Telephone and Telegraph
1827Co. or Unix System Laboratories, Inc. and are reproduced herein with
1828the permission of UNIX System Laboratories, Inc.
1829
1830Redistribution and use in source and binary forms, with or without
1831modification, are permitted provided that the following conditions
1832are met:
18331. Redistributions of source code must retain the above copyright
1834 notice, this list of conditions and the following disclaimer.
18352. Redistributions in binary form must reproduce the above copyright
1836 notice, this list of conditions and the following disclaimer in the
1837 documentation and/or other materials provided with the distribution.
18383. Neither the name of the University nor the names of its contributors
1839 may be used to endorse or promote products derived from this software
1840 without specific prior written permission.
1841
1842THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1843ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1844IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1845ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1846FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1847DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1848OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1849HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1850LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1851OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1852SUCH DAMAGE.
1853
1854-------------------------------------------------------------------
1855
Elliott Hughesb4931ce2016-02-08 17:00:12 -08001856Copyright (c) 1990 Regents of the University of California.
1857All rights reserved.
1858
1859This code is derived from software contributed to Berkeley by
1860Chris Torek.
1861
1862Redistribution and use in source and binary forms, with or without
1863modification, are permitted provided that the following conditions
1864are met:
18651. Redistributions of source code must retain the above copyright
1866 notice, this list of conditions and the following disclaimer.
18672. Redistributions in binary form must reproduce the above copyright
1868 notice, this list of conditions and the following disclaimer in the
1869 documentation and/or other materials provided with the distribution.
18703. Neither the name of the University nor the names of its contributors
1871 may be used to endorse or promote products derived from this software
1872 without specific prior written permission.
1873
1874THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1875ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1876IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1877ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1878FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1879DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1880OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1881HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1882LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1883OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1884SUCH DAMAGE.
1885
1886-------------------------------------------------------------------
1887
Elliott Hughes261e2232012-08-14 15:04:05 -07001888Copyright (c) 1990 The Regents of the University of California.
1889All rights reserved.
1890
1891Redistribution and use in source and binary forms, with or without
1892modification, are permitted provided that the following conditions
1893are met:
18941. Redistributions of source code must retain the above copyright
1895 notice, this list of conditions and the following disclaimer.
18962. Redistributions in binary form must reproduce the above copyright
1897 notice, this list of conditions and the following disclaimer in the
1898 documentation and/or other materials provided with the distribution.
18993. Neither the name of the University nor the names of its contributors
1900 may be used to endorse or promote products derived from this software
1901 without specific prior written permission.
1902
1903THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1904ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1905IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1906ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1907FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1908DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1909OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1910HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1911LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1912OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1913SUCH DAMAGE.
1914
1915-------------------------------------------------------------------
1916
1917Copyright (c) 1990 The Regents of the University of California.
1918All rights reserved.
1919
Elliott Hughes261e2232012-08-14 15:04:05 -07001920This code is derived from software contributed to Berkeley by
1921Chris Torek.
1922
1923Redistribution and use in source and binary forms, with or without
1924modification, are permitted provided that the following conditions
1925are met:
19261. Redistributions of source code must retain the above copyright
1927 notice, this list of conditions and the following disclaimer.
19282. Redistributions in binary form must reproduce the above copyright
1929 notice, this list of conditions and the following disclaimer in the
1930 documentation and/or other materials provided with the distribution.
19313. Neither the name of the University nor the names of its contributors
1932 may be used to endorse or promote products derived from this software
1933 without specific prior written permission.
1934
1935THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1936ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1937IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1938ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1939FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1940DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1941OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1942HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1943LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1944OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1945SUCH DAMAGE.
1946
1947-------------------------------------------------------------------
1948
1949Copyright (c) 1990 The Regents of the University of California.
1950All rights reserved.
1951
1952This code is derived from software contributed to Berkeley by
1953William Jolitz.
1954
1955Redistribution and use in source and binary forms, with or without
1956modification, are permitted provided that the following conditions
1957are met:
19581. Redistributions of source code must retain the above copyright
1959 notice, this list of conditions and the following disclaimer.
19602. Redistributions in binary form must reproduce the above copyright
1961 notice, this list of conditions and the following disclaimer in the
1962 documentation and/or other materials provided with the distribution.
19633. Neither the name of the University nor the names of its contributors
1964 may be used to endorse or promote products derived from this software
1965 without specific prior written permission.
1966
1967THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1968ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1969IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1970ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1971FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1972DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1973OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1974HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1975LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1976OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1977SUCH DAMAGE.
1978
1979-------------------------------------------------------------------
1980
1981Copyright (c) 1990, 1993
1982 The Regents of the University of California. All rights reserved.
1983
1984Redistribution and use in source and binary forms, with or without
1985modification, are permitted provided that the following conditions
1986are met:
19871. Redistributions of source code must retain the above copyright
1988 notice, this list of conditions and the following disclaimer.
19892. Redistributions in binary form must reproduce the above copyright
1990 notice, this list of conditions and the following disclaimer in the
1991 documentation and/or other materials provided with the distribution.
19923. Neither the name of the University nor the names of its contributors
1993 may be used to endorse or promote products derived from this software
1994 without specific prior written permission.
1995
1996THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1997ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1998IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1999ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2000FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2001DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2002OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2003HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2004LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2005OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2006SUCH DAMAGE.
2007
2008-------------------------------------------------------------------
2009
2010Copyright (c) 1990, 1993
2011 The Regents of the University of California. All rights reserved.
2012
Elliott Hughes261e2232012-08-14 15:04:05 -07002013This code is derived from software contributed to Berkeley by
2014Chris Torek.
2015
2016Redistribution and use in source and binary forms, with or without
2017modification, are permitted provided that the following conditions
2018are met:
20191. Redistributions of source code must retain the above copyright
2020 notice, this list of conditions and the following disclaimer.
20212. Redistributions in binary form must reproduce the above copyright
2022 notice, this list of conditions and the following disclaimer in the
2023 documentation and/or other materials provided with the distribution.
20243. Neither the name of the University nor the names of its contributors
2025 may be used to endorse or promote products derived from this software
2026 without specific prior written permission.
2027
2028THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2029ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2030IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2031ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2032FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2033DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2034OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2035HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2036LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2037OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2038SUCH DAMAGE.
2039
2040-------------------------------------------------------------------
2041
2042Copyright (c) 1990, 1993
2043 The Regents of the University of California. All rights reserved.
2044
2045This code is derived from software contributed to Berkeley by
Elliott Hughes261e2232012-08-14 15:04:05 -07002046Donn Seeley at UUNET Technologies, Inc.
2047
2048Redistribution and use in source and binary forms, with or without
2049modification, are permitted provided that the following conditions
2050are met:
20511. Redistributions of source code must retain the above copyright
2052 notice, this list of conditions and the following disclaimer.
20532. Redistributions in binary form must reproduce the above copyright
2054 notice, this list of conditions and the following disclaimer in the
2055 documentation and/or other materials provided with the distribution.
20563. Neither the name of the University nor the names of its contributors
2057 may be used to endorse or promote products derived from this software
2058 without specific prior written permission.
2059
2060THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2061ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2062IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2063ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2064FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2065DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2066OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2067HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2068LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2069OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2070SUCH DAMAGE.
2071
2072-------------------------------------------------------------------
2073
2074Copyright (c) 1990, 1993
2075 The Regents of the University of California. All rights reserved.
Elliott Hughesbfa582d2014-05-05 14:58:17 -07002076
2077This code is derived from software contributed to Berkeley by
2078Donn Seeley at UUNET Technologies, Inc.
2079
2080Redistribution and use in source and binary forms, with or without
2081modification, are permitted provided that the following conditions
2082are met:
20831. Redistributions of source code must retain the above copyright
2084 notice, this list of conditions and the following disclaimer.
20852. Redistributions in binary form must reproduce the above copyright
2086 notice, this list of conditions and the following disclaimer in the
2087 documentation and/or other materials provided with the distribution.
20884. Neither the name of the University nor the names of its contributors
2089 may be used to endorse or promote products derived from this software
2090 without specific prior written permission.
2091
2092THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2093ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2094IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2095ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2096FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2097DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2098OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2099HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2100LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2101OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2102SUCH DAMAGE.
2103
2104-------------------------------------------------------------------
2105
2106Copyright (c) 1990, 1993
2107 The Regents of the University of California. All rights reserved.
Elliott Hughes261e2232012-08-14 15:04:05 -07002108(c) UNIX System Laboratories, Inc.
2109All or some portions of this file are derived from material licensed
2110to the University of California by American Telephone and Telegraph
2111Co. or Unix System Laboratories, Inc. and are reproduced herein with
2112the permission of UNIX System Laboratories, Inc.
2113
2114Redistribution and use in source and binary forms, with or without
2115modification, are permitted provided that the following conditions
2116are met:
21171. Redistributions of source code must retain the above copyright
2118 notice, this list of conditions and the following disclaimer.
21192. Redistributions in binary form must reproduce the above copyright
2120 notice, this list of conditions and the following disclaimer in the
2121 documentation and/or other materials provided with the distribution.
21223. Neither the name of the University nor the names of its contributors
2123 may be used to endorse or promote products derived from this software
2124 without specific prior written permission.
2125
2126THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2127ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2128IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2129ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2130FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2131DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2132OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2133HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2134LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2135OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2136SUCH DAMAGE.
2137
2138-------------------------------------------------------------------
2139
2140Copyright (c) 1990, 1993, 1994
2141 The Regents of the University of California. All rights reserved.
2142
2143Redistribution and use in source and binary forms, with or without
2144modification, are permitted provided that the following conditions
2145are met:
21461. Redistributions of source code must retain the above copyright
2147 notice, this list of conditions and the following disclaimer.
21482. Redistributions in binary form must reproduce the above copyright
2149 notice, this list of conditions and the following disclaimer in the
2150 documentation and/or other materials provided with the distribution.
21513. Neither the name of the University nor the names of its contributors
2152 may be used to endorse or promote products derived from this software
2153 without specific prior written permission.
2154
2155THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2156ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2157IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2158ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2159FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2160DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2161OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2162HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2163LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2164OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2165SUCH DAMAGE.
2166
2167-------------------------------------------------------------------
2168
Elliott Hughes4e54b112014-03-06 15:06:11 -08002169Copyright (c) 1991 The Regents of the University of California.
2170All rights reserved.
2171
2172Redistribution and use in source and binary forms, with or without
2173modification, are permitted provided that the following conditions
2174are met:
21751. Redistributions of source code must retain the above copyright
2176 notice, this list of conditions and the following disclaimer.
21772. Redistributions in binary form must reproduce the above copyright
2178 notice, this list of conditions and the following disclaimer in the
2179 documentation and/or other materials provided with the distribution.
21803. Neither the name of the University nor the names of its contributors
2181 may be used to endorse or promote products derived from this software
2182 without specific prior written permission.
2183
2184THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2185ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2186IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2187ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2188FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2189DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2190OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2191HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2192LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2193OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2194SUCH DAMAGE.
2195
2196-------------------------------------------------------------------
2197
Elliott Hughes261e2232012-08-14 15:04:05 -07002198Copyright (c) 1991, 1993
2199 The Regents of the University of California. All rights reserved.
2200
2201Redistribution and use in source and binary forms, with or without
2202modification, are permitted provided that the following conditions
2203are met:
22041. Redistributions of source code must retain the above copyright
2205 notice, this list of conditions and the following disclaimer.
22062. Redistributions in binary form must reproduce the above copyright
2207 notice, this list of conditions and the following disclaimer in the
2208 documentation and/or other materials provided with the distribution.
22093. Neither the name of the University nor the names of its contributors
2210 may be used to endorse or promote products derived from this software
2211 without specific prior written permission.
2212
2213THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2214ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2215IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2216ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2217FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2218DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2219OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2220HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2221LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2222OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2223SUCH DAMAGE.
2224
2225-------------------------------------------------------------------
2226
2227Copyright (c) 1991, 1993
2228 The Regents of the University of California. All rights reserved.
2229
2230This code is derived from software contributed to Berkeley by
2231Berkeley Software Design, Inc.
2232
2233Redistribution and use in source and binary forms, with or without
2234modification, are permitted provided that the following conditions
2235are met:
22361. Redistributions of source code must retain the above copyright
2237 notice, this list of conditions and the following disclaimer.
22382. Redistributions in binary form must reproduce the above copyright
2239 notice, this list of conditions and the following disclaimer in the
2240 documentation and/or other materials provided with the distribution.
22413. Neither the name of the University nor the names of its contributors
2242 may be used to endorse or promote products derived from this software
2243 without specific prior written permission.
2244
2245THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2246ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2247IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2248ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2249FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2250DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2251OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2252HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2253LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2254OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2255SUCH DAMAGE.
2256
2257-------------------------------------------------------------------
2258
2259Copyright (c) 1991, 1993
2260 The Regents of the University of California. All rights reserved.
2261(c) UNIX System Laboratories, Inc.
2262All or some portions of this file are derived from material licensed
2263to the University of California by American Telephone and Telegraph
2264Co. or Unix System Laboratories, Inc. and are reproduced herein with
2265the permission of UNIX System Laboratories, Inc.
2266
2267This code is derived from software contributed to Berkeley by
2268Hugh Smith at The University of Guelph.
2269
2270Redistribution and use in source and binary forms, with or without
2271modification, are permitted provided that the following conditions
2272are met:
22731. Redistributions of source code must retain the above copyright
2274 notice, this list of conditions and the following disclaimer.
22752. Redistributions in binary form must reproduce the above copyright
2276 notice, this list of conditions and the following disclaimer in the
2277 documentation and/or other materials provided with the distribution.
22783. Neither the name of the University nor the names of its contributors
2279 may be used to endorse or promote products derived from this software
2280 without specific prior written permission.
2281
2282THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2283ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2284IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2285ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2286FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2287DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2288OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2289HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2290LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2291OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2292SUCH DAMAGE.
2293
2294-------------------------------------------------------------------
2295
Elliott Hughes261e2232012-08-14 15:04:05 -07002296Copyright (c) 1992 Henry Spencer.
2297Copyright (c) 1992, 1993
2298 The Regents of the University of California. All rights reserved.
2299
2300This code is derived from software contributed to Berkeley by
2301Henry Spencer of the University of Toronto.
2302
2303Redistribution and use in source and binary forms, with or without
2304modification, are permitted provided that the following conditions
2305are met:
23061. Redistributions of source code must retain the above copyright
2307 notice, this list of conditions and the following disclaimer.
23082. Redistributions in binary form must reproduce the above copyright
2309 notice, this list of conditions and the following disclaimer in the
2310 documentation and/or other materials provided with the distribution.
23113. Neither the name of the University nor the names of its contributors
2312 may be used to endorse or promote products derived from this software
2313 without specific prior written permission.
2314
2315THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2316ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2317IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2318ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2319FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2320DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2321OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2322HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2323LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2324OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2325SUCH DAMAGE.
2326
2327-------------------------------------------------------------------
2328
2329Copyright (c) 1992 The Regents of the University of California.
2330All rights reserved.
2331
2332Redistribution and use in source and binary forms, with or without
2333modification, are permitted provided that the following conditions
2334are met:
23351. Redistributions of source code must retain the above copyright
2336 notice, this list of conditions and the following disclaimer.
23372. Redistributions in binary form must reproduce the above copyright
2338 notice, this list of conditions and the following disclaimer in the
2339 documentation and/or other materials provided with the distribution.
23403. Neither the name of the University nor the names of its contributors
2341 may be used to endorse or promote products derived from this software
2342 without specific prior written permission.
2343
2344THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2345ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2346IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2347ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2348FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2349DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2350OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2351HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2352LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2353OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2354SUCH DAMAGE.
2355
2356-------------------------------------------------------------------
2357
2358Copyright (c) 1992, 1993
2359 The Regents of the University of California. All rights reserved.
2360
2361Redistribution and use in source and binary forms, with or without
2362modification, are permitted provided that the following conditions
2363are met:
23641. Redistributions of source code must retain the above copyright
2365 notice, this list of conditions and the following disclaimer.
23662. Redistributions in binary form must reproduce the above copyright
2367 notice, this list of conditions and the following disclaimer in the
2368 documentation and/or other materials provided with the distribution.
23693. Neither the name of the University nor the names of its contributors
2370 may be used to endorse or promote products derived from this software
2371 without specific prior written permission.
2372
2373THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2374ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2375IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2376ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2377FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2378DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2379OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2380HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2381LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2382OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2383SUCH DAMAGE.
2384
2385-------------------------------------------------------------------
2386
2387Copyright (c) 1992, 1993
2388 The Regents of the University of California. All rights reserved.
2389
Elliott Hughes261e2232012-08-14 15:04:05 -07002390This software was developed by the Computer Systems Engineering group
2391at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
2392contributed to Berkeley.
2393
2394All advertising materials mentioning features or use of this software
2395must display the following acknowledgement:
2396 This product includes software developed by the University of
2397 California, Lawrence Berkeley Laboratory.
2398
2399Redistribution and use in source and binary forms, with or without
2400modification, are permitted provided that the following conditions
2401are met:
24021. Redistributions of source code must retain the above copyright
2403 notice, this list of conditions and the following disclaimer.
24042. Redistributions in binary form must reproduce the above copyright
2405 notice, this list of conditions and the following disclaimer in the
2406 documentation and/or other materials provided with the distribution.
24073. All advertising materials mentioning features or use of this software
2408 must display the following acknowledgement:
2409 This product includes software developed by the University of
2410 California, Berkeley and its contributors.
24114. Neither the name of the University nor the names of its contributors
2412 may be used to endorse or promote products derived from this software
2413 without specific prior written permission.
2414
2415THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2416ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2417IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2418ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2419FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2420DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2421OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2422HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2423LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2424OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2425SUCH DAMAGE.
2426
2427-------------------------------------------------------------------
2428
2429Copyright (c) 1992, 1993
2430 The Regents of the University of California. All rights reserved.
Elliott Hughes261e2232012-08-14 15:04:05 -07002431(c) UNIX System Laboratories, Inc.
2432All or some portions of this file are derived from material licensed
2433to the University of California by American Telephone and Telegraph
2434Co. or Unix System Laboratories, Inc. and are reproduced herein with
2435the permission of UNIX System Laboratories, Inc.
2436
2437Redistribution and use in source and binary forms, with or without
2438modification, are permitted provided that the following conditions
2439are met:
24401. Redistributions of source code must retain the above copyright
2441 notice, this list of conditions and the following disclaimer.
24422. Redistributions in binary form must reproduce the above copyright
2443 notice, this list of conditions and the following disclaimer in the
2444 documentation and/or other materials provided with the distribution.
24453. Neither the name of the University nor the names of its contributors
2446 may be used to endorse or promote products derived from this software
2447 without specific prior written permission.
2448
2449THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2450ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2451IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2452ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2453FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2454DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2455OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2456HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2457LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2458OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2459SUCH DAMAGE.
2460
2461-------------------------------------------------------------------
2462
Elliott Hughes261e2232012-08-14 15:04:05 -07002463Copyright (c) 1993
Elliott Hughes261e2232012-08-14 15:04:05 -07002464 The Regents of the University of California. All rights reserved.
2465
2466Redistribution and use in source and binary forms, with or without
2467modification, are permitted provided that the following conditions
2468are met:
24691. Redistributions of source code must retain the above copyright
2470 notice, this list of conditions and the following disclaimer.
24712. Redistributions in binary form must reproduce the above copyright
2472 notice, this list of conditions and the following disclaimer in the
2473 documentation and/or other materials provided with the distribution.
24743. Neither the name of the University nor the names of its contributors
2475 may be used to endorse or promote products derived from this software
2476 without specific prior written permission.
2477
2478THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2479ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2480IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2481ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2482FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2483DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2484OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2485HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2486LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2487OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2488SUCH DAMAGE.
2489
2490-------------------------------------------------------------------
2491
Elliott Hughes261e2232012-08-14 15:04:05 -07002492Copyright (c) 1993 Martin Birgmeier
2493All rights reserved.
2494
2495You may redistribute unmodified or modified versions of this source
2496code provided that the above copyright notice and this and the
2497following conditions are retained.
2498
2499This software is provided ``as is'', and comes with no warranties
2500of any kind. I shall in no event be liable for anything that happens
2501to anyone/anything when using this software.
2502
2503-------------------------------------------------------------------
2504
Elliott Hughes4e54b112014-03-06 15:06:11 -08002505Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
Elliott Hughes448080d2013-01-29 16:25:06 -08002506All rights reserved.
2507
Elliott Hughes448080d2013-01-29 16:25:06 -08002508Redistribution and use in source and binary forms, with or without
2509modification, are permitted provided that the following conditions
2510are met:
25111. Redistributions of source code must retain the above copyright
2512 notice, this list of conditions and the following disclaimer.
25132. Redistributions in binary form must reproduce the above copyright
2514 notice, this list of conditions and the following disclaimer in the
2515 documentation and/or other materials provided with the distribution.
Elliott Hughes4e54b112014-03-06 15:06:11 -080025163. The name of the author may not be used to endorse or promote products
2517 derived from this software without specific prior written permission.
Elliott Hughes448080d2013-01-29 16:25:06 -08002518
Elliott Hughes4e54b112014-03-06 15:06:11 -08002519THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2520IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2521OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2522IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2523SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2524PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
2525OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
2526WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
2527OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
2528ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Elliott Hughes448080d2013-01-29 16:25:06 -08002529
2530-------------------------------------------------------------------
2531
Elliott Hughesd3627a42022-12-06 22:24:27 +00002532Copyright (c) 1994 Winning Strategies, Inc.
2533All rights reserved.
2534
2535Redistribution and use in source and binary forms, with or without
2536modification, are permitted provided that the following conditions
2537are met:
25381. Redistributions of source code must retain the above copyright
2539 notice, this list of conditions and the following disclaimer.
25402. Redistributions in binary form must reproduce the above copyright
2541 notice, this list of conditions and the following disclaimer in the
2542 documentation and/or other materials provided with the distribution.
25433. All advertising materials mentioning features or use of this software
2544 must display the following acknowledgement:
2545 This product includes software developed by Winning Strategies, Inc.
25464. The name of the author may not be used to endorse or promote products
2547 derived from this software without specific prior written permission.
2548
2549THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2550IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2551OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2552IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2553INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2554NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2555DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2556THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2557(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2558THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2559
2560-------------------------------------------------------------------
2561
Elliott Hughes261e2232012-08-14 15:04:05 -07002562Copyright (c) 1996 by Internet Software Consortium.
2563
2564Permission to use, copy, modify, and distribute this software for any
2565purpose with or without fee is hereby granted, provided that the above
2566copyright notice and this permission notice appear in all copies.
2567
2568THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
2569ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
2570OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
2571CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
2572DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
2573PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
2574ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
2575SOFTWARE.
2576
2577-------------------------------------------------------------------
2578
2579Copyright (c) 1996, David Mazieres <dm@uun.org>
2580Copyright (c) 2008, Damien Miller <djm@openbsd.org>
Elliott Hughes15581382014-07-07 15:42:06 -07002581Copyright (c) 2013, Markus Friedl <markus@openbsd.org>
2582
2583Permission to use, copy, modify, and distribute this software for any
2584purpose with or without fee is hereby granted, provided that the above
2585copyright notice and this permission notice appear in all copies.
2586
2587THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2588WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2589MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2590ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2591WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2592ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2593OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2594
2595-------------------------------------------------------------------
2596
Elliott Hughesb3646832017-07-11 12:34:19 -07002597Copyright (c) 1996, David Mazieres <dm@uun.org>
2598Copyright (c) 2008, Damien Miller <djm@openbsd.org>
2599Copyright (c) 2013, Markus Friedl <markus@openbsd.org>
2600Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org>
2601
2602Permission to use, copy, modify, and distribute this software for any
2603purpose with or without fee is hereby granted, provided that the above
2604copyright notice and this permission notice appear in all copies.
2605
2606THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2607WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2608MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2609ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2610WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2611ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2612OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2613
2614-------------------------------------------------------------------
2615
Elliott Hughes15581382014-07-07 15:42:06 -07002616Copyright (c) 1996-1998, 2008 Theo de Raadt
2617Copyright (c) 1997, 2008-2009 Todd C. Miller
Elliott Hughes261e2232012-08-14 15:04:05 -07002618
2619Permission to use, copy, modify, and distribute this software for any
2620purpose with or without fee is hereby granted, provided that the above
2621copyright notice and this permission notice appear in all copies.
2622
2623THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2624WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2625MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2626ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2627WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2628ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2629OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2630
2631-------------------------------------------------------------------
2632
Elliott Hughes387d4b72012-08-09 15:17:46 -07002633Copyright (c) 1997 Mark Brinicombe
Elliott Hughesdfb74c52016-10-24 12:53:17 -07002634Copyright (C) 2010 The Android Open Source Project
Elliott Hughes387d4b72012-08-09 15:17:46 -07002635All rights reserved.
2636
2637Redistribution and use in source and binary forms, with or without
2638modification, are permitted provided that the following conditions
2639are met:
26401. Redistributions of source code must retain the above copyright
2641 notice, this list of conditions and the following disclaimer.
26422. Redistributions in binary form must reproduce the above copyright
2643 notice, this list of conditions and the following disclaimer in the
2644 documentation and/or other materials provided with the distribution.
26453. All advertising materials mentioning features or use of this software
2646 must display the following acknowledgement:
2647 This product includes software developed by Mark Brinicombe
26484. Neither the name of the University nor the names of its contributors
2649 may be used to endorse or promote products derived from this software
2650 without specific prior written permission.
2651
2652THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
2653ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2654IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2655ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
2656FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2657DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2658OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2659HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2660LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2661OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2662SUCH DAMAGE.
2663
2664-------------------------------------------------------------------
2665
Elliott Hughes261e2232012-08-14 15:04:05 -07002666Copyright (c) 1997 Niklas Hallqvist. All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -07002667
2668Redistribution and use in source and binary forms, with or without
2669modification, are permitted provided that the following conditions
2670are met:
26711. Redistributions of source code must retain the above copyright
2672 notice, this list of conditions and the following disclaimer.
26732. Redistributions in binary form must reproduce the above copyright
2674 notice, this list of conditions and the following disclaimer in the
2675 documentation and/or other materials provided with the distribution.
2676
Elliott Hughes261e2232012-08-14 15:04:05 -07002677THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2678IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2679OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2680IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2681INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2682NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2683DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2684THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2685(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2686THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Elliott Hughes387d4b72012-08-09 15:17:46 -07002687
2688-------------------------------------------------------------------
2689
Elliott Hughesda46cae2018-05-24 14:40:32 -07002690Copyright (c) 1997 The NetBSD Foundation, Inc.
2691All rights reserved.
2692
2693This code is derived from software contributed to The NetBSD Foundation
2694by Neil A. Carson and Mark Brinicombe
2695
2696Redistribution and use in source and binary forms, with or without
2697modification, are permitted provided that the following conditions
2698are met:
26991. Redistributions of source code must retain the above copyright
2700 notice, this list of conditions and the following disclaimer.
27012. Redistributions in binary form must reproduce the above copyright
2702 notice, this list of conditions and the following disclaimer in the
2703 documentation and/or other materials provided with the distribution.
2704
2705THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2706``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2707TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2708PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2709BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2710CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2711SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2712INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2713CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2714ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2715POSSIBILITY OF SUCH DAMAGE.
2716
2717-------------------------------------------------------------------
2718
Elliott Hughes26b06072020-07-31 11:00:10 -07002719Copyright (c) 1997 Todd C. Miller <millert@openbsd.org>
Elliott Hughes261e2232012-08-14 15:04:05 -07002720
2721Permission to use, copy, modify, and distribute this software for any
2722purpose with or without fee is hereby granted, provided that the above
2723copyright notice and this permission notice appear in all copies.
2724
2725THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2726WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2727MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2728ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2729WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2730ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2731OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2732
2733-------------------------------------------------------------------
2734
Elliott Hughes9a4b68e2019-11-20 14:56:22 -08002735Copyright (c) 1997 Todd C. Miller <millert@openbsd.org>
Elliott Hughesbfa582d2014-05-05 14:58:17 -07002736All rights reserved.
2737
2738Redistribution and use in source and binary forms, with or without
2739modification, are permitted provided that the following conditions
2740are met:
27411. Redistributions of source code must retain the above copyright
2742 notice, this list of conditions and the following disclaimer.
27432. Redistributions in binary form must reproduce the above copyright
2744 notice, this list of conditions and the following disclaimer in the
2745 documentation and/or other materials provided with the distribution.
27463. The name of the author may not be used to endorse or promote products
2747 derived from this software without specific prior written permission.
2748
2749THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
2750INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
2751AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
2752THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2753EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2754PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
2755OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
2756WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
2757OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
2758ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2759
2760-------------------------------------------------------------------
2761
Elliott Hughes261e2232012-08-14 15:04:05 -07002762Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc.
2763All rights reserved.
2764
2765This code is derived from software contributed to The NetBSD Foundation
2766by Luke Mewburn.
2767
2768Redistribution and use in source and binary forms, with or without
2769modification, are permitted provided that the following conditions
2770are met:
27711. Redistributions of source code must retain the above copyright
2772 notice, this list of conditions and the following disclaimer.
27732. Redistributions in binary form must reproduce the above copyright
2774 notice, this list of conditions and the following disclaimer in the
2775 documentation and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -07002776
2777THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2778``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2779TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2780PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2781BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2782CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2783SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2784INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2785CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2786ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2787POSSIBILITY OF SUCH DAMAGE.
2788
2789-------------------------------------------------------------------
2790
2791Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc.
2792All rights reserved.
2793
2794This code is derived from software contributed to The NetBSD Foundation
2795by Luke Mewburn; and by Jason R. Thorpe.
2796
2797Redistribution and use in source and binary forms, with or without
2798modification, are permitted provided that the following conditions
2799are met:
28001. Redistributions of source code must retain the above copyright
2801 notice, this list of conditions and the following disclaimer.
28022. Redistributions in binary form must reproduce the above copyright
2803 notice, this list of conditions and the following disclaimer in the
2804 documentation and/or other materials provided with the distribution.
28053. All advertising materials mentioning features or use of this software
2806 must display the following acknowledgement:
2807 This product includes software developed by the NetBSD
2808 Foundation, Inc. and its contributors.
28094. Neither the name of The NetBSD Foundation nor the names of its
2810 contributors may be used to endorse or promote products derived
2811 from this software without specific prior written permission.
2812
2813THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2814``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2815TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2816PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2817BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2818CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2819SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2820INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2821CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2822ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2823POSSIBILITY OF SUCH DAMAGE.
2824
2825-------------------------------------------------------------------
2826
Elliott Hughesd3627a42022-12-06 22:24:27 +00002827Copyright (c) 1997, 1998, 2005, 2008 The NetBSD Foundation, Inc.
2828All rights reserved.
2829
2830This code was contributed to The NetBSD Foundation by Klaus Klein.
2831
2832Redistribution and use in source and binary forms, with or without
2833modification, are permitted provided that the following conditions
2834are met:
28351. Redistributions of source code must retain the above copyright
2836 notice, this list of conditions and the following disclaimer.
28372. Redistributions in binary form must reproduce the above copyright
2838 notice, this list of conditions and the following disclaimer in the
2839 documentation and/or other materials provided with the distribution.
2840
2841THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2842``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2843TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2844PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2845BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2846CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2847SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2848INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2849CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2850ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2851POSSIBILITY OF SUCH DAMAGE.
2852
2853-------------------------------------------------------------------
2854
Elliott Hughes261e2232012-08-14 15:04:05 -07002855Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com>
2856
2857Permission to use, copy, modify, and distribute this software for any
2858purpose with or without fee is hereby granted, provided that the above
2859copyright notice and this permission notice appear in all copies.
2860
2861THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2862WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2863MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2864ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2865WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2866ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2867OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2868
2869-------------------------------------------------------------------
2870
Elliott Hughes261e2232012-08-14 15:04:05 -07002871Copyright (c) 1998 The NetBSD Foundation, Inc.
2872All rights reserved.
2873
2874This code is derived from software contributed to The NetBSD Foundation
2875by Klaus Klein.
2876
2877Redistribution and use in source and binary forms, with or without
2878modification, are permitted provided that the following conditions
2879are met:
28801. Redistributions of source code must retain the above copyright
2881 notice, this list of conditions and the following disclaimer.
28822. Redistributions in binary form must reproduce the above copyright
2883 notice, this list of conditions and the following disclaimer in the
2884 documentation and/or other materials provided with the distribution.
28853. All advertising materials mentioning features or use of this software
2886 must display the following acknowledgement:
2887 This product includes software developed by the NetBSD
2888 Foundation, Inc. and its contributors.
28894. Neither the name of The NetBSD Foundation nor the names of its
2890 contributors may be used to endorse or promote products derived
2891 from this software without specific prior written permission.
2892
2893THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2894``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2895TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2896PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2897BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2898CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2899SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2900INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2901CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2902ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2903POSSIBILITY OF SUCH DAMAGE.
2904
2905-------------------------------------------------------------------
2906
Elliott Hughes9a4b68e2019-11-20 14:56:22 -08002907Copyright (c) 1998, 2015 Todd C. Miller <millert@openbsd.org>
Elliott Hughesb4931ce2016-02-08 17:00:12 -08002908
2909Permission to use, copy, modify, and distribute this software for any
2910purpose with or without fee is hereby granted, provided that the above
2911copyright notice and this permission notice appear in all copies.
2912
2913THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2914WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2915MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2916ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2917WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2918ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2919OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2920
2921-------------------------------------------------------------------
2922
Elliott Hughes261e2232012-08-14 15:04:05 -07002923Copyright (c) 2000 Ben Harris.
2924Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
2925All rights reserved.
2926
2927Redistribution and use in source and binary forms, with or without
2928modification, are permitted provided that the following conditions
2929are met:
29301. Redistributions of source code must retain the above copyright
2931 notice, this list of conditions and the following disclaimer.
29322. Redistributions in binary form must reproduce the above copyright
2933 notice, this list of conditions and the following disclaimer in the
2934 documentation and/or other materials provided with the distribution.
29353. Neither the name of the project nor the names of its contributors
2936 may be used to endorse or promote products derived from this software
2937 without specific prior written permission.
2938
2939THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
2940ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2941IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2942ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
2943FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2944DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2945OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2946HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2947LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2948OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2949SUCH DAMAGE.
2950
2951-------------------------------------------------------------------
2952
2953Copyright (c) 2000 The NetBSD Foundation, Inc.
2954All rights reserved.
2955
2956This code is derived from software contributed to The NetBSD Foundation
Elliott Hughes261e2232012-08-14 15:04:05 -07002957by Dieter Baron and Thomas Klausner.
2958
2959Redistribution and use in source and binary forms, with or without
2960modification, are permitted provided that the following conditions
2961are met:
29621. Redistributions of source code must retain the above copyright
2963 notice, this list of conditions and the following disclaimer.
29642. Redistributions in binary form must reproduce the above copyright
2965 notice, this list of conditions and the following disclaimer in the
2966 documentation and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -07002967
2968THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2969``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2970TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2971PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2972BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2973CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2974SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2975INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2976CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2977ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2978POSSIBILITY OF SUCH DAMAGE.
2979
2980-------------------------------------------------------------------
2981
Elliott Hughes54a74942014-01-03 16:40:37 -08002982Copyright (c) 2001 Wasabi Systems, Inc.
2983All rights reserved.
2984
2985Written by Frank van der Linden for Wasabi Systems, Inc.
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. All advertising materials mentioning features or use of this software
2996 must display the following acknowledgement:
2997 This product includes software developed for the NetBSD Project by
2998 Wasabi Systems, Inc.
29994. The name of Wasabi Systems, Inc. may not be used to endorse
3000 or promote products derived from this software without specific prior
3001 written permission.
3002
3003THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND
3004ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3005TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3006PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC
3007BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3008CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3009SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3010INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3011CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3012ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3013POSSIBILITY OF SUCH DAMAGE.
3014
3015-------------------------------------------------------------------
3016
Elliott Hughes882b8af2016-05-16 17:35:36 -07003017Copyright (c) 2001-2011 The FreeBSD Project.
3018All rights reserved.
3019
3020Redistribution and use in source and binary forms, with or without
3021modification, are permitted provided that the following conditions
3022are met:
30231. Redistributions of source code must retain the above copyright
3024 notice, this list of conditions and the following disclaimer.
30252. Redistributions in binary form must reproduce the above copyright
3026 notice, this list of conditions and the following disclaimer in the
3027 documentation and/or other materials provided with the distribution.
3028
3029THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3030ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3031IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3032ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3033FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3034DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3035OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3036HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3037LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3038OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3039SUCH DAMAGE.
3040
3041-------------------------------------------------------------------
3042
Elliott Hughes261e2232012-08-14 15:04:05 -07003043Copyright (c) 2002 Daniel Hartmeier
3044All rights reserved.
3045
3046Redistribution and use in source and binary forms, with or without
3047modification, are permitted provided that the following conditions
3048are met:
3049
3050 - Redistributions of source code must retain the above copyright
3051 notice, this list of conditions and the following disclaimer.
3052 - Redistributions in binary form must reproduce the above
3053 copyright notice, this list of conditions and the following
3054 disclaimer in the documentation and/or other materials provided
3055 with the distribution.
3056
3057THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3058"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3059LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
3060FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
3061COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
3062INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
3063BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3064LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
3065CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3066LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
3067ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3068POSSIBILITY OF SUCH DAMAGE.
3069
3070-------------------------------------------------------------------
3071
Elliott Hughesbfa582d2014-05-05 14:58:17 -07003072Copyright (c) 2002 Tim J. Robbins.
3073All rights reserved.
3074
3075Redistribution and use in source and binary forms, with or without
3076modification, are permitted provided that the following conditions
3077are met:
30781. Redistributions of source code must retain the above copyright
3079 notice, this list of conditions and the following disclaimer.
30802. Redistributions in binary form must reproduce the above copyright
3081 notice, this list of conditions and the following disclaimer in the
3082 documentation and/or other materials provided with the distribution.
3083
3084THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3085ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3086IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3087ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3088FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3089DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3090OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3091HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3092LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3093OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3094SUCH DAMAGE.
3095
3096-------------------------------------------------------------------
3097
Elliott Hughes261e2232012-08-14 15:04:05 -07003098Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com>
3099
3100Permission to use, copy, modify, and distribute this software for any
3101purpose with or without fee is hereby granted, provided that the above
3102copyright notice and this permission notice appear in all copies.
3103
3104THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3105WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3106MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3107ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3108WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3109ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3110OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3111
3112Sponsored in part by the Defense Advanced Research Projects
3113Agency (DARPA) and Air Force Research Laboratory, Air Force
3114Materiel Command, USAF, under agreement number F39502-99-1-0512.
3115
3116-------------------------------------------------------------------
3117
Elliott Hughesbfa582d2014-05-05 14:58:17 -07003118Copyright (c) 2002, 2003 Tim J. Robbins.
3119All rights reserved.
3120
3121Redistribution and use in source and binary forms, with or without
3122modification, are permitted provided that the following conditions
3123are met:
31241. Redistributions of source code must retain the above copyright
3125 notice, this list of conditions and the following disclaimer.
31262. Redistributions in binary form must reproduce the above copyright
3127 notice, this list of conditions and the following disclaimer in the
3128 documentation and/or other materials provided with the distribution.
3129
3130THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3131ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3132IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3133ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3134FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3135DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3136OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3137HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3138LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3139OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3140SUCH DAMAGE.
3141
3142-------------------------------------------------------------------
3143
3144Copyright (c) 2002-2004 Tim J. Robbins
3145All rights reserved.
3146
3147Redistribution and use in source and binary forms, with or without
3148modification, are permitted provided that the following conditions
3149are met:
31501. Redistributions of source code must retain the above copyright
3151 notice, this list of conditions and the following disclaimer.
31522. Redistributions in binary form must reproduce the above copyright
3153 notice, this list of conditions and the following disclaimer in the
3154 documentation and/or other materials provided with the distribution.
3155
3156THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3157ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3158IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3159ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3160FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3161DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3162OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3163HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3164LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3165OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3166SUCH DAMAGE.
3167
3168-------------------------------------------------------------------
3169
3170Copyright (c) 2002-2004 Tim J. Robbins.
3171All rights reserved.
3172
3173Redistribution and use in source and binary forms, with or without
3174modification, are permitted provided that the following conditions
3175are met:
31761. Redistributions of source code must retain the above copyright
3177 notice, this list of conditions and the following disclaimer.
31782. Redistributions in binary form must reproduce the above copyright
3179 notice, this list of conditions and the following disclaimer in the
3180 documentation and/or other materials provided with the distribution.
3181
3182THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3183ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3184IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3185ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3186FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3187DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3188OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3189HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3190LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3191OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3192SUCH DAMAGE.
3193
3194-------------------------------------------------------------------
3195
Elliott Hughesacbe3222014-04-16 17:01:12 -07003196Copyright (c) 2003 David Schultz <das@FreeBSD.ORG>
3197All rights reserved.
3198
3199Redistribution and use in source and binary forms, with or without
3200modification, are permitted provided that the following conditions
3201are met:
32021. Redistributions of source code must retain the above copyright
3203 notice, this list of conditions and the following disclaimer.
32042. Redistributions in binary form must reproduce the above copyright
3205 notice, this list of conditions and the following disclaimer in the
3206 documentation and/or other materials provided with the distribution.
3207
3208THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3209ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3210IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3211ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3212FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3213DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3214OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3215HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3216LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3217OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3218SUCH DAMAGE.
3219
3220-------------------------------------------------------------------
3221
Elliott Hughes261e2232012-08-14 15:04:05 -07003222Copyright (c) 2003 Networks Associates Technology, Inc.
3223All rights reserved.
3224
3225Portions of this software were developed for the FreeBSD Project by
3226Jacques A. Vidrine, Safeport Network Services, and Network
3227Associates Laboratories, the Security Research Division of Network
3228Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
3229("CBOSS"), as part of the DARPA CHATS research program.
3230
3231Redistribution and use in source and binary forms, with or without
3232modification, are permitted provided that the following conditions
3233are met:
32341. Redistributions of source code must retain the above copyright
3235 notice, this list of conditions and the following disclaimer.
32362. Redistributions in binary form must reproduce the above copyright
3237 notice, this list of conditions and the following disclaimer in the
3238 documentation and/or other materials provided with the distribution.
3239
3240THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3241ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3242IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3243ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3244FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3245DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3246OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3247HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3248LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3249OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3250SUCH DAMAGE.
3251
3252-------------------------------------------------------------------
3253
Nick Kralevich5e58ea02012-09-12 13:21:25 -07003254Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
3255
3256Permission to use, copy, modify, and distribute this software for any
3257purpose with or without fee is hereby granted, provided that the above
3258copyright notice and this permission notice appear in all copies.
3259
3260THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3261WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3262MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3263ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3264WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3265ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3266OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3267
3268Sponsored in part by the Defense Advanced Research Projects
3269Agency (DARPA) and Air Force Research Laboratory, Air Force
3270Materiel Command, USAF, under agreement number F39502-99-1-0512.
3271
3272-------------------------------------------------------------------
3273
Elliott Hughes882b8af2016-05-16 17:35:36 -07003274Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
3275
3276Permission to use, copy, modify, and distribute this software for any
3277purpose with or without fee is hereby granted, provided that the above
3278copyright notice and this permission notice appear in all copies.
3279
3280THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3281WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3282MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3283ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3284WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3285ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3286OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3287
3288Sponsored in part by the Defense Advanced Research Projects
3289Agency (DARPA) and Air Force Research Laboratory, Air Force
3290Materiel Command, USAF, under agreement number F39502-99-1-0512.
3291
3292-------------------------------------------------------------------
3293
Elliott Hughes261e2232012-08-14 15:04:05 -07003294Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3295Copyright (c) 1995,1999 by Internet Software Consortium.
3296
3297Permission to use, copy, modify, and distribute this software for any
3298purpose with or without fee is hereby granted, provided that the above
3299copyright notice and this permission notice appear in all copies.
3300
3301THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3302WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3303MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3304ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3305WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3306ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3307OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3308
3309-------------------------------------------------------------------
3310
3311Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3312Copyright (c) 1995-1999 by Internet Software Consortium
3313
3314Permission to use, copy, modify, and distribute this software for any
3315purpose with or without fee is hereby granted, provided that the above
3316copyright notice and this permission notice appear in all copies.
3317
3318THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3319WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3320MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3321ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3322WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3323ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3324OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3325
3326-------------------------------------------------------------------
3327
3328Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3329Copyright (c) 1995-1999 by Internet Software Consortium.
3330
3331Permission to use, copy, modify, and distribute this software for any
3332purpose with or without fee is hereby granted, provided that the above
3333copyright notice and this permission notice appear in all copies.
3334
3335THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3336WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3337MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3338ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3339WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3340ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3341OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3342
3343-------------------------------------------------------------------
3344
3345Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3346Copyright (c) 1996,1999 by Internet Software Consortium.
3347
3348Permission to use, copy, modify, and distribute this software for any
3349purpose with or without fee is hereby granted, provided that the above
3350copyright notice and this permission notice appear in all copies.
3351
3352THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3353WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3354MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3355ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3356WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3357ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3358OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3359
3360-------------------------------------------------------------------
3361
3362Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3363Copyright (c) 1996-1999 by Internet Software Consortium
3364
3365Permission to use, copy, modify, and distribute this software for any
3366purpose with or without fee is hereby granted, provided that the above
3367copyright notice and this permission notice appear in all copies.
3368
3369THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3370WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3371MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3372ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3373WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3374ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3375OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3376
3377-------------------------------------------------------------------
3378
3379Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3380Copyright (c) 1996-1999 by Internet Software Consortium.
3381
3382Permission to use, copy, modify, and distribute this software for any
3383purpose with or without fee is hereby granted, provided that the above
3384copyright notice and this permission notice appear in all copies.
3385
3386THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3387WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3388MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3389ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3390WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3391ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3392OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3393
3394-------------------------------------------------------------------
3395
3396Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3397Copyright (c) 1997,1999 by Internet Software Consortium.
3398
3399Permission to use, copy, modify, and distribute this software for any
3400purpose with or without fee is hereby granted, provided that the above
3401copyright notice and this permission notice appear in all copies.
3402
3403THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3404WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3405MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3406ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3407WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3408ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3409OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3410
3411-------------------------------------------------------------------
3412
3413Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
Elliott Hughes261e2232012-08-14 15:04:05 -07003414Copyright (c) 1999 by Internet Software Consortium.
3415
3416Permission to use, copy, modify, and distribute this software for any
3417purpose with or without fee is hereby granted, provided that the above
3418copyright notice and this permission notice appear in all copies.
3419
3420THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3421WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3422MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3423ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3424WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3425ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3426OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3427
3428-------------------------------------------------------------------
3429
3430Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3431Portions Copyright (c) 1996-1999 by Internet Software Consortium.
3432
3433Permission to use, copy, modify, and distribute this software for any
3434purpose with or without fee is hereby granted, provided that the above
3435copyright notice and this permission notice appear in all copies.
3436
3437THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3438WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3439MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3440ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3441WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3442ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3443OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3444
3445-------------------------------------------------------------------
3446
Elliott Hughesacbe3222014-04-16 17:01:12 -07003447Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.ORG>
3448All rights reserved.
3449
3450Redistribution and use in source and binary forms, with or without
3451modification, are permitted provided that the following conditions
3452are met:
34531. Redistributions of source code must retain the above copyright
3454 notice, this list of conditions and the following disclaimer.
34552. Redistributions in binary form must reproduce the above copyright
3456 notice, this list of conditions and the following disclaimer in the
3457 documentation and/or other materials provided with the distribution.
3458
3459THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3460ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3461IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3462ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3463FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3464DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3465OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3466HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3467LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3468OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3469SUCH DAMAGE.
3470
3471-------------------------------------------------------------------
3472
Elliott Hughes882b8af2016-05-16 17:35:36 -07003473Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG>
3474All rights reserved.
3475
3476Redistribution and use in source and binary forms, with or without
3477modification, are permitted provided that the following conditions
3478are met:
34791. Redistributions of source code must retain the above copyright
3480 notice, this list of conditions and the following disclaimer.
34812. Redistributions in binary form must reproduce the above copyright
3482 notice, this list of conditions and the following disclaimer in the
3483 documentation and/or other materials provided with the distribution.
3484
3485THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3486ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3487IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3488ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3489FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3490DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3491OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3492HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3493LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3494OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3495SUCH DAMAGE.
3496
3497-------------------------------------------------------------------
3498
3499Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG>
3500All rights reserved.
3501
3502Redistribution and use in source and binary forms, with or without
3503modification, are permitted provided that the following conditions
3504are met:
35051. Redistributions of source code must retain the above copyright
3506 notice, this list of conditions and the following disclaimer.
35072. Redistributions in binary form must reproduce the above copyright
3508 notice, this list of conditions and the following disclaimer in the
3509 documentation and/or other materials provided with the distribution.
3510
3511THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3512ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3513IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3514ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3515FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3516DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3517OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3518HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3519LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3520OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3521SUCH DAMAGE.
3522
3523-------------------------------------------------------------------
3524
Elliott Hughes448080d2013-01-29 16:25:06 -08003525Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC")
3526Copyright (c) 1995-1999 by Internet Software Consortium
3527
3528Permission to use, copy, modify, and distribute this software for any
3529purpose with or without fee is hereby granted, provided that the above
3530copyright notice and this permission notice appear in all copies.
3531
3532THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3533WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3534MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3535ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3536WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3537ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3538OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3539
3540-------------------------------------------------------------------
3541
Elliott Hughes26b06072020-07-31 11:00:10 -07003542Copyright (c) 2005-2018 Rich Felker
Elliott Hughesc6b38ae2019-11-22 11:15:42 -08003543
3544Permission is hereby granted, free of charge, to any person obtaining
3545a copy of this software and associated documentation files (the
3546"Software"), to deal in the Software without restriction, including
3547without limitation the rights to use, copy, modify, merge, publish,
3548distribute, sublicense, and/or sell copies of the Software, and to
3549permit persons to whom the Software is furnished to do so, subject to
3550the following conditions:
3551
3552The above copyright notice and this permission notice shall be
3553included in all copies or substantial portions of the Software.
3554
3555THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3556EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3557MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3558IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3559CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3560TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3561SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3562
3563-------------------------------------------------------------------
3564
Elliott Hughes5633caa2020-08-06 14:32:43 -07003565Copyright (c) 2005-2020 Rich Felker, et al.
3566
3567Permission is hereby granted, free of charge, to any person obtaining
3568a copy of this software and associated documentation files (the
3569"Software"), to deal in the Software without restriction, including
3570without limitation the rights to use, copy, modify, merge, publish,
3571distribute, sublicense, and/or sell copies of the Software, and to
3572permit persons to whom the Software is furnished to do so, subject to
3573the following conditions:
3574
3575The above copyright notice and this permission notice shall be
3576included in all copies or substantial portions of the Software.
3577
3578THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3579EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3580MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3581IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3582CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3583TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3584SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3585
3586-------------------------------------------------------------------
3587
Elliott Hughes9a4b68e2019-11-20 14:56:22 -08003588Copyright (c) 2007 Todd C. Miller <millert@openbsd.org>
Elliott Hughes7e54c762015-05-12 10:09:01 -07003589
3590Permission to use, copy, modify, and distribute this software for any
3591purpose with or without fee is hereby granted, provided that the above
3592copyright notice and this permission notice appear in all copies.
3593
3594THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3595WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3596MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3597ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3598WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3599ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3600OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3601
3602-------------------------------------------------------------------
3603
Elliott Hughes387d4b72012-08-09 15:17:46 -07003604Copyright (c) 2007-2008 Michael G Schwern
3605
3606This software originally derived from Paul Sheer's pivotal_gmtime_r.c.
3607
3608The MIT License:
3609
3610Permission is hereby granted, free of charge, to any person obtaining a copy
3611of this software and associated documentation files (the "Software"), to deal
3612in the Software without restriction, including without limitation the rights
3613to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3614copies of the Software, and to permit persons to whom the Software is
3615furnished to do so, subject to the following conditions:
3616
3617The above copyright notice and this permission notice shall be included in
3618all copies or substantial portions of the Software.
3619
3620THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3621IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3622FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3623AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3624LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3625OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3626THE SOFTWARE.
3627
Elliott Hughes387d4b72012-08-09 15:17:46 -07003628-------------------------------------------------------------------
3629
Elliott Hughes26b06072020-07-31 11:00:10 -07003630Copyright (c) 2008, 2016 Todd C. Miller <millert@openbsd.org>
3631
3632Permission to use, copy, modify, and distribute this software for any
3633purpose with or without fee is hereby granted, provided that the above
3634copyright notice and this permission notice appear in all copies.
3635
3636THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3637WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3638MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3639ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3640WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3641ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3642OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3643
3644-------------------------------------------------------------------
3645
3646Copyright (c) 2008, 2017 Otto Moerbeek <otto@drijf.net>
Elliott Hughes261e2232012-08-14 15:04:05 -07003647
3648Permission to use, copy, modify, and distribute this software for any
3649purpose with or without fee is hereby granted, provided that the above
3650copyright notice and this permission notice appear in all copies.
3651
3652THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3653WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3654MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3655ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3656WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3657ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3658OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3659
3660-------------------------------------------------------------------
3661
Elliott Hughes3758a242014-07-22 21:24:47 -07003662Copyright (c) 2008, Damien Miller <djm@openbsd.org>
3663
3664Permission to use, copy, modify, and distribute this software for any
3665purpose with or without fee is hereby granted, provided that the above
3666copyright notice and this permission notice appear in all copies.
3667
3668THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3669WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3670MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3671ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3672WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3673ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3674OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3675
3676-------------------------------------------------------------------
3677
Elliott Hughes261e2232012-08-14 15:04:05 -07003678Copyright (c) 2009 David Schultz <das@FreeBSD.org>
3679All rights reserved.
3680
Elliott Hughes15581382014-07-07 15:42:06 -07003681Copyright (c) 2011 The FreeBSD Foundation
3682All rights reserved.
3683Portions of this software were developed by David Chisnall
3684under sponsorship from the FreeBSD Foundation.
3685
3686Redistribution and use in source and binary forms, with or without
3687modification, are permitted provided that the following conditions
3688are met:
36891. Redistributions of source code must retain the above copyright
3690 notice, this list of conditions and the following disclaimer.
36912. Redistributions in binary form must reproduce the above copyright
3692 notice, this list of conditions and the following disclaimer in the
3693 documentation and/or other materials provided with the distribution.
3694
3695THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3696ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3697IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3698ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3699FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3700DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3701OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3702HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3703LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3704OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3705SUCH DAMAGE.
3706
3707-------------------------------------------------------------------
3708
Irina Tirdeaeac9eb42012-09-08 09:28:30 +03003709Copyright (c) 2009 The NetBSD Foundation, Inc.
3710
3711This code is derived from software contributed to The NetBSD Foundation
3712by Roy Marples.
3713
3714Redistribution and use in source and binary forms, with or without
3715modification, are permitted provided that the following conditions
3716are met:
37171. Redistributions of source code must retain the above copyright
3718 notice, this list of conditions and the following disclaimer.
37192. Redistributions in binary form must reproduce the above copyright
3720 notice, this list of conditions and the following disclaimer in the
3721 documentation and/or other materials provided with the distribution.
3722
3723THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
3724IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
3725OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
3726IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
3727INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
3728NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3729DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3730THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3731(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3732THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3733
3734-------------------------------------------------------------------
3735
Elliott Hughes882b8af2016-05-16 17:35:36 -07003736Copyright (c) 2010 The NetBSD Foundation, Inc.
3737All rights reserved.
3738
3739Redistribution and use in source and binary forms, with or without
3740modification, are permitted provided that the following conditions
3741are met:
37421. Redistributions of source code must retain the above copyright
3743 notice, this list of conditions and the following disclaimer.
37442. Redistributions in binary form must reproduce the above copyright
3745 notice, this list of conditions and the following disclaimer in the
3746 documentation and/or other materials provided with the distribution.
3747
3748THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
3749``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3750TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3751PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
3752BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3753CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3754SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3755INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3756CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3757ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3758POSSIBILITY OF SUCH DAMAGE.
3759
3760-------------------------------------------------------------------
3761
Elliott Hughes9a4b68e2019-11-20 14:56:22 -08003762Copyright (c) 2010 Todd C. Miller <millert@openbsd.org>
Elliott Hughes4e54b112014-03-06 15:06:11 -08003763
3764Permission to use, copy, modify, and distribute this software for any
3765purpose with or without fee is hereby granted, provided that the above
3766copyright notice and this permission notice appear in all copies.
3767
3768THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3769WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3770MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3771ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3772WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3773ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3774OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3775
3776-------------------------------------------------------------------
3777
Elliott Hughes54a74942014-01-03 16:40:37 -08003778Copyright (c) 2010, 2011, 2012, 2013 Intel Corporation
Elliott Hughes2815b1d2013-06-12 16:00:41 -07003779All rights reserved.
3780
3781Redistribution and use in source and binary forms, with or without
3782modification, are permitted provided that the following conditions are met:
3783
Elliott Hughes3758a242014-07-22 21:24:47 -07003784 * Redistributions of source code must retain the above copyright notice,
3785 * this list of conditions and the following disclaimer.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07003786
Elliott Hughes3758a242014-07-22 21:24:47 -07003787 * Redistributions in binary form must reproduce the above copyright notice,
3788 * this list of conditions and the following disclaimer in the documentation
3789 * and/or other materials provided with the distribution.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07003790
Elliott Hughes3758a242014-07-22 21:24:47 -07003791 * Neither the name of Intel Corporation nor the names of its contributors
3792 * may be used to endorse or promote products derived from this software
3793 * without specific prior written permission.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07003794
3795THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
3796ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3797WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3798DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
3799ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3800(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3801LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
3802ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3803(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3804SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3805
3806-------------------------------------------------------------------
3807
Elliott Hughes261e2232012-08-14 15:04:05 -07003808Copyright (c) 2010, Intel Corporation
3809All rights reserved.
3810
3811Redistribution and use in source and binary forms, with or without
3812modification, are permitted provided that the following conditions are met:
3813
Elliott Hughes3758a242014-07-22 21:24:47 -07003814 * Redistributions of source code must retain the above copyright notice,
3815 * this list of conditions and the following disclaimer.
Elliott Hughes261e2232012-08-14 15:04:05 -07003816
Elliott Hughes3758a242014-07-22 21:24:47 -07003817 * Redistributions in binary form must reproduce the above copyright notice,
3818 * this list of conditions and the following disclaimer in the documentation
3819 * and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -07003820
Elliott Hughes3758a242014-07-22 21:24:47 -07003821 * Neither the name of Intel Corporation nor the names of its contributors
3822 * may be used to endorse or promote products derived from this software
3823 * without specific prior written permission.
Elliott Hughes261e2232012-08-14 15:04:05 -07003824
3825THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
3826ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3827WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3828DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
3829ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3830(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3831LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
3832ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3833(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3834SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3835
3836-------------------------------------------------------------------
3837
Elliott Hughes15581382014-07-07 15:42:06 -07003838Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org>
3839 David Chisnall <theraven@FreeBSD.org>
3840All rights reserved.
3841
3842Redistribution and use in source and binary forms, with or without
3843modification, are permitted provided that the following conditions
3844are met:
38451. Redistributions of source code must retain the above copyright
3846 notice, this list of conditions and the following disclaimer.
38472. Redistributions in binary form must reproduce the above copyright
3848 notice, this list of conditions and the following disclaimer in the
3849 documentation and/or other materials provided with the distribution.
3850
3851THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3852ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3853IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3854ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3855FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3856DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3857OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3858HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3859LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3860OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3861SUCH DAMAGE.
3862
3863-------------------------------------------------------------------
3864
Elliott Hughes2815b1d2013-06-12 16:00:41 -07003865Copyright (c) 2011 Intel Corporation
3866All rights reserved.
3867
3868Redistribution and use in source and binary forms, with or without
3869modification, are permitted provided that the following conditions are met:
3870
Elliott Hughes3758a242014-07-22 21:24:47 -07003871 * Redistributions of source code must retain the above copyright notice,
3872 * this list of conditions and the following disclaimer.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07003873
Elliott Hughes3758a242014-07-22 21:24:47 -07003874 * Redistributions in binary form must reproduce the above copyright notice,
3875 * this list of conditions and the following disclaimer in the documentation
3876 * and/or other materials provided with the distribution.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07003877
Elliott Hughes3758a242014-07-22 21:24:47 -07003878 * Neither the name of Intel Corporation nor the names of its contributors
3879 * may be used to endorse or promote products derived from this software
3880 * without specific prior written permission.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07003881
3882THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
3883ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3884WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3885DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
3886ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3887(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3888LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
3889ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3890(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3891SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3892
3893-------------------------------------------------------------------
3894
Elliott Hughes5c2264a2014-09-13 09:42:41 -07003895Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org>
3896
3897Permission to use, copy, modify, and distribute this software for any
3898purpose with or without fee is hereby granted, provided that the above
3899copyright notice and this permission notice appear in all copies.
3900
3901THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3902WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3903MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3904ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3905WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3906ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3907OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3908
3909-------------------------------------------------------------------
3910
Elliott Hughes261e2232012-08-14 15:04:05 -07003911Copyright (c) 2011 The Android Open Source Project
3912Copyright (c) 2008 ARM Ltd
3913All rights reserved.
3914
3915Redistribution and use in source and binary forms, with or without
3916modification, are permitted provided that the following conditions
3917are met:
39181. Redistributions of source code must retain the above copyright
3919 notice, this list of conditions and the following disclaimer.
39202. Redistributions in binary form must reproduce the above copyright
3921 notice, this list of conditions and the following disclaimer in the
3922 documentation and/or other materials provided with the distribution.
39233. The name of the company may not be used to endorse or promote
3924 products derived from this software without specific prior written
3925 permission.
3926
3927THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
3928WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
3929MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
3930IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3931SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
3932TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
3933PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
3934LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
3935NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3936SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3937
3938-------------------------------------------------------------------
3939
Elliott Hughes54a74942014-01-03 16:40:37 -08003940Copyright (c) 2011, 2012, 2013 Intel Corporation
3941All rights reserved.
3942
3943Redistribution and use in source and binary forms, with or without
3944modification, are permitted provided that the following conditions are met:
3945
Elliott Hughes3758a242014-07-22 21:24:47 -07003946 * Redistributions of source code must retain the above copyright notice,
3947 * this list of conditions and the following disclaimer.
Elliott Hughes54a74942014-01-03 16:40:37 -08003948
Elliott Hughes3758a242014-07-22 21:24:47 -07003949 * Redistributions in binary form must reproduce the above copyright notice,
3950 * this list of conditions and the following disclaimer in the documentation
3951 * and/or other materials provided with the distribution.
Elliott Hughes54a74942014-01-03 16:40:37 -08003952
Elliott Hughes3758a242014-07-22 21:24:47 -07003953 * Neither the name of Intel Corporation nor the names of its contributors
3954 * may be used to endorse or promote products derived from this software
3955 * without specific prior written permission.
Elliott Hughes54a74942014-01-03 16:40:37 -08003956
3957THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
3958ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3959WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3960DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
3961ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3962(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3963LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
3964ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3965(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3966SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3967
3968-------------------------------------------------------------------
3969
Elliott Hughes2815b1d2013-06-12 16:00:41 -07003970Copyright (c) 2011, Intel Corporation
3971All rights reserved.
3972
3973Redistribution and use in source and binary forms, with or without
3974modification, are permitted provided that the following conditions are met:
3975
Elliott Hughes3758a242014-07-22 21:24:47 -07003976 * Redistributions of source code must retain the above copyright notice,
3977 * this list of conditions and the following disclaimer.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07003978
Elliott Hughes3758a242014-07-22 21:24:47 -07003979 * Redistributions in binary form must reproduce the above copyright notice,
3980 * this list of conditions and the following disclaimer in the documentation
3981 * and/or other materials provided with the distribution.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07003982
Elliott Hughes3758a242014-07-22 21:24:47 -07003983 * Neither the name of Intel Corporation nor the names of its contributors
3984 * may be used to endorse or promote products derived from this software
3985 * without specific prior written permission.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07003986
3987THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
3988ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3989WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3990DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
3991ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3992(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3993LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
3994ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3995(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3996SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3997
3998-------------------------------------------------------------------
3999
Elliott Hughes261e2232012-08-14 15:04:05 -07004000Copyright (c) 2011, VMware, Inc.
4001All rights reserved.
4002
4003Redistribution and use in source and binary forms, with or without
4004modification, are permitted provided that the following conditions are met:
Elliott Hughes3758a242014-07-22 21:24:47 -07004005 * Redistributions of source code must retain the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -07004006 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -07004007 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -07004008 notice, this list of conditions and the following disclaimer in the
4009 documentation and/or other materials provided with the distribution.
Elliott Hughes3758a242014-07-22 21:24:47 -07004010 * Neither the name of the VMware, Inc. nor the names of its contributors
Elliott Hughes261e2232012-08-14 15:04:05 -07004011 may be used to endorse or promote products derived from this software
4012 without specific prior written permission.
4013
4014THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
4015AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4016IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4017ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR
4018ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4019(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4020LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
4021ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4022(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
4023THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4024
4025-------------------------------------------------------------------
4026
Vaisakh K V54a61212024-03-29 13:32:45 +05304027Copyright (c) 2012, Linaro Limited
4028 All rights reserved.
4029 Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
4030 Redistribution and use in source and binary forms, with or without
4031 modification, are permitted provided that the following conditions are met:
4032 * Redistributions of source code must retain the above copyright
4033 notice, this list of conditions and the following disclaimer.
4034 * Redistributions in binary form must reproduce the above copyright
4035 notice, this list of conditions and the following disclaimer in the
4036 documentation and/or other materials provided with the distribution.
4037 * Neither the name of the Linaro nor the
4038 names of its contributors may be used to endorse or promote products
4039 derived from this software without specific prior written permission.
4040 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4041 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4042 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4043 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4044 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4045 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4046 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4047 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4048 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4049 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4050 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4051
4052-------------------------------------------------------------------
4053
Jake Weinsteinbff53b22017-05-06 23:22:58 -04004054Copyright (c) 2012-2014 ARM Ltd
4055All rights reserved.
4056
4057Redistribution and use in source and binary forms, with or without
4058modification, are permitted provided that the following conditions
4059are met:
40601. Redistributions of source code must retain the above copyright
4061 notice, this list of conditions and the following disclaimer.
40622. Redistributions in binary form must reproduce the above copyright
4063 notice, this list of conditions and the following disclaimer in the
4064 documentation and/or other materials provided with the distribution.
40653. The name of the company may not be used to endorse or promote
4066 products derived from this software without specific prior written
4067 permission.
4068
4069THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
4070WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4071MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4072IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4073SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4074TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4075PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4076LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4077NEGLIGENCE 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 Hughes0493a6f2013-03-07 11:48:58 -08004082Copyright (c) 2013 ARM Ltd
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.
40933. The name of the company may not be used to endorse or promote
4094 products derived from this software without specific prior written
4095 permission.
4096
4097THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
4098WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4099MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4100IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4101SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4102TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4103PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4104LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4105NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4106SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4107
4108-------------------------------------------------------------------
4109
Elliott Hughes4e54b112014-03-06 15:06:11 -08004110Copyright (c) 2013 Antoine Jacoutot <ajacoutot@openbsd.org>
4111
4112Permission to use, copy, modify, and distribute this software for any
4113purpose with or without fee is hereby granted, provided that the above
4114copyright notice and this permission notice appear in all copies.
4115
4116THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4117WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4118MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4119ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4120WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4121ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
4122OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4123
4124-------------------------------------------------------------------
4125
Elliott Hughes6b2b5852014-12-18 16:27:30 -08004126Copyright (c) 2013 The NetBSD Foundation, Inc.
4127All rights reserved.
Will Newton2753e122013-07-03 09:44:30 +01004128
Elliott Hughes6b2b5852014-12-18 16:27:30 -08004129This code is derived from software contributed to The NetBSD Foundation
4130by Christos Zoulas.
Will Newton2753e122013-07-03 09:44:30 +01004131
Elliott Hughes6b2b5852014-12-18 16:27:30 -08004132Redistribution and use in source and binary forms, with or without
4133modification, are permitted provided that the following conditions
4134are met:
41351. Redistributions of source code must retain the above copyright
4136 notice, this list of conditions and the following disclaimer.
41372. Redistributions in binary form must reproduce the above copyright
4138 notice, this list of conditions and the following disclaimer in the
4139 documentation and/or other materials provided with the distribution.
Will Newton2753e122013-07-03 09:44:30 +01004140
Elliott Hughes6b2b5852014-12-18 16:27:30 -08004141THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
4142``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
4143TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
4144PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
4145BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
4146CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
4147SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
4148INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
4149CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
4150ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
4151POSSIBILITY OF SUCH DAMAGE.
Will Newton2753e122013-07-03 09:44:30 +01004152
4153-------------------------------------------------------------------
4154
Elliott Hughes15581382014-07-07 15:42:06 -07004155Copyright (c) 2014, Intel Corporation
4156All rights reserved.
4157
4158Redistribution and use in source and binary forms, with or without
4159modification, are permitted provided that the following conditions are met:
4160
Elliott Hughes3758a242014-07-22 21:24:47 -07004161 * Redistributions of source code must retain the above copyright notice,
4162 * this list of conditions and the following disclaimer.
Elliott Hughes15581382014-07-07 15:42:06 -07004163
Elliott Hughes3758a242014-07-22 21:24:47 -07004164 * Redistributions in binary form must reproduce the above copyright notice,
4165 * this list of conditions and the following disclaimer in the documentation
4166 * and/or other materials provided with the distribution.
Elliott Hughes15581382014-07-07 15:42:06 -07004167
Elliott Hughes3758a242014-07-22 21:24:47 -07004168 * Neither the name of Intel Corporation nor the names of its contributors
4169 * may be used to endorse or promote products derived from this software
4170 * without specific prior written permission.
Elliott Hughes15581382014-07-07 15:42:06 -07004171
4172THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4173ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4174WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4175DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
4176ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4177(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4178LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
4179ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4180(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4181SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4182
4183-------------------------------------------------------------------
4184
Elliott Hughesb4931ce2016-02-08 17:00:12 -08004185Copyright (c) 2015 Joerg Sonnenberger <joerg@NetBSD.org>.
4186All rights reserved.
4187
4188Redistribution and use in source and binary forms, with or without
4189modification, are permitted provided that the following conditions
4190are met:
4191
41921. Redistributions of source code must retain the above copyright
4193 notice, this list of conditions and the following disclaimer.
41942. Redistributions in binary form must reproduce the above copyright
4195 notice, this list of conditions and the following disclaimer in
4196 the documentation and/or other materials provided with the
4197 distribution.
4198
4199THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4200``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4201LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
4202FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
4203COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
4204INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
4205BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4206LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
4207AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
4208OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
4209OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4210SUCH DAMAGE.
4211
4212-------------------------------------------------------------------
4213
Elliott Hughes5702c6f2017-08-31 17:27:05 -07004214Copyright (c) 2015 Nuxi, https://nuxi.nl/
4215
4216Redistribution and use in source and binary forms, with or without
4217modification, are permitted provided that the following conditions
4218are met:
42191. Redistributions of source code must retain the above copyright
4220 notice, this list of conditions and the following disclaimer.
42212. Redistributions in binary form must reproduce the above copyright
4222 notice, this list of conditions and the following disclaimer in the
4223 documentation and/or other materials provided with the distribution.
4224
4225THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4226ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4227IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4228ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4229FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4230DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4231OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4232HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4233LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4234OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4235SUCH DAMAGE.
4236
4237-------------------------------------------------------------------
4238
Yun Hsiang40a82d02023-05-26 10:10:40 +08004239Copyright (c) 2023 SiFive, Inc.
4240All rights reserved.
4241
4242Redistribution and use in source and binary forms, with or without
4243modification, are permitted provided that the following conditions
4244are met:
42451. Redistributions of source code must retain the above copyright
4246 notice, this list of conditions and the following disclaimer.
42472. Redistributions in binary form must reproduce the above copyright
4248 notice, this list of conditions and the following disclaimer in the
4249 documentation and/or other materials provided with the distribution.
42503. The name of the company may not be used to endorse or promote
4251 products derived from this software without specific prior written
4252 permission.
4253
4254THIS SOFTWARE IS PROVIDED BY SIFIVE INC ``AS IS'' AND ANY EXPRESS OR IMPLIED
4255WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4256MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4257IN NO EVENT SHALL SIFIVE INC BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4258SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4259TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4260PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4261LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4262NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4263SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4264
4265-------------------------------------------------------------------
4266
Elliott Hughes261e2232012-08-14 15:04:05 -07004267Copyright (c)1999 Citrus Project,
4268All rights reserved.
4269
4270Redistribution and use in source and binary forms, with or without
4271modification, are permitted provided that the following conditions
4272are met:
42731. Redistributions of source code must retain the above copyright
4274 notice, this list of conditions and the following disclaimer.
42752. Redistributions in binary form must reproduce the above copyright
4276 notice, this list of conditions and the following disclaimer in the
4277 documentation and/or other materials provided with the distribution.
4278
4279THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4280ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4281IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4282ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4283FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4284DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4285OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4286HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4287LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4288OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4289SUCH DAMAGE.
4290
4291-------------------------------------------------------------------
4292
4293Copyright (c)2001 Citrus Project,
4294All rights reserved.
4295
4296Redistribution and use in source and binary forms, with or without
4297modification, are permitted provided that the following conditions
4298are met:
42991. Redistributions of source code must retain the above copyright
4300 notice, this list of conditions and the following disclaimer.
43012. Redistributions in binary form must reproduce the above copyright
4302 notice, this list of conditions and the following disclaimer in the
4303 documentation and/or other materials provided with the distribution.
4304
4305THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4306ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4307IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4308ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4309FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4310DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4311OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4312HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4313LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4314OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4315SUCH DAMAGE.
4316
4317-------------------------------------------------------------------
4318
Elliott Hughesacbe3222014-04-16 17:01:12 -07004319Copyright (c)2003 Citrus Project,
4320All rights reserved.
4321
4322Redistribution and use in source and binary forms, with or without
4323modification, are permitted provided that the following conditions
4324are met:
43251. Redistributions of source code must retain the above copyright
4326 notice, this list of conditions and the following disclaimer.
43272. Redistributions in binary form must reproduce the above copyright
4328 notice, this list of conditions and the following disclaimer in the
4329 documentation and/or other materials provided with the distribution.
4330
4331THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4332ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4333IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4334ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4335FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4336DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4337OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4338HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4339LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4340OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4341SUCH DAMAGE.
4342
4343-------------------------------------------------------------------
4344
Elliott Hughes77a3e282016-08-08 12:39:56 -07004345Copyright 1989 The Regents of the University of California.
4346 All rights reserved.
4347
4348 Redistribution and use in source and binary forms, with or without
4349 modification, are permitted provided that the following conditions
4350 are met:
4351 1. Redistributions of source code must retain the above copyright
4352 notice, this list of conditions and the following disclaimer.
4353 2. Redistributions in binary form must reproduce the above copyright
4354 notice, this list of conditions and the following disclaimer in the
4355 documentation and/or other materials provided with the distribution.
4356 3. Neither the name of the University nor the names of its contributors
4357 may be used to endorse or promote products derived from this software
4358 without specific prior written permission.
4359
4360 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND
4361 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4362 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4363 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4364 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4365 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4366 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4367 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4368 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4369 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4370
4371-------------------------------------------------------------------
4372
Elliott Hughes5c2264a2014-09-13 09:42:41 -07004373Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
4374Copyright 2008 Damien Miller <djm@openbsd.org>
4375All rights reserved.
4376
4377Theo de Raadt <deraadt@openbsd.org> came up with the idea of using
4378such a mathematical system to generate more random (yet non-repeating)
4379ids to solve the resolver/named problem. But Niels designed the
4380actual system based on the constraints.
4381
4382Later modified by Damien Miller to wrap the LCG output in a 15-bit
4383permutation generator based on a Luby-Rackoff block cipher. This
4384ensures the output is non-repeating and preserves the MSB twiddle
4385trick, but makes it more resistant to LCG prediction.
4386
4387Redistribution and use in source and binary forms, with or without
4388modification, are permitted provided that the following conditions
4389are met:
43901. Redistributions of source code must retain the above copyright
4391 notice, this list of conditions and the following disclaimer.
43922. Redistributions in binary form must reproduce the above copyright
4393 notice, this list of conditions and the following disclaimer in the
4394 documentation and/or other materials provided with the distribution.
4395
4396THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
4397IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
4398OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4399IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
4400INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
4401NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4402DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4403THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4404(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
4405THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4406
4407-------------------------------------------------------------------
4408
Calin Juravlec4fbf922014-03-10 11:23:52 +00004409Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC")
4410Portions Copyright (C) 1996-2003 Internet Software Consortium.
4411
4412Permission to use, copy, modify, and/or distribute this software for any
4413purpose with or without fee is hereby granted, provided that the above
4414copyright notice and this permission notice appear in all copies.
4415
4416THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
4417REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
4418AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
4419INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
4420LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
4421OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
4422PERFORMANCE OF THIS SOFTWARE.
4423
4424-------------------------------------------------------------------
4425
Elliott Hughes261e2232012-08-14 15:04:05 -07004426Portions Copyright (c) 1993 by Digital Equipment Corporation.
4427
4428Permission to use, copy, modify, and distribute this software for any
4429purpose with or without fee is hereby granted, provided that the above
4430copyright notice and this permission notice appear in all copies, and that
4431the name of Digital Equipment Corporation not be used in advertising or
4432publicity pertaining to distribution of the document or software without
4433specific, written prior permission.
4434
4435THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
4436WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
4437OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT
4438CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
4439DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
4440PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
4441ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
4442SOFTWARE.
4443
4444-------------------------------------------------------------------
4445
4446Portions Copyright (c) 1995 by International Business Machines, Inc.
4447
4448International Business Machines, Inc. (hereinafter called IBM) grants
4449permission under its copyrights to use, copy, modify, and distribute this
4450Software with or without fee, provided that the above copyright notice and
4451all paragraphs of this notice appear in all copies, and that the name of IBM
4452not be used in connection with the marketing of any product incorporating
4453the Software or modifications thereof, without specific, written prior
4454permission.
4455
4456To the extent it has a right to do so, IBM grants an immunity from suit
4457under its patents, if any, for the use, sale or manufacture of products to
4458the extent that such products are used for performing Domain Name System
4459dynamic updates in TCP/IP networks by means of the Software. No immunity is
4460granted for any product per se or for any other function of any product.
4461
4462THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES,
4463INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
4464PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL,
4465DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING
4466OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN
4467IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
4468
4469-------------------------------------------------------------------
4470
4471Portions Copyright(C) 1995, Jason Downs. All rights reserved.
4472
4473Redistribution and use in source and binary forms, with or without
4474modification, are permitted provided that the following conditions
4475are met:
44761. Redistributions of source code must retain the above copyright
4477 notice, this list of conditions and the following disclaimer.
44782. Redistributions in binary form must reproduce the above copyright
4479 notice, this list of conditions and the following disclaimer in the
4480 documentation and/or other materials provided with the distribution.
4481
4482THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS
4483OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4484WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4485DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT,
4486INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4487(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
4488SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
4489CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4490LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4491OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4492SUCH DAMAGE.
4493
4494-------------------------------------------------------------------
4495
Elliott Hughes526bd982024-03-19 15:56:30 +00004496SPDX-License-Identifier: BSD-2-Clause
4497
4498Copyright (c) 2002 Tim J. Robbins
4499All rights reserved.
4500
4501Copyright (c) 2011 The FreeBSD Foundation
4502
4503Portions of this software were developed by David Chisnall
4504under sponsorship from the FreeBSD Foundation.
4505
4506Redistribution and use in source and binary forms, with or without
4507modification, are permitted provided that the following conditions
4508are met:
45091. Redistributions of source code must retain the above copyright
4510 notice, this list of conditions and the following disclaimer.
45112. Redistributions in binary form must reproduce the above copyright
4512 notice, this list of conditions and the following disclaimer in the
4513 documentation and/or other materials provided with the distribution.
4514
4515THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4516ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4517IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4518ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4519FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4520DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4521OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4522HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4523LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4524OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4525SUCH DAMAGE.
4526
4527-------------------------------------------------------------------
4528
4529SPDX-License-Identifier: BSD-2-Clause
4530
4531Copyright (c) 2002 Tim J. Robbins
4532All rights reserved.
4533
4534Redistribution and use in source and binary forms, with or without
4535modification, are permitted provided that the following conditions
4536are met:
45371. Redistributions of source code must retain the above copyright
4538 notice, this list of conditions and the following disclaimer.
45392. Redistributions in binary form must reproduce the above copyright
4540 notice, this list of conditions and the following disclaimer in the
4541 documentation and/or other materials provided with the distribution.
4542
4543THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4544ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4545IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4546ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4547FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4548DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4549OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4550HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4551LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4552OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4553SUCH DAMAGE.
4554
4555-------------------------------------------------------------------
4556
4557SPDX-License-Identifier: BSD-2-Clause
4558
4559Copyright (c) 2005 Tim J. Robbins.
4560All rights reserved.
4561
4562Redistribution and use in source and binary forms, with or without
4563modification, are permitted provided that the following conditions
4564are met:
45651. Redistributions of source code must retain the above copyright
4566 notice, this list of conditions and the following disclaimer.
45672. Redistributions in binary form must reproduce the above copyright
4568 notice, this list of conditions and the following disclaimer in the
4569 documentation and/or other materials provided with the distribution.
4570
4571THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4572ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4573IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4574ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4575FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4576DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4577OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4578HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4579LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4580OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4581SUCH DAMAGE.
4582
4583-------------------------------------------------------------------
4584
4585SPDX-License-Identifier: BSD-2-Clause
4586
4587Copyright (c) 2009 David Schultz <das@FreeBSD.org>
4588All rights reserved.
4589
4590Redistribution and use in source and binary forms, with or without
4591modification, are permitted provided that the following conditions
4592are met:
45931. Redistributions of source code must retain the above copyright
4594 notice, this list of conditions and the following disclaimer.
45952. Redistributions in binary form must reproduce the above copyright
4596 notice, this list of conditions and the following disclaimer in the
4597 documentation and/or other materials provided with the distribution.
4598
4599THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4600ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4601IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4602ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4603FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4604DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4605OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4606HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4607LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4608OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4609SUCH DAMAGE.
4610
4611-------------------------------------------------------------------
4612
4613SPDX-License-Identifier: BSD-2-Clause
4614
4615Copyright (c) 2011 David Chisnall
4616All rights reserved.
4617
4618Redistribution and use in source and binary forms, with or without
4619modification, are permitted provided that the following conditions
4620are met:
46211. Redistributions of source code must retain the above copyright
4622 notice, this list of conditions and the following disclaimer.
46232. Redistributions in binary form must reproduce the above copyright
4624 notice, this list of conditions and the following disclaimer in the
4625 documentation and/or other materials provided with the distribution.
4626
4627THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4628ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4629IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4630ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4631FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4632DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4633OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4634HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4635LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4636OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4637SUCH DAMAGE.
4638
4639-------------------------------------------------------------------
4640
4641SPDX-License-Identifier: BSD-2-Clause
4642
4643Copyright (c) 2015 Nuxi, https://nuxi.nl/
4644
4645Redistribution and use in source and binary forms, with or without
4646modification, are permitted provided that the following conditions
4647are met:
46481. Redistributions of source code must retain the above copyright
4649 notice, this list of conditions and the following disclaimer.
46502. Redistributions in binary form must reproduce the above copyright
4651 notice, this list of conditions and the following disclaimer in the
4652 documentation and/or other materials provided with the distribution.
4653
4654THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4655ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4656IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4657ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4658FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4659DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4660OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4661HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4662LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4663OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4664SUCH DAMAGE.
4665
4666-------------------------------------------------------------------
4667
4668SPDX-License-Identifier: BSD-2-Clause
4669
Elliott Hughes6cd03ef2024-03-21 18:06:18 +00004670Copyright (c) 2017, 2018 Dell EMC
4671Copyright (c) 2000, 2001, 2008, 2011, David E. O'Brien
4672Copyright (c) 1998 John D. Polstra.
Elliott Hughes526bd982024-03-19 15:56:30 +00004673All rights reserved.
4674
4675Redistribution and use in source and binary forms, with or without
4676modification, are permitted provided that the following conditions
4677are met:
46781. Redistributions of source code must retain the above copyright
4679 notice, this list of conditions and the following disclaimer.
46802. Redistributions in binary form must reproduce the above copyright
4681 notice, this list of conditions and the following disclaimer in the
4682 documentation and/or other materials provided with the distribution.
4683
4684THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4685ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4686IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4687ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4688FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4689DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4690OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4691HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4692LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4693OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4694SUCH DAMAGE.
4695
4696-------------------------------------------------------------------
4697
Elliott Hughes6cd03ef2024-03-21 18:06:18 +00004698SPDX-License-Identifier: BSD-2-Clause
Elliott Hughes526bd982024-03-19 15:56:30 +00004699
Elliott Hughes6cd03ef2024-03-21 18:06:18 +00004700Copyright (c)1999 Citrus Project,
Elliott Hughes526bd982024-03-19 15:56:30 +00004701All rights reserved.
4702
4703Redistribution and use in source and binary forms, with or without
4704modification, are permitted provided that the following conditions
4705are met:
47061. Redistributions of source code must retain the above copyright
4707 notice, this list of conditions and the following disclaimer.
47082. Redistributions in binary form must reproduce the above copyright
4709 notice, this list of conditions and the following disclaimer in the
4710 documentation and/or other materials provided with the distribution.
4711
4712THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4713ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4714IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4715ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4716FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4717DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4718OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4719HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4720LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4721OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4722SUCH DAMAGE.
4723
4724-------------------------------------------------------------------
4725
4726SPDX-License-Identifier: BSD-3-Clause
4727
4728Copyright (c) 1989, 1993
4729 The Regents of the University of California. All rights reserved.
4730
4731Redistribution and use in source and binary forms, with or without
4732modification, are permitted provided that the following conditions
4733are met:
47341. Redistributions of source code must retain the above copyright
4735 notice, this list of conditions and the following disclaimer.
47362. Redistributions in binary form must reproduce the above copyright
4737 notice, this list of conditions and the following disclaimer in the
4738 documentation and/or other materials provided with the distribution.
47393. Neither the name of the University nor the names of its contributors
4740 may be used to endorse or promote products derived from this software
4741 without specific prior written permission.
4742
4743THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4744ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4745IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4746ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4747FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4748DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4749OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4750HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4751LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4752OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4753SUCH DAMAGE.
4754
4755-------------------------------------------------------------------
4756
4757SPDX-License-Identifier: BSD-3-Clause
4758
4759Copyright (c) 1990, 1993
4760 The Regents of the University of California. All rights reserved.
4761
4762This code is derived from software contributed to Berkeley by
4763Chris Torek.
4764
4765Redistribution and use in source and binary forms, with or without
4766modification, are permitted provided that the following conditions
4767are met:
47681. Redistributions of source code must retain the above copyright
4769 notice, this list of conditions and the following disclaimer.
47702. Redistributions in binary form must reproduce the above copyright
4771 notice, this list of conditions and the following disclaimer in the
4772 documentation and/or other materials provided with the distribution.
47733. Neither the name of the University nor the names of its contributors
4774 may be used to endorse or promote products derived from this software
4775 without specific prior written permission.
4776
4777THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4778ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4779IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4780ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4781FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4782DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4783OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4784HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4785LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4786OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4787SUCH DAMAGE.
4788
4789-------------------------------------------------------------------
4790
4791SPDX-License-Identifier: BSD-3-Clause
4792
4793Copyright (c) 1990, 1993
4794 The Regents of the University of California. All rights reserved.
4795
4796This code is derived from software contributed to Berkeley by
4797Mike Hibler and Chris Torek.
4798
4799Redistribution and use in source and binary forms, with or without
4800modification, are permitted provided that the following conditions
4801are met:
48021. Redistributions of source code must retain the above copyright
4803 notice, this list of conditions and the following disclaimer.
48042. Redistributions in binary form must reproduce the above copyright
4805 notice, this list of conditions and the following disclaimer in the
4806 documentation and/or other materials provided with the distribution.
48073. Neither the name of the University nor the names of its contributors
4808 may be used to endorse or promote products derived from this software
4809 without specific prior written permission.
4810
4811THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4812ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4813IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4814ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4815FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4816DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4817OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4818HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4819LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4820OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4821SUCH DAMAGE.
4822
4823-------------------------------------------------------------------
4824
4825SPDX-License-Identifier: BSD-3-Clause
4826
4827Copyright (c) 1992, 1993
4828 The Regents of the University of California. All rights reserved.
4829
4830Redistribution and use in source and binary forms, with or without
4831modification, are permitted provided that the following conditions
4832are met:
48331. Redistributions of source code must retain the above copyright
4834 notice, this list of conditions and the following disclaimer.
48352. Redistributions in binary form must reproduce the above copyright
4836 notice, this list of conditions and the following disclaimer in the
4837 documentation and/or other materials provided with the distribution.
48383. Neither the name of the University nor the names of its contributors
4839 may be used to endorse or promote products derived from this software
4840 without specific prior written permission.
4841
4842THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4843ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4844IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4845ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4846FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4847DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4848OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4849HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4850LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4851OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4852SUCH DAMAGE.
4853
4854-------------------------------------------------------------------
4855
4856SPDX-License-Identifier: BSD-3-Clause
4857
4858Copyright (c) 1992, 1993, 1994 Henry Spencer.
4859Copyright (c) 1992, 1993, 1994
4860 The Regents of the University of California. All rights reserved.
4861
4862Copyright (c) 2011 The FreeBSD Foundation
4863All rights reserved.
4864Portions of this software were developed by David Chisnall
4865under sponsorship from the FreeBSD Foundation.
4866
4867This code is derived from software contributed to Berkeley by
4868Henry Spencer.
4869
4870Redistribution and use in source and binary forms, with or without
4871modification, are permitted provided that the following conditions
4872are met:
48731. Redistributions of source code must retain the above copyright
4874 notice, this list of conditions and the following disclaimer.
48752. Redistributions in binary form must reproduce the above copyright
4876 notice, this list of conditions and the following disclaimer in the
4877 documentation and/or other materials provided with the distribution.
48783. Neither the name of the University nor the names of its contributors
4879 may be used to endorse or promote products derived from this software
4880 without specific prior written permission.
4881
4882THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4883ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4884IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4885ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4886FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4887DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4888OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4889HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4890LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4891OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4892SUCH DAMAGE.
4893
4894-------------------------------------------------------------------
4895
4896SPDX-License-Identifier: BSD-3-Clause
4897
4898Copyright (c) 1992, 1993, 1994 Henry Spencer.
4899Copyright (c) 1992, 1993, 1994
4900 The Regents of the University of California. All rights reserved.
4901
4902This code is derived from software contributed to Berkeley by
4903Henry Spencer.
4904
4905Redistribution and use in source and binary forms, with or without
4906modification, are permitted provided that the following conditions
4907are met:
49081. Redistributions of source code must retain the above copyright
4909 notice, this list of conditions and the following disclaimer.
49102. Redistributions in binary form must reproduce the above copyright
4911 notice, this list of conditions and the following disclaimer in the
4912 documentation and/or other materials provided with the distribution.
49133. Neither the name of the University nor the names of its contributors
4914 may be used to endorse or promote products derived from this software
4915 without specific prior written permission.
4916
4917THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4918ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4919IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4920ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4921FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4922DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4923OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4924HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4925LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4926OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4927SUCH DAMAGE.
4928
4929-------------------------------------------------------------------
4930
4931SPDX-License-Identifier: BSD-3-Clause
4932
4933Copyright (c) 1998 Softweyr LLC. All rights reserved.
4934
4935strtok_r, from Berkeley strtok
4936Oct 13, 1998 by Wes Peters <wes@softweyr.com>
4937
4938Copyright (c) 1988, 1993
4939 The Regents of the University of California. All rights reserved.
4940
4941Redistribution and use in source and binary forms, with or without
4942modification, are permitted provided that the following conditions
4943are met:
49441. Redistributions of source code must retain the above copyright
4945 notices, this list of conditions and the following disclaimer.
49462. Redistributions in binary form must reproduce the above copyright
4947 notices, this list of conditions and the following disclaimer in the
4948 documentation and/or other materials provided with the distribution.
49493. Neither the name of the University nor the names of its contributors
4950 may be used to endorse or promote products derived from this software
4951 without specific prior written permission.
4952
4953THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS
4954``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4955LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
4956PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SOFTWEYR LLC, THE
4957REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4958SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4959TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4960PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4961LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4962NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4963SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4964
4965-------------------------------------------------------------------
4966
4967SPDX-License-Identifier: BSD-3-Clause
4968
4969Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
4970All rights reserved.
4971
4972Redistribution and use in source and binary forms, with or without
4973modification, are permitted provided that the following conditions
4974are met:
49751. Redistributions of source code must retain the above copyright
4976 notice, this list of conditions and the following disclaimer.
49772. Redistributions in binary form must reproduce the above copyright
4978 notice, this list of conditions and the following disclaimer in the
4979 documentation and/or other materials provided with the distribution.
49803. The name of the author may not be used to endorse or promote products
4981 derived from this software without specific prior written permission.
4982
4983THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
4984INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
4985AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
4986THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
4987EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
4988PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
4989OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
4990WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
4991OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
4992ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4993
4994-------------------------------------------------------------------
4995
4996SPDX-License-Identifier: BSD-3-Clause
4997
4998Copyright (c) 1999
4999 David E. O'Brien
5000Copyright (c) 1988, 1993
5001 The Regents of the University of California. All rights reserved.
5002
5003Redistribution and use in source and binary forms, with or without
5004modification, are permitted provided that the following conditions
5005are met:
50061. Redistributions of source code must retain the above copyright
5007 notice, this list of conditions and the following disclaimer.
50082. Redistributions in binary form must reproduce the above copyright
5009 notice, this list of conditions and the following disclaimer in the
5010 documentation and/or other materials provided with the distribution.
50113. Neither the name of the University nor the names of its contributors
5012 may be used to endorse or promote products derived from this software
5013 without specific prior written permission.
5014
5015THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
5016ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
5017IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
5018ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
5019FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5020DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
5021OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
5022HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
5023LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
5024OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5025SUCH DAMAGE.
5026
5027-------------------------------------------------------------------
5028
Elliott Hughes261e2232012-08-14 15:04:05 -07005029The author of this software is David M. Gay.
5030
Elliott Hughesacbe3222014-04-16 17:01:12 -07005031Copyright (C) 1998 by Lucent Technologies
5032All Rights Reserved
Elliott Hughes261e2232012-08-14 15:04:05 -07005033
Elliott Hughesacbe3222014-04-16 17:01:12 -07005034Permission to use, copy, modify, and distribute this software and
5035its documentation for any purpose and without fee is hereby
5036granted, provided that the above copyright notice appear in all
5037copies and that both that the copyright notice and this
5038permission notice and warranty disclaimer appear in supporting
5039documentation, and that the name of Lucent or any of its entities
5040not be used in advertising or publicity pertaining to
5041distribution of the software without specific, written prior
5042permission.
Elliott Hughes261e2232012-08-14 15:04:05 -07005043
Elliott Hughesacbe3222014-04-16 17:01:12 -07005044LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5045INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
5046IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
5047SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5048WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
5049IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5050ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5051THIS SOFTWARE.
5052
5053-------------------------------------------------------------------
5054
5055The author of this software is David M. Gay.
5056
5057Copyright (C) 1998, 1999 by Lucent Technologies
5058All Rights Reserved
5059
5060Permission to use, copy, modify, and distribute this software and
5061its documentation for any purpose and without fee is hereby
5062granted, provided that the above copyright notice appear in all
5063copies and that both that the copyright notice and this
5064permission notice and warranty disclaimer appear in supporting
5065documentation, and that the name of Lucent or any of its entities
5066not be used in advertising or publicity pertaining to
5067distribution of the software without specific, written prior
5068permission.
5069
5070LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5071INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
5072IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
5073SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5074WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
5075IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5076ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5077THIS SOFTWARE.
5078
5079-------------------------------------------------------------------
5080
5081The author of this software is David M. Gay.
5082
5083Copyright (C) 1998, 2000 by Lucent Technologies
5084All Rights Reserved
5085
5086Permission to use, copy, modify, and distribute this software and
5087its documentation for any purpose and without fee is hereby
5088granted, provided that the above copyright notice appear in all
5089copies and that both that the copyright notice and this
5090permission notice and warranty disclaimer appear in supporting
5091documentation, and that the name of Lucent or any of its entities
5092not be used in advertising or publicity pertaining to
5093distribution of the software without specific, written prior
5094permission.
5095
5096LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5097INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
5098IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
5099SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5100WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
5101IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5102ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5103THIS SOFTWARE.
5104
5105-------------------------------------------------------------------
5106
5107The author of this software is David M. Gay.
5108
5109Copyright (C) 1998-2000 by Lucent Technologies
5110All Rights Reserved
5111
5112Permission to use, copy, modify, and distribute this software and
5113its documentation for any purpose and without fee is hereby
5114granted, provided that the above copyright notice appear in all
5115copies and that both that the copyright notice and this
5116permission notice and warranty disclaimer appear in supporting
5117documentation, and that the name of Lucent or any of its entities
5118not be used in advertising or publicity pertaining to
5119distribution of the software without specific, written prior
5120permission.
5121
5122LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5123INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
5124IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
5125SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5126WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
5127IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5128ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5129THIS SOFTWARE.
5130
5131-------------------------------------------------------------------
5132
5133The author of this software is David M. Gay.
5134
5135Copyright (C) 1998-2001 by Lucent Technologies
5136All Rights Reserved
5137
5138Permission to use, copy, modify, and distribute this software and
5139its documentation for any purpose and without fee is hereby
5140granted, provided that the above copyright notice appear in all
5141copies and that both that the copyright notice and this
5142permission notice and warranty disclaimer appear in supporting
5143documentation, and that the name of Lucent or any of its entities
5144not be used in advertising or publicity pertaining to
5145distribution of the software without specific, written prior
5146permission.
5147
5148LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5149INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
5150IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
5151SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5152WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
5153IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5154ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5155THIS SOFTWARE.
5156
5157-------------------------------------------------------------------
5158
5159The author of this software is David M. Gay.
5160
5161Copyright (C) 2000 by Lucent Technologies
5162All Rights Reserved
5163
5164Permission to use, copy, modify, and distribute this software and
5165its documentation for any purpose and without fee is hereby
5166granted, provided that the above copyright notice appear in all
5167copies and that both that the copyright notice and this
5168permission notice and warranty disclaimer appear in supporting
5169documentation, and that the name of Lucent or any of its entities
5170not be used in advertising or publicity pertaining to
5171distribution of the software without specific, written prior
5172permission.
5173
5174LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5175INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
5176IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
5177SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5178WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
5179IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5180ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5181THIS SOFTWARE.
Elliott Hughes261e2232012-08-14 15:04:05 -07005182
5183-------------------------------------------------------------------
5184
Vaisakh K V83e55842024-03-29 12:47:39 +05305185memcpy - copy memory area
5186
5187Copyright (c) 2012-2022, Arm Limited.
5188Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
5189SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
5190
5191-------------------------------------------------------------------
5192