blob: c869a31aecf6b438877dbe936ab347074666cbcd [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 Hughes5702c6f2017-08-31 17:27:05 -07004125Copyright (c) 2015 Nuxi, https://nuxi.nl/
4126
4127Redistribution and use in source and binary forms, with or without
4128modification, are permitted provided that the following conditions
4129are met:
41301. Redistributions of source code must retain the above copyright
4131 notice, this list of conditions and the following disclaimer.
41322. Redistributions in binary form must reproduce the above copyright
4133 notice, this list of conditions and the following disclaimer in the
4134 documentation and/or other materials provided with the distribution.
4135
4136THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4137ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4138IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4139ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4140FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4141DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4142OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4143HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4144LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4145OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4146SUCH DAMAGE.
4147
4148-------------------------------------------------------------------
4149
Yun Hsiang40a82d02023-05-26 10:10:40 +08004150Copyright (c) 2023 SiFive, Inc.
4151All rights reserved.
4152
4153Redistribution and use in source and binary forms, with or without
4154modification, are permitted provided that the following conditions
4155are met:
41561. Redistributions of source code must retain the above copyright
4157 notice, this list of conditions and the following disclaimer.
41582. Redistributions in binary form must reproduce the above copyright
4159 notice, this list of conditions and the following disclaimer in the
4160 documentation and/or other materials provided with the distribution.
41613. The name of the company may not be used to endorse or promote
4162 products derived from this software without specific prior written
4163 permission.
4164
4165THIS SOFTWARE IS PROVIDED BY SIFIVE INC ``AS IS'' AND ANY EXPRESS OR IMPLIED
4166WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4167MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4168IN NO EVENT SHALL SIFIVE INC BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4169SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4170TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4171PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4172LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4173NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4174SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4175
4176-------------------------------------------------------------------
4177
Elliott Hughes261e2232012-08-14 15:04:05 -07004178Copyright (c)1999 Citrus Project,
4179All rights reserved.
4180
4181Redistribution and use in source and binary forms, with or without
4182modification, are permitted provided that the following conditions
4183are met:
41841. Redistributions of source code must retain the above copyright
4185 notice, this list of conditions and the following disclaimer.
41862. Redistributions in binary form must reproduce the above copyright
4187 notice, this list of conditions and the following disclaimer in the
4188 documentation and/or other materials provided with the distribution.
4189
4190THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4191ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4192IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4193ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4194FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4195DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4196OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4197HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4198LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4199OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4200SUCH DAMAGE.
4201
4202-------------------------------------------------------------------
4203
4204Copyright (c)2001 Citrus Project,
4205All rights reserved.
4206
4207Redistribution and use in source and binary forms, with or without
4208modification, are permitted provided that the following conditions
4209are met:
42101. Redistributions of source code must retain the above copyright
4211 notice, this list of conditions and the following disclaimer.
42122. Redistributions in binary form must reproduce the above copyright
4213 notice, this list of conditions and the following disclaimer in the
4214 documentation and/or other materials provided with the distribution.
4215
4216THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4217ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4218IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4219ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4220FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4221DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4222OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4223HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4224LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4225OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4226SUCH DAMAGE.
4227
4228-------------------------------------------------------------------
4229
Elliott Hughesacbe3222014-04-16 17:01:12 -07004230Copyright (c)2003 Citrus Project,
4231All rights reserved.
4232
4233Redistribution and use in source and binary forms, with or without
4234modification, are permitted provided that the following conditions
4235are met:
42361. Redistributions of source code must retain the above copyright
4237 notice, this list of conditions and the following disclaimer.
42382. Redistributions in binary form must reproduce the above copyright
4239 notice, this list of conditions and the following disclaimer in the
4240 documentation and/or other materials provided with the distribution.
4241
4242THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4243ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4244IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4245ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4246FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4247DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4248OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4249HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4250LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4251OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4252SUCH DAMAGE.
4253
4254-------------------------------------------------------------------
4255
Elliott Hughes77a3e282016-08-08 12:39:56 -07004256Copyright 1989 The Regents of the University of California.
4257 All rights reserved.
4258
4259 Redistribution and use in source and binary forms, with or without
4260 modification, are permitted provided that the following conditions
4261 are met:
4262 1. Redistributions of source code must retain the above copyright
4263 notice, this list of conditions and the following disclaimer.
4264 2. Redistributions in binary form must reproduce the above copyright
4265 notice, this list of conditions and the following disclaimer in the
4266 documentation and/or other materials provided with the distribution.
4267 3. Neither the name of the University nor the names of its contributors
4268 may be used to endorse or promote products derived from this software
4269 without specific prior written permission.
4270
4271 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND
4272 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4273 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4274 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4275 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4276 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4277 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4278 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4279 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4280 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4281
4282-------------------------------------------------------------------
4283
Elliott Hughes5c2264a2014-09-13 09:42:41 -07004284Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
4285Copyright 2008 Damien Miller <djm@openbsd.org>
4286All rights reserved.
4287
4288Theo de Raadt <deraadt@openbsd.org> came up with the idea of using
4289such a mathematical system to generate more random (yet non-repeating)
4290ids to solve the resolver/named problem. But Niels designed the
4291actual system based on the constraints.
4292
4293Later modified by Damien Miller to wrap the LCG output in a 15-bit
4294permutation generator based on a Luby-Rackoff block cipher. This
4295ensures the output is non-repeating and preserves the MSB twiddle
4296trick, but makes it more resistant to LCG prediction.
4297
4298Redistribution and use in source and binary forms, with or without
4299modification, are permitted provided that the following conditions
4300are met:
43011. Redistributions of source code must retain the above copyright
4302 notice, this list of conditions and the following disclaimer.
43032. Redistributions in binary form must reproduce the above copyright
4304 notice, this list of conditions and the following disclaimer in the
4305 documentation and/or other materials provided with the distribution.
4306
4307THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
4308IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
4309OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4310IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
4311INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
4312NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4313DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4314THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4315(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
4316THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4317
4318-------------------------------------------------------------------
4319
Calin Juravlec4fbf922014-03-10 11:23:52 +00004320Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC")
4321Portions Copyright (C) 1996-2003 Internet Software Consortium.
4322
4323Permission to use, copy, modify, and/or distribute this software for any
4324purpose with or without fee is hereby granted, provided that the above
4325copyright notice and this permission notice appear in all copies.
4326
4327THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
4328REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
4329AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
4330INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
4331LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
4332OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
4333PERFORMANCE OF THIS SOFTWARE.
4334
4335-------------------------------------------------------------------
4336
Elliott Hughes261e2232012-08-14 15:04:05 -07004337Portions Copyright (c) 1993 by Digital Equipment Corporation.
4338
4339Permission to use, copy, modify, and distribute this software for any
4340purpose with or without fee is hereby granted, provided that the above
4341copyright notice and this permission notice appear in all copies, and that
4342the name of Digital Equipment Corporation not be used in advertising or
4343publicity pertaining to distribution of the document or software without
4344specific, written prior permission.
4345
4346THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
4347WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
4348OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT
4349CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
4350DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
4351PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
4352ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
4353SOFTWARE.
4354
4355-------------------------------------------------------------------
4356
4357Portions Copyright (c) 1995 by International Business Machines, Inc.
4358
4359International Business Machines, Inc. (hereinafter called IBM) grants
4360permission under its copyrights to use, copy, modify, and distribute this
4361Software with or without fee, provided that the above copyright notice and
4362all paragraphs of this notice appear in all copies, and that the name of IBM
4363not be used in connection with the marketing of any product incorporating
4364the Software or modifications thereof, without specific, written prior
4365permission.
4366
4367To the extent it has a right to do so, IBM grants an immunity from suit
4368under its patents, if any, for the use, sale or manufacture of products to
4369the extent that such products are used for performing Domain Name System
4370dynamic updates in TCP/IP networks by means of the Software. No immunity is
4371granted for any product per se or for any other function of any product.
4372
4373THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES,
4374INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
4375PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL,
4376DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING
4377OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN
4378IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
4379
4380-------------------------------------------------------------------
4381
4382Portions Copyright(C) 1995, Jason Downs. All rights reserved.
4383
4384Redistribution and use in source and binary forms, with or without
4385modification, are permitted provided that the following conditions
4386are met:
43871. Redistributions of source code must retain the above copyright
4388 notice, this list of conditions and the following disclaimer.
43892. Redistributions in binary form must reproduce the above copyright
4390 notice, this list of conditions and the following disclaimer in the
4391 documentation and/or other materials provided with the distribution.
4392
4393THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS
4394OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4395WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4396DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT,
4397INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4398(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
4399SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
4400CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4401LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4402OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4403SUCH DAMAGE.
4404
4405-------------------------------------------------------------------
4406
Elliott Hughes526bd982024-03-19 15:56:30 +00004407SPDX-License-Identifier: BSD-2-Clause
4408
4409Copyright (c) 2002 Tim J. Robbins
4410All rights reserved.
4411
4412Copyright (c) 2011 The FreeBSD Foundation
4413
4414Portions of this software were developed by David Chisnall
4415under sponsorship from the FreeBSD Foundation.
4416
4417Redistribution and use in source and binary forms, with or without
4418modification, are permitted provided that the following conditions
4419are met:
44201. Redistributions of source code must retain the above copyright
4421 notice, this list of conditions and the following disclaimer.
44222. Redistributions in binary form must reproduce the above copyright
4423 notice, this list of conditions and the following disclaimer in the
4424 documentation and/or other materials provided with the distribution.
4425
4426THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4427ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4428IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4429ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4430FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4431DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4432OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4433HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4434LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4435OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4436SUCH DAMAGE.
4437
4438-------------------------------------------------------------------
4439
4440SPDX-License-Identifier: BSD-2-Clause
4441
4442Copyright (c) 2002 Tim J. Robbins
4443All rights reserved.
4444
4445Redistribution and use in source and binary forms, with or without
4446modification, are permitted provided that the following conditions
4447are met:
44481. Redistributions of source code must retain the above copyright
4449 notice, this list of conditions and the following disclaimer.
44502. Redistributions in binary form must reproduce the above copyright
4451 notice, this list of conditions and the following disclaimer in the
4452 documentation and/or other materials provided with the distribution.
4453
4454THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4455ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4456IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4457ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4458FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4459DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4460OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4461HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4462LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4463OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4464SUCH DAMAGE.
4465
4466-------------------------------------------------------------------
4467
4468SPDX-License-Identifier: BSD-2-Clause
4469
4470Copyright (c) 2005 Tim J. Robbins.
4471All rights reserved.
4472
4473Redistribution and use in source and binary forms, with or without
4474modification, are permitted provided that the following conditions
4475are met:
44761. Redistributions of source code must retain the above copyright
4477 notice, this list of conditions and the following disclaimer.
44782. Redistributions in binary form must reproduce the above copyright
4479 notice, this list of conditions and the following disclaimer in the
4480 documentation and/or other materials provided with the distribution.
4481
4482THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4483ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4484IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4485ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4486FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4487DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4488OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4489HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4490LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4491OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4492SUCH DAMAGE.
4493
4494-------------------------------------------------------------------
4495
4496SPDX-License-Identifier: BSD-2-Clause
4497
4498Copyright (c) 2009 David Schultz <das@FreeBSD.org>
4499All rights reserved.
4500
4501Redistribution and use in source and binary forms, with or without
4502modification, are permitted provided that the following conditions
4503are met:
45041. Redistributions of source code must retain the above copyright
4505 notice, this list of conditions and the following disclaimer.
45062. Redistributions in binary form must reproduce the above copyright
4507 notice, this list of conditions and the following disclaimer in the
4508 documentation and/or other materials provided with the distribution.
4509
4510THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4511ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4512IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4513ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4514FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4515DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4516OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4517HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4518LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4519OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4520SUCH DAMAGE.
4521
4522-------------------------------------------------------------------
4523
4524SPDX-License-Identifier: BSD-2-Clause
4525
4526Copyright (c) 2011 David Chisnall
4527All rights reserved.
4528
4529Redistribution and use in source and binary forms, with or without
4530modification, are permitted provided that the following conditions
4531are met:
45321. Redistributions of source code must retain the above copyright
4533 notice, this list of conditions and the following disclaimer.
45342. Redistributions in binary form must reproduce the above copyright
4535 notice, this list of conditions and the following disclaimer in the
4536 documentation and/or other materials provided with the distribution.
4537
4538THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4539ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4540IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4541ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4542FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4543DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4544OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4545HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4546LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4547OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4548SUCH DAMAGE.
4549
4550-------------------------------------------------------------------
4551
4552SPDX-License-Identifier: BSD-2-Clause
4553
4554Copyright (c) 2015 Nuxi, https://nuxi.nl/
4555
4556Redistribution and use in source and binary forms, with or without
4557modification, are permitted provided that the following conditions
4558are met:
45591. Redistributions of source code must retain the above copyright
4560 notice, this list of conditions and the following disclaimer.
45612. Redistributions in binary form must reproduce the above copyright
4562 notice, this list of conditions and the following disclaimer in the
4563 documentation and/or other materials provided with the distribution.
4564
4565THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4566ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4567IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4568ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4569FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4570DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4571OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4572HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4573LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4574OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4575SUCH DAMAGE.
4576
4577-------------------------------------------------------------------
4578
4579SPDX-License-Identifier: BSD-2-Clause
4580
Elliott Hughes6cd03ef2024-03-21 18:06:18 +00004581Copyright (c) 2017, 2018 Dell EMC
4582Copyright (c) 2000, 2001, 2008, 2011, David E. O'Brien
4583Copyright (c) 1998 John D. Polstra.
Elliott Hughes526bd982024-03-19 15:56:30 +00004584All rights reserved.
4585
4586Redistribution and use in source and binary forms, with or without
4587modification, are permitted provided that the following conditions
4588are met:
45891. Redistributions of source code must retain the above copyright
4590 notice, this list of conditions and the following disclaimer.
45912. Redistributions in binary form must reproduce the above copyright
4592 notice, this list of conditions and the following disclaimer in the
4593 documentation and/or other materials provided with the distribution.
4594
4595THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4596ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4597IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4598ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4599FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4600DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4601OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4602HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4603LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4604OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4605SUCH DAMAGE.
4606
4607-------------------------------------------------------------------
4608
Elliott Hughes6cd03ef2024-03-21 18:06:18 +00004609SPDX-License-Identifier: BSD-2-Clause
Elliott Hughes526bd982024-03-19 15:56:30 +00004610
Elliott Hughes6cd03ef2024-03-21 18:06:18 +00004611Copyright (c)1999 Citrus Project,
Elliott Hughes526bd982024-03-19 15:56:30 +00004612All rights reserved.
4613
4614Redistribution and use in source and binary forms, with or without
4615modification, are permitted provided that the following conditions
4616are met:
46171. Redistributions of source code must retain the above copyright
4618 notice, this list of conditions and the following disclaimer.
46192. Redistributions in binary form must reproduce the above copyright
4620 notice, this list of conditions and the following disclaimer in the
4621 documentation and/or other materials provided with the distribution.
4622
4623THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4624ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4625IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4626ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4627FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4628DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4629OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4630HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4631LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4632OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4633SUCH DAMAGE.
4634
4635-------------------------------------------------------------------
4636
4637SPDX-License-Identifier: BSD-3-Clause
4638
4639Copyright (c) 1989, 1993
4640 The Regents of the University of California. All rights reserved.
4641
4642Redistribution and use in source and binary forms, with or without
4643modification, are permitted provided that the following conditions
4644are met:
46451. Redistributions of source code must retain the above copyright
4646 notice, this list of conditions and the following disclaimer.
46472. Redistributions in binary form must reproduce the above copyright
4648 notice, this list of conditions and the following disclaimer in the
4649 documentation and/or other materials provided with the distribution.
46503. Neither the name of the University nor the names of its contributors
4651 may be used to endorse or promote products derived from this software
4652 without specific prior written permission.
4653
4654THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4655ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4656IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4657ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4658FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4659DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4660OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4661HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4662LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4663OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4664SUCH DAMAGE.
4665
4666-------------------------------------------------------------------
4667
4668SPDX-License-Identifier: BSD-3-Clause
4669
4670Copyright (c) 1990, 1993
4671 The Regents of the University of California. All rights reserved.
4672
4673This code is derived from software contributed to Berkeley by
4674Chris Torek.
4675
4676Redistribution and use in source and binary forms, with or without
4677modification, are permitted provided that the following conditions
4678are met:
46791. Redistributions of source code must retain the above copyright
4680 notice, this list of conditions and the following disclaimer.
46812. Redistributions in binary form must reproduce the above copyright
4682 notice, this list of conditions and the following disclaimer in the
4683 documentation and/or other materials provided with the distribution.
46843. Neither the name of the University nor the names of its contributors
4685 may be used to endorse or promote products derived from this software
4686 without specific prior written permission.
4687
4688THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4689ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4690IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4691ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4692FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4693DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4694OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4695HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4696LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4697OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4698SUCH DAMAGE.
4699
4700-------------------------------------------------------------------
4701
4702SPDX-License-Identifier: BSD-3-Clause
4703
Elliott Hughes526bd982024-03-19 15:56:30 +00004704Copyright (c) 1992, 1993
4705 The Regents of the University of California. All rights reserved.
4706
4707Redistribution and use in source and binary forms, with or without
4708modification, are permitted provided that the following conditions
4709are met:
47101. Redistributions of source code must retain the above copyright
4711 notice, this list of conditions and the following disclaimer.
47122. Redistributions in binary form must reproduce the above copyright
4713 notice, this list of conditions and the following disclaimer in the
4714 documentation and/or other materials provided with the distribution.
47153. Neither the name of the University nor the names of its contributors
4716 may be used to endorse or promote products derived from this software
4717 without specific prior written permission.
4718
4719THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4720ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4721IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4722ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4723FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4724DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4725OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4726HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4727LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4728OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4729SUCH DAMAGE.
4730
4731-------------------------------------------------------------------
4732
4733SPDX-License-Identifier: BSD-3-Clause
4734
4735Copyright (c) 1992, 1993, 1994 Henry Spencer.
4736Copyright (c) 1992, 1993, 1994
4737 The Regents of the University of California. All rights reserved.
4738
4739Copyright (c) 2011 The FreeBSD Foundation
4740All rights reserved.
4741Portions of this software were developed by David Chisnall
4742under sponsorship from the FreeBSD Foundation.
4743
4744This code is derived from software contributed to Berkeley by
4745Henry Spencer.
4746
4747Redistribution and use in source and binary forms, with or without
4748modification, are permitted provided that the following conditions
4749are met:
47501. Redistributions of source code must retain the above copyright
4751 notice, this list of conditions and the following disclaimer.
47522. Redistributions in binary form must reproduce the above copyright
4753 notice, this list of conditions and the following disclaimer in the
4754 documentation and/or other materials provided with the distribution.
47553. Neither the name of the University nor the names of its contributors
4756 may be used to endorse or promote products derived from this software
4757 without specific prior written permission.
4758
4759THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4760ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4761IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4762ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4763FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4764DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4765OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4766HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4767LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4768OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4769SUCH DAMAGE.
4770
4771-------------------------------------------------------------------
4772
4773SPDX-License-Identifier: BSD-3-Clause
4774
4775Copyright (c) 1992, 1993, 1994 Henry Spencer.
4776Copyright (c) 1992, 1993, 1994
4777 The Regents of the University of California. All rights reserved.
4778
4779This code is derived from software contributed to Berkeley by
4780Henry Spencer.
4781
4782Redistribution and use in source and binary forms, with or without
4783modification, are permitted provided that the following conditions
4784are met:
47851. Redistributions of source code must retain the above copyright
4786 notice, this list of conditions and the following disclaimer.
47872. Redistributions in binary form must reproduce the above copyright
4788 notice, this list of conditions and the following disclaimer in the
4789 documentation and/or other materials provided with the distribution.
47903. Neither the name of the University nor the names of its contributors
4791 may be used to endorse or promote products derived from this software
4792 without specific prior written permission.
4793
4794THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4795ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4796IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4797ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4798FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4799DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4800OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4801HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4802LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4803OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4804SUCH DAMAGE.
4805
4806-------------------------------------------------------------------
4807
4808SPDX-License-Identifier: BSD-3-Clause
4809
4810Copyright (c) 1998 Softweyr LLC. All rights reserved.
4811
4812strtok_r, from Berkeley strtok
4813Oct 13, 1998 by Wes Peters <wes@softweyr.com>
4814
4815Copyright (c) 1988, 1993
4816 The Regents of the University of California. All rights reserved.
4817
4818Redistribution and use in source and binary forms, with or without
4819modification, are permitted provided that the following conditions
4820are met:
48211. Redistributions of source code must retain the above copyright
4822 notices, this list of conditions and the following disclaimer.
48232. Redistributions in binary form must reproduce the above copyright
4824 notices, this list of conditions and the following disclaimer in the
4825 documentation and/or other materials provided with the distribution.
48263. Neither the name of the University nor the names of its contributors
4827 may be used to endorse or promote products derived from this software
4828 without specific prior written permission.
4829
4830THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS
4831``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4832LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
4833PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SOFTWEYR LLC, THE
4834REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4835SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4836TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4837PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4838LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4839NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4840SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4841
4842-------------------------------------------------------------------
4843
4844SPDX-License-Identifier: BSD-3-Clause
4845
4846Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
4847All rights reserved.
4848
4849Redistribution and use in source and binary forms, with or without
4850modification, are permitted provided that the following conditions
4851are met:
48521. Redistributions of source code must retain the above copyright
4853 notice, this list of conditions and the following disclaimer.
48542. Redistributions in binary form must reproduce the above copyright
4855 notice, this list of conditions and the following disclaimer in the
4856 documentation and/or other materials provided with the distribution.
48573. The name of the author may not be used to endorse or promote products
4858 derived from this software without specific prior written permission.
4859
4860THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
4861INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
4862AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
4863THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
4864EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
4865PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
4866OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
4867WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
4868OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
4869ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4870
4871-------------------------------------------------------------------
4872
4873SPDX-License-Identifier: BSD-3-Clause
4874
4875Copyright (c) 1999
4876 David E. O'Brien
4877Copyright (c) 1988, 1993
4878 The Regents of the University of California. All rights reserved.
4879
4880Redistribution and use in source and binary forms, with or without
4881modification, are permitted provided that the following conditions
4882are met:
48831. Redistributions of source code must retain the above copyright
4884 notice, this list of conditions and the following disclaimer.
48852. Redistributions in binary form must reproduce the above copyright
4886 notice, this list of conditions and the following disclaimer in the
4887 documentation and/or other materials provided with the distribution.
48883. Neither the name of the University nor the names of its contributors
4889 may be used to endorse or promote products derived from this software
4890 without specific prior written permission.
4891
4892THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4893ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4894IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4895ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4896FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4897DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4898OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4899HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4900LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4901OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4902SUCH DAMAGE.
4903
4904-------------------------------------------------------------------
4905
Elliott Hughes261e2232012-08-14 15:04:05 -07004906The author of this software is David M. Gay.
4907
Elliott Hughesacbe3222014-04-16 17:01:12 -07004908Copyright (C) 1998 by Lucent Technologies
4909All Rights Reserved
Elliott Hughes261e2232012-08-14 15:04:05 -07004910
Elliott Hughesacbe3222014-04-16 17:01:12 -07004911Permission to use, copy, modify, and distribute this software and
4912its documentation for any purpose and without fee is hereby
4913granted, provided that the above copyright notice appear in all
4914copies and that both that the copyright notice and this
4915permission notice and warranty disclaimer appear in supporting
4916documentation, and that the name of Lucent or any of its entities
4917not be used in advertising or publicity pertaining to
4918distribution of the software without specific, written prior
4919permission.
Elliott Hughes261e2232012-08-14 15:04:05 -07004920
Elliott Hughesacbe3222014-04-16 17:01:12 -07004921LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4922INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
4923IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
4924SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4925WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4926IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4927ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4928THIS SOFTWARE.
4929
4930-------------------------------------------------------------------
4931
4932The author of this software is David M. Gay.
4933
4934Copyright (C) 1998, 1999 by Lucent Technologies
4935All Rights Reserved
4936
4937Permission to use, copy, modify, and distribute this software and
4938its documentation for any purpose and without fee is hereby
4939granted, provided that the above copyright notice appear in all
4940copies and that both that the copyright notice and this
4941permission notice and warranty disclaimer appear in supporting
4942documentation, and that the name of Lucent or any of its entities
4943not be used in advertising or publicity pertaining to
4944distribution of the software without specific, written prior
4945permission.
4946
4947LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4948INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
4949IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
4950SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4951WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4952IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4953ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4954THIS SOFTWARE.
4955
4956-------------------------------------------------------------------
4957
4958The author of this software is David M. Gay.
4959
4960Copyright (C) 1998, 2000 by Lucent Technologies
4961All Rights Reserved
4962
4963Permission to use, copy, modify, and distribute this software and
4964its documentation for any purpose and without fee is hereby
4965granted, provided that the above copyright notice appear in all
4966copies and that both that the copyright notice and this
4967permission notice and warranty disclaimer appear in supporting
4968documentation, and that the name of Lucent or any of its entities
4969not be used in advertising or publicity pertaining to
4970distribution of the software without specific, written prior
4971permission.
4972
4973LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4974INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
4975IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
4976SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4977WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4978IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4979ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4980THIS SOFTWARE.
4981
4982-------------------------------------------------------------------
4983
4984The author of this software is David M. Gay.
4985
4986Copyright (C) 1998-2000 by Lucent Technologies
4987All Rights Reserved
4988
4989Permission to use, copy, modify, and distribute this software and
4990its documentation for any purpose and without fee is hereby
4991granted, provided that the above copyright notice appear in all
4992copies and that both that the copyright notice and this
4993permission notice and warranty disclaimer appear in supporting
4994documentation, and that the name of Lucent or any of its entities
4995not be used in advertising or publicity pertaining to
4996distribution of the software without specific, written prior
4997permission.
4998
4999LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5000INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
5001IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
5002SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5003WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
5004IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5005ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5006THIS SOFTWARE.
5007
5008-------------------------------------------------------------------
5009
5010The author of this software is David M. Gay.
5011
5012Copyright (C) 1998-2001 by Lucent Technologies
5013All Rights Reserved
5014
5015Permission to use, copy, modify, and distribute this software and
5016its documentation for any purpose and without fee is hereby
5017granted, provided that the above copyright notice appear in all
5018copies and that both that the copyright notice and this
5019permission notice and warranty disclaimer appear in supporting
5020documentation, and that the name of Lucent or any of its entities
5021not be used in advertising or publicity pertaining to
5022distribution of the software without specific, written prior
5023permission.
5024
5025LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5026INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
5027IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
5028SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5029WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
5030IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5031ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5032THIS SOFTWARE.
5033
5034-------------------------------------------------------------------
5035
5036The author of this software is David M. Gay.
5037
5038Copyright (C) 2000 by Lucent Technologies
5039All Rights Reserved
5040
5041Permission to use, copy, modify, and distribute this software and
5042its documentation for any purpose and without fee is hereby
5043granted, provided that the above copyright notice appear in all
5044copies and that both that the copyright notice and this
5045permission notice and warranty disclaimer appear in supporting
5046documentation, and that the name of Lucent or any of its entities
5047not be used in advertising or publicity pertaining to
5048distribution of the software without specific, written prior
5049permission.
5050
5051LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5052INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
5053IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
5054SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5055WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
5056IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5057ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5058THIS SOFTWARE.
Elliott Hughes261e2232012-08-14 15:04:05 -07005059
5060-------------------------------------------------------------------
5061
Vaisakh K V83e55842024-03-29 12:47:39 +05305062memcpy - copy memory area
5063
5064Copyright (c) 2012-2022, Arm Limited.
5065Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
5066SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
5067
5068-------------------------------------------------------------------
5069