blob: c52a102f5026c3c49958476ed516844be0907dd8 [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
Christopher Ferris31199e72024-11-08 14:44:53 -0800894
895Licensed under the Apache License, Version 2.0 (the "License");
896you may not use this file except in compliance with the License.
897You may obtain a copy of the License at
898
899 http://www.apache.org/licenses/LICENSE-2.0
900
901Unless required by applicable law or agreed to in writing, software
902distributed under the License is distributed on an "AS IS" BASIS,
903WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
904See the License for the specific language governing permissions and
905limitations under the License.
906
907-------------------------------------------------------------------
908
909Copyright (C) 2024 The Android Open Source Project
Elliott Hughes78afa492024-01-17 17:02:30 -0800910All rights reserved.
911
912Redistribution and use in source and binary forms, with or without
913modification, are permitted provided that the following conditions
914are met:
915 * Redistributions of source code must retain the above copyright
916 notice, this list of conditions and the following disclaimer.
917 * Redistributions in binary form must reproduce the above copyright
918 notice, this list of conditions and the following disclaimer in
919 the documentation and/or other materials provided with the
920 distribution.
921
922THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
923"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
924LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
925FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
926COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
927INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
928BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
929OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
930AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
931OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
932OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
933SUCH DAMAGE.
934
935-------------------------------------------------------------------
936
Elliott Hughes261e2232012-08-14 15:04:05 -0700937Copyright (c) 1980, 1983, 1988, 1993
938 The Regents of the University of California. All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700939
Elliott Hughes261e2232012-08-14 15:04:05 -0700940Redistribution and use in source and binary forms, with or without
941modification, are permitted provided that the following conditions
942are met:
9431. Redistributions of source code must retain the above copyright
944 notice, this list of conditions and the following disclaimer.
9452. Redistributions in binary form must reproduce the above copyright
946 notice, this list of conditions and the following disclaimer in the
947 documentation and/or other materials provided with the distribution.
9483. All advertising materials mentioning features or use of this software
949 must display the following acknowledgement:
950 This product includes software developed by the University of
951 California, Berkeley and its contributors.
9524. Neither the name of the University nor the names of its contributors
953 may be used to endorse or promote products derived from this software
954 without specific prior written permission.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700955
Elliott Hughes261e2232012-08-14 15:04:05 -0700956THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
957ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
958IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
959ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
960FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
961DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
962OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
963HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
964LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
965OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
966SUCH DAMAGE.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700967
Elliott Hughes387d4b72012-08-09 15:17:46 -0700968
Elliott Hughes261e2232012-08-14 15:04:05 -0700969Portions Copyright (c) 1993 by Digital Equipment Corporation.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700970
971Permission to use, copy, modify, and distribute this software for any
972purpose with or without fee is hereby granted, provided that the above
Elliott Hughes261e2232012-08-14 15:04:05 -0700973copyright notice and this permission notice appear in all copies, and that
974the name of Digital Equipment Corporation not be used in advertising or
975publicity pertaining to distribution of the document or software without
976specific, written prior permission.
Elliott Hughes387d4b72012-08-09 15:17:46 -0700977
Elliott Hughes261e2232012-08-14 15:04:05 -0700978THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
979WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
980OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT
981CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
982DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
983PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
984ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
985SOFTWARE.
986
987-------------------------------------------------------------------
988
Elliott Hughesafb8e052023-10-23 17:45:13 -0700989Copyright (c) 1982, 1986, 1988, 1993
990 The Regents of the University of California. All rights reserved.
991
992Redistribution and use in source and binary forms, with or without
993modification, are permitted provided that the following conditions
994are met:
9951. Redistributions of source code must retain the above copyright
996 notice, this list of conditions and the following disclaimer.
9972. Redistributions in binary form must reproduce the above copyright
998 notice, this list of conditions and the following disclaimer in the
999 documentation and/or other materials provided with the distribution.
10003. Neither the name of the University nor the names of its contributors
1001 may be used to endorse or promote products derived from this software
1002 without specific prior written permission.
1003
1004THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1005ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1006IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1007ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1008FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1009DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1010OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1011HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1012LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1013OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1014SUCH DAMAGE.
1015
1016-------------------------------------------------------------------
1017
Elliott Hughes387d4b72012-08-09 15:17:46 -07001018Copyright (c) 1982, 1986, 1993
1019 The Regents of the University of California. All rights reserved.
1020
1021Redistribution and use in source and binary forms, with or without
1022modification, are permitted provided that the following conditions
1023are met:
10241. Redistributions of source code must retain the above copyright
1025 notice, this list of conditions and the following disclaimer.
10262. Redistributions in binary form must reproduce the above copyright
1027 notice, this list of conditions and the following disclaimer in the
1028 documentation and/or other materials provided with the distribution.
10293. Neither the name of the University nor the names of its contributors
1030 may be used to endorse or promote products derived from this software
1031 without specific prior written permission.
1032
1033THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1034ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1035IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1036ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1037FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1038DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1039OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1040HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1041LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1042OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1043SUCH DAMAGE.
1044
1045-------------------------------------------------------------------
1046
Irina Tirdeaeac9eb42012-09-08 09:28:30 +03001047Copyright (c) 1982, 1986, 1993
1048 The Regents of the University of California. All rights reserved.
1049(c) UNIX System Laboratories, Inc.
1050All or some portions of this file are derived from material licensed
1051to the University of California by American Telephone and Telegraph
1052Co. or Unix System Laboratories, Inc. and are reproduced herein with
1053the permission of UNIX System Laboratories, Inc.
1054
1055Redistribution and use in source and binary forms, with or without
1056modification, are permitted provided that the following conditions
1057are met:
10581. Redistributions of source code must retain the above copyright
1059 notice, this list of conditions and the following disclaimer.
10602. Redistributions in binary form must reproduce the above copyright
1061 notice, this list of conditions and the following disclaimer in the
1062 documentation and/or other materials provided with the distribution.
10633. Neither the name of the University nor the names of its contributors
1064 may be used to endorse or promote products derived from this software
1065 without specific prior written permission.
1066
1067THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1068ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1069IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1070ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1071FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1072DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1073OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1074HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1075LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1076OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1077SUCH DAMAGE.
1078
1079-------------------------------------------------------------------
1080
Elliott Hughes387d4b72012-08-09 15:17:46 -07001081Copyright (c) 1983, 1987, 1989
1082 The Regents of the University of California. All rights reserved.
1083
1084Redistribution and use in source and binary forms, with or without
1085modification, are permitted provided that the following conditions
1086are met:
10871. Redistributions of source code must retain the above copyright
1088 notice, this list of conditions and the following disclaimer.
10892. Redistributions in binary form must reproduce the above copyright
1090 notice, this list of conditions and the following disclaimer in the
1091 documentation and/or other materials provided with the distribution.
10923. Neither the name of the University nor the names of its contributors
1093 may be used to endorse or promote products derived from this software
1094 without specific prior written permission.
1095
1096THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1097ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1098IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1099ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1100FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1101DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1102OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1103HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1104LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1105OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1106SUCH DAMAGE.
1107
1108-------------------------------------------------------------------
1109
Elliott Hughes387d4b72012-08-09 15:17:46 -07001110Copyright (c) 1983, 1989
1111 The Regents of the University of California. All rights reserved.
1112
1113Redistribution and use in source and binary forms, with or without
1114modification, are permitted provided that the following conditions
1115are met:
11161. Redistributions of source code must retain the above copyright
1117 notice, this list of conditions and the following disclaimer.
11182. Redistributions in binary form must reproduce the above copyright
1119 notice, this list of conditions and the following disclaimer in the
1120 documentation and/or other materials provided with the distribution.
11213. All advertising materials mentioning features or use of this software
1122 must display the following acknowledgement:
1123 This product includes software developed by the University of
1124 California, Berkeley and its contributors.
11254. Neither the name of the University nor the names of its contributors
1126 may be used to endorse or promote products derived from this software
1127 without specific prior written permission.
1128
1129THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1130ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1131IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1132ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1133FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1134DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1135OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1136HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1137LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1138OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1139SUCH DAMAGE.
1140
1141-------------------------------------------------------------------
1142
Elliott Hughes261e2232012-08-14 15:04:05 -07001143Copyright (c) 1983, 1989, 1993
Elliott Hughes387d4b72012-08-09 15:17:46 -07001144 The Regents of the University of California. All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -07001145
1146Redistribution and use in source and binary forms, with or without
1147modification, are permitted provided that the following conditions
1148are met:
11491. Redistributions of source code must retain the above copyright
1150 notice, this list of conditions and the following disclaimer.
11512. Redistributions in binary form must reproduce the above copyright
1152 notice, this list of conditions and the following disclaimer in the
1153 documentation and/or other materials provided with the distribution.
11543. Neither the name of the University nor the names of its contributors
1155 may be used to endorse or promote products derived from this software
1156 without specific prior written permission.
1157
1158THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1159ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1160IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1161ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1162FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1163DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1164OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1165HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1166LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1167OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1168SUCH DAMAGE.
1169
1170-------------------------------------------------------------------
1171
Elliott Hughes261e2232012-08-14 15:04:05 -07001172Copyright (c) 1983, 1993
Elliott Hughes387d4b72012-08-09 15:17:46 -07001173 The Regents of the University of California. All rights reserved.
1174
Elliott Hughes387d4b72012-08-09 15:17:46 -07001175Redistribution and use in source and binary forms, with or without
1176modification, are permitted provided that the following conditions
1177are met:
11781. Redistributions of source code must retain the above copyright
1179 notice, this list of conditions and the following disclaimer.
11802. Redistributions in binary form must reproduce the above copyright
1181 notice, this list of conditions and the following disclaimer in the
1182 documentation and/or other materials provided with the distribution.
11833. Neither the name of the University nor the names of its contributors
1184 may be used to endorse or promote products derived from this software
1185 without specific prior written permission.
1186
1187THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1188ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1189IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1190ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1191FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1192DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1193OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1194HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1195LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1196OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1197SUCH DAMAGE.
1198
1199-------------------------------------------------------------------
1200
Elliott Hughes387d4b72012-08-09 15:17:46 -07001201Copyright (c) 1985
1202 The Regents of the University of California. All rights reserved.
1203
1204Redistribution and use in source and binary forms, with or without
1205modification, are permitted provided that the following conditions
1206are met:
12071. Redistributions of source code must retain the above copyright
1208 notice, this list of conditions and the following disclaimer.
12092. Redistributions in binary form must reproduce the above copyright
1210 notice, this list of conditions and the following disclaimer in the
1211 documentation and/or other materials provided with the distribution.
12123. All advertising materials mentioning features or use of this software
1213 must display the following acknowledgement:
1214 This product includes software developed by the University of
1215 California, Berkeley and its contributors.
12164. Neither the name of the University nor the names of its contributors
1217 may be used to endorse or promote products derived from this software
1218 without specific prior written permission.
1219
1220THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1221ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1222IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1223ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1224FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1225DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1226OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1227HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1228LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1229OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1230SUCH DAMAGE.
1231
1232-------------------------------------------------------------------
1233
Elliott Hughes261e2232012-08-14 15:04:05 -07001234Copyright (c) 1985 Regents of the University of California.
Elliott Hughes387d4b72012-08-09 15:17:46 -07001235All rights reserved.
1236
1237Redistribution and use in source and binary forms, with or without
1238modification, are permitted provided that the following conditions
1239are met:
12401. Redistributions of source code must retain the above copyright
1241 notice, this list of conditions and the following disclaimer.
12422. Redistributions in binary form must reproduce the above copyright
1243 notice, this list of conditions and the following disclaimer in the
1244 documentation and/or other materials provided with the distribution.
Elliott Hughes387d4b72012-08-09 15:17:46 -070012453. Neither the name of the University nor the names of its contributors
1246 may be used to endorse or promote products derived from this software
1247 without specific prior written permission.
1248
1249THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1250ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1251IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1252ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1253FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1254DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1255OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1256HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1257LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1258OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1259SUCH DAMAGE.
1260
1261-------------------------------------------------------------------
1262
1263Copyright (c) 1985, 1988, 1993
1264 The Regents of the University of California. All rights reserved.
1265
1266Redistribution and use in source and binary forms, with or without
1267modification, are permitted provided that the following conditions
1268are met:
12691. Redistributions of source code must retain the above copyright
1270 notice, this list of conditions and the following disclaimer.
12712. Redistributions in binary form must reproduce the above copyright
1272 notice, this list of conditions and the following disclaimer in the
1273 documentation and/or other materials provided with the distribution.
12743. Neither the name of the University nor the names of its contributors
1275 may be used to endorse or promote products derived from this software
1276 without specific prior written permission.
1277
1278THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1279ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1280IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1281ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1282FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1283DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1284OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1285HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1286LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1287OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1288SUCH DAMAGE.
1289
1290Portions Copyright (c) 1993 by Digital Equipment Corporation.
1291
1292Permission to use, copy, modify, and distribute this software for any
1293purpose with or without fee is hereby granted, provided that the above
1294copyright notice and this permission notice appear in all copies, and that
1295the name of Digital Equipment Corporation not be used in advertising or
1296publicity pertaining to distribution of the document or software without
1297specific, written prior permission.
1298
1299THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
1300WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
1301OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT
1302CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
1303DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
1304PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
1305ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
1306SOFTWARE.
1307
1308-------------------------------------------------------------------
1309
Elliott Hughes261e2232012-08-14 15:04:05 -07001310Copyright (c) 1985, 1989, 1993
1311 The Regents of the University of California. All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -07001312
1313Redistribution and use in source and binary forms, with or without
1314modification, are permitted provided that the following conditions
1315are met:
13161. Redistributions of source code must retain the above copyright
1317 notice, this list of conditions and the following disclaimer.
13182. Redistributions in binary form must reproduce the above copyright
1319 notice, this list of conditions and the following disclaimer in the
1320 documentation and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -070013213. All advertising materials mentioning features or use of this software
1322 must display the following acknowledgement:
1323 This product includes software developed by the University of
1324 California, Berkeley and its contributors.
13254. Neither the name of the University nor the names of its contributors
1326 may be used to endorse or promote products derived from this software
1327 without specific prior written permission.
Elliott Hughes387d4b72012-08-09 15:17:46 -07001328
Elliott Hughes261e2232012-08-14 15:04:05 -07001329THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1330ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1331IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1332ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1333FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1334DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1335OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1336HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1337LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1338OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1339SUCH DAMAGE.
1340
1341-------------------------------------------------------------------
1342
1343Copyright (c) 1985, 1993
1344 The Regents of the University of California. All rights reserved.
1345
1346Redistribution and use in source and binary forms, with or without
1347modification, are permitted provided that the following conditions
1348are met:
13491. Redistributions of source code must retain the above copyright
1350 notice, this list of conditions and the following disclaimer.
13512. Redistributions in binary form must reproduce the above copyright
1352 notice, this list of conditions and the following disclaimer in the
1353 documentation and/or other materials provided with the distribution.
13543. All advertising materials mentioning features or use of this software
1355 must display the following acknowledgement:
1356 This product includes software developed by the University of
1357 California, Berkeley and its contributors.
13584. Neither the name of the University nor the names of its contributors
1359 may be used to endorse or promote products derived from this software
1360 without specific prior written permission.
1361
1362THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1363ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1364IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1365ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1366FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1367DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1368OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1369HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1370LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1371OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1372SUCH DAMAGE.
1373
1374-------------------------------------------------------------------
1375
1376Copyright (c) 1985, 1993
1377 The Regents of the University of California. All rights reserved.
1378
1379Redistribution and use in source and binary forms, with or without
1380modification, are permitted provided that the following conditions
1381are met:
13821. Redistributions of source code must retain the above copyright
1383 notice, this list of conditions and the following disclaimer.
13842. Redistributions in binary form must reproduce the above copyright
1385 notice, this list of conditions and the following disclaimer in the
1386 documentation and/or other materials provided with the distribution.
13873. Neither the name of the University nor the names of its contributors
1388 may be used to endorse or promote products derived from this software
1389 without specific prior written permission.
1390
1391THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1392ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1393IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1394ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1395FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1396DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1397OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1398HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1399LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1400OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1401SUCH DAMAGE.
1402
1403-------------------------------------------------------------------
1404
1405Copyright (c) 1987 Regents of the University of California.
1406All rights reserved.
1407
1408Redistribution and use in source and binary forms, with or without
1409modification, are permitted provided that the following conditions
1410are met:
14111. Redistributions of source code must retain the above copyright
1412 notice, this list of conditions and the following disclaimer.
14132. Redistributions in binary form must reproduce the above copyright
1414 notice, this list of conditions and the following disclaimer in the
1415 documentation and/or other materials provided with the distribution.
14163. Neither the name of the University nor the names of its contributors
1417 may be used to endorse or promote products derived from this software
1418 without specific prior written permission.
1419
1420THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1421ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1422IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1423ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1424FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1425DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1426OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1427HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1428LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1429OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1430SUCH DAMAGE.
1431
1432-------------------------------------------------------------------
1433
1434Copyright (c) 1987, 1993
1435 The Regents of the University of California. All rights reserved.
1436
1437Redistribution and use in source and binary forms, with or without
1438modification, are permitted provided that the following conditions
1439are met:
14401. Redistributions of source code must retain the above copyright
1441 notice, this list of conditions and the following disclaimer.
14422. Redistributions in binary form must reproduce the above copyright
1443 notice, this list of conditions and the following disclaimer in the
1444 documentation and/or other materials provided with the distribution.
14453. All advertising materials mentioning features or use of this software
1446 must display the following acknowledgement:
1447 This product includes software developed by the University of
1448 California, Berkeley and its contributors.
14494. Neither the name of the University nor the names of its contributors
1450 may be used to endorse or promote products derived from this software
1451 without specific prior written permission.
1452
1453THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1454ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1455IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1456ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1457FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1458DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1459OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1460HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1461LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1462OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1463SUCH DAMAGE.
1464
1465-------------------------------------------------------------------
1466
1467Copyright (c) 1987, 1993
1468 The Regents of the University of California. All rights reserved.
1469
1470Redistribution and use in source and binary forms, with or without
1471modification, are permitted provided that the following conditions
1472are met:
14731. Redistributions of source code must retain the above copyright
1474 notice, this list of conditions and the following disclaimer.
14752. Redistributions in binary form must reproduce the above copyright
1476 notice, this list of conditions and the following disclaimer in the
1477 documentation and/or other materials provided with the distribution.
14783. Neither the name of the University nor the names of its contributors
1479 may be used to endorse or promote products derived from this software
1480 without specific prior written permission.
1481
1482THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1483ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1484IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1485ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1486FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1487DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1488OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1489HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1490LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1491OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1492SUCH DAMAGE.
1493
1494-------------------------------------------------------------------
1495
1496Copyright (c) 1988 Regents of the University of California.
1497All rights reserved.
1498
1499Redistribution and use in source and binary forms, with or without
1500modification, are permitted provided that the following conditions
1501are met:
15021. Redistributions of source code must retain the above copyright
1503 notice, this list of conditions and the following disclaimer.
15042. Redistributions in binary form must reproduce the above copyright
1505 notice, this list of conditions and the following disclaimer in the
1506 documentation and/or other materials provided with the distribution.
15073. Neither the name of the University nor the names of its contributors
1508 may be used to endorse or promote products derived from this software
1509 without specific prior written permission.
1510
1511THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1512ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1513IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1514ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1515FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1516DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1517OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1518HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1519LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1520OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1521SUCH DAMAGE.
1522
1523-------------------------------------------------------------------
1524
1525Copyright (c) 1988 The Regents of the University of California.
1526All rights reserved.
1527
1528Redistribution and use in source and binary forms, with or without
1529modification, are permitted provided that the following conditions
1530are met:
15311. Redistributions of source code must retain the above copyright
1532 notice, this list of conditions and the following disclaimer.
15332. Redistributions in binary form must reproduce the above copyright
1534 notice, this list of conditions and the following disclaimer in the
1535 documentation and/or other materials provided with the distribution.
15363. Neither the name of the University nor the names of its contributors
1537 may be used to endorse or promote products derived from this software
1538 without specific prior written permission.
1539
1540THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1541ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1542IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1543ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1544FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1545DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1546OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1547HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1548LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1549OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1550SUCH DAMAGE.
1551
1552-------------------------------------------------------------------
1553
1554Copyright (c) 1988, 1993
Elliott Hughes261e2232012-08-14 15:04:05 -07001555 The Regents of the University of California. All rights reserved.
1556
1557Redistribution and use in source and binary forms, with or without
1558modification, are permitted provided that the following conditions
1559are met:
15601. Redistributions of source code must retain the above copyright
1561 notice, this list of conditions and the following disclaimer.
15622. Redistributions in binary form must reproduce the above copyright
1563 notice, this list of conditions and the following disclaimer in the
1564 documentation and/or other materials provided with the distribution.
15653. All advertising materials mentioning features or use of this software
1566 must display the following acknowledgement:
1567 This product includes software developed by the University of
1568 California, Berkeley and its contributors.
15694. Neither the name of the University nor the names of its contributors
1570 may be used to endorse or promote products derived from this software
1571 without specific prior written permission.
1572
1573THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1574ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1575IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1576ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1577FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1578DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1579OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1580HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1581LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1582OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1583SUCH DAMAGE.
1584
1585-------------------------------------------------------------------
1586
1587Copyright (c) 1988, 1993
1588 The Regents of the University of California. All rights reserved.
1589
1590Redistribution and use in source and binary forms, with or without
1591modification, are permitted provided that the following conditions
1592are met:
15931. Redistributions of source code must retain the above copyright
1594 notice, this list of conditions and the following disclaimer.
15952. Redistributions in binary form must reproduce the above copyright
1596 notice, this list of conditions and the following disclaimer in the
1597 documentation and/or other materials provided with the distribution.
15983. Neither the name of the University nor the names of its contributors
1599 may be used to endorse or promote products derived from this software
1600 without specific prior written permission.
1601
1602THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1603ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1604IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1605ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1606FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1607DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1608OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1609HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1610LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1611OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1612SUCH DAMAGE.
1613
1614-------------------------------------------------------------------
1615
Elliott Hughes261e2232012-08-14 15:04:05 -07001616Copyright (c) 1989 The Regents of the University of California.
1617All rights reserved.
1618
Elliott Hughes261e2232012-08-14 15:04:05 -07001619Redistribution and use in source and binary forms, with or without
1620modification, are permitted provided that the following conditions
1621are met:
16221. Redistributions of source code must retain the above copyright
1623 notice, this list of conditions and the following disclaimer.
16242. Redistributions in binary form must reproduce the above copyright
1625 notice, this list of conditions and the following disclaimer in the
1626 documentation and/or other materials provided with the distribution.
16273. Neither the name of the University nor the names of its contributors
1628 may be used to endorse or promote products derived from this software
1629 without specific prior written permission.
1630
1631THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1632ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1633IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1634ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1635FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1636DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1637OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1638HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1639LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1640OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1641SUCH DAMAGE.
1642
1643-------------------------------------------------------------------
1644
1645Copyright (c) 1989 The Regents of the University of California.
1646All rights reserved.
1647(c) UNIX System Laboratories, Inc.
1648All or some portions of this file are derived from material licensed
1649to the University of California by American Telephone and Telegraph
1650Co. or Unix System Laboratories, Inc. and are reproduced herein with
1651the permission of UNIX System Laboratories, Inc.
1652
1653Redistribution and use in source and binary forms, with or without
1654modification, are permitted provided that the following conditions
1655are met:
16561. Redistributions of source code must retain the above copyright
1657 notice, this list of conditions and the following disclaimer.
16582. Redistributions in binary form must reproduce the above copyright
1659 notice, this list of conditions and the following disclaimer in the
1660 documentation and/or other materials provided with the distribution.
16613. Neither the name of the University nor the names of its contributors
1662 may be used to endorse or promote products derived from this software
1663 without specific prior written permission.
1664
1665THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1666ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1667IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1668ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1669FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Elliott Hughes387d4b72012-08-09 15:17:46 -07001670DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1671OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1672HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1673LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1674OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1675SUCH DAMAGE.
1676
1677-------------------------------------------------------------------
1678
1679Copyright (c) 1989, 1993
1680 The Regents of the University of California. All rights reserved.
1681
1682Redistribution and use in source and binary forms, with or without
1683modification, are permitted provided that the following conditions
1684are met:
16851. Redistributions of source code must retain the above copyright
1686 notice, this list of conditions and the following disclaimer.
16872. Redistributions in binary form must reproduce the above copyright
1688 notice, this list of conditions and the following disclaimer in the
1689 documentation and/or other materials provided with the distribution.
16903. Neither the name of the University nor the names of its contributors
1691 may be used to endorse or promote products derived from this software
1692 without specific prior written permission.
1693
1694THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1695ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1696IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1697ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1698FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1699DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1700OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1701HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1702LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1703OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1704SUCH DAMAGE.
1705
1706-------------------------------------------------------------------
1707
Elliott Hughes261e2232012-08-14 15:04:05 -07001708Copyright (c) 1989, 1993
1709 The Regents of the University of California. All rights reserved.
1710
1711Redistribution and use in source and binary forms, with or without
1712modification, are permitted provided that the following conditions
1713are met:
17141. Redistributions of source code must retain the above copyright
1715 notice, this list of conditions and the following disclaimer.
17162. Redistributions in binary form must reproduce the above copyright
1717 notice, this list of conditions and the following disclaimer in the
1718 documentation and/or other materials provided with the distribution.
17194. Neither the name of the University nor the names of its contributors
1720 may be used to endorse or promote products derived from this software
1721 without specific prior written permission.
1722
1723THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1724ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1725IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1726ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1727FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1728DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1729OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1730HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1731LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1732OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1733SUCH DAMAGE.
1734
1735-------------------------------------------------------------------
1736
1737Copyright (c) 1989, 1993
1738 The Regents of the University of California. All rights reserved.
Elliott Hughesacbe3222014-04-16 17:01:12 -07001739
1740This code is derived from software contributed to Berkeley by
Elliott Hughesf1c568d2017-09-26 17:09:07 -07001741Guido van Rossum.
1742
1743Copyright (c) 2011 The FreeBSD Foundation
1744All rights reserved.
1745Portions of this software were developed by David Chisnall
1746under sponsorship from the FreeBSD Foundation.
1747
1748Redistribution and use in source and binary forms, with or without
1749modification, are permitted provided that the following conditions
1750are met:
17511. Redistributions of source code must retain the above copyright
1752 notice, this list of conditions and the following disclaimer.
17532. Redistributions in binary form must reproduce the above copyright
1754 notice, this list of conditions and the following disclaimer in the
1755 documentation and/or other materials provided with the distribution.
17563. Neither the name of the University nor the names of its contributors
1757 may be used to endorse or promote products derived from this software
1758 without specific prior written permission.
1759
1760THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1761ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1762IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1763ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1764FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1765DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1766OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1767HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1768LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1769OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1770SUCH DAMAGE.
1771
1772-------------------------------------------------------------------
1773
1774Copyright (c) 1989, 1993
1775 The Regents of the University of California. All rights reserved.
1776
1777This code is derived from software contributed to Berkeley by
1778Guido van Rossum.
1779
1780Redistribution and use in source and binary forms, with or without
1781modification, are permitted provided that the following conditions
1782are met:
17831. Redistributions of source code must retain the above copyright
1784 notice, this list of conditions and the following disclaimer.
17852. Redistributions in binary form must reproduce the above copyright
1786 notice, this list of conditions and the following disclaimer in the
1787 documentation and/or other materials provided with the distribution.
17883. Neither the name of the University nor the names of its contributors
1789 may be used to endorse or promote products derived from this software
1790 without specific prior written permission.
1791
1792THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1793ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1794IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1795ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1796FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1797DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1798OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1799HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1800LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1801OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1802SUCH DAMAGE.
1803
1804-------------------------------------------------------------------
1805
1806Copyright (c) 1989, 1993
1807 The Regents of the University of California. All rights reserved.
1808
1809This code is derived from software contributed to Berkeley by
Elliott Hughesacbe3222014-04-16 17:01:12 -07001810Roger L. Snyder.
1811
1812Redistribution and use in source and binary forms, with or without
1813modification, are permitted provided that the following conditions
1814are met:
18151. Redistributions of source code must retain the above copyright
1816 notice, this list of conditions and the following disclaimer.
18172. Redistributions in binary form must reproduce the above copyright
1818 notice, this list of conditions and the following disclaimer in the
1819 documentation and/or other materials provided with the distribution.
18203. Neither the name of the University nor the names of its contributors
1821 may be used to endorse or promote products derived from this software
1822 without specific prior written permission.
1823
1824THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1825ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1826IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1827ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1828FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1829DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1830OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1831HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1832LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1833OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1834SUCH DAMAGE.
1835
1836-------------------------------------------------------------------
1837
1838Copyright (c) 1989, 1993
1839 The Regents of the University of California. All rights reserved.
Elliott Hughes261e2232012-08-14 15:04:05 -07001840(c) UNIX System Laboratories, Inc.
1841All or some portions of this file are derived from material licensed
1842to the University of California by American Telephone and Telegraph
1843Co. or Unix System Laboratories, Inc. and are reproduced herein with
1844the permission of UNIX System Laboratories, Inc.
1845
1846Redistribution and use in source and binary forms, with or without
1847modification, are permitted provided that the following conditions
1848are met:
18491. Redistributions of source code must retain the above copyright
1850 notice, this list of conditions and the following disclaimer.
18512. Redistributions in binary form must reproduce the above copyright
1852 notice, this list of conditions and the following disclaimer in the
1853 documentation and/or other materials provided with the distribution.
18543. Neither the name of the University nor the names of its contributors
1855 may be used to endorse or promote products derived from this software
1856 without specific prior written permission.
1857
1858THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1859ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1860IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1861ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1862FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1863DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1864OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1865HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1866LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1867OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1868SUCH DAMAGE.
1869
1870-------------------------------------------------------------------
1871
Elliott Hughesb4931ce2016-02-08 17:00:12 -08001872Copyright (c) 1990 Regents of the University of California.
1873All rights reserved.
1874
1875This code is derived from software contributed to Berkeley by
1876Chris Torek.
1877
1878Redistribution and use in source and binary forms, with or without
1879modification, are permitted provided that the following conditions
1880are met:
18811. Redistributions of source code must retain the above copyright
1882 notice, this list of conditions and the following disclaimer.
18832. Redistributions in binary form must reproduce the above copyright
1884 notice, this list of conditions and the following disclaimer in the
1885 documentation and/or other materials provided with the distribution.
18863. Neither the name of the University nor the names of its contributors
1887 may be used to endorse or promote products derived from this software
1888 without specific prior written permission.
1889
1890THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1891ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1892IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1893ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1894FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1895DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1896OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1897HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1898LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1899OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1900SUCH DAMAGE.
1901
1902-------------------------------------------------------------------
1903
Elliott Hughes261e2232012-08-14 15:04:05 -07001904Copyright (c) 1990 The Regents of the University of California.
1905All rights reserved.
1906
1907Redistribution and use in source and binary forms, with or without
1908modification, are permitted provided that the following conditions
1909are met:
19101. Redistributions of source code must retain the above copyright
1911 notice, this list of conditions and the following disclaimer.
19122. Redistributions in binary form must reproduce the above copyright
1913 notice, this list of conditions and the following disclaimer in the
1914 documentation and/or other materials provided with the distribution.
19153. Neither the name of the University nor the names of its contributors
1916 may be used to endorse or promote products derived from this software
1917 without specific prior written permission.
1918
1919THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1920ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1921IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1922ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1923FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1924DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1925OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1926HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1927LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1928OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1929SUCH DAMAGE.
1930
1931-------------------------------------------------------------------
1932
1933Copyright (c) 1990 The Regents of the University of California.
1934All rights reserved.
1935
Elliott Hughes261e2232012-08-14 15:04:05 -07001936This code is derived from software contributed to Berkeley by
1937Chris Torek.
1938
1939Redistribution and use in source and binary forms, with or without
1940modification, are permitted provided that the following conditions
1941are met:
19421. Redistributions of source code must retain the above copyright
1943 notice, this list of conditions and the following disclaimer.
19442. Redistributions in binary form must reproduce the above copyright
1945 notice, this list of conditions and the following disclaimer in the
1946 documentation and/or other materials provided with the distribution.
19473. Neither the name of the University nor the names of its contributors
1948 may be used to endorse or promote products derived from this software
1949 without specific prior written permission.
1950
1951THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1952ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1953IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1954ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1955FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1956DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1957OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1958HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1959LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1960OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1961SUCH DAMAGE.
1962
1963-------------------------------------------------------------------
1964
1965Copyright (c) 1990 The Regents of the University of California.
1966All rights reserved.
1967
1968This code is derived from software contributed to Berkeley by
1969William Jolitz.
1970
1971Redistribution and use in source and binary forms, with or without
1972modification, are permitted provided that the following conditions
1973are met:
19741. Redistributions of source code must retain the above copyright
1975 notice, this list of conditions and the following disclaimer.
19762. Redistributions in binary form must reproduce the above copyright
1977 notice, this list of conditions and the following disclaimer in the
1978 documentation and/or other materials provided with the distribution.
19793. Neither the name of the University nor the names of its contributors
1980 may be used to endorse or promote products derived from this software
1981 without specific prior written permission.
1982
1983THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1984ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1985IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1986ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1987FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1988DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1989OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1990HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1991LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1992OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1993SUCH DAMAGE.
1994
1995-------------------------------------------------------------------
1996
1997Copyright (c) 1990, 1993
1998 The Regents of the University of California. All rights reserved.
1999
2000Redistribution and use in source and binary forms, with or without
2001modification, are permitted provided that the following conditions
2002are met:
20031. Redistributions of source code must retain the above copyright
2004 notice, this list of conditions and the following disclaimer.
20052. Redistributions in binary form must reproduce the above copyright
2006 notice, this list of conditions and the following disclaimer in the
2007 documentation and/or other materials provided with the distribution.
20083. Neither the name of the University nor the names of its contributors
2009 may be used to endorse or promote products derived from this software
2010 without specific prior written permission.
2011
2012THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2013ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2014IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2015ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2016FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2017DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2018OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2019HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2020LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2021OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2022SUCH DAMAGE.
2023
2024-------------------------------------------------------------------
2025
2026Copyright (c) 1990, 1993
2027 The Regents of the University of California. All rights reserved.
2028
Elliott Hughes261e2232012-08-14 15:04:05 -07002029This code is derived from software contributed to Berkeley by
2030Chris Torek.
2031
2032Redistribution and use in source and binary forms, with or without
2033modification, are permitted provided that the following conditions
2034are met:
20351. Redistributions of source code must retain the above copyright
2036 notice, this list of conditions and the following disclaimer.
20372. Redistributions in binary form must reproduce the above copyright
2038 notice, this list of conditions and the following disclaimer in the
2039 documentation and/or other materials provided with the distribution.
20403. Neither the name of the University nor the names of its contributors
2041 may be used to endorse or promote products derived from this software
2042 without specific prior written permission.
2043
2044THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2045ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2046IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2047ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2048FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2049DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2050OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2051HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2052LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2053OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2054SUCH DAMAGE.
2055
2056-------------------------------------------------------------------
2057
2058Copyright (c) 1990, 1993
2059 The Regents of the University of California. All rights reserved.
2060
2061This code is derived from software contributed to Berkeley by
Elliott Hughes261e2232012-08-14 15:04:05 -07002062Donn Seeley at UUNET Technologies, Inc.
2063
2064Redistribution and use in source and binary forms, with or without
2065modification, are permitted provided that the following conditions
2066are met:
20671. Redistributions of source code must retain the above copyright
2068 notice, this list of conditions and the following disclaimer.
20692. Redistributions in binary form must reproduce the above copyright
2070 notice, this list of conditions and the following disclaimer in the
2071 documentation and/or other materials provided with the distribution.
20723. Neither the name of the University nor the names of its contributors
2073 may be used to endorse or promote products derived from this software
2074 without specific prior written permission.
2075
2076THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2077ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2078IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2079ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2080FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2081DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2082OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2083HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2084LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2085OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2086SUCH DAMAGE.
2087
2088-------------------------------------------------------------------
2089
2090Copyright (c) 1990, 1993
2091 The Regents of the University of California. All rights reserved.
Elliott Hughesbfa582d2014-05-05 14:58:17 -07002092
2093This code is derived from software contributed to Berkeley by
2094Donn Seeley at UUNET Technologies, Inc.
2095
2096Redistribution and use in source and binary forms, with or without
2097modification, are permitted provided that the following conditions
2098are met:
20991. Redistributions of source code must retain the above copyright
2100 notice, this list of conditions and the following disclaimer.
21012. Redistributions in binary form must reproduce the above copyright
2102 notice, this list of conditions and the following disclaimer in the
2103 documentation and/or other materials provided with the distribution.
21044. Neither the name of the University nor the names of its contributors
2105 may be used to endorse or promote products derived from this software
2106 without specific prior written permission.
2107
2108THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2109ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2110IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2111ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2112FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2113DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2114OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2115HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2116LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2117OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2118SUCH DAMAGE.
2119
2120-------------------------------------------------------------------
2121
2122Copyright (c) 1990, 1993
2123 The Regents of the University of California. All rights reserved.
Elliott Hughes261e2232012-08-14 15:04:05 -07002124(c) UNIX System Laboratories, Inc.
2125All or some portions of this file are derived from material licensed
2126to the University of California by American Telephone and Telegraph
2127Co. or Unix System Laboratories, Inc. and are reproduced herein with
2128the permission of UNIX System Laboratories, Inc.
2129
2130Redistribution and use in source and binary forms, with or without
2131modification, are permitted provided that the following conditions
2132are met:
21331. Redistributions of source code must retain the above copyright
2134 notice, this list of conditions and the following disclaimer.
21352. Redistributions in binary form must reproduce the above copyright
2136 notice, this list of conditions and the following disclaimer in the
2137 documentation and/or other materials provided with the distribution.
21383. Neither the name of the University nor the names of its contributors
2139 may be used to endorse or promote products derived from this software
2140 without specific prior written permission.
2141
2142THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2143ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2144IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2145ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2146FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2147DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2148OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2149HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2150LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2151OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2152SUCH DAMAGE.
2153
2154-------------------------------------------------------------------
2155
2156Copyright (c) 1990, 1993, 1994
2157 The Regents of the University of California. All rights reserved.
2158
2159Redistribution and use in source and binary forms, with or without
2160modification, are permitted provided that the following conditions
2161are met:
21621. Redistributions of source code must retain the above copyright
2163 notice, this list of conditions and the following disclaimer.
21642. Redistributions in binary form must reproduce the above copyright
2165 notice, this list of conditions and the following disclaimer in the
2166 documentation and/or other materials provided with the distribution.
21673. Neither the name of the University nor the names of its contributors
2168 may be used to endorse or promote products derived from this software
2169 without specific prior written permission.
2170
2171THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2172ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2173IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2174ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2175FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2176DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2177OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2178HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2179LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2180OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2181SUCH DAMAGE.
2182
2183-------------------------------------------------------------------
2184
Elliott Hughes4e54b112014-03-06 15:06:11 -08002185Copyright (c) 1991 The Regents of the University of California.
2186All rights reserved.
2187
2188Redistribution and use in source and binary forms, with or without
2189modification, are permitted provided that the following conditions
2190are met:
21911. Redistributions of source code must retain the above copyright
2192 notice, this list of conditions and the following disclaimer.
21932. Redistributions in binary form must reproduce the above copyright
2194 notice, this list of conditions and the following disclaimer in the
2195 documentation and/or other materials provided with the distribution.
21963. Neither the name of the University nor the names of its contributors
2197 may be used to endorse or promote products derived from this software
2198 without specific prior written permission.
2199
2200THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2201ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2202IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2203ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2204FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2205DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2206OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2207HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2208LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2209OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2210SUCH DAMAGE.
2211
2212-------------------------------------------------------------------
2213
Elliott Hughes261e2232012-08-14 15:04:05 -07002214Copyright (c) 1991, 1993
2215 The Regents of the University of California. All rights reserved.
2216
2217Redistribution and use in source and binary forms, with or without
2218modification, are permitted provided that the following conditions
2219are met:
22201. Redistributions of source code must retain the above copyright
2221 notice, this list of conditions and the following disclaimer.
22222. Redistributions in binary form must reproduce the above copyright
2223 notice, this list of conditions and the following disclaimer in the
2224 documentation and/or other materials provided with the distribution.
22253. Neither the name of the University nor the names of its contributors
2226 may be used to endorse or promote products derived from this software
2227 without specific prior written permission.
2228
2229THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2230ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2231IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2232ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2233FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2234DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2235OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2236HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2237LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2238OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2239SUCH DAMAGE.
2240
2241-------------------------------------------------------------------
2242
2243Copyright (c) 1991, 1993
2244 The Regents of the University of California. All rights reserved.
2245
2246This code is derived from software contributed to Berkeley by
2247Berkeley Software Design, Inc.
2248
2249Redistribution and use in source and binary forms, with or without
2250modification, are permitted provided that the following conditions
2251are met:
22521. Redistributions of source code must retain the above copyright
2253 notice, this list of conditions and the following disclaimer.
22542. Redistributions in binary form must reproduce the above copyright
2255 notice, this list of conditions and the following disclaimer in the
2256 documentation and/or other materials provided with the distribution.
22573. Neither the name of the University nor the names of its contributors
2258 may be used to endorse or promote products derived from this software
2259 without specific prior written permission.
2260
2261THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2262ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2263IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2264ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2265FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2266DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2267OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2268HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2269LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2270OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2271SUCH DAMAGE.
2272
2273-------------------------------------------------------------------
2274
2275Copyright (c) 1991, 1993
2276 The Regents of the University of California. All rights reserved.
2277(c) UNIX System Laboratories, Inc.
2278All or some portions of this file are derived from material licensed
2279to the University of California by American Telephone and Telegraph
2280Co. or Unix System Laboratories, Inc. and are reproduced herein with
2281the permission of UNIX System Laboratories, Inc.
2282
2283This code is derived from software contributed to Berkeley by
2284Hugh Smith at The University of Guelph.
2285
2286Redistribution and use in source and binary forms, with or without
2287modification, are permitted provided that the following conditions
2288are met:
22891. Redistributions of source code must retain the above copyright
2290 notice, this list of conditions and the following disclaimer.
22912. Redistributions in binary form must reproduce the above copyright
2292 notice, this list of conditions and the following disclaimer in the
2293 documentation and/or other materials provided with the distribution.
22943. Neither the name of the University nor the names of its contributors
2295 may be used to endorse or promote products derived from this software
2296 without specific prior written permission.
2297
2298THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2299ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2300IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2301ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2302FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2303DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2304OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2305HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2306LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2307OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2308SUCH DAMAGE.
2309
2310-------------------------------------------------------------------
2311
Elliott Hughes261e2232012-08-14 15:04:05 -07002312Copyright (c) 1992 Henry Spencer.
2313Copyright (c) 1992, 1993
2314 The Regents of the University of California. All rights reserved.
2315
2316This code is derived from software contributed to Berkeley by
2317Henry Spencer of the University of Toronto.
2318
2319Redistribution and use in source and binary forms, with or without
2320modification, are permitted provided that the following conditions
2321are met:
23221. Redistributions of source code must retain the above copyright
2323 notice, this list of conditions and the following disclaimer.
23242. Redistributions in binary form must reproduce the above copyright
2325 notice, this list of conditions and the following disclaimer in the
2326 documentation and/or other materials provided with the distribution.
23273. Neither the name of the University nor the names of its contributors
2328 may be used to endorse or promote products derived from this software
2329 without specific prior written permission.
2330
2331THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2332ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2333IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2334ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2335FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2336DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2337OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2338HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2339LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2340OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2341SUCH DAMAGE.
2342
2343-------------------------------------------------------------------
2344
2345Copyright (c) 1992 The Regents of the University of California.
2346All rights reserved.
2347
2348Redistribution and use in source and binary forms, with or without
2349modification, are permitted provided that the following conditions
2350are met:
23511. Redistributions of source code must retain the above copyright
2352 notice, this list of conditions and the following disclaimer.
23532. Redistributions in binary form must reproduce the above copyright
2354 notice, this list of conditions and the following disclaimer in the
2355 documentation and/or other materials provided with the distribution.
23563. Neither the name of the University nor the names of its contributors
2357 may be used to endorse or promote products derived from this software
2358 without specific prior written permission.
2359
2360THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2361ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2362IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2363ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2364FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2365DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2366OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2367HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2368LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2369OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2370SUCH DAMAGE.
2371
2372-------------------------------------------------------------------
2373
2374Copyright (c) 1992, 1993
2375 The Regents of the University of California. All rights reserved.
2376
2377Redistribution and use in source and binary forms, with or without
2378modification, are permitted provided that the following conditions
2379are met:
23801. Redistributions of source code must retain the above copyright
2381 notice, this list of conditions and the following disclaimer.
23822. Redistributions in binary form must reproduce the above copyright
2383 notice, this list of conditions and the following disclaimer in the
2384 documentation and/or other materials provided with the distribution.
23853. Neither the name of the University nor the names of its contributors
2386 may be used to endorse or promote products derived from this software
2387 without specific prior written permission.
2388
2389THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2390ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2391IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2392ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2393FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2394DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2395OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2396HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2397LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2398OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2399SUCH DAMAGE.
2400
2401-------------------------------------------------------------------
2402
2403Copyright (c) 1992, 1993
2404 The Regents of the University of California. All rights reserved.
2405
Elliott Hughes261e2232012-08-14 15:04:05 -07002406This software was developed by the Computer Systems Engineering group
2407at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
2408contributed to Berkeley.
2409
2410All advertising materials mentioning features or use of this software
2411must display the following acknowledgement:
2412 This product includes software developed by the University of
2413 California, Lawrence Berkeley Laboratory.
2414
2415Redistribution and use in source and binary forms, with or without
2416modification, are permitted provided that the following conditions
2417are met:
24181. Redistributions of source code must retain the above copyright
2419 notice, this list of conditions and the following disclaimer.
24202. Redistributions in binary form must reproduce the above copyright
2421 notice, this list of conditions and the following disclaimer in the
2422 documentation and/or other materials provided with the distribution.
24233. All advertising materials mentioning features or use of this software
2424 must display the following acknowledgement:
2425 This product includes software developed by the University of
2426 California, Berkeley and its contributors.
24274. Neither the name of the University nor the names of its contributors
2428 may be used to endorse or promote products derived from this software
2429 without specific prior written permission.
2430
2431THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2432ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2433IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2434ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2435FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2436DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2437OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2438HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2439LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2440OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2441SUCH DAMAGE.
2442
2443-------------------------------------------------------------------
2444
2445Copyright (c) 1992, 1993
2446 The Regents of the University of California. All rights reserved.
Elliott Hughes261e2232012-08-14 15:04:05 -07002447(c) UNIX System Laboratories, Inc.
2448All or some portions of this file are derived from material licensed
2449to the University of California by American Telephone and Telegraph
2450Co. or Unix System Laboratories, Inc. and are reproduced herein with
2451the permission of UNIX System Laboratories, Inc.
2452
2453Redistribution and use in source and binary forms, with or without
2454modification, are permitted provided that the following conditions
2455are met:
24561. Redistributions of source code must retain the above copyright
2457 notice, this list of conditions and the following disclaimer.
24582. Redistributions in binary form must reproduce the above copyright
2459 notice, this list of conditions and the following disclaimer in the
2460 documentation and/or other materials provided with the distribution.
24613. Neither the name of the University nor the names of its contributors
2462 may be used to endorse or promote products derived from this software
2463 without specific prior written permission.
2464
2465THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2466ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2467IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2468ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2469FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2470DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2471OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2472HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2473LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2474OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2475SUCH DAMAGE.
2476
2477-------------------------------------------------------------------
2478
Elliott Hughes261e2232012-08-14 15:04:05 -07002479Copyright (c) 1993
Elliott Hughes261e2232012-08-14 15:04:05 -07002480 The Regents of the University of California. All rights reserved.
2481
2482Redistribution and use in source and binary forms, with or without
2483modification, are permitted provided that the following conditions
2484are met:
24851. Redistributions of source code must retain the above copyright
2486 notice, this list of conditions and the following disclaimer.
24872. Redistributions in binary form must reproduce the above copyright
2488 notice, this list of conditions and the following disclaimer in the
2489 documentation and/or other materials provided with the distribution.
24903. Neither the name of the University nor the names of its contributors
2491 may be used to endorse or promote products derived from this software
2492 without specific prior written permission.
2493
2494THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2495ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2496IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2497ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2498FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2499DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2500OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2501HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2502LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2503OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2504SUCH DAMAGE.
2505
2506-------------------------------------------------------------------
2507
Elliott Hughes261e2232012-08-14 15:04:05 -07002508Copyright (c) 1993 Martin Birgmeier
2509All rights reserved.
2510
2511You may redistribute unmodified or modified versions of this source
2512code provided that the above copyright notice and this and the
2513following conditions are retained.
2514
2515This software is provided ``as is'', and comes with no warranties
2516of any kind. I shall in no event be liable for anything that happens
2517to anyone/anything when using this software.
2518
2519-------------------------------------------------------------------
2520
Elliott Hughes4e54b112014-03-06 15:06:11 -08002521Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
Elliott Hughes448080d2013-01-29 16:25:06 -08002522All rights reserved.
2523
Elliott Hughes448080d2013-01-29 16:25:06 -08002524Redistribution and use in source and binary forms, with or without
2525modification, are permitted provided that the following conditions
2526are met:
25271. Redistributions of source code must retain the above copyright
2528 notice, this list of conditions and the following disclaimer.
25292. Redistributions in binary form must reproduce the above copyright
2530 notice, this list of conditions and the following disclaimer in the
2531 documentation and/or other materials provided with the distribution.
Elliott Hughes4e54b112014-03-06 15:06:11 -080025323. The name of the author may not be used to endorse or promote products
2533 derived from this software without specific prior written permission.
Elliott Hughes448080d2013-01-29 16:25:06 -08002534
Elliott Hughes4e54b112014-03-06 15:06:11 -08002535THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2536IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2537OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2538IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2539SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2540PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
2541OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
2542WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
2543OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
2544ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Elliott Hughes448080d2013-01-29 16:25:06 -08002545
2546-------------------------------------------------------------------
2547
Elliott Hughesd3627a42022-12-06 22:24:27 +00002548Copyright (c) 1994 Winning Strategies, Inc.
2549All rights reserved.
2550
2551Redistribution and use in source and binary forms, with or without
2552modification, are permitted provided that the following conditions
2553are met:
25541. Redistributions of source code must retain the above copyright
2555 notice, this list of conditions and the following disclaimer.
25562. Redistributions in binary form must reproduce the above copyright
2557 notice, this list of conditions and the following disclaimer in the
2558 documentation and/or other materials provided with the distribution.
25593. All advertising materials mentioning features or use of this software
2560 must display the following acknowledgement:
2561 This product includes software developed by Winning Strategies, Inc.
25624. The name of the author may not be used to endorse or promote products
2563 derived from this software without specific prior written permission.
2564
2565THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2566IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2567OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2568IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2569INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2570NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2571DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2572THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2573(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2574THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2575
2576-------------------------------------------------------------------
2577
Elliott Hughes261e2232012-08-14 15:04:05 -07002578Copyright (c) 1996 by Internet Software Consortium.
2579
2580Permission to use, copy, modify, and distribute this software for any
2581purpose with or without fee is hereby granted, provided that the above
2582copyright notice and this permission notice appear in all copies.
2583
2584THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
2585ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
2586OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
2587CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
2588DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
2589PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
2590ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
2591SOFTWARE.
2592
2593-------------------------------------------------------------------
2594
2595Copyright (c) 1996, David Mazieres <dm@uun.org>
2596Copyright (c) 2008, Damien Miller <djm@openbsd.org>
Elliott Hughes15581382014-07-07 15:42:06 -07002597Copyright (c) 2013, Markus Friedl <markus@openbsd.org>
2598
2599Permission to use, copy, modify, and distribute this software for any
2600purpose with or without fee is hereby granted, provided that the above
2601copyright notice and this permission notice appear in all copies.
2602
2603THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2604WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2605MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2606ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2607WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2608ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2609OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2610
2611-------------------------------------------------------------------
2612
Elliott Hughesb3646832017-07-11 12:34:19 -07002613Copyright (c) 1996, David Mazieres <dm@uun.org>
2614Copyright (c) 2008, Damien Miller <djm@openbsd.org>
2615Copyright (c) 2013, Markus Friedl <markus@openbsd.org>
2616Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org>
2617
2618Permission to use, copy, modify, and distribute this software for any
2619purpose with or without fee is hereby granted, provided that the above
2620copyright notice and this permission notice appear in all copies.
2621
2622THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2623WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2624MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2625ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2626WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2627ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2628OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2629
2630-------------------------------------------------------------------
2631
Elliott Hughes15581382014-07-07 15:42:06 -07002632Copyright (c) 1996-1998, 2008 Theo de Raadt
2633Copyright (c) 1997, 2008-2009 Todd C. Miller
Elliott Hughes261e2232012-08-14 15:04:05 -07002634
2635Permission to use, copy, modify, and distribute this software for any
2636purpose with or without fee is hereby granted, provided that the above
2637copyright notice and this permission notice appear in all copies.
2638
2639THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2640WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2641MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2642ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2643WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2644ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2645OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2646
2647-------------------------------------------------------------------
2648
Elliott Hughes387d4b72012-08-09 15:17:46 -07002649Copyright (c) 1997 Mark Brinicombe
Elliott Hughesdfb74c52016-10-24 12:53:17 -07002650Copyright (C) 2010 The Android Open Source Project
Elliott Hughes387d4b72012-08-09 15:17:46 -07002651All rights reserved.
2652
2653Redistribution and use in source and binary forms, with or without
2654modification, are permitted provided that the following conditions
2655are met:
26561. Redistributions of source code must retain the above copyright
2657 notice, this list of conditions and the following disclaimer.
26582. Redistributions in binary form must reproduce the above copyright
2659 notice, this list of conditions and the following disclaimer in the
2660 documentation and/or other materials provided with the distribution.
26613. All advertising materials mentioning features or use of this software
2662 must display the following acknowledgement:
2663 This product includes software developed by Mark Brinicombe
26644. Neither the name of the University nor the names of its contributors
2665 may be used to endorse or promote products derived from this software
2666 without specific prior written permission.
2667
2668THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
2669ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2670IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2671ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
2672FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2673DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2674OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2675HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2676LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2677OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2678SUCH DAMAGE.
2679
2680-------------------------------------------------------------------
2681
Elliott Hughes261e2232012-08-14 15:04:05 -07002682Copyright (c) 1997 Niklas Hallqvist. All rights reserved.
Elliott Hughes387d4b72012-08-09 15:17:46 -07002683
2684Redistribution and use in source and binary forms, with or without
2685modification, are permitted provided that the following conditions
2686are met:
26871. Redistributions of source code must retain the above copyright
2688 notice, this list of conditions and the following disclaimer.
26892. Redistributions in binary form must reproduce the above copyright
2690 notice, this list of conditions and the following disclaimer in the
2691 documentation and/or other materials provided with the distribution.
2692
Elliott Hughes261e2232012-08-14 15:04:05 -07002693THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2694IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2695OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2696IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2697INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2698NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2699DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2700THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2701(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2702THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Elliott Hughes387d4b72012-08-09 15:17:46 -07002703
2704-------------------------------------------------------------------
2705
Elliott Hughesda46cae2018-05-24 14:40:32 -07002706Copyright (c) 1997 The NetBSD Foundation, Inc.
2707All rights reserved.
2708
2709This code is derived from software contributed to The NetBSD Foundation
2710by Neil A. Carson and Mark Brinicombe
2711
2712Redistribution and use in source and binary forms, with or without
2713modification, are permitted provided that the following conditions
2714are met:
27151. Redistributions of source code must retain the above copyright
2716 notice, this list of conditions and the following disclaimer.
27172. Redistributions in binary form must reproduce the above copyright
2718 notice, this list of conditions and the following disclaimer in the
2719 documentation and/or other materials provided with the distribution.
2720
2721THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2722``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2723TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2724PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2725BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2726CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2727SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2728INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2729CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2730ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2731POSSIBILITY OF SUCH DAMAGE.
2732
2733-------------------------------------------------------------------
2734
Elliott Hughes26b06072020-07-31 11:00:10 -07002735Copyright (c) 1997 Todd C. Miller <millert@openbsd.org>
Elliott Hughes261e2232012-08-14 15:04:05 -07002736
2737Permission to use, copy, modify, and distribute this software for any
2738purpose with or without fee is hereby granted, provided that the above
2739copyright notice and this permission notice appear in all copies.
2740
2741THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2742WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2743MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2744ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2745WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2746ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2747OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2748
2749-------------------------------------------------------------------
2750
Elliott Hughes9a4b68e2019-11-20 14:56:22 -08002751Copyright (c) 1997 Todd C. Miller <millert@openbsd.org>
Elliott Hughesbfa582d2014-05-05 14:58:17 -07002752All rights reserved.
2753
2754Redistribution and use in source and binary forms, with or without
2755modification, are permitted provided that the following conditions
2756are met:
27571. Redistributions of source code must retain the above copyright
2758 notice, this list of conditions and the following disclaimer.
27592. Redistributions in binary form must reproduce the above copyright
2760 notice, this list of conditions and the following disclaimer in the
2761 documentation and/or other materials provided with the distribution.
27623. The name of the author may not be used to endorse or promote products
2763 derived from this software without specific prior written permission.
2764
2765THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
2766INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
2767AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
2768THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2769EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2770PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
2771OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
2772WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
2773OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
2774ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2775
2776-------------------------------------------------------------------
2777
Elliott Hughes261e2232012-08-14 15:04:05 -07002778Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc.
2779All rights reserved.
2780
2781This code is derived from software contributed to The NetBSD Foundation
2782by Luke Mewburn.
2783
2784Redistribution and use in source and binary forms, with or without
2785modification, are permitted provided that the following conditions
2786are met:
27871. Redistributions of source code must retain the above copyright
2788 notice, this list of conditions and the following disclaimer.
27892. Redistributions in binary form must reproduce the above copyright
2790 notice, this list of conditions and the following disclaimer in the
2791 documentation and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -07002792
2793THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2794``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2795TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2796PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2797BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2798CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2799SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2800INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2801CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2802ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2803POSSIBILITY OF SUCH DAMAGE.
2804
2805-------------------------------------------------------------------
2806
2807Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc.
2808All rights reserved.
2809
2810This code is derived from software contributed to The NetBSD Foundation
2811by Luke Mewburn; and by Jason R. Thorpe.
2812
2813Redistribution and use in source and binary forms, with or without
2814modification, are permitted provided that the following conditions
2815are met:
28161. Redistributions of source code must retain the above copyright
2817 notice, this list of conditions and the following disclaimer.
28182. Redistributions in binary form must reproduce the above copyright
2819 notice, this list of conditions and the following disclaimer in the
2820 documentation and/or other materials provided with the distribution.
28213. All advertising materials mentioning features or use of this software
2822 must display the following acknowledgement:
2823 This product includes software developed by the NetBSD
2824 Foundation, Inc. and its contributors.
28254. Neither the name of The NetBSD Foundation nor the names of its
2826 contributors may be used to endorse or promote products derived
2827 from this software without specific prior written permission.
2828
2829THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2830``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2831TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2832PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2833BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2834CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2835SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2836INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2837CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2838ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2839POSSIBILITY OF SUCH DAMAGE.
2840
2841-------------------------------------------------------------------
2842
Elliott Hughesd3627a42022-12-06 22:24:27 +00002843Copyright (c) 1997, 1998, 2005, 2008 The NetBSD Foundation, Inc.
2844All rights reserved.
2845
2846This code was contributed to The NetBSD Foundation by Klaus Klein.
2847
2848Redistribution and use in source and binary forms, with or without
2849modification, are permitted provided that the following conditions
2850are met:
28511. Redistributions of source code must retain the above copyright
2852 notice, this list of conditions and the following disclaimer.
28532. Redistributions in binary form must reproduce the above copyright
2854 notice, this list of conditions and the following disclaimer in the
2855 documentation and/or other materials provided with the distribution.
2856
2857THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2858``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2859TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2860PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2861BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2862CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2863SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2864INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2865CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2866ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2867POSSIBILITY OF SUCH DAMAGE.
2868
2869-------------------------------------------------------------------
2870
Elliott Hughes261e2232012-08-14 15:04:05 -07002871Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com>
2872
2873Permission to use, copy, modify, and distribute this software for any
2874purpose with or without fee is hereby granted, provided that the above
2875copyright notice and this permission notice appear in all copies.
2876
2877THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2878WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2879MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2880ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2881WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2882ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2883OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2884
2885-------------------------------------------------------------------
2886
Elliott Hughes261e2232012-08-14 15:04:05 -07002887Copyright (c) 1998 The NetBSD Foundation, Inc.
2888All rights reserved.
2889
2890This code is derived from software contributed to The NetBSD Foundation
2891by Klaus Klein.
2892
2893Redistribution and use in source and binary forms, with or without
2894modification, are permitted provided that the following conditions
2895are met:
28961. Redistributions of source code must retain the above copyright
2897 notice, this list of conditions and the following disclaimer.
28982. Redistributions in binary form must reproduce the above copyright
2899 notice, this list of conditions and the following disclaimer in the
2900 documentation and/or other materials provided with the distribution.
29013. All advertising materials mentioning features or use of this software
2902 must display the following acknowledgement:
2903 This product includes software developed by the NetBSD
2904 Foundation, Inc. and its contributors.
29054. Neither the name of The NetBSD Foundation nor the names of its
2906 contributors may be used to endorse or promote products derived
2907 from this software without specific prior written permission.
2908
2909THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2910``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2911TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2912PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2913BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2914CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2915SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2916INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2917CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2918ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2919POSSIBILITY OF SUCH DAMAGE.
2920
2921-------------------------------------------------------------------
2922
Elliott Hughes9a4b68e2019-11-20 14:56:22 -08002923Copyright (c) 1998, 2015 Todd C. Miller <millert@openbsd.org>
Elliott Hughesb4931ce2016-02-08 17:00:12 -08002924
2925Permission to use, copy, modify, and distribute this software for any
2926purpose with or without fee is hereby granted, provided that the above
2927copyright notice and this permission notice appear in all copies.
2928
2929THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2930WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2931MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2932ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2933WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2934ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2935OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2936
2937-------------------------------------------------------------------
2938
Elliott Hughes261e2232012-08-14 15:04:05 -07002939Copyright (c) 2000 Ben Harris.
2940Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
2941All rights reserved.
2942
2943Redistribution and use in source and binary forms, with or without
2944modification, are permitted provided that the following conditions
2945are met:
29461. Redistributions of source code must retain the above copyright
2947 notice, this list of conditions and the following disclaimer.
29482. Redistributions in binary form must reproduce the above copyright
2949 notice, this list of conditions and the following disclaimer in the
2950 documentation and/or other materials provided with the distribution.
29513. Neither the name of the project nor the names of its contributors
2952 may be used to endorse or promote products derived from this software
2953 without specific prior written permission.
2954
2955THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
2956ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2957IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2958ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
2959FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2960DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2961OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2962HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2963LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2964OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2965SUCH DAMAGE.
2966
2967-------------------------------------------------------------------
2968
2969Copyright (c) 2000 The NetBSD Foundation, Inc.
2970All rights reserved.
2971
2972This code is derived from software contributed to The NetBSD Foundation
Elliott Hughes261e2232012-08-14 15:04:05 -07002973by Dieter Baron and Thomas Klausner.
2974
2975Redistribution and use in source and binary forms, with or without
2976modification, are permitted provided that the following conditions
2977are met:
29781. Redistributions of source code must retain the above copyright
2979 notice, this list of conditions and the following disclaimer.
29802. Redistributions in binary form must reproduce the above copyright
2981 notice, this list of conditions and the following disclaimer in the
2982 documentation and/or other materials provided with the distribution.
Elliott Hughes261e2232012-08-14 15:04:05 -07002983
2984THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2985``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2986TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2987PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2988BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2989CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2990SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2991INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2992CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2993ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2994POSSIBILITY OF SUCH DAMAGE.
2995
2996-------------------------------------------------------------------
2997
Elliott Hughes54a74942014-01-03 16:40:37 -08002998Copyright (c) 2001 Wasabi Systems, Inc.
2999All rights reserved.
3000
3001Written by Frank van der Linden for Wasabi Systems, Inc.
3002
3003Redistribution and use in source and binary forms, with or without
3004modification, are permitted provided that the following conditions
3005are met:
30061. Redistributions of source code must retain the above copyright
3007 notice, this list of conditions and the following disclaimer.
30082. Redistributions in binary form must reproduce the above copyright
3009 notice, this list of conditions and the following disclaimer in the
3010 documentation and/or other materials provided with the distribution.
30113. All advertising materials mentioning features or use of this software
3012 must display the following acknowledgement:
3013 This product includes software developed for the NetBSD Project by
3014 Wasabi Systems, Inc.
30154. The name of Wasabi Systems, Inc. may not be used to endorse
3016 or promote products derived from this software without specific prior
3017 written permission.
3018
3019THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND
3020ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3021TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3022PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC
3023BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3024CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3025SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3026INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3027CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3028ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3029POSSIBILITY OF SUCH DAMAGE.
3030
3031-------------------------------------------------------------------
3032
Elliott Hughes882b8af2016-05-16 17:35:36 -07003033Copyright (c) 2001-2011 The FreeBSD Project.
3034All rights reserved.
3035
3036Redistribution and use in source and binary forms, with or without
3037modification, are permitted provided that the following conditions
3038are met:
30391. Redistributions of source code must retain the above copyright
3040 notice, this list of conditions and the following disclaimer.
30412. Redistributions in binary form must reproduce the above copyright
3042 notice, this list of conditions and the following disclaimer in the
3043 documentation and/or other materials provided with the distribution.
3044
3045THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3046ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3047IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3048ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3049FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3050DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3051OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3052HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3053LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3054OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3055SUCH DAMAGE.
3056
3057-------------------------------------------------------------------
3058
Elliott Hughes261e2232012-08-14 15:04:05 -07003059Copyright (c) 2002 Daniel Hartmeier
3060All rights reserved.
3061
3062Redistribution and use in source and binary forms, with or without
3063modification, are permitted provided that the following conditions
3064are met:
3065
3066 - Redistributions of source code must retain the above copyright
3067 notice, this list of conditions and the following disclaimer.
3068 - Redistributions in binary form must reproduce the above
3069 copyright notice, this list of conditions and the following
3070 disclaimer in the documentation and/or other materials provided
3071 with the distribution.
3072
3073THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3074"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3075LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
3076FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
3077COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
3078INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
3079BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3080LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
3081CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3082LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
3083ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3084POSSIBILITY OF SUCH DAMAGE.
3085
3086-------------------------------------------------------------------
3087
Elliott Hughesbfa582d2014-05-05 14:58:17 -07003088Copyright (c) 2002 Tim J. Robbins.
3089All rights reserved.
3090
3091Redistribution and use in source and binary forms, with or without
3092modification, are permitted provided that the following conditions
3093are met:
30941. Redistributions of source code must retain the above copyright
3095 notice, this list of conditions and the following disclaimer.
30962. Redistributions in binary form must reproduce the above copyright
3097 notice, this list of conditions and the following disclaimer in the
3098 documentation and/or other materials provided with the distribution.
3099
3100THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3101ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3102IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3103ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3104FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3105DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3106OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3107HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3108LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3109OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3110SUCH DAMAGE.
3111
3112-------------------------------------------------------------------
3113
Elliott Hughes261e2232012-08-14 15:04:05 -07003114Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com>
3115
3116Permission to use, copy, modify, and distribute this software for any
3117purpose with or without fee is hereby granted, provided that the above
3118copyright notice and this permission notice appear in all copies.
3119
3120THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3121WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3122MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3123ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3124WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3125ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3126OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3127
3128Sponsored in part by the Defense Advanced Research Projects
3129Agency (DARPA) and Air Force Research Laboratory, Air Force
3130Materiel Command, USAF, under agreement number F39502-99-1-0512.
3131
3132-------------------------------------------------------------------
3133
Elliott Hughesbfa582d2014-05-05 14:58:17 -07003134Copyright (c) 2002, 2003 Tim J. Robbins.
3135All rights reserved.
3136
3137Redistribution and use in source and binary forms, with or without
3138modification, are permitted provided that the following conditions
3139are met:
31401. Redistributions of source code must retain the above copyright
3141 notice, this list of conditions and the following disclaimer.
31422. Redistributions in binary form must reproduce the above copyright
3143 notice, this list of conditions and the following disclaimer in the
3144 documentation and/or other materials provided with the distribution.
3145
3146THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3147ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3148IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3149ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3150FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3151DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3152OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3153HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3154LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3155OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3156SUCH DAMAGE.
3157
3158-------------------------------------------------------------------
3159
3160Copyright (c) 2002-2004 Tim J. Robbins
3161All rights reserved.
3162
3163Redistribution and use in source and binary forms, with or without
3164modification, are permitted provided that the following conditions
3165are met:
31661. Redistributions of source code must retain the above copyright
3167 notice, this list of conditions and the following disclaimer.
31682. Redistributions in binary form must reproduce the above copyright
3169 notice, this list of conditions and the following disclaimer in the
3170 documentation and/or other materials provided with the distribution.
3171
3172THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3173ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3174IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3175ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3176FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3177DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3178OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3179HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3180LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3181OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3182SUCH DAMAGE.
3183
3184-------------------------------------------------------------------
3185
3186Copyright (c) 2002-2004 Tim J. Robbins.
3187All rights reserved.
3188
3189Redistribution and use in source and binary forms, with or without
3190modification, are permitted provided that the following conditions
3191are met:
31921. Redistributions of source code must retain the above copyright
3193 notice, this list of conditions and the following disclaimer.
31942. Redistributions in binary form must reproduce the above copyright
3195 notice, this list of conditions and the following disclaimer in the
3196 documentation and/or other materials provided with the distribution.
3197
3198THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3199ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3200IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3201ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3202FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3203DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3204OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3205HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3206LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3207OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3208SUCH DAMAGE.
3209
3210-------------------------------------------------------------------
3211
Elliott Hughesacbe3222014-04-16 17:01:12 -07003212Copyright (c) 2003 David Schultz <das@FreeBSD.ORG>
3213All rights reserved.
3214
3215Redistribution and use in source and binary forms, with or without
3216modification, are permitted provided that the following conditions
3217are met:
32181. Redistributions of source code must retain the above copyright
3219 notice, this list of conditions and the following disclaimer.
32202. Redistributions in binary form must reproduce the above copyright
3221 notice, this list of conditions and the following disclaimer in the
3222 documentation and/or other materials provided with the distribution.
3223
3224THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3225ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3226IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3227ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3228FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3229DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3230OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3231HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3232LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3233OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3234SUCH DAMAGE.
3235
3236-------------------------------------------------------------------
3237
Elliott Hughes261e2232012-08-14 15:04:05 -07003238Copyright (c) 2003 Networks Associates Technology, Inc.
3239All rights reserved.
3240
3241Portions of this software were developed for the FreeBSD Project by
3242Jacques A. Vidrine, Safeport Network Services, and Network
3243Associates Laboratories, the Security Research Division of Network
3244Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
3245("CBOSS"), as part of the DARPA CHATS research program.
3246
3247Redistribution and use in source and binary forms, with or without
3248modification, are permitted provided that the following conditions
3249are met:
32501. Redistributions of source code must retain the above copyright
3251 notice, this list of conditions and the following disclaimer.
32522. Redistributions in binary form must reproduce the above copyright
3253 notice, this list of conditions and the following disclaimer in the
3254 documentation and/or other materials provided with the distribution.
3255
3256THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3257ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3258IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3259ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3260FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3261DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3262OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3263HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3264LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3265OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3266SUCH DAMAGE.
3267
3268-------------------------------------------------------------------
3269
Nick Kralevich5e58ea02012-09-12 13:21:25 -07003270Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
3271
3272Permission to use, copy, modify, and distribute this software for any
3273purpose with or without fee is hereby granted, provided that the above
3274copyright notice and this permission notice appear in all copies.
3275
3276THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3277WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3278MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3279ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3280WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3281ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3282OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3283
3284Sponsored in part by the Defense Advanced Research Projects
3285Agency (DARPA) and Air Force Research Laboratory, Air Force
3286Materiel Command, USAF, under agreement number F39502-99-1-0512.
3287
3288-------------------------------------------------------------------
3289
Elliott Hughes882b8af2016-05-16 17:35:36 -07003290Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
3291
3292Permission to use, copy, modify, and distribute this software for any
3293purpose with or without fee is hereby granted, provided that the above
3294copyright notice and this permission notice appear in all copies.
3295
3296THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3297WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3298MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3299ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3300WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3301ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3302OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3303
3304Sponsored in part by the Defense Advanced Research Projects
3305Agency (DARPA) and Air Force Research Laboratory, Air Force
3306Materiel Command, USAF, under agreement number F39502-99-1-0512.
3307
3308-------------------------------------------------------------------
3309
Elliott Hughes261e2232012-08-14 15:04:05 -07003310Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3311Copyright (c) 1995,1999 by Internet Software Consortium.
3312
3313Permission to use, copy, modify, and distribute this software for any
3314purpose with or without fee is hereby granted, provided that the above
3315copyright notice and this permission notice appear in all copies.
3316
3317THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3318WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3319MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3320ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3321WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3322ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3323OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3324
3325-------------------------------------------------------------------
3326
3327Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3328Copyright (c) 1995-1999 by Internet Software Consortium
3329
3330Permission to use, copy, modify, and distribute this software for any
3331purpose with or without fee is hereby granted, provided that the above
3332copyright notice and this permission notice appear in all copies.
3333
3334THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3335WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3336MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3337ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3338WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3339ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3340OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3341
3342-------------------------------------------------------------------
3343
3344Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3345Copyright (c) 1995-1999 by Internet Software Consortium.
3346
3347Permission to use, copy, modify, and distribute this software for any
3348purpose with or without fee is hereby granted, provided that the above
3349copyright notice and this permission notice appear in all copies.
3350
3351THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3352WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3353MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3354ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3355WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3356ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3357OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3358
3359-------------------------------------------------------------------
3360
3361Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3362Copyright (c) 1996,1999 by Internet Software Consortium.
3363
3364Permission to use, copy, modify, and distribute this software for any
3365purpose with or without fee is hereby granted, provided that the above
3366copyright notice and this permission notice appear in all copies.
3367
3368THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3369WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3370MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3371ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3372WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3373ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3374OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3375
3376-------------------------------------------------------------------
3377
3378Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3379Copyright (c) 1996-1999 by Internet Software Consortium
3380
3381Permission to use, copy, modify, and distribute this software for any
3382purpose with or without fee is hereby granted, provided that the above
3383copyright notice and this permission notice appear in all copies.
3384
3385THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3386WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3387MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3388ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3389WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3390ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3391OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3392
3393-------------------------------------------------------------------
3394
3395Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3396Copyright (c) 1996-1999 by Internet Software Consortium.
3397
3398Permission to use, copy, modify, and distribute this software for any
3399purpose with or without fee is hereby granted, provided that the above
3400copyright notice and this permission notice appear in all copies.
3401
3402THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3403WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3404MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3405ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3406WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3407ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3408OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3409
3410-------------------------------------------------------------------
3411
3412Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3413Copyright (c) 1997,1999 by Internet Software Consortium.
3414
3415Permission to use, copy, modify, and distribute this software for any
3416purpose with or without fee is hereby granted, provided that the above
3417copyright notice and this permission notice appear in all copies.
3418
3419THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3420WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3421MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3422ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3423WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3424ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3425OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3426
3427-------------------------------------------------------------------
3428
3429Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
Elliott Hughes261e2232012-08-14 15:04:05 -07003430Copyright (c) 1999 by Internet Software Consortium.
3431
3432Permission to use, copy, modify, and distribute this software for any
3433purpose with or without fee is hereby granted, provided that the above
3434copyright notice and this permission notice appear in all copies.
3435
3436THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3437WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3438MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3439ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3440WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3441ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3442OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3443
3444-------------------------------------------------------------------
3445
3446Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3447Portions Copyright (c) 1996-1999 by Internet Software Consortium.
3448
3449Permission to use, copy, modify, and distribute this software for any
3450purpose with or without fee is hereby granted, provided that the above
3451copyright notice and this permission notice appear in all copies.
3452
3453THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3454WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3455MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3456ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3457WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3458ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3459OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3460
3461-------------------------------------------------------------------
3462
Elliott Hughesacbe3222014-04-16 17:01:12 -07003463Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.ORG>
3464All rights reserved.
3465
3466Redistribution and use in source and binary forms, with or without
3467modification, are permitted provided that the following conditions
3468are met:
34691. Redistributions of source code must retain the above copyright
3470 notice, this list of conditions and the following disclaimer.
34712. Redistributions in binary form must reproduce the above copyright
3472 notice, this list of conditions and the following disclaimer in the
3473 documentation and/or other materials provided with the distribution.
3474
3475THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3476ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3477IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3478ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3479FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3480DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3481OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3482HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3483LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3484OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3485SUCH DAMAGE.
3486
3487-------------------------------------------------------------------
3488
Elliott Hughes882b8af2016-05-16 17:35:36 -07003489Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG>
3490All rights reserved.
3491
3492Redistribution and use in source and binary forms, with or without
3493modification, are permitted provided that the following conditions
3494are met:
34951. Redistributions of source code must retain the above copyright
3496 notice, this list of conditions and the following disclaimer.
34972. Redistributions in binary form must reproduce the above copyright
3498 notice, this list of conditions and the following disclaimer in the
3499 documentation and/or other materials provided with the distribution.
3500
3501THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3502ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3503IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3504ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3505FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3506DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3507OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3508HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3509LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3510OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3511SUCH DAMAGE.
3512
3513-------------------------------------------------------------------
3514
3515Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG>
3516All rights reserved.
3517
3518Redistribution and use in source and binary forms, with or without
3519modification, are permitted provided that the following conditions
3520are met:
35211. Redistributions of source code must retain the above copyright
3522 notice, this list of conditions and the following disclaimer.
35232. Redistributions in binary form must reproduce the above copyright
3524 notice, this list of conditions and the following disclaimer in the
3525 documentation and/or other materials provided with the distribution.
3526
3527THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3528ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3529IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3530ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3531FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3532DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3533OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3534HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3535LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3536OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3537SUCH DAMAGE.
3538
3539-------------------------------------------------------------------
3540
Elliott Hughes448080d2013-01-29 16:25:06 -08003541Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC")
3542Copyright (c) 1995-1999 by Internet Software Consortium
3543
3544Permission to use, copy, modify, and distribute this software for any
3545purpose with or without fee is hereby granted, provided that the above
3546copyright notice and this permission notice appear in all copies.
3547
3548THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3549WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3550MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
3551ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3552WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3553ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3554OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3555
3556-------------------------------------------------------------------
3557
Elliott Hughes26b06072020-07-31 11:00:10 -07003558Copyright (c) 2005-2018 Rich Felker
Elliott Hughesc6b38ae2019-11-22 11:15:42 -08003559
3560Permission is hereby granted, free of charge, to any person obtaining
3561a copy of this software and associated documentation files (the
3562"Software"), to deal in the Software without restriction, including
3563without limitation the rights to use, copy, modify, merge, publish,
3564distribute, sublicense, and/or sell copies of the Software, and to
3565permit persons to whom the Software is furnished to do so, subject to
3566the following conditions:
3567
3568The above copyright notice and this permission notice shall be
3569included in all copies or substantial portions of the Software.
3570
3571THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3572EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3573MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3574IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3575CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3576TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3577SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3578
3579-------------------------------------------------------------------
3580
Elliott Hughes5633caa2020-08-06 14:32:43 -07003581Copyright (c) 2005-2020 Rich Felker, et al.
3582
3583Permission is hereby granted, free of charge, to any person obtaining
3584a copy of this software and associated documentation files (the
3585"Software"), to deal in the Software without restriction, including
3586without limitation the rights to use, copy, modify, merge, publish,
3587distribute, sublicense, and/or sell copies of the Software, and to
3588permit persons to whom the Software is furnished to do so, subject to
3589the following conditions:
3590
3591The above copyright notice and this permission notice shall be
3592included in all copies or substantial portions of the Software.
3593
3594THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3595EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3596MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3597IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3598CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3599TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3600SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 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 Hughes5c2264a2014-09-13 09:42:41 -07003865Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org>
3866
3867Permission to use, copy, modify, and distribute this software for any
3868purpose with or without fee is hereby granted, provided that the above
3869copyright notice and this permission notice appear in all copies.
3870
3871THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3872WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3873MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3874ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3875WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3876ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3877OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3878
3879-------------------------------------------------------------------
3880
Elliott Hughes261e2232012-08-14 15:04:05 -07003881Copyright (c) 2011 The Android Open Source Project
3882Copyright (c) 2008 ARM Ltd
3883All rights reserved.
3884
3885Redistribution and use in source and binary forms, with or without
3886modification, are permitted provided that the following conditions
3887are met:
38881. Redistributions of source code must retain the above copyright
3889 notice, this list of conditions and the following disclaimer.
38902. Redistributions in binary form must reproduce the above copyright
3891 notice, this list of conditions and the following disclaimer in the
3892 documentation and/or other materials provided with the distribution.
38933. The name of the company may not be used to endorse or promote
3894 products derived from this software without specific prior written
3895 permission.
3896
3897THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
3898WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
3899MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
3900IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3901SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
3902TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
3903PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
3904LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
3905NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3906SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3907
3908-------------------------------------------------------------------
3909
Elliott Hughes2815b1d2013-06-12 16:00:41 -07003910Copyright (c) 2011, Intel Corporation
3911All rights reserved.
3912
3913Redistribution and use in source and binary forms, with or without
3914modification, are permitted provided that the following conditions are met:
3915
Elliott Hughes3758a242014-07-22 21:24:47 -07003916 * Redistributions of source code must retain the above copyright notice,
3917 * this list of conditions and the following disclaimer.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07003918
Elliott Hughes3758a242014-07-22 21:24:47 -07003919 * Redistributions in binary form must reproduce the above copyright notice,
3920 * this list of conditions and the following disclaimer in the documentation
3921 * and/or other materials provided with the distribution.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07003922
Elliott Hughes3758a242014-07-22 21:24:47 -07003923 * Neither the name of Intel Corporation nor the names of its contributors
3924 * may be used to endorse or promote products derived from this software
3925 * without specific prior written permission.
Elliott Hughes2815b1d2013-06-12 16:00:41 -07003926
3927THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
3928ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3929WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3930DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
3931ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3932(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3933LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
3934ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3935(INCLUDING NEGLIGENCE 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 Hughes261e2232012-08-14 15:04:05 -07003940Copyright (c) 2011, VMware, Inc.
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:
Elliott Hughes3758a242014-07-22 21:24:47 -07003945 * Redistributions of source code must retain the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -07003946 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -07003947 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes261e2232012-08-14 15:04:05 -07003948 notice, this list of conditions and the following disclaimer in the
3949 documentation and/or other materials provided with the distribution.
Elliott Hughes3758a242014-07-22 21:24:47 -07003950 * Neither the name of the VMware, Inc. nor the names of its contributors
Elliott Hughes261e2232012-08-14 15:04:05 -07003951 may be used to endorse or promote products derived from this software
3952 without specific prior written permission.
3953
3954THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
3955AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3956IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3957ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR
3958ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3959(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3960LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3961ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3962(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3963THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3964
3965-------------------------------------------------------------------
3966
Vaisakh K V54a61212024-03-29 13:32:45 +05303967Copyright (c) 2012, Linaro Limited
3968 All rights reserved.
3969 Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
3970 Redistribution and use in source and binary forms, with or without
3971 modification, are permitted provided that the following conditions are met:
3972 * Redistributions of source code must retain the above copyright
3973 notice, this list of conditions and the following disclaimer.
3974 * Redistributions in binary form must reproduce the above copyright
3975 notice, this list of conditions and the following disclaimer in the
3976 documentation and/or other materials provided with the distribution.
3977 * Neither the name of the Linaro nor the
3978 names of its contributors may be used to endorse or promote products
3979 derived from this software without specific prior written permission.
3980 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3981 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3982 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
3983 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
3984 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3985 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3986 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3987 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3988 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3989 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3990 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3991
3992-------------------------------------------------------------------
3993
Jake Weinsteinbff53b22017-05-06 23:22:58 -04003994Copyright (c) 2012-2014 ARM Ltd
3995All rights reserved.
3996
3997Redistribution and use in source and binary forms, with or without
3998modification, are permitted provided that the following conditions
3999are met:
40001. Redistributions of source code must retain the above copyright
4001 notice, this list of conditions and the following disclaimer.
40022. Redistributions in binary form must reproduce the above copyright
4003 notice, this list of conditions and the following disclaimer in the
4004 documentation and/or other materials provided with the distribution.
40053. The name of the company may not be used to endorse or promote
4006 products derived from this software without specific prior written
4007 permission.
4008
4009THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
4010WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4011MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4012IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4013SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4014TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4015PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4016LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4017NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4018SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4019
4020-------------------------------------------------------------------
4021
Elliott Hughes0493a6f2013-03-07 11:48:58 -08004022Copyright (c) 2013 ARM Ltd
4023All rights reserved.
4024
4025Redistribution and use in source and binary forms, with or without
4026modification, are permitted provided that the following conditions
4027are met:
40281. Redistributions of source code must retain the above copyright
4029 notice, this list of conditions and the following disclaimer.
40302. Redistributions in binary form must reproduce the above copyright
4031 notice, this list of conditions and the following disclaimer in the
4032 documentation and/or other materials provided with the distribution.
40333. The name of the company may not be used to endorse or promote
4034 products derived from this software without specific prior written
4035 permission.
4036
4037THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
4038WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4039MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4040IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4041SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4042TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4043PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4044LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4045NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4046SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4047
4048-------------------------------------------------------------------
4049
Elliott Hughes4e54b112014-03-06 15:06:11 -08004050Copyright (c) 2013 Antoine Jacoutot <ajacoutot@openbsd.org>
4051
4052Permission to use, copy, modify, and distribute this software for any
4053purpose with or without fee is hereby granted, provided that the above
4054copyright notice and this permission notice appear in all copies.
4055
4056THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4057WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4058MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4059ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4060WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4061ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
4062OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4063
4064-------------------------------------------------------------------
4065
Elliott Hughes6b2b5852014-12-18 16:27:30 -08004066Copyright (c) 2013 The NetBSD Foundation, Inc.
4067All rights reserved.
Will Newton2753e122013-07-03 09:44:30 +01004068
Elliott Hughes6b2b5852014-12-18 16:27:30 -08004069This code is derived from software contributed to The NetBSD Foundation
4070by Christos Zoulas.
Will Newton2753e122013-07-03 09:44:30 +01004071
Elliott Hughes6b2b5852014-12-18 16:27:30 -08004072Redistribution and use in source and binary forms, with or without
4073modification, are permitted provided that the following conditions
4074are met:
40751. Redistributions of source code must retain the above copyright
4076 notice, this list of conditions and the following disclaimer.
40772. Redistributions in binary form must reproduce the above copyright
4078 notice, this list of conditions and the following disclaimer in the
4079 documentation and/or other materials provided with the distribution.
Will Newton2753e122013-07-03 09:44:30 +01004080
Elliott Hughes6b2b5852014-12-18 16:27:30 -08004081THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
4082``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
4083TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
4084PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
4085BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
4086CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
4087SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
4088INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
4089CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
4090ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
4091POSSIBILITY OF SUCH DAMAGE.
Will Newton2753e122013-07-03 09:44:30 +01004092
4093-------------------------------------------------------------------
4094
Elliott Hughes15581382014-07-07 15:42:06 -07004095Copyright (c) 2014, Intel Corporation
4096All rights reserved.
4097
4098Redistribution and use in source and binary forms, with or without
4099modification, are permitted provided that the following conditions are met:
4100
Elliott Hughes3758a242014-07-22 21:24:47 -07004101 * Redistributions of source code must retain the above copyright notice,
4102 * this list of conditions and the following disclaimer.
Elliott Hughes15581382014-07-07 15:42:06 -07004103
Elliott Hughes3758a242014-07-22 21:24:47 -07004104 * Redistributions in binary form must reproduce the above copyright notice,
4105 * this list of conditions and the following disclaimer in the documentation
4106 * and/or other materials provided with the distribution.
Elliott Hughes15581382014-07-07 15:42:06 -07004107
Elliott Hughes3758a242014-07-22 21:24:47 -07004108 * Neither the name of Intel Corporation nor the names of its contributors
4109 * may be used to endorse or promote products derived from this software
4110 * without specific prior written permission.
Elliott Hughes15581382014-07-07 15:42:06 -07004111
4112THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4113ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4114WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4115DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
4116ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4117(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4118LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
4119ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4120(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4121SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4122
4123-------------------------------------------------------------------
4124
Elliott Hughesb4931ce2016-02-08 17:00:12 -08004125Copyright (c) 2015 Joerg Sonnenberger <joerg@NetBSD.org>.
4126All rights reserved.
4127
4128Redistribution and use in source and binary forms, with or without
4129modification, are permitted provided that the following conditions
4130are met:
4131
41321. Redistributions of source code must retain the above copyright
4133 notice, this list of conditions and the following disclaimer.
41342. Redistributions in binary form must reproduce the above copyright
4135 notice, this list of conditions and the following disclaimer in
4136 the documentation and/or other materials provided with the
4137 distribution.
4138
4139THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4140``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4141LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
4142FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
4143COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
4144INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
4145BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4146LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
4147AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
4148OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
4149OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4150SUCH DAMAGE.
4151
4152-------------------------------------------------------------------
4153
Elliott Hughes5702c6f2017-08-31 17:27:05 -07004154Copyright (c) 2015 Nuxi, https://nuxi.nl/
4155
4156Redistribution and use in source and binary forms, with or without
4157modification, are permitted provided that the following conditions
4158are met:
41591. Redistributions of source code must retain the above copyright
4160 notice, this list of conditions and the following disclaimer.
41612. Redistributions in binary form must reproduce the above copyright
4162 notice, this list of conditions and the following disclaimer in the
4163 documentation and/or other materials provided with the distribution.
4164
4165THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4166ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4167IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4168ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4169FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4170DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4171OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4172HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4173LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4174OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4175SUCH DAMAGE.
4176
4177-------------------------------------------------------------------
4178
Yun Hsiang40a82d02023-05-26 10:10:40 +08004179Copyright (c) 2023 SiFive, Inc.
4180All rights reserved.
4181
4182Redistribution and use in source and binary forms, with or without
4183modification, are permitted provided that the following conditions
4184are met:
41851. Redistributions of source code must retain the above copyright
4186 notice, this list of conditions and the following disclaimer.
41872. Redistributions in binary form must reproduce the above copyright
4188 notice, this list of conditions and the following disclaimer in the
4189 documentation and/or other materials provided with the distribution.
41903. The name of the company may not be used to endorse or promote
4191 products derived from this software without specific prior written
4192 permission.
4193
4194THIS SOFTWARE IS PROVIDED BY SIFIVE INC ``AS IS'' AND ANY EXPRESS OR IMPLIED
4195WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4196MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4197IN NO EVENT SHALL SIFIVE INC BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4198SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4199TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4200PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4201LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4202NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4203SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4204
4205-------------------------------------------------------------------
4206
Elliott Hughes261e2232012-08-14 15:04:05 -07004207Copyright (c)1999 Citrus Project,
4208All rights reserved.
4209
4210Redistribution and use in source and binary forms, with or without
4211modification, are permitted provided that the following conditions
4212are met:
42131. Redistributions of source code must retain the above copyright
4214 notice, this list of conditions and the following disclaimer.
42152. Redistributions in binary form must reproduce the above copyright
4216 notice, this list of conditions and the following disclaimer in the
4217 documentation and/or other materials provided with the distribution.
4218
4219THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4220ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4221IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4222ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4223FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4224DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4225OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4226HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4227LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4228OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4229SUCH DAMAGE.
4230
4231-------------------------------------------------------------------
4232
4233Copyright (c)2001 Citrus Project,
4234All rights reserved.
4235
4236Redistribution and use in source and binary forms, with or without
4237modification, are permitted provided that the following conditions
4238are met:
42391. Redistributions of source code must retain the above copyright
4240 notice, this list of conditions and the following disclaimer.
42412. Redistributions in binary form must reproduce the above copyright
4242 notice, this list of conditions and the following disclaimer in the
4243 documentation and/or other materials provided with the distribution.
4244
4245THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4246ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4247IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4248ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4249FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4250DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4251OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4252HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4253LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4254OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4255SUCH DAMAGE.
4256
4257-------------------------------------------------------------------
4258
Elliott Hughesacbe3222014-04-16 17:01:12 -07004259Copyright (c)2003 Citrus Project,
4260All rights reserved.
4261
4262Redistribution and use in source and binary forms, with or without
4263modification, are permitted provided that the following conditions
4264are met:
42651. Redistributions of source code must retain the above copyright
4266 notice, this list of conditions and the following disclaimer.
42672. Redistributions in binary form must reproduce the above copyright
4268 notice, this list of conditions and the following disclaimer in the
4269 documentation and/or other materials provided with the distribution.
4270
4271THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4272ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4273IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4274ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4275FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4276DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4277OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4278HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4279LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4280OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4281SUCH DAMAGE.
4282
4283-------------------------------------------------------------------
4284
Elliott Hughes77a3e282016-08-08 12:39:56 -07004285Copyright 1989 The Regents of the University of California.
4286 All rights reserved.
4287
4288 Redistribution and use in source and binary forms, with or without
4289 modification, are permitted provided that the following conditions
4290 are met:
4291 1. Redistributions of source code must retain the above copyright
4292 notice, this list of conditions and the following disclaimer.
4293 2. Redistributions in binary form must reproduce the above copyright
4294 notice, this list of conditions and the following disclaimer in the
4295 documentation and/or other materials provided with the distribution.
4296 3. Neither the name of the University nor the names of its contributors
4297 may be used to endorse or promote products derived from this software
4298 without specific prior written permission.
4299
4300 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND
4301 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4302 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4303 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4304 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4305 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4306 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4307 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4308 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4309 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4310
4311-------------------------------------------------------------------
4312
Elliott Hughes5c2264a2014-09-13 09:42:41 -07004313Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
4314Copyright 2008 Damien Miller <djm@openbsd.org>
4315All rights reserved.
4316
4317Theo de Raadt <deraadt@openbsd.org> came up with the idea of using
4318such a mathematical system to generate more random (yet non-repeating)
4319ids to solve the resolver/named problem. But Niels designed the
4320actual system based on the constraints.
4321
4322Later modified by Damien Miller to wrap the LCG output in a 15-bit
4323permutation generator based on a Luby-Rackoff block cipher. This
4324ensures the output is non-repeating and preserves the MSB twiddle
4325trick, but makes it more resistant to LCG prediction.
4326
4327Redistribution and use in source and binary forms, with or without
4328modification, are permitted provided that the following conditions
4329are met:
43301. Redistributions of source code must retain the above copyright
4331 notice, this list of conditions and the following disclaimer.
43322. Redistributions in binary form must reproduce the above copyright
4333 notice, this list of conditions and the following disclaimer in the
4334 documentation and/or other materials provided with the distribution.
4335
4336THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
4337IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
4338OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4339IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
4340INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
4341NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4342DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4343THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4344(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
4345THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4346
4347-------------------------------------------------------------------
4348
Calin Juravlec4fbf922014-03-10 11:23:52 +00004349Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC")
4350Portions Copyright (C) 1996-2003 Internet Software Consortium.
4351
4352Permission to use, copy, modify, and/or distribute this software for any
4353purpose with or without fee is hereby granted, provided that the above
4354copyright notice and this permission notice appear in all copies.
4355
4356THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
4357REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
4358AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
4359INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
4360LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
4361OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
4362PERFORMANCE OF THIS SOFTWARE.
4363
4364-------------------------------------------------------------------
4365
Elliott Hughes261e2232012-08-14 15:04:05 -07004366Portions Copyright (c) 1993 by Digital Equipment Corporation.
4367
4368Permission to use, copy, modify, and distribute this software for any
4369purpose with or without fee is hereby granted, provided that the above
4370copyright notice and this permission notice appear in all copies, and that
4371the name of Digital Equipment Corporation not be used in advertising or
4372publicity pertaining to distribution of the document or software without
4373specific, written prior permission.
4374
4375THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
4376WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
4377OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT
4378CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
4379DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
4380PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
4381ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
4382SOFTWARE.
4383
4384-------------------------------------------------------------------
4385
4386Portions Copyright (c) 1995 by International Business Machines, Inc.
4387
4388International Business Machines, Inc. (hereinafter called IBM) grants
4389permission under its copyrights to use, copy, modify, and distribute this
4390Software with or without fee, provided that the above copyright notice and
4391all paragraphs of this notice appear in all copies, and that the name of IBM
4392not be used in connection with the marketing of any product incorporating
4393the Software or modifications thereof, without specific, written prior
4394permission.
4395
4396To the extent it has a right to do so, IBM grants an immunity from suit
4397under its patents, if any, for the use, sale or manufacture of products to
4398the extent that such products are used for performing Domain Name System
4399dynamic updates in TCP/IP networks by means of the Software. No immunity is
4400granted for any product per se or for any other function of any product.
4401
4402THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES,
4403INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
4404PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL,
4405DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING
4406OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN
4407IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
4408
4409-------------------------------------------------------------------
4410
4411Portions Copyright(C) 1995, Jason Downs. All rights reserved.
4412
4413Redistribution and use in source and binary forms, with or without
4414modification, are permitted provided that the following conditions
4415are met:
44161. Redistributions of source code must retain the above copyright
4417 notice, this list of conditions and the following disclaimer.
44182. Redistributions in binary form must reproduce the above copyright
4419 notice, this list of conditions and the following disclaimer in the
4420 documentation and/or other materials provided with the distribution.
4421
4422THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS
4423OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4424WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4425DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT,
4426INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4427(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
4428SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
4429CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4430LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4431OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4432SUCH DAMAGE.
4433
4434-------------------------------------------------------------------
4435
Elliott Hughes526bd982024-03-19 15:56:30 +00004436SPDX-License-Identifier: BSD-2-Clause
4437
4438Copyright (c) 2002 Tim J. Robbins
4439All rights reserved.
4440
4441Copyright (c) 2011 The FreeBSD Foundation
4442
4443Portions of this software were developed by David Chisnall
4444under sponsorship from the FreeBSD Foundation.
4445
4446Redistribution and use in source and binary forms, with or without
4447modification, are permitted provided that the following conditions
4448are met:
44491. Redistributions of source code must retain the above copyright
4450 notice, this list of conditions and the following disclaimer.
44512. Redistributions in binary form must reproduce the above copyright
4452 notice, this list of conditions and the following disclaimer in the
4453 documentation and/or other materials provided with the distribution.
4454
4455THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4456ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4457IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4458ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4459FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4460DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4461OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4462HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4463LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4464OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4465SUCH DAMAGE.
4466
4467-------------------------------------------------------------------
4468
4469SPDX-License-Identifier: BSD-2-Clause
4470
4471Copyright (c) 2002 Tim J. Robbins
4472All rights reserved.
4473
4474Redistribution and use in source and binary forms, with or without
4475modification, are permitted provided that the following conditions
4476are met:
44771. Redistributions of source code must retain the above copyright
4478 notice, this list of conditions and the following disclaimer.
44792. Redistributions in binary form must reproduce the above copyright
4480 notice, this list of conditions and the following disclaimer in the
4481 documentation and/or other materials provided with the distribution.
4482
4483THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4484ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4485IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4486ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4487FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4488DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4489OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4490HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4491LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4492OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4493SUCH DAMAGE.
4494
4495-------------------------------------------------------------------
4496
4497SPDX-License-Identifier: BSD-2-Clause
4498
4499Copyright (c) 2005 Tim J. Robbins.
4500All rights reserved.
4501
4502Redistribution and use in source and binary forms, with or without
4503modification, are permitted provided that the following conditions
4504are met:
45051. Redistributions of source code must retain the above copyright
4506 notice, this list of conditions and the following disclaimer.
45072. Redistributions in binary form must reproduce the above copyright
4508 notice, this list of conditions and the following disclaimer in the
4509 documentation and/or other materials provided with the distribution.
4510
4511THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4512ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4513IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4514ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4515FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4516DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4517OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4518HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4519LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4520OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4521SUCH DAMAGE.
4522
4523-------------------------------------------------------------------
4524
4525SPDX-License-Identifier: BSD-2-Clause
4526
4527Copyright (c) 2009 David Schultz <das@FreeBSD.org>
4528All rights reserved.
4529
4530Redistribution and use in source and binary forms, with or without
4531modification, are permitted provided that the following conditions
4532are met:
45331. Redistributions of source code must retain the above copyright
4534 notice, this list of conditions and the following disclaimer.
45352. Redistributions in binary form must reproduce the above copyright
4536 notice, this list of conditions and the following disclaimer in the
4537 documentation and/or other materials provided with the distribution.
4538
4539THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4540ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4541IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4542ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4543FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4544DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4545OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4546HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4547LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4548OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4549SUCH DAMAGE.
4550
4551-------------------------------------------------------------------
4552
4553SPDX-License-Identifier: BSD-2-Clause
4554
4555Copyright (c) 2011 David Chisnall
4556All rights reserved.
4557
4558Redistribution and use in source and binary forms, with or without
4559modification, are permitted provided that the following conditions
4560are met:
45611. Redistributions of source code must retain the above copyright
4562 notice, this list of conditions and the following disclaimer.
45632. Redistributions in binary form must reproduce the above copyright
4564 notice, this list of conditions and the following disclaimer in the
4565 documentation and/or other materials provided with the distribution.
4566
4567THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4568ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4569IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4570ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4571FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4572DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4573OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4574HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4575LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4576OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4577SUCH DAMAGE.
4578
4579-------------------------------------------------------------------
4580
4581SPDX-License-Identifier: BSD-2-Clause
4582
4583Copyright (c) 2015 Nuxi, https://nuxi.nl/
4584
4585Redistribution and use in source and binary forms, with or without
4586modification, are permitted provided that the following conditions
4587are met:
45881. Redistributions of source code must retain the above copyright
4589 notice, this list of conditions and the following disclaimer.
45902. Redistributions in binary form must reproduce the above copyright
4591 notice, this list of conditions and the following disclaimer in the
4592 documentation and/or other materials provided with the distribution.
4593
4594THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4595ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4596IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4597ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4598FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4599DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4600OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4601HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4602LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4603OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4604SUCH DAMAGE.
4605
4606-------------------------------------------------------------------
4607
4608SPDX-License-Identifier: BSD-2-Clause
4609
Elliott Hughes6cd03ef2024-03-21 18:06:18 +00004610Copyright (c) 2017, 2018 Dell EMC
4611Copyright (c) 2000, 2001, 2008, 2011, David E. O'Brien
4612Copyright (c) 1998 John D. Polstra.
Elliott Hughes526bd982024-03-19 15:56:30 +00004613All rights reserved.
4614
4615Redistribution and use in source and binary forms, with or without
4616modification, are permitted provided that the following conditions
4617are met:
46181. Redistributions of source code must retain the above copyright
4619 notice, this list of conditions and the following disclaimer.
46202. Redistributions in binary form must reproduce the above copyright
4621 notice, this list of conditions and the following disclaimer in the
4622 documentation and/or other materials provided with the distribution.
4623
4624THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4625ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4626IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4627ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4628FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4629DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4630OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4631HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4632LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4633OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4634SUCH DAMAGE.
4635
4636-------------------------------------------------------------------
4637
Elliott Hughes6cd03ef2024-03-21 18:06:18 +00004638SPDX-License-Identifier: BSD-2-Clause
Elliott Hughes526bd982024-03-19 15:56:30 +00004639
Elliott Hughes6cd03ef2024-03-21 18:06:18 +00004640Copyright (c)1999 Citrus Project,
Elliott Hughes526bd982024-03-19 15:56:30 +00004641All rights reserved.
4642
4643Redistribution and use in source and binary forms, with or without
4644modification, are permitted provided that the following conditions
4645are met:
46461. Redistributions of source code must retain the above copyright
4647 notice, this list of conditions and the following disclaimer.
46482. Redistributions in binary form must reproduce the above copyright
4649 notice, this list of conditions and the following disclaimer in the
4650 documentation and/or other materials provided with the distribution.
4651
4652THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4653ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4654IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4655ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4656FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4657DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4658OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4659HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4660LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4661OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4662SUCH DAMAGE.
4663
4664-------------------------------------------------------------------
4665
4666SPDX-License-Identifier: BSD-3-Clause
4667
4668Copyright (c) 1989, 1993
4669 The Regents of the University of California. All rights reserved.
4670
4671Redistribution and use in source and binary forms, with or without
4672modification, are permitted provided that the following conditions
4673are met:
46741. Redistributions of source code must retain the above copyright
4675 notice, this list of conditions and the following disclaimer.
46762. Redistributions in binary form must reproduce the above copyright
4677 notice, this list of conditions and the following disclaimer in the
4678 documentation and/or other materials provided with the distribution.
46793. Neither the name of the University nor the names of its contributors
4680 may be used to endorse or promote products derived from this software
4681 without specific prior written permission.
4682
4683THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4684ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4685IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4686ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4687FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4688DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4689OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4690HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4691LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4692OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4693SUCH DAMAGE.
4694
4695-------------------------------------------------------------------
4696
4697SPDX-License-Identifier: BSD-3-Clause
4698
4699Copyright (c) 1990, 1993
4700 The Regents of the University of California. All rights reserved.
4701
4702This code is derived from software contributed to Berkeley by
4703Chris Torek.
4704
4705Redistribution and use in source and binary forms, with or without
4706modification, are permitted provided that the following conditions
4707are met:
47081. Redistributions of source code must retain the above copyright
4709 notice, this list of conditions and the following disclaimer.
47102. Redistributions in binary form must reproduce the above copyright
4711 notice, this list of conditions and the following disclaimer in the
4712 documentation and/or other materials provided with the distribution.
47133. Neither the name of the University nor the names of its contributors
4714 may be used to endorse or promote products derived from this software
4715 without specific prior written permission.
4716
4717THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4718ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4719IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4720ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4721FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4722DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4723OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4724HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4725LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4726OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4727SUCH DAMAGE.
4728
4729-------------------------------------------------------------------
4730
4731SPDX-License-Identifier: BSD-3-Clause
4732
Elliott Hughes526bd982024-03-19 15:56:30 +00004733Copyright (c) 1992, 1993
4734 The Regents of the University of California. All rights reserved.
4735
4736Redistribution and use in source and binary forms, with or without
4737modification, are permitted provided that the following conditions
4738are met:
47391. Redistributions of source code must retain the above copyright
4740 notice, this list of conditions and the following disclaimer.
47412. Redistributions in binary form must reproduce the above copyright
4742 notice, this list of conditions and the following disclaimer in the
4743 documentation and/or other materials provided with the distribution.
47443. Neither the name of the University nor the names of its contributors
4745 may be used to endorse or promote products derived from this software
4746 without specific prior written permission.
4747
4748THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4749ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4750IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4751ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4752FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4753DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4754OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4755HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4756LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4757OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4758SUCH DAMAGE.
4759
4760-------------------------------------------------------------------
4761
4762SPDX-License-Identifier: BSD-3-Clause
4763
4764Copyright (c) 1992, 1993, 1994 Henry Spencer.
4765Copyright (c) 1992, 1993, 1994
4766 The Regents of the University of California. All rights reserved.
4767
4768Copyright (c) 2011 The FreeBSD Foundation
4769All rights reserved.
4770Portions of this software were developed by David Chisnall
4771under sponsorship from the FreeBSD Foundation.
4772
4773This code is derived from software contributed to Berkeley by
4774Henry Spencer.
4775
4776Redistribution and use in source and binary forms, with or without
4777modification, are permitted provided that the following conditions
4778are met:
47791. Redistributions of source code must retain the above copyright
4780 notice, this list of conditions and the following disclaimer.
47812. Redistributions in binary form must reproduce the above copyright
4782 notice, this list of conditions and the following disclaimer in the
4783 documentation and/or other materials provided with the distribution.
47843. Neither the name of the University nor the names of its contributors
4785 may be used to endorse or promote products derived from this software
4786 without specific prior written permission.
4787
4788THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4789ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4790IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4791ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4792FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4793DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4794OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4795HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4796LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4797OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4798SUCH DAMAGE.
4799
4800-------------------------------------------------------------------
4801
4802SPDX-License-Identifier: BSD-3-Clause
4803
4804Copyright (c) 1992, 1993, 1994 Henry Spencer.
4805Copyright (c) 1992, 1993, 1994
4806 The Regents of the University of California. All rights reserved.
4807
4808This code is derived from software contributed to Berkeley by
4809Henry Spencer.
4810
4811Redistribution and use in source and binary forms, with or without
4812modification, are permitted provided that the following conditions
4813are met:
48141. Redistributions of source code must retain the above copyright
4815 notice, this list of conditions and the following disclaimer.
48162. Redistributions in binary form must reproduce the above copyright
4817 notice, this list of conditions and the following disclaimer in the
4818 documentation and/or other materials provided with the distribution.
48193. Neither the name of the University nor the names of its contributors
4820 may be used to endorse or promote products derived from this software
4821 without specific prior written permission.
4822
4823THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4824ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4825IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4826ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4827FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4828DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4829OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4830HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4831LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4832OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4833SUCH DAMAGE.
4834
4835-------------------------------------------------------------------
4836
4837SPDX-License-Identifier: BSD-3-Clause
4838
4839Copyright (c) 1998 Softweyr LLC. All rights reserved.
4840
4841strtok_r, from Berkeley strtok
4842Oct 13, 1998 by Wes Peters <wes@softweyr.com>
4843
4844Copyright (c) 1988, 1993
4845 The Regents of the University of California. All rights reserved.
4846
4847Redistribution and use in source and binary forms, with or without
4848modification, are permitted provided that the following conditions
4849are met:
48501. Redistributions of source code must retain the above copyright
4851 notices, this list of conditions and the following disclaimer.
48522. Redistributions in binary form must reproduce the above copyright
4853 notices, this list of conditions and the following disclaimer in the
4854 documentation and/or other materials provided with the distribution.
48553. Neither the name of the University nor the names of its contributors
4856 may be used to endorse or promote products derived from this software
4857 without specific prior written permission.
4858
4859THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS
4860``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4861LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
4862PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SOFTWEYR LLC, THE
4863REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4864SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4865TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4866PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4867LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4868NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4869SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4870
4871-------------------------------------------------------------------
4872
4873SPDX-License-Identifier: BSD-3-Clause
4874
4875Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
4876All rights reserved.
4877
4878Redistribution and use in source and binary forms, with or without
4879modification, are permitted provided that the following conditions
4880are met:
48811. Redistributions of source code must retain the above copyright
4882 notice, this list of conditions and the following disclaimer.
48832. Redistributions in binary form must reproduce the above copyright
4884 notice, this list of conditions and the following disclaimer in the
4885 documentation and/or other materials provided with the distribution.
48863. The name of the author may not be used to endorse or promote products
4887 derived from this software without specific prior written permission.
4888
4889THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
4890INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
4891AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
4892THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
4893EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
4894PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
4895OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
4896WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
4897OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
4898ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4899
4900-------------------------------------------------------------------
4901
4902SPDX-License-Identifier: BSD-3-Clause
4903
4904Copyright (c) 1999
4905 David E. O'Brien
4906Copyright (c) 1988, 1993
4907 The Regents of the University of California. All rights reserved.
4908
4909Redistribution and use in source and binary forms, with or without
4910modification, are permitted provided that the following conditions
4911are met:
49121. Redistributions of source code must retain the above copyright
4913 notice, this list of conditions and the following disclaimer.
49142. Redistributions in binary form must reproduce the above copyright
4915 notice, this list of conditions and the following disclaimer in the
4916 documentation and/or other materials provided with the distribution.
49173. Neither the name of the University nor the names of its contributors
4918 may be used to endorse or promote products derived from this software
4919 without specific prior written permission.
4920
4921THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4922ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4923IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4924ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4925FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4926DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4927OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4928HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4929LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4930OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4931SUCH DAMAGE.
4932
4933-------------------------------------------------------------------
4934
Elliott Hughes261e2232012-08-14 15:04:05 -07004935The author of this software is David M. Gay.
4936
Elliott Hughesacbe3222014-04-16 17:01:12 -07004937Copyright (C) 1998 by Lucent Technologies
4938All Rights Reserved
Elliott Hughes261e2232012-08-14 15:04:05 -07004939
Elliott Hughesacbe3222014-04-16 17:01:12 -07004940Permission to use, copy, modify, and distribute this software and
4941its documentation for any purpose and without fee is hereby
4942granted, provided that the above copyright notice appear in all
4943copies and that both that the copyright notice and this
4944permission notice and warranty disclaimer appear in supporting
4945documentation, and that the name of Lucent or any of its entities
4946not be used in advertising or publicity pertaining to
4947distribution of the software without specific, written prior
4948permission.
Elliott Hughes261e2232012-08-14 15:04:05 -07004949
Elliott Hughesacbe3222014-04-16 17:01:12 -07004950LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4951INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
4952IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
4953SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4954WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4955IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4956ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4957THIS SOFTWARE.
4958
4959-------------------------------------------------------------------
4960
4961The author of this software is David M. Gay.
4962
4963Copyright (C) 1998, 1999 by Lucent Technologies
4964All Rights Reserved
4965
4966Permission to use, copy, modify, and distribute this software and
4967its documentation for any purpose and without fee is hereby
4968granted, provided that the above copyright notice appear in all
4969copies and that both that the copyright notice and this
4970permission notice and warranty disclaimer appear in supporting
4971documentation, and that the name of Lucent or any of its entities
4972not be used in advertising or publicity pertaining to
4973distribution of the software without specific, written prior
4974permission.
4975
4976LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4977INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
4978IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
4979SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4980WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4981IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4982ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4983THIS SOFTWARE.
4984
4985-------------------------------------------------------------------
4986
4987The author of this software is David M. Gay.
4988
4989Copyright (C) 1998, 2000 by Lucent Technologies
4990All Rights Reserved
4991
4992Permission to use, copy, modify, and distribute this software and
4993its documentation for any purpose and without fee is hereby
4994granted, provided that the above copyright notice appear in all
4995copies and that both that the copyright notice and this
4996permission notice and warranty disclaimer appear in supporting
4997documentation, and that the name of Lucent or any of its entities
4998not be used in advertising or publicity pertaining to
4999distribution of the software without specific, written prior
5000permission.
5001
5002LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5003INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
5004IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
5005SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5006WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
5007IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5008ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5009THIS SOFTWARE.
5010
5011-------------------------------------------------------------------
5012
5013The author of this software is David M. Gay.
5014
5015Copyright (C) 1998-2000 by Lucent Technologies
5016All Rights Reserved
5017
5018Permission to use, copy, modify, and distribute this software and
5019its documentation for any purpose and without fee is hereby
5020granted, provided that the above copyright notice appear in all
5021copies and that both that the copyright notice and this
5022permission notice and warranty disclaimer appear in supporting
5023documentation, and that the name of Lucent or any of its entities
5024not be used in advertising or publicity pertaining to
5025distribution of the software without specific, written prior
5026permission.
5027
5028LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5029INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
5030IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
5031SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5032WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
5033IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5034ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5035THIS SOFTWARE.
5036
5037-------------------------------------------------------------------
5038
5039The author of this software is David M. Gay.
5040
5041Copyright (C) 1998-2001 by Lucent Technologies
5042All Rights Reserved
5043
5044Permission to use, copy, modify, and distribute this software and
5045its documentation for any purpose and without fee is hereby
5046granted, provided that the above copyright notice appear in all
5047copies and that both that the copyright notice and this
5048permission notice and warranty disclaimer appear in supporting
5049documentation, and that the name of Lucent or any of its entities
5050not be used in advertising or publicity pertaining to
5051distribution of the software without specific, written prior
5052permission.
5053
5054LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5055INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
5056IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
5057SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5058WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
5059IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5060ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5061THIS SOFTWARE.
5062
5063-------------------------------------------------------------------
5064
5065The author of this software is David M. Gay.
5066
5067Copyright (C) 2000 by Lucent Technologies
5068All Rights Reserved
5069
5070Permission to use, copy, modify, and distribute this software and
5071its documentation for any purpose and without fee is hereby
5072granted, provided that the above copyright notice appear in all
5073copies and that both that the copyright notice and this
5074permission notice and warranty disclaimer appear in supporting
5075documentation, and that the name of Lucent or any of its entities
5076not be used in advertising or publicity pertaining to
5077distribution of the software without specific, written prior
5078permission.
5079
5080LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5081INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
5082IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
5083SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5084WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
5085IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5086ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5087THIS SOFTWARE.
Elliott Hughes261e2232012-08-14 15:04:05 -07005088
5089-------------------------------------------------------------------
5090
Vaisakh K V83e55842024-03-29 12:47:39 +05305091memcpy - copy memory area
5092
5093Copyright (c) 2012-2022, Arm Limited.
5094Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
5095SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
5096
5097-------------------------------------------------------------------
5098