1Copyright (C) 2018 The Android Open Source Project
2
3Licensed under the Apache License, Version 2.0 (the "License");
4you may not use this file except in compliance with the License.
5You may obtain a copy of the License at
6
7     http://www.apache.org/licenses/LICENSE-2.0
8
9Unless required by applicable law or agreed to in writing, software
10distributed under the License is distributed on an "AS IS" BASIS,
11WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12See the License for the specific language governing permissions and
13limitations under the License.
14 Copyright (c) 1993 John Brezak
15 All rights reserved.
16
17 Redistribution and use in source and binary forms, with or without
18 modification, are permitted provided that the following conditions
19 are met:
20 1. Redistributions of source code must retain the above copyright
21    notice, this list of conditions and the following disclaimer.
22 2. Redistributions in binary form must reproduce the above copyright
23    notice, this list of conditions and the following disclaimer in the
24    documentation and/or other materials provided with the distribution.
25 3. The name of the author may be used to endorse or promote products
26    derived from this software without specific prior written permission.
27
28THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR
29IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
30WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
31DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
32INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
33(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
34SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
35HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
36STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
37ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
38POSSIBILITY OF SUCH DAMAGE.
39
40-------------------------------------------------------------------
41
42 Copyright (c) 2009-2013 The Linux Foundation. All rights reserved.
43
44 Redistribution and use in source and binary forms, with or without
45 modification, are permitted provided that the following conditions are met:
46     * Redistributions of source code must retain the above copyright
47       notice, this list of conditions and the following disclaimer.
48     * Redistributions in binary form must reproduce the above copyright
49       notice, this list of conditions and the following disclaimer in the
50       documentation and/or other materials provided with the distribution.
51     * Neither the name of The Linux Foundation nor the names of its contributors may
52       be used to endorse or promote products derived from this software
53       without specific prior written permission.
54
55 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
56 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
57 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
58 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
59 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
60 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
61 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
62 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
63 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
64 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
65 POSSIBILITY OF SUCH DAMAGE.
66
67-------------------------------------------------------------------
68
69====================================================
70Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
71
72Developed at SunPro, a Sun Microsystems, Inc. business.
73Permission to use, copy, modify, and distribute this
74software is freely granted, provided that this notice
75is preserved.
76
77-------------------------------------------------------------------
78
79Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
80All rights reserved.
81
82Redistribution and use in source and binary forms, with or without
83modification, are permitted provided that the following conditions
84are met:
851. Redistributions of source code must retain the above copyright
86   notice, this list of conditions and the following disclaimer.
872. Redistributions in binary form must reproduce the above copyright
88   notice, this list of conditions and the following disclaimer in the
89   documentation and/or other materials provided with the distribution.
903. Neither the name of the project nor the names of its contributors
91   may be used to endorse or promote products derived from this software
92   without specific prior written permission.
93
94THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
95ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
96IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
97ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
98FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
99DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
100OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
101HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
102LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
103OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
104SUCH DAMAGE.
105
106-------------------------------------------------------------------
107
108Copyright (C) 2004, 2005, 2008  Internet Systems Consortium, Inc. ("ISC")
109Copyright (C) 1995-1999, 2001, 2003  Internet Software Consortium.
110
111Permission to use, copy, modify, and/or distribute this software for any
112purpose with or without fee is hereby granted, provided that the above
113copyright notice and this permission notice appear in all copies.
114
115THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
116REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
117AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
118INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
119LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
120OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
121PERFORMANCE OF THIS SOFTWARE.
122
123-------------------------------------------------------------------
124
125Copyright (C) 2004, 2005, 2008  Internet Systems Consortium, Inc. ("ISC")
126Copyright (C) 1997-2001  Internet Software Consortium.
127
128Permission to use, copy, modify, and/or distribute this software for any
129purpose with or without fee is hereby granted, provided that the above
130copyright notice and this permission notice appear in all copies.
131
132THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
133REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
134AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
135INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
136LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
137OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
138PERFORMANCE OF THIS SOFTWARE.
139
140-------------------------------------------------------------------
141
142Copyright (C) 2006 The Android Open Source Project
143
144Licensed under the Apache License, Version 2.0 (the "License");
145you may not use this file except in compliance with the License.
146You may obtain a copy of the License at
147
148     http://www.apache.org/licenses/LICENSE-2.0
149
150Unless required by applicable law or agreed to in writing, software
151distributed under the License is distributed on an "AS IS" BASIS,
152WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
153See the License for the specific language governing permissions and
154limitations under the License.
155
156-------------------------------------------------------------------
157
158Copyright (C) 2006 The Android Open Source Project
159All rights reserved.
160
161Redistribution and use in source and binary forms, with or without
162modification, are permitted provided that the following conditions
163are met:
164 * Redistributions of source code must retain the above copyright
165   notice, this list of conditions and the following disclaimer.
166 * Redistributions in binary form must reproduce the above copyright
167   notice, this list of conditions and the following disclaimer in
168   the documentation and/or other materials provided with the
169   distribution.
170
171THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
172"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
173LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
174FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
175COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
176INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
177BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
178OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
179AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
180OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
181OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
182SUCH DAMAGE.
183
184-------------------------------------------------------------------
185
186Copyright (C) 2008 The Android Open Source Project
187
188Licensed under the Apache License, Version 2.0 (the "License");
189you may not use this file except in compliance with the License.
190You may obtain a copy of the License at
191
192     http://www.apache.org/licenses/LICENSE-2.0
193
194Unless required by applicable law or agreed to in writing, software
195distributed under the License is distributed on an "AS IS" BASIS,
196WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
197See the License for the specific language governing permissions and
198limitations under the License.
199
200-------------------------------------------------------------------
201
202Copyright (C) 2008 The Android Open Source Project
203All rights reserved.
204
205Redistribution and use in source and binary forms, with or without
206modification, are permitted provided that the following conditions
207are met:
208 * Redistributions of source code must retain the above copyright
209   notice, this list of conditions and the following disclaimer.
210 * Redistributions in binary form must reproduce the above copyright
211   notice, this list of conditions and the following disclaimer in
212   the documentation and/or other materials provided with the
213   distribution.
214
215THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
216"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
217LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
218FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
219COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
220INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
221BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
222OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
223AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
224OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
225OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
226SUCH DAMAGE.
227
228-------------------------------------------------------------------
229
230Copyright (C) 2008 The Android Open Source Project
231All rights reserved.
232Copyright (c) 2013-2014, NVIDIA Corporation.  All rights reserved.
233
234Redistribution and use in source and binary forms, with or without
235modification, are permitted provided that the following conditions
236are met:
237 * Redistributions of source code must retain the above copyright
238   notice, this list of conditions and the following disclaimer.
239 * Redistributions in binary form must reproduce the above copyright
240   notice, this list of conditions and the following disclaimer in
241   the documentation and/or other materials provided with the
242   distribution.
243
244THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
245"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
246LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
247FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
248COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
249INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
250BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
251OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
252AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
253OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
254OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
255SUCH DAMAGE.
256
257-------------------------------------------------------------------
258
259Copyright (C) 2009 The Android Open Source Project
260All rights reserved.
261
262Redistribution and use in source and binary forms, with or without
263modification, are permitted provided that the following conditions
264are met:
265 * Redistributions of source code must retain the above copyright
266   notice, this list of conditions and the following disclaimer.
267 * Redistributions in binary form must reproduce the above copyright
268   notice, this list of conditions and the following disclaimer in
269   the documentation and/or other materials provided with the
270   distribution.
271
272THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
273"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
274LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
275FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
276COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
277INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
278BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
279OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
280AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
281OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
282OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
283SUCH DAMAGE.
284
285-------------------------------------------------------------------
286
287Copyright (C) 2010 The Android Open Source Project
288
289Licensed under the Apache License, Version 2.0 (the "License");
290you may not use this file except in compliance with the License.
291You may obtain a copy of the License at
292
293     http://www.apache.org/licenses/LICENSE-2.0
294
295Unless required by applicable law or agreed to in writing, software
296distributed under the License is distributed on an "AS IS" BASIS,
297WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
298See the License for the specific language governing permissions and
299limitations under the License.
300
301-------------------------------------------------------------------
302
303Copyright (C) 2010 The Android Open Source Project
304All rights reserved.
305
306Redistribution and use in source and binary forms, with or without
307modification, are permitted provided that the following conditions
308are met:
309 * Redistributions of source code must retain the above copyright
310   notice, this list of conditions and the following disclaimer.
311 * Redistributions in binary form must reproduce the above copyright
312   notice, this list of conditions and the following disclaimer in
313   the documentation and/or other materials provided with the
314   distribution.
315
316THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
317"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
318LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
319FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
320COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
321INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
322BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
323OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
324AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
325OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
326OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
327SUCH DAMAGE.
328
329-------------------------------------------------------------------
330
331Copyright (C) 2010 The Android Open Source Project
332Copyright (c) 2008 ARM Ltd
333All rights reserved.
334
335Redistribution and use in source and binary forms, with or without
336modification, are permitted provided that the following conditions
337are met:
3381. Redistributions of source code must retain the above copyright
339   notice, this list of conditions and the following disclaimer.
3402. Redistributions in binary form must reproduce the above copyright
341   notice, this list of conditions and the following disclaimer in the
342   documentation and/or other materials provided with the distribution.
3433. The name of the company may not be used to endorse or promote
344   products derived from this software without specific prior written
345   permission.
346
347THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
348WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
349MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
350IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
351SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
352TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
353PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
354LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
355NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
356SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
357
358Android adaptation and tweak by Jim Huang <[email protected]>.
359
360-------------------------------------------------------------------
361
362Copyright (C) 2011 The Android Open Source Project
363All rights reserved.
364
365Redistribution and use in source and binary forms, with or without
366modification, are permitted provided that the following conditions
367are met:
368 * Redistributions of source code must retain the above copyright
369   notice, this list of conditions and the following disclaimer.
370 * Redistributions in binary form must reproduce the above copyright
371   notice, this list of conditions and the following disclaimer in
372   the documentation and/or other materials provided with the
373   distribution.
374
375THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
376"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
377LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
378FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
379COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
380INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
381BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
382OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
383AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
384OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
385OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
386SUCH DAMAGE.
387
388-------------------------------------------------------------------
389
390Copyright (C) 2012 The Android Open Source Project
391
392Licensed under the Apache License, Version 2.0 (the "License");
393you may not use this file except in compliance with the License.
394You may obtain a copy of the License at
395
396     http://www.apache.org/licenses/LICENSE-2.0
397
398Unless required by applicable law or agreed to in writing, software
399distributed under the License is distributed on an "AS IS" BASIS,
400WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
401See the License for the specific language governing permissions and
402limitations under the License.
403
404-------------------------------------------------------------------
405
406Copyright (C) 2012 The Android Open Source Project
407All rights reserved.
408
409Redistribution and use in source and binary forms, with or without
410modification, are permitted provided that the following conditions
411are met:
412 * Redistributions of source code must retain the above copyright
413   notice, this list of conditions and the following disclaimer.
414 * Redistributions in binary form must reproduce the above copyright
415   notice, this list of conditions and the following disclaimer in
416   the documentation and/or other materials provided with the
417   distribution.
418
419THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
420"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
421LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
422FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
423COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
424INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
425BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
426OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
427AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
428OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
429OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
430SUCH DAMAGE.
431
432-------------------------------------------------------------------
433
434Copyright (C) 2013 Pietro Cerutti <[email protected]>
435
436Redistribution and use in source and binary forms, with or without
437modification, are permitted provided that the following conditions
438are met:
4391. Redistributions of source code must retain the above copyright
440   notice, this list of conditions and the following disclaimer.
4412. Redistributions in binary form must reproduce the above copyright
442   notice, this list of conditions and the following disclaimer in the
443   documentation and/or other materials provided with the distribution.
444
445THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
446ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
447IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
448ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
449FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
450DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
451OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
452HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
453LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
454OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
455SUCH DAMAGE.
456
457-------------------------------------------------------------------
458
459Copyright (C) 2013 The Android Open Source Project
460
461Licensed under the Apache License, Version 2.0 (the "License");
462you may not use this file except in compliance with the License.
463You may obtain a copy of the License at
464
465     http://www.apache.org/licenses/LICENSE-2.0
466
467Unless required by applicable law or agreed to in writing, software
468distributed under the License is distributed on an "AS IS" BASIS,
469WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
470See the License for the specific language governing permissions and
471limitations under the License.
472
473-------------------------------------------------------------------
474
475Copyright (C) 2013 The Android Open Source Project
476All rights reserved.
477
478Redistribution and use in source and binary forms, with or without
479modification, are permitted provided that the following conditions
480are met:
481 * Redistributions of source code must retain the above copyright
482   notice, this list of conditions and the following disclaimer.
483 * Redistributions in binary form must reproduce the above copyright
484   notice, this list of conditions and the following disclaimer in
485   the documentation and/or other materials provided with the
486   distribution.
487
488THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
489"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
490LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
491FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
492COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
493INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
494BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
495OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
496AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
497OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
498OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
499SUCH DAMAGE.
500
501-------------------------------------------------------------------
502
503Copyright (C) 2013 The Android Open Source Project
504All rights reserved.
505Copyright (c) 2013-2014 NVIDIA Corporation.  All rights reserved.
506
507Redistribution and use in source and binary forms, with or without
508modification, are permitted provided that the following conditions
509are met:
510 * Redistributions of source code must retain the above copyright
511   notice, this list of conditions and the following disclaimer.
512 * Redistributions in binary form must reproduce the above copyright
513   notice, this list of conditions and the following disclaimer in
514   the documentation and/or other materials provided with the
515   distribution.
516
517THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
518"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
519LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
520FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
521COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
522INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
523BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
524OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
525AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
526OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
527OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
528SUCH DAMAGE.
529
530-------------------------------------------------------------------
531
532Copyright (C) 2014 The Android Open Source Project
533
534Licensed under the Apache License, Version 2.0 (the "License");
535you may not use this file except in compliance with the License.
536You may obtain a copy of the License at
537
538     http://www.apache.org/licenses/LICENSE-2.0
539
540Unless required by applicable law or agreed to in writing, software
541distributed under the License is distributed on an "AS IS" BASIS,
542WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
543See the License for the specific language governing permissions and
544limitations under the License.
545
546-------------------------------------------------------------------
547
548Copyright (C) 2014 The Android Open Source Project
549All rights reserved.
550
551Redistribution and use in source and binary forms, with or without
552modification, are permitted provided that the following conditions
553are met:
554 * Redistributions of source code must retain the above copyright
555   notice, this list of conditions and the following disclaimer.
556 * Redistributions in binary form must reproduce the above copyright
557   notice, this list of conditions and the following disclaimer in
558   the documentation and/or other materials provided with the
559   distribution.
560
561THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
562"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
563LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
564FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
565COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
566INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
567BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
568OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
569AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
570OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
571OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
572SUCH DAMAGE.
573
574-------------------------------------------------------------------
575
576Copyright (C) 2015 The Android Open Source Project
577
578Licensed under the Apache License, Version 2.0 (the "License");
579you may not use this file except in compliance with the License.
580You may obtain a copy of the License at
581
582     http://www.apache.org/licenses/LICENSE-2.0
583
584Unless required by applicable law or agreed to in writing, software
585distributed under the License is distributed on an "AS IS" BASIS,
586WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
587See the License for the specific language governing permissions and
588limitations under the License.
589
590-------------------------------------------------------------------
591
592Copyright (C) 2015 The Android Open Source Project
593All rights reserved.
594
595Redistribution and use in source and binary forms, with or without
596modification, are permitted provided that the following conditions
597are met:
598 * Redistributions of source code must retain the above copyright
599   notice, this list of conditions and the following disclaimer.
600 * Redistributions in binary form must reproduce the above copyright
601   notice, this list of conditions and the following disclaimer in
602   the documentation and/or other materials provided with the
603   distribution.
604
605THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
606"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
607LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
608FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
609COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
610INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
611BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
612OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
613AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
614OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
615OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
616SUCH DAMAGE.
617
618-------------------------------------------------------------------
619
620Copyright (C) 2016 The Android Open Source Project
621
622Licensed under the Apache License, Version 2.0 (the "License");
623you may not use this file except in compliance with the License.
624You may obtain a copy of the License at
625
626     http://www.apache.org/licenses/LICENSE-2.0
627
628Unless required by applicable law or agreed to in writing, software
629distributed under the License is distributed on an "AS IS" BASIS,
630WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
631See the License for the specific language governing permissions and
632limitations under the License.
633
634-------------------------------------------------------------------
635
636Copyright (C) 2016 The Android Open Source Project
637All rights reserved.
638
639Redistribution and use in source and binary forms, with or without
640modification, are permitted provided that the following conditions
641are met:
642 * Redistributions of source code must retain the above copyright
643   notice, this list of conditions and the following disclaimer.
644 * Redistributions in binary form must reproduce the above copyright
645   notice, this list of conditions and the following disclaimer in
646   the documentation and/or other materials provided with the
647   distribution.
648
649THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
650"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
651LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
652FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
653COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
654INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
655BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
656OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
657AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
658OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
659OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
660SUCH DAMAGE.
661
662-------------------------------------------------------------------
663
664Copyright (C) 2017 The Android Open Source Project
665
666Licensed under the Apache License, Version 2.0 (the "License");
667you may not use this file except in compliance with the License.
668You may obtain a copy of the License at
669
670     http://www.apache.org/licenses/LICENSE-2.0
671
672Unless required by applicable law or agreed to in writing, software
673distributed under the License is distributed on an "AS IS" BASIS,
674WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
675See the License for the specific language governing permissions and
676limitations under the License.
677
678-------------------------------------------------------------------
679
680Copyright (C) 2017 The Android Open Source Project
681All rights reserved.
682
683Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved.
684
685Redistribution and use in source and binary forms, with or without
686modification, are permitted provided that the following conditions
687are met:
688 * Redistributions of source code must retain the above copyright
689   notice, this list of conditions and the following disclaimer.
690 * Redistributions in binary form must reproduce the above copyright
691   notice, this list of conditions and the following disclaimer in
692   the documentation and/or other materials provided with the
693   distribution.
694
695THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
696"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
697LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
698FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
699COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
700INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
701BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
702OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
703AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
704OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
705OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
706SUCH DAMAGE.
707
708-------------------------------------------------------------------
709
710Copyright (C) 2017 The Android Open Source Project
711All rights reserved.
712
713Redistribution and use in source and binary forms, with or without
714modification, are permitted provided that the following conditions
715are met:
716 * Redistributions of source code must retain the above copyright
717   notice, this list of conditions and the following disclaimer.
718 * Redistributions in binary form must reproduce the above copyright
719   notice, this list of conditions and the following disclaimer in
720   the documentation and/or other materials provided with the
721   distribution.
722
723THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
724"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
725LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
726FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
727COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
728INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
729BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
730OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
731AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
732OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
733OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
734SUCH DAMAGE.
735
736-------------------------------------------------------------------
737
738Copyright (C) 2018 The Android Open Source Project
739All rights reserved.
740
741Redistribution and use in source and binary forms, with or without
742modification, are permitted provided that the following conditions
743are met:
744 * Redistributions of source code must retain the above copyright
745   notice, this list of conditions and the following disclaimer.
746 * Redistributions in binary form must reproduce the above copyright
747   notice, this list of conditions and the following disclaimer in
748   the documentation and/or other materials provided with the
749   distribution.
750
751THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
752"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
753LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
754FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
755COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
756INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
757BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
758OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
759AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
760OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
761OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
762SUCH DAMAGE.
763
764-------------------------------------------------------------------
765
766Copyright (C) 2019 The Android Open Source Project
767All rights reserved.
768
769Redistribution and use in source and binary forms, with or without
770modification, are permitted provided that the following conditions
771are met:
772 * Redistributions of source code must retain the above copyright
773   notice, this list of conditions and the following disclaimer.
774 * Redistributions in binary form must reproduce the above copyright
775   notice, this list of conditions and the following disclaimer in
776   the documentation and/or other materials provided with the
777   distribution.
778
779THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
780"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
781LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
782FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
783COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
784INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
785BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
786OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
787AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
788OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
789OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
790SUCH DAMAGE.
791
792-------------------------------------------------------------------
793
794Copyright (C) 2020 The Android Open Source Project
795All rights reserved.
796
797Redistribution and use in source and binary forms, with or without
798modification, are permitted provided that the following conditions
799are met:
800 * Redistributions of source code must retain the above copyright
801   notice, this list of conditions and the following disclaimer.
802 * Redistributions in binary form must reproduce the above copyright
803   notice, this list of conditions and the following disclaimer in
804   the documentation and/or other materials provided with the
805   distribution.
806
807THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
808"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
809LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
810FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
811COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
812INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
813BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
814OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
815AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
816OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
817OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
818SUCH DAMAGE.
819
820-------------------------------------------------------------------
821
822Copyright (C) 2021 The Android Open Source Project
823All rights reserved.
824
825Redistribution and use in source and binary forms, with or without
826modification, are permitted provided that the following conditions
827are met:
828 * Redistributions of source code must retain the above copyright
829   notice, this list of conditions and the following disclaimer.
830 * Redistributions in binary form must reproduce the above copyright
831   notice, this list of conditions and the following disclaimer in
832   the documentation and/or other materials provided with the
833   distribution.
834
835THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
836"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
837LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
838FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
839COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
840INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
841BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
842OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
843AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
844OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
845OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
846SUCH DAMAGE.
847
848-------------------------------------------------------------------
849
850Copyright (C) 2022 The Android Open Source Project
851All rights reserved.
852
853Redistribution and use in source and binary forms, with or without
854modification, are permitted provided that the following conditions
855are met:
856 * Redistributions of source code must retain the above copyright
857   notice, this list of conditions and the following disclaimer.
858 * Redistributions in binary form must reproduce the above copyright
859   notice, this list of conditions and the following disclaimer in
860   the documentation and/or other materials provided with the
861   distribution.
862
863THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
864"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
865LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
866FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
867COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
868INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
869BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
870OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
871AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
872OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
873OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
874SUCH DAMAGE.
875
876-------------------------------------------------------------------
877
878Copyright (C) 2023 The Android Open Source Project
879All rights reserved.
880
881Redistribution and use in source and binary forms, with or without
882modification, are permitted provided that the following conditions
883are met:
884 * Redistributions of source code must retain the above copyright
885   notice, this list of conditions and the following disclaimer.
886 * Redistributions in binary form must reproduce the above copyright
887   notice, this list of conditions and the following disclaimer in
888   the documentation and/or other materials provided with the
889   distribution.
890
891THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
892"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
893LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
894FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
895COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
896INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
897BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
898OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
899AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
900OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
901OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
902SUCH DAMAGE.
903
904-------------------------------------------------------------------
905
906Copyright (C) 2024 The Android Open Source Project
907All rights reserved.
908
909Redistribution and use in source and binary forms, with or without
910modification, are permitted provided that the following conditions
911are met:
912 * Redistributions of source code must retain the above copyright
913   notice, this list of conditions and the following disclaimer.
914 * Redistributions in binary form must reproduce the above copyright
915   notice, this list of conditions and the following disclaimer in
916   the documentation and/or other materials provided with the
917   distribution.
918
919THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
920"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
921LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
922FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
923COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
924INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
925BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
926OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
927AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
928OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
929OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
930SUCH DAMAGE.
931
932-------------------------------------------------------------------
933
934Copyright (c) 1980, 1983, 1988, 1993
935   The Regents of the University of California.  All rights reserved.
936
937Redistribution and use in source and binary forms, with or without
938modification, are permitted provided that the following conditions
939are met:
9401. Redistributions of source code must retain the above copyright
941   notice, this list of conditions and the following disclaimer.
9422. Redistributions in binary form must reproduce the above copyright
943   notice, this list of conditions and the following disclaimer in the
944   documentation and/or other materials provided with the distribution.
9453. All advertising materials mentioning features or use of this software
946   must display the following acknowledgement:
947   This product includes software developed by the University of
948   California, Berkeley and its contributors.
9494. Neither the name of the University nor the names of its contributors
950   may be used to endorse or promote products derived from this software
951   without specific prior written permission.
952
953THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
954ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
955IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
956ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
957FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
958DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
959OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
960HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
961LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
962OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
963SUCH DAMAGE.
964
965
966Portions Copyright (c) 1993 by Digital Equipment Corporation.
967
968Permission to use, copy, modify, and distribute this software for any
969purpose with or without fee is hereby granted, provided that the above
970copyright notice and this permission notice appear in all copies, and that
971the name of Digital Equipment Corporation not be used in advertising or
972publicity pertaining to distribution of the document or software without
973specific, written prior permission.
974
975THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
976WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
977OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
978CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
979DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
980PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
981ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
982SOFTWARE.
983
984-------------------------------------------------------------------
985
986Copyright (c) 1982, 1986, 1988, 1993
987   The Regents of the University of California.  All rights reserved.
988
989Redistribution and use in source and binary forms, with or without
990modification, are permitted provided that the following conditions
991are met:
9921. Redistributions of source code must retain the above copyright
993   notice, this list of conditions and the following disclaimer.
9942. Redistributions in binary form must reproduce the above copyright
995   notice, this list of conditions and the following disclaimer in the
996   documentation and/or other materials provided with the distribution.
9973. Neither the name of the University nor the names of its contributors
998   may be used to endorse or promote products derived from this software
999   without specific prior written permission.
1000
1001THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1002ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1003IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1004ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1005FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1006DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1007OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1008HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1009LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1010OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1011SUCH DAMAGE.
1012
1013-------------------------------------------------------------------
1014
1015Copyright (c) 1982, 1986, 1993
1016   The Regents of the University of California.  All rights reserved.
1017
1018Redistribution and use in source and binary forms, with or without
1019modification, are permitted provided that the following conditions
1020are met:
10211. Redistributions of source code must retain the above copyright
1022   notice, this list of conditions and the following disclaimer.
10232. Redistributions in binary form must reproduce the above copyright
1024   notice, this list of conditions and the following disclaimer in the
1025   documentation and/or other materials provided with the distribution.
10263. Neither the name of the University nor the names of its contributors
1027   may be used to endorse or promote products derived from this software
1028   without specific prior written permission.
1029
1030THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1031ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1032IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1033ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1034FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1035DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1036OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1037HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1038LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1039OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1040SUCH DAMAGE.
1041
1042-------------------------------------------------------------------
1043
1044Copyright (c) 1982, 1986, 1993
1045   The Regents of the University of California.  All rights reserved.
1046(c) UNIX System Laboratories, Inc.
1047All or some portions of this file are derived from material licensed
1048to the University of California by American Telephone and Telegraph
1049Co. or Unix System Laboratories, Inc. and are reproduced herein with
1050the permission of UNIX System Laboratories, Inc.
1051
1052Redistribution and use in source and binary forms, with or without
1053modification, are permitted provided that the following conditions
1054are met:
10551. Redistributions of source code must retain the above copyright
1056   notice, this list of conditions and the following disclaimer.
10572. Redistributions in binary form must reproduce the above copyright
1058   notice, this list of conditions and the following disclaimer in the
1059   documentation and/or other materials provided with the distribution.
10603. Neither the name of the University nor the names of its contributors
1061   may be used to endorse or promote products derived from this software
1062   without specific prior written permission.
1063
1064THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1065ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1066IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1067ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1068FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1069DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1070OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1071HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1072LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1073OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1074SUCH DAMAGE.
1075
1076-------------------------------------------------------------------
1077
1078Copyright (c) 1983, 1987, 1989
1079   The Regents of the University of California.  All rights reserved.
1080
1081Redistribution and use in source and binary forms, with or without
1082modification, are permitted provided that the following conditions
1083are met:
10841. Redistributions of source code must retain the above copyright
1085   notice, this list of conditions and the following disclaimer.
10862. Redistributions in binary form must reproduce the above copyright
1087   notice, this list of conditions and the following disclaimer in the
1088   documentation and/or other materials provided with the distribution.
10893. Neither the name of the University nor the names of its contributors
1090   may be used to endorse or promote products derived from this software
1091   without specific prior written permission.
1092
1093THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1094ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1095IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1096ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1097FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1098DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1099OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1100HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1101LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1102OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1103SUCH DAMAGE.
1104
1105-------------------------------------------------------------------
1106
1107Copyright (c) 1983, 1989
1108   The Regents of the University of California.  All rights reserved.
1109
1110Redistribution and use in source and binary forms, with or without
1111modification, are permitted provided that the following conditions
1112are met:
11131. Redistributions of source code must retain the above copyright
1114   notice, this list of conditions and the following disclaimer.
11152. Redistributions in binary form must reproduce the above copyright
1116   notice, this list of conditions and the following disclaimer in the
1117   documentation and/or other materials provided with the distribution.
11183. All advertising materials mentioning features or use of this software
1119   must display the following acknowledgement:
1120    This product includes software developed by the University of
1121    California, Berkeley and its contributors.
11224. Neither the name of the University nor the names of its contributors
1123   may be used to endorse or promote products derived from this software
1124   without specific prior written permission.
1125
1126THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1127ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1128IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1129ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1130FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1131DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1132OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1133HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1134LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1135OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1136SUCH DAMAGE.
1137
1138-------------------------------------------------------------------
1139
1140Copyright (c) 1983, 1989, 1993
1141   The Regents of the University of California.  All rights reserved.
1142
1143Redistribution and use in source and binary forms, with or without
1144modification, are permitted provided that the following conditions
1145are met:
11461. Redistributions of source code must retain the above copyright
1147   notice, this list of conditions and the following disclaimer.
11482. Redistributions in binary form must reproduce the above copyright
1149   notice, this list of conditions and the following disclaimer in the
1150   documentation and/or other materials provided with the distribution.
11513. Neither the name of the University nor the names of its contributors
1152   may be used to endorse or promote products derived from this software
1153   without specific prior written permission.
1154
1155THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1156ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1157IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1158ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1159FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1160DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1161OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1162HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1163LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1164OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1165SUCH DAMAGE.
1166
1167-------------------------------------------------------------------
1168
1169Copyright (c) 1983, 1993
1170   The Regents of the University of California.  All rights reserved.
1171
1172Redistribution and use in source and binary forms, with or without
1173modification, are permitted provided that the following conditions
1174are met:
11751. Redistributions of source code must retain the above copyright
1176   notice, this list of conditions and the following disclaimer.
11772. Redistributions in binary form must reproduce the above copyright
1178   notice, this list of conditions and the following disclaimer in the
1179   documentation and/or other materials provided with the distribution.
11803. Neither the name of the University nor the names of its contributors
1181   may be used to endorse or promote products derived from this software
1182   without specific prior written permission.
1183
1184THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1185ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1186IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1187ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1188FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1189DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1190OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1191HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1192LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1193OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1194SUCH DAMAGE.
1195
1196-------------------------------------------------------------------
1197
1198Copyright (c) 1985
1199   The Regents of the University of California.  All rights reserved.
1200
1201Redistribution and use in source and binary forms, with or without
1202modification, are permitted provided that the following conditions
1203are met:
12041. Redistributions of source code must retain the above copyright
1205   notice, this list of conditions and the following disclaimer.
12062. Redistributions in binary form must reproduce the above copyright
1207   notice, this list of conditions and the following disclaimer in the
1208   documentation and/or other materials provided with the distribution.
12093. All advertising materials mentioning features or use of this software
1210   must display the following acknowledgement:
1211    This product includes software developed by the University of
1212    California, Berkeley and its contributors.
12134. Neither the name of the University nor the names of its contributors
1214   may be used to endorse or promote products derived from this software
1215   without specific prior written permission.
1216
1217THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1218ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1219IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1220ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1221FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1222DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1223OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1224HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1225LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1226OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1227SUCH DAMAGE.
1228
1229-------------------------------------------------------------------
1230
1231Copyright (c) 1985 Regents of the University of California.
1232All rights reserved.
1233
1234Redistribution and use in source and binary forms, with or without
1235modification, are permitted provided that the following conditions
1236are met:
12371. Redistributions of source code must retain the above copyright
1238   notice, this list of conditions and the following disclaimer.
12392. Redistributions in binary form must reproduce the above copyright
1240   notice, this list of conditions and the following disclaimer in the
1241   documentation and/or other materials provided with the distribution.
12423. Neither the name of the University nor the names of its contributors
1243   may be used to endorse or promote products derived from this software
1244   without specific prior written permission.
1245
1246THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1247ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1248IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1249ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1250FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1251DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1252OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1253HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1254LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1255OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1256SUCH DAMAGE.
1257
1258-------------------------------------------------------------------
1259
1260Copyright (c) 1985, 1988, 1993
1261   The Regents of the University of California.  All rights reserved.
1262
1263Redistribution and use in source and binary forms, with or without
1264modification, are permitted provided that the following conditions
1265are met:
12661. Redistributions of source code must retain the above copyright
1267   notice, this list of conditions and the following disclaimer.
12682. Redistributions in binary form must reproduce the above copyright
1269   notice, this list of conditions and the following disclaimer in the
1270   documentation and/or other materials provided with the distribution.
12713. Neither the name of the University nor the names of its contributors
1272   may be used to endorse or promote products derived from this software
1273   without specific prior written permission.
1274
1275THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1276ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1277IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1278ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1279FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1280DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1281OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1282HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1283LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1284OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1285SUCH DAMAGE.
1286
1287Portions Copyright (c) 1993 by Digital Equipment Corporation.
1288
1289Permission to use, copy, modify, and distribute this software for any
1290purpose with or without fee is hereby granted, provided that the above
1291copyright notice and this permission notice appear in all copies, and that
1292the name of Digital Equipment Corporation not be used in advertising or
1293publicity pertaining to distribution of the document or software without
1294specific, written prior permission.
1295
1296THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
1297WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
1298OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
1299CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
1300DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
1301PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
1302ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
1303SOFTWARE.
1304
1305-------------------------------------------------------------------
1306
1307Copyright (c) 1985, 1989, 1993
1308   The Regents of the University of California.  All rights reserved.
1309
1310Redistribution and use in source and binary forms, with or without
1311modification, are permitted provided that the following conditions
1312are met:
13131. Redistributions of source code must retain the above copyright
1314   notice, this list of conditions and the following disclaimer.
13152. Redistributions in binary form must reproduce the above copyright
1316   notice, this list of conditions and the following disclaimer in the
1317   documentation and/or other materials provided with the distribution.
13183. All advertising materials mentioning features or use of this software
1319   must display the following acknowledgement:
1320    This product includes software developed by the University of
1321    California, Berkeley and its contributors.
13224. Neither the name of the University nor the names of its contributors
1323   may be used to endorse or promote products derived from this software
1324   without specific prior written permission.
1325
1326THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1327ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1328IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1329ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1330FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1331DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1332OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1333HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1334LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1335OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1336SUCH DAMAGE.
1337
1338-------------------------------------------------------------------
1339
1340Copyright (c) 1985, 1993
1341   The Regents of the University of California.  All rights reserved.
1342
1343Redistribution and use in source and binary forms, with or without
1344modification, are permitted provided that the following conditions
1345are met:
13461. Redistributions of source code must retain the above copyright
1347   notice, this list of conditions and the following disclaimer.
13482. Redistributions in binary form must reproduce the above copyright
1349   notice, this list of conditions and the following disclaimer in the
1350   documentation and/or other materials provided with the distribution.
13513. All advertising materials mentioning features or use of this software
1352   must display the following acknowledgement:
1353    This product includes software developed by the University of
1354    California, Berkeley and its contributors.
13554. Neither the name of the University nor the names of its contributors
1356   may be used to endorse or promote products derived from this software
1357   without specific prior written permission.
1358
1359THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1360ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1361IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1362ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1363FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1364DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1365OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1366HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1367LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1368OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1369SUCH DAMAGE.
1370
1371-------------------------------------------------------------------
1372
1373Copyright (c) 1985, 1993
1374   The Regents of the University of California.  All rights reserved.
1375
1376Redistribution and use in source and binary forms, with or without
1377modification, are permitted provided that the following conditions
1378are met:
13791. Redistributions of source code must retain the above copyright
1380   notice, this list of conditions and the following disclaimer.
13812. Redistributions in binary form must reproduce the above copyright
1382   notice, this list of conditions and the following disclaimer in the
1383   documentation and/or other materials provided with the distribution.
13843. Neither the name of the University nor the names of its contributors
1385   may be used to endorse or promote products derived from this software
1386   without specific prior written permission.
1387
1388THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1389ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1390IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1391ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1392FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1393DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1394OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1395HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1396LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1397OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1398SUCH DAMAGE.
1399
1400-------------------------------------------------------------------
1401
1402Copyright (c) 1987 Regents of the University of California.
1403All rights reserved.
1404
1405Redistribution and use in source and binary forms, with or without
1406modification, are permitted provided that the following conditions
1407are met:
14081. Redistributions of source code must retain the above copyright
1409   notice, this list of conditions and the following disclaimer.
14102. Redistributions in binary form must reproduce the above copyright
1411   notice, this list of conditions and the following disclaimer in the
1412   documentation and/or other materials provided with the distribution.
14133. Neither the name of the University nor the names of its contributors
1414   may be used to endorse or promote products derived from this software
1415   without specific prior written permission.
1416
1417THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1418ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1419IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1420ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1421FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1422DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1423OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1424HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1425LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1426OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1427SUCH DAMAGE.
1428
1429-------------------------------------------------------------------
1430
1431Copyright (c) 1987, 1993
1432   The Regents of the University of California.  All rights reserved.
1433
1434Redistribution and use in source and binary forms, with or without
1435modification, are permitted provided that the following conditions
1436are met:
14371. Redistributions of source code must retain the above copyright
1438   notice, this list of conditions and the following disclaimer.
14392. Redistributions in binary form must reproduce the above copyright
1440   notice, this list of conditions and the following disclaimer in the
1441   documentation and/or other materials provided with the distribution.
14423. All advertising materials mentioning features or use of this software
1443   must display the following acknowledgement:
1444    This product includes software developed by the University of
1445    California, Berkeley and its contributors.
14464. Neither the name of the University nor the names of its contributors
1447   may be used to endorse or promote products derived from this software
1448   without specific prior written permission.
1449
1450THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1451ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1452IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1453ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1454FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1455DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1456OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1457HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1458LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1459OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1460SUCH DAMAGE.
1461
1462-------------------------------------------------------------------
1463
1464Copyright (c) 1987, 1993
1465   The Regents of the University of California.  All rights reserved.
1466
1467Redistribution and use in source and binary forms, with or without
1468modification, are permitted provided that the following conditions
1469are met:
14701. Redistributions of source code must retain the above copyright
1471   notice, this list of conditions and the following disclaimer.
14722. Redistributions in binary form must reproduce the above copyright
1473   notice, this list of conditions and the following disclaimer in the
1474   documentation and/or other materials provided with the distribution.
14753. Neither the name of the University nor the names of its contributors
1476   may be used to endorse or promote products derived from this software
1477   without specific prior written permission.
1478
1479THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1480ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1481IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1482ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1483FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1484DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1485OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1486HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1487LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1488OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1489SUCH DAMAGE.
1490
1491-------------------------------------------------------------------
1492
1493Copyright (c) 1988 Regents of the University of California.
1494All rights reserved.
1495
1496Redistribution and use in source and binary forms, with or without
1497modification, are permitted provided that the following conditions
1498are met:
14991. Redistributions of source code must retain the above copyright
1500   notice, this list of conditions and the following disclaimer.
15012. Redistributions in binary form must reproduce the above copyright
1502   notice, this list of conditions and the following disclaimer in the
1503   documentation and/or other materials provided with the distribution.
15043. Neither the name of the University nor the names of its contributors
1505   may be used to endorse or promote products derived from this software
1506   without specific prior written permission.
1507
1508THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1509ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1510IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1511ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1512FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1513DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1514OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1515HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1516LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1517OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1518SUCH DAMAGE.
1519
1520-------------------------------------------------------------------
1521
1522Copyright (c) 1988 The Regents of the University of California.
1523All rights reserved.
1524
1525Redistribution and use in source and binary forms, with or without
1526modification, are permitted provided that the following conditions
1527are met:
15281. Redistributions of source code must retain the above copyright
1529   notice, this list of conditions and the following disclaimer.
15302. Redistributions in binary form must reproduce the above copyright
1531   notice, this list of conditions and the following disclaimer in the
1532   documentation and/or other materials provided with the distribution.
15333. Neither the name of the University nor the names of its contributors
1534   may be used to endorse or promote products derived from this software
1535   without specific prior written permission.
1536
1537THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1538ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1539IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1540ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1541FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1542DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1543OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1544HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1545LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1546OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1547SUCH DAMAGE.
1548
1549-------------------------------------------------------------------
1550
1551Copyright (c) 1988, 1993
1552   The Regents of the University of California.  All rights reserved.
1553
1554Redistribution and use in source and binary forms, with or without
1555modification, are permitted provided that the following conditions
1556are met:
15571. Redistributions of source code must retain the above copyright
1558   notice, this list of conditions and the following disclaimer.
15592. Redistributions in binary form must reproduce the above copyright
1560   notice, this list of conditions and the following disclaimer in the
1561   documentation and/or other materials provided with the distribution.
15623. All advertising materials mentioning features or use of this software
1563   must display the following acknowledgement:
1564    This product includes software developed by the University of
1565    California, Berkeley and its contributors.
15664. Neither the name of the University nor the names of its contributors
1567   may be used to endorse or promote products derived from this software
1568   without specific prior written permission.
1569
1570THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1571ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1572IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1573ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1574FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1575DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1576OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1577HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1578LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1579OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1580SUCH DAMAGE.
1581
1582-------------------------------------------------------------------
1583
1584Copyright (c) 1988, 1993
1585   The Regents of the University of California.  All rights reserved.
1586
1587Redistribution and use in source and binary forms, with or without
1588modification, are permitted provided that the following conditions
1589are met:
15901. Redistributions of source code must retain the above copyright
1591   notice, this list of conditions and the following disclaimer.
15922. Redistributions in binary form must reproduce the above copyright
1593   notice, this list of conditions and the following disclaimer in the
1594   documentation and/or other materials provided with the distribution.
15953. Neither the name of the University nor the names of its contributors
1596   may be used to endorse or promote products derived from this software
1597   without specific prior written permission.
1598
1599THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1600ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1601IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1602ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1603FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1604DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1605OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1606HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1607LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1608OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1609SUCH DAMAGE.
1610
1611-------------------------------------------------------------------
1612
1613Copyright (c) 1989 The Regents of the University of California.
1614All rights reserved.
1615
1616Redistribution and use in source and binary forms, with or without
1617modification, are permitted provided that the following conditions
1618are met:
16191. Redistributions of source code must retain the above copyright
1620   notice, this list of conditions and the following disclaimer.
16212. Redistributions in binary form must reproduce the above copyright
1622   notice, this list of conditions and the following disclaimer in the
1623   documentation and/or other materials provided with the distribution.
16243. Neither the name of the University nor the names of its contributors
1625   may be used to endorse or promote products derived from this software
1626   without specific prior written permission.
1627
1628THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1629ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1630IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1631ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1632FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1633DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1634OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1635HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1636LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1637OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1638SUCH DAMAGE.
1639
1640-------------------------------------------------------------------
1641
1642Copyright (c) 1989 The Regents of the University of California.
1643All rights reserved.
1644(c) UNIX System Laboratories, Inc.
1645All or some portions of this file are derived from material licensed
1646to the University of California by American Telephone and Telegraph
1647Co. or Unix System Laboratories, Inc. and are reproduced herein with
1648the permission of UNIX System Laboratories, Inc.
1649
1650Redistribution and use in source and binary forms, with or without
1651modification, are permitted provided that the following conditions
1652are met:
16531. Redistributions of source code must retain the above copyright
1654   notice, this list of conditions and the following disclaimer.
16552. Redistributions in binary form must reproduce the above copyright
1656   notice, this list of conditions and the following disclaimer in the
1657   documentation and/or other materials provided with the distribution.
16583. Neither the name of the University nor the names of its contributors
1659   may be used to endorse or promote products derived from this software
1660   without specific prior written permission.
1661
1662THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1663ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1664IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1665ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1666FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1667DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1668OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1669HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1670LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1671OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1672SUCH DAMAGE.
1673
1674-------------------------------------------------------------------
1675
1676Copyright (c) 1989, 1993
1677   The Regents of the University of California.  All rights reserved.
1678
1679Redistribution and use in source and binary forms, with or without
1680modification, are permitted provided that the following conditions
1681are met:
16821. Redistributions of source code must retain the above copyright
1683   notice, this list of conditions and the following disclaimer.
16842. Redistributions in binary form must reproduce the above copyright
1685   notice, this list of conditions and the following disclaimer in the
1686   documentation and/or other materials provided with the distribution.
16873. Neither the name of the University nor the names of its contributors
1688   may be used to endorse or promote products derived from this software
1689   without specific prior written permission.
1690
1691THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1692ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1693IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1694ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1695FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1696DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1697OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1698HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1699LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1700OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1701SUCH DAMAGE.
1702
1703-------------------------------------------------------------------
1704
1705Copyright (c) 1989, 1993
1706   The Regents of the University of California.  All rights reserved.
1707
1708Redistribution and use in source and binary forms, with or without
1709modification, are permitted provided that the following conditions
1710are met:
17111. Redistributions of source code must retain the above copyright
1712   notice, this list of conditions and the following disclaimer.
17132. Redistributions in binary form must reproduce the above copyright
1714   notice, this list of conditions and the following disclaimer in the
1715   documentation and/or other materials provided with the distribution.
17164. Neither the name of the University nor the names of its contributors
1717   may be used to endorse or promote products derived from this software
1718   without specific prior written permission.
1719
1720THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1721ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1722IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1723ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1724FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1725DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1726OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1727HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1728LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1729OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1730SUCH DAMAGE.
1731
1732-------------------------------------------------------------------
1733
1734Copyright (c) 1989, 1993
1735   The Regents of the University of California.  All rights reserved.
1736
1737This code is derived from software contributed to Berkeley by
1738Guido van Rossum.
1739
1740Copyright (c) 2011 The FreeBSD Foundation
1741All rights reserved.
1742Portions of this software were developed by David Chisnall
1743under sponsorship from the FreeBSD Foundation.
1744
1745Redistribution and use in source and binary forms, with or without
1746modification, are permitted provided that the following conditions
1747are met:
17481. Redistributions of source code must retain the above copyright
1749   notice, this list of conditions and the following disclaimer.
17502. Redistributions in binary form must reproduce the above copyright
1751   notice, this list of conditions and the following disclaimer in the
1752   documentation and/or other materials provided with the distribution.
17533. Neither the name of the University nor the names of its contributors
1754   may be used to endorse or promote products derived from this software
1755   without specific prior written permission.
1756
1757THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1758ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1759IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1760ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1761FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1762DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1763OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1764HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1765LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1766OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1767SUCH DAMAGE.
1768
1769-------------------------------------------------------------------
1770
1771Copyright (c) 1989, 1993
1772   The Regents of the University of California.  All rights reserved.
1773
1774This code is derived from software contributed to Berkeley by
1775Guido van Rossum.
1776
1777Redistribution and use in source and binary forms, with or without
1778modification, are permitted provided that the following conditions
1779are met:
17801. Redistributions of source code must retain the above copyright
1781   notice, this list of conditions and the following disclaimer.
17822. Redistributions in binary form must reproduce the above copyright
1783   notice, this list of conditions and the following disclaimer in the
1784   documentation and/or other materials provided with the distribution.
17853. Neither the name of the University nor the names of its contributors
1786   may be used to endorse or promote products derived from this software
1787   without specific prior written permission.
1788
1789THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1790ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1791IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1792ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1793FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1794DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1795OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1796HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1797LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1798OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1799SUCH DAMAGE.
1800
1801-------------------------------------------------------------------
1802
1803Copyright (c) 1989, 1993
1804   The Regents of the University of California.  All rights reserved.
1805
1806This code is derived from software contributed to Berkeley by
1807Roger L. Snyder.
1808
1809Redistribution and use in source and binary forms, with or without
1810modification, are permitted provided that the following conditions
1811are met:
18121. Redistributions of source code must retain the above copyright
1813   notice, this list of conditions and the following disclaimer.
18142. Redistributions in binary form must reproduce the above copyright
1815   notice, this list of conditions and the following disclaimer in the
1816   documentation and/or other materials provided with the distribution.
18173. Neither the name of the University nor the names of its contributors
1818   may be used to endorse or promote products derived from this software
1819   without specific prior written permission.
1820
1821THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1822ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1823IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1824ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1825FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1826DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1827OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1828HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1829LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1830OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1831SUCH DAMAGE.
1832
1833-------------------------------------------------------------------
1834
1835Copyright (c) 1989, 1993
1836   The Regents of the University of California.  All rights reserved.
1837(c) UNIX System Laboratories, Inc.
1838All or some portions of this file are derived from material licensed
1839to the University of California by American Telephone and Telegraph
1840Co. or Unix System Laboratories, Inc. and are reproduced herein with
1841the permission of UNIX System Laboratories, Inc.
1842
1843Redistribution and use in source and binary forms, with or without
1844modification, are permitted provided that the following conditions
1845are met:
18461. Redistributions of source code must retain the above copyright
1847   notice, this list of conditions and the following disclaimer.
18482. Redistributions in binary form must reproduce the above copyright
1849   notice, this list of conditions and the following disclaimer in the
1850   documentation and/or other materials provided with the distribution.
18513. Neither the name of the University nor the names of its contributors
1852   may be used to endorse or promote products derived from this software
1853   without specific prior written permission.
1854
1855THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1856ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1857IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1858ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1859FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1860DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1861OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1862HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1863LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1864OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1865SUCH DAMAGE.
1866
1867-------------------------------------------------------------------
1868
1869Copyright (c) 1990 Regents of the University of California.
1870All rights reserved.
1871
1872This code is derived from software contributed to Berkeley by
1873Chris Torek.
1874
1875Redistribution and use in source and binary forms, with or without
1876modification, are permitted provided that the following conditions
1877are met:
18781. Redistributions of source code must retain the above copyright
1879   notice, this list of conditions and the following disclaimer.
18802. Redistributions in binary form must reproduce the above copyright
1881   notice, this list of conditions and the following disclaimer in the
1882   documentation and/or other materials provided with the distribution.
18833. Neither the name of the University nor the names of its contributors
1884   may be used to endorse or promote products derived from this software
1885   without specific prior written permission.
1886
1887THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1888ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1889IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1890ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1891FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1892DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1893OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1894HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1895LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1896OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1897SUCH DAMAGE.
1898
1899-------------------------------------------------------------------
1900
1901Copyright (c) 1990 The Regents of the University of California.
1902All rights reserved.
1903
1904Redistribution and use in source and binary forms, with or without
1905modification, are permitted provided that the following conditions
1906are met:
19071. Redistributions of source code must retain the above copyright
1908   notice, this list of conditions and the following disclaimer.
19092. Redistributions in binary form must reproduce the above copyright
1910   notice, this list of conditions and the following disclaimer in the
1911   documentation and/or other materials provided with the distribution.
19123. Neither the name of the University nor the names of its contributors
1913   may be used to endorse or promote products derived from this software
1914   without specific prior written permission.
1915
1916THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1917ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1918IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1919ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1920FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1921DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1922OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1923HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1924LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1925OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1926SUCH DAMAGE.
1927
1928-------------------------------------------------------------------
1929
1930Copyright (c) 1990 The Regents of the University of California.
1931All rights reserved.
1932
1933This code is derived from software contributed to Berkeley by
1934Chris Torek.
1935
1936Redistribution and use in source and binary forms, with or without
1937modification, are permitted provided that the following conditions
1938are met:
19391. Redistributions of source code must retain the above copyright
1940   notice, this list of conditions and the following disclaimer.
19412. Redistributions in binary form must reproduce the above copyright
1942   notice, this list of conditions and the following disclaimer in the
1943   documentation and/or other materials provided with the distribution.
19443. Neither the name of the University nor the names of its contributors
1945   may be used to endorse or promote products derived from this software
1946   without specific prior written permission.
1947
1948THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1949ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1950IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1951ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1952FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1953DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1954OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1955HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1956LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1957OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1958SUCH DAMAGE.
1959
1960-------------------------------------------------------------------
1961
1962Copyright (c) 1990 The Regents of the University of California.
1963All rights reserved.
1964
1965This code is derived from software contributed to Berkeley by
1966William Jolitz.
1967
1968Redistribution and use in source and binary forms, with or without
1969modification, are permitted provided that the following conditions
1970are met:
19711. Redistributions of source code must retain the above copyright
1972   notice, this list of conditions and the following disclaimer.
19732. Redistributions in binary form must reproduce the above copyright
1974   notice, this list of conditions and the following disclaimer in the
1975   documentation and/or other materials provided with the distribution.
19763. Neither the name of the University nor the names of its contributors
1977   may be used to endorse or promote products derived from this software
1978   without specific prior written permission.
1979
1980THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1981ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1982IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1983ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1984FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1985DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1986OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1987HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1988LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1989OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1990SUCH DAMAGE.
1991
1992-------------------------------------------------------------------
1993
1994Copyright (c) 1990, 1993
1995   The Regents of the University of California.  All rights reserved.
1996
1997Redistribution and use in source and binary forms, with or without
1998modification, are permitted provided that the following conditions
1999are met:
20001. Redistributions of source code must retain the above copyright
2001   notice, this list of conditions and the following disclaimer.
20022. Redistributions in binary form must reproduce the above copyright
2003   notice, this list of conditions and the following disclaimer in the
2004   documentation and/or other materials provided with the distribution.
20053. Neither the name of the University nor the names of its contributors
2006   may be used to endorse or promote products derived from this software
2007   without specific prior written permission.
2008
2009THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2010ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2011IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2012ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2013FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2014DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2015OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2016HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2017LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2018OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2019SUCH DAMAGE.
2020
2021-------------------------------------------------------------------
2022
2023Copyright (c) 1990, 1993
2024   The Regents of the University of California.  All rights reserved.
2025
2026This code is derived from software contributed to Berkeley by
2027Chris Torek.
2028
2029Redistribution and use in source and binary forms, with or without
2030modification, are permitted provided that the following conditions
2031are met:
20321. Redistributions of source code must retain the above copyright
2033   notice, this list of conditions and the following disclaimer.
20342. Redistributions in binary form must reproduce the above copyright
2035   notice, this list of conditions and the following disclaimer in the
2036   documentation and/or other materials provided with the distribution.
20373. Neither the name of the University nor the names of its contributors
2038   may be used to endorse or promote products derived from this software
2039   without specific prior written permission.
2040
2041THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2042ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2043IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2044ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2045FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2046DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2047OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2048HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2049LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2050OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2051SUCH DAMAGE.
2052
2053-------------------------------------------------------------------
2054
2055Copyright (c) 1990, 1993
2056   The Regents of the University of California.  All rights reserved.
2057
2058This code is derived from software contributed to Berkeley by
2059Donn Seeley at UUNET Technologies, Inc.
2060
2061Redistribution and use in source and binary forms, with or without
2062modification, are permitted provided that the following conditions
2063are met:
20641. Redistributions of source code must retain the above copyright
2065   notice, this list of conditions and the following disclaimer.
20662. Redistributions in binary form must reproduce the above copyright
2067   notice, this list of conditions and the following disclaimer in the
2068   documentation and/or other materials provided with the distribution.
20693. Neither the name of the University nor the names of its contributors
2070   may be used to endorse or promote products derived from this software
2071   without specific prior written permission.
2072
2073THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2074ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2075IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2076ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2077FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2078DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2079OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2080HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2081LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2082OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2083SUCH DAMAGE.
2084
2085-------------------------------------------------------------------
2086
2087Copyright (c) 1990, 1993
2088   The Regents of the University of California.  All rights reserved.
2089
2090This code is derived from software contributed to Berkeley by
2091Donn Seeley at UUNET Technologies, Inc.
2092
2093Redistribution and use in source and binary forms, with or without
2094modification, are permitted provided that the following conditions
2095are met:
20961. Redistributions of source code must retain the above copyright
2097   notice, this list of conditions and the following disclaimer.
20982. Redistributions in binary form must reproduce the above copyright
2099   notice, this list of conditions and the following disclaimer in the
2100   documentation and/or other materials provided with the distribution.
21014. Neither the name of the University nor the names of its contributors
2102   may be used to endorse or promote products derived from this software
2103   without specific prior written permission.
2104
2105THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2106ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2107IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2108ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2109FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2110DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2111OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2112HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2113LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2114OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2115SUCH DAMAGE.
2116
2117-------------------------------------------------------------------
2118
2119Copyright (c) 1990, 1993
2120   The Regents of the University of California.  All rights reserved.
2121(c) UNIX System Laboratories, Inc.
2122All or some portions of this file are derived from material licensed
2123to the University of California by American Telephone and Telegraph
2124Co. or Unix System Laboratories, Inc. and are reproduced herein with
2125the permission of UNIX System Laboratories, Inc.
2126
2127Redistribution and use in source and binary forms, with or without
2128modification, are permitted provided that the following conditions
2129are met:
21301. Redistributions of source code must retain the above copyright
2131   notice, this list of conditions and the following disclaimer.
21322. Redistributions in binary form must reproduce the above copyright
2133   notice, this list of conditions and the following disclaimer in the
2134   documentation and/or other materials provided with the distribution.
21353. Neither the name of the University nor the names of its contributors
2136   may be used to endorse or promote products derived from this software
2137   without specific prior written permission.
2138
2139THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2140ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2141IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2142ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2143FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2144DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2145OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2146HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2147LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2148OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2149SUCH DAMAGE.
2150
2151-------------------------------------------------------------------
2152
2153Copyright (c) 1990, 1993, 1994
2154   The Regents of the University of California.  All rights reserved.
2155
2156Redistribution and use in source and binary forms, with or without
2157modification, are permitted provided that the following conditions
2158are met:
21591. Redistributions of source code must retain the above copyright
2160   notice, this list of conditions and the following disclaimer.
21612. Redistributions in binary form must reproduce the above copyright
2162   notice, this list of conditions and the following disclaimer in the
2163   documentation and/or other materials provided with the distribution.
21643. Neither the name of the University nor the names of its contributors
2165   may be used to endorse or promote products derived from this software
2166   without specific prior written permission.
2167
2168THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2169ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2170IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2171ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2172FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2173DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2174OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2175HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2176LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2177OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2178SUCH DAMAGE.
2179
2180-------------------------------------------------------------------
2181
2182Copyright (c) 1991 The Regents of the University of California.
2183All rights reserved.
2184
2185Redistribution and use in source and binary forms, with or without
2186modification, are permitted provided that the following conditions
2187are met:
21881. Redistributions of source code must retain the above copyright
2189   notice, this list of conditions and the following disclaimer.
21902. Redistributions in binary form must reproduce the above copyright
2191   notice, this list of conditions and the following disclaimer in the
2192   documentation and/or other materials provided with the distribution.
21933. Neither the name of the University nor the names of its contributors
2194   may be used to endorse or promote products derived from this software
2195   without specific prior written permission.
2196
2197THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2198ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2199IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2200ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2201FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2202DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2203OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2204HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2205LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2206OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2207SUCH DAMAGE.
2208
2209-------------------------------------------------------------------
2210
2211Copyright (c) 1991, 1993
2212   The Regents of the University of California.  All rights reserved.
2213
2214Redistribution and use in source and binary forms, with or without
2215modification, are permitted provided that the following conditions
2216are met:
22171. Redistributions of source code must retain the above copyright
2218   notice, this list of conditions and the following disclaimer.
22192. Redistributions in binary form must reproduce the above copyright
2220   notice, this list of conditions and the following disclaimer in the
2221   documentation and/or other materials provided with the distribution.
22223. Neither the name of the University nor the names of its contributors
2223   may be used to endorse or promote products derived from this software
2224   without specific prior written permission.
2225
2226THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2227ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2228IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2229ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2230FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2231DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2232OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2233HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2234LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2235OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2236SUCH DAMAGE.
2237
2238-------------------------------------------------------------------
2239
2240Copyright (c) 1991, 1993
2241   The Regents of the University of California.  All rights reserved.
2242
2243This code is derived from software contributed to Berkeley by
2244Berkeley Software Design, Inc.
2245
2246Redistribution and use in source and binary forms, with or without
2247modification, are permitted provided that the following conditions
2248are met:
22491. Redistributions of source code must retain the above copyright
2250   notice, this list of conditions and the following disclaimer.
22512. Redistributions in binary form must reproduce the above copyright
2252   notice, this list of conditions and the following disclaimer in the
2253   documentation and/or other materials provided with the distribution.
22543. Neither the name of the University nor the names of its contributors
2255   may be used to endorse or promote products derived from this software
2256   without specific prior written permission.
2257
2258THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2259ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2260IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2261ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2262FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2263DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2264OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2265HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2266LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2267OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2268SUCH DAMAGE.
2269
2270-------------------------------------------------------------------
2271
2272Copyright (c) 1991, 1993
2273   The Regents of the University of California.  All rights reserved.
2274(c) UNIX System Laboratories, Inc.
2275All or some portions of this file are derived from material licensed
2276to the University of California by American Telephone and Telegraph
2277Co. or Unix System Laboratories, Inc. and are reproduced herein with
2278the permission of UNIX System Laboratories, Inc.
2279
2280This code is derived from software contributed to Berkeley by
2281Hugh Smith at The University of Guelph.
2282
2283Redistribution and use in source and binary forms, with or without
2284modification, are permitted provided that the following conditions
2285are met:
22861. Redistributions of source code must retain the above copyright
2287   notice, this list of conditions and the following disclaimer.
22882. Redistributions in binary form must reproduce the above copyright
2289   notice, this list of conditions and the following disclaimer in the
2290   documentation and/or other materials provided with the distribution.
22913. Neither the name of the University nor the names of its contributors
2292   may be used to endorse or promote products derived from this software
2293   without specific prior written permission.
2294
2295THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2296ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2297IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2298ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2299FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2300DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2301OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2302HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2303LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2304OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2305SUCH DAMAGE.
2306
2307-------------------------------------------------------------------
2308
2309Copyright (c) 1992 Henry Spencer.
2310Copyright (c) 1992, 1993
2311   The Regents of the University of California.  All rights reserved.
2312
2313This code is derived from software contributed to Berkeley by
2314Henry Spencer of the University of Toronto.
2315
2316Redistribution and use in source and binary forms, with or without
2317modification, are permitted provided that the following conditions
2318are met:
23191. Redistributions of source code must retain the above copyright
2320   notice, this list of conditions and the following disclaimer.
23212. Redistributions in binary form must reproduce the above copyright
2322   notice, this list of conditions and the following disclaimer in the
2323   documentation and/or other materials provided with the distribution.
23243. Neither the name of the University nor the names of its contributors
2325   may be used to endorse or promote products derived from this software
2326   without specific prior written permission.
2327
2328THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2329ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2330IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2331ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2332FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2333DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2334OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2335HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2336LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2337OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2338SUCH DAMAGE.
2339
2340-------------------------------------------------------------------
2341
2342Copyright (c) 1992 The Regents of the University of California.
2343All rights reserved.
2344
2345Redistribution and use in source and binary forms, with or without
2346modification, are permitted provided that the following conditions
2347are met:
23481. Redistributions of source code must retain the above copyright
2349   notice, this list of conditions and the following disclaimer.
23502. Redistributions in binary form must reproduce the above copyright
2351   notice, this list of conditions and the following disclaimer in the
2352   documentation and/or other materials provided with the distribution.
23533. Neither the name of the University nor the names of its contributors
2354   may be used to endorse or promote products derived from this software
2355   without specific prior written permission.
2356
2357THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2358ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2359IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2360ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2361FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2362DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2363OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2364HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2365LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2366OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2367SUCH DAMAGE.
2368
2369-------------------------------------------------------------------
2370
2371Copyright (c) 1992, 1993
2372   The Regents of the University of California.  All rights reserved.
2373
2374Redistribution and use in source and binary forms, with or without
2375modification, are permitted provided that the following conditions
2376are met:
23771. Redistributions of source code must retain the above copyright
2378   notice, this list of conditions and the following disclaimer.
23792. Redistributions in binary form must reproduce the above copyright
2380   notice, this list of conditions and the following disclaimer in the
2381   documentation and/or other materials provided with the distribution.
23823. Neither the name of the University nor the names of its contributors
2383   may be used to endorse or promote products derived from this software
2384   without specific prior written permission.
2385
2386THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2387ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2388IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2389ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2390FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2391DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2392OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2393HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2394LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2395OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2396SUCH DAMAGE.
2397
2398-------------------------------------------------------------------
2399
2400Copyright (c) 1992, 1993
2401   The Regents of the University of California.  All rights reserved.
2402
2403This software was developed by the Computer Systems Engineering group
2404at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
2405contributed to Berkeley.
2406
2407All advertising materials mentioning features or use of this software
2408must display the following acknowledgement:
2409   This product includes software developed by the University of
2410   California, Lawrence Berkeley Laboratory.
2411
2412Redistribution and use in source and binary forms, with or without
2413modification, are permitted provided that the following conditions
2414are met:
24151. Redistributions of source code must retain the above copyright
2416   notice, this list of conditions and the following disclaimer.
24172. Redistributions in binary form must reproduce the above copyright
2418   notice, this list of conditions and the following disclaimer in the
2419   documentation and/or other materials provided with the distribution.
24203. All advertising materials mentioning features or use of this software
2421   must display the following acknowledgement:
2422   This product includes software developed by the University of
2423   California, Berkeley and its contributors.
24244. Neither the name of the University nor the names of its contributors
2425   may be used to endorse or promote products derived from this software
2426   without specific prior written permission.
2427
2428THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2429ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2430IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2431ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2432FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2433DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2434OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2435HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2436LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2437OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2438SUCH DAMAGE.
2439
2440-------------------------------------------------------------------
2441
2442Copyright (c) 1992, 1993
2443   The Regents of the University of California.  All rights reserved.
2444(c) UNIX System Laboratories, Inc.
2445All or some portions of this file are derived from material licensed
2446to the University of California by American Telephone and Telegraph
2447Co. or Unix System Laboratories, Inc. and are reproduced herein with
2448the permission of UNIX System Laboratories, Inc.
2449
2450Redistribution and use in source and binary forms, with or without
2451modification, are permitted provided that the following conditions
2452are met:
24531. Redistributions of source code must retain the above copyright
2454   notice, this list of conditions and the following disclaimer.
24552. Redistributions in binary form must reproduce the above copyright
2456   notice, this list of conditions and the following disclaimer in the
2457   documentation and/or other materials provided with the distribution.
24583. Neither the name of the University nor the names of its contributors
2459   may be used to endorse or promote products derived from this software
2460   without specific prior written permission.
2461
2462THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2463ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2464IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2465ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2466FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2467DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2468OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2469HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2470LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2471OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2472SUCH DAMAGE.
2473
2474-------------------------------------------------------------------
2475
2476Copyright (c) 1993
2477   The Regents of the University of California.  All rights reserved.
2478
2479Redistribution and use in source and binary forms, with or without
2480modification, are permitted provided that the following conditions
2481are met:
24821. Redistributions of source code must retain the above copyright
2483   notice, this list of conditions and the following disclaimer.
24842. Redistributions in binary form must reproduce the above copyright
2485   notice, this list of conditions and the following disclaimer in the
2486   documentation and/or other materials provided with the distribution.
24873. Neither the name of the University nor the names of its contributors
2488   may be used to endorse or promote products derived from this software
2489   without specific prior written permission.
2490
2491THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2492ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2493IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2494ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2495FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2496DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2497OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2498HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2499LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2500OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2501SUCH DAMAGE.
2502
2503-------------------------------------------------------------------
2504
2505Copyright (c) 1993 Martin Birgmeier
2506All rights reserved.
2507
2508You may redistribute unmodified or modified versions of this source
2509code provided that the above copyright notice and this and the
2510following conditions are retained.
2511
2512This software is provided ``as is'', and comes with no warranties
2513of any kind. I shall in no event be liable for anything that happens
2514to anyone/anything when using this software.
2515
2516-------------------------------------------------------------------
2517
2518Copyright (c) 1994 SigmaSoft, Th. Lockert <[email protected]>
2519All rights reserved.
2520
2521Redistribution and use in source and binary forms, with or without
2522modification, are permitted provided that the following conditions
2523are met:
25241. Redistributions of source code must retain the above copyright
2525   notice, this list of conditions and the following disclaimer.
25262. Redistributions in binary form must reproduce the above copyright
2527   notice, this list of conditions and the following disclaimer in the
2528   documentation and/or other materials provided with the distribution.
25293. The name of the author may not be used to endorse or promote products
2530   derived from this software without specific prior written permission.
2531
2532THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2533IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2534OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2535IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2536SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2537PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
2538OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
2539WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
2540OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
2541ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2542
2543-------------------------------------------------------------------
2544
2545Copyright (c) 1994 Winning Strategies, Inc.
2546All rights reserved.
2547
2548Redistribution and use in source and binary forms, with or without
2549modification, are permitted provided that the following conditions
2550are met:
25511. Redistributions of source code must retain the above copyright
2552   notice, this list of conditions and the following disclaimer.
25532. Redistributions in binary form must reproduce the above copyright
2554   notice, this list of conditions and the following disclaimer in the
2555   documentation and/or other materials provided with the distribution.
25563. All advertising materials mentioning features or use of this software
2557   must display the following acknowledgement:
2558     This product includes software developed by Winning Strategies, Inc.
25594. The name of the author may not be used to endorse or promote products
2560   derived from this software without specific prior written permission.
2561
2562THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2563IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2564OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2565IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2566INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2567NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2568DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2569THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2570(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2571THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2572
2573-------------------------------------------------------------------
2574
2575Copyright (c) 1996 by Internet Software Consortium.
2576
2577Permission to use, copy, modify, and distribute this software for any
2578purpose with or without fee is hereby granted, provided that the above
2579copyright notice and this permission notice appear in all copies.
2580
2581THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
2582ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
2583OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
2584CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
2585DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
2586PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
2587ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
2588SOFTWARE.
2589
2590-------------------------------------------------------------------
2591
2592Copyright (c) 1996, David Mazieres <[email protected]>
2593Copyright (c) 2008, Damien Miller <[email protected]>
2594Copyright (c) 2013, Markus Friedl <[email protected]>
2595
2596Permission to use, copy, modify, and distribute this software for any
2597purpose with or without fee is hereby granted, provided that the above
2598copyright notice and this permission notice appear in all copies.
2599
2600THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2601WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2602MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2603ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2604WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2605ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2606OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2607
2608-------------------------------------------------------------------
2609
2610Copyright (c) 1996, David Mazieres <[email protected]>
2611Copyright (c) 2008, Damien Miller <[email protected]>
2612Copyright (c) 2013, Markus Friedl <[email protected]>
2613Copyright (c) 2014, Theo de Raadt <[email protected]>
2614
2615Permission to use, copy, modify, and distribute this software for any
2616purpose with or without fee is hereby granted, provided that the above
2617copyright notice and this permission notice appear in all copies.
2618
2619THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2620WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2621MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2622ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2623WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2624ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2625OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2626
2627-------------------------------------------------------------------
2628
2629Copyright (c) 1996-1998, 2008 Theo de Raadt
2630Copyright (c) 1997, 2008-2009 Todd C. Miller
2631
2632Permission to use, copy, modify, and distribute this software for any
2633purpose with or without fee is hereby granted, provided that the above
2634copyright notice and this permission notice appear in all copies.
2635
2636THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2637WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2638MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2639ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2640WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2641ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2642OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2643
2644-------------------------------------------------------------------
2645
2646Copyright (c) 1997 Mark Brinicombe
2647Copyright (C) 2010 The Android Open Source Project
2648All rights reserved.
2649
2650Redistribution and use in source and binary forms, with or without
2651modification, are permitted provided that the following conditions
2652are met:
26531. Redistributions of source code must retain the above copyright
2654   notice, this list of conditions and the following disclaimer.
26552. Redistributions in binary form must reproduce the above copyright
2656   notice, this list of conditions and the following disclaimer in the
2657   documentation and/or other materials provided with the distribution.
26583. All advertising materials mentioning features or use of this software
2659   must display the following acknowledgement:
2660   This product includes software developed by Mark Brinicombe
26614. Neither the name of the University nor the names of its contributors
2662   may be used to endorse or promote products derived from this software
2663   without specific prior written permission.
2664
2665THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
2666ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2667IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2668ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
2669FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2670DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2671OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2672HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2673LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2674OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2675SUCH DAMAGE.
2676
2677-------------------------------------------------------------------
2678
2679Copyright (c) 1997 Niklas Hallqvist.  All rights reserved.
2680
2681Redistribution and use in source and binary forms, with or without
2682modification, are permitted provided that the following conditions
2683are met:
26841. Redistributions of source code must retain the above copyright
2685   notice, this list of conditions and the following disclaimer.
26862. Redistributions in binary form must reproduce the above copyright
2687   notice, this list of conditions and the following disclaimer in the
2688   documentation and/or other materials provided with the distribution.
2689
2690THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2691IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2692OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2693IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2694INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2695NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2696DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2697THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2698(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2699THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2700
2701-------------------------------------------------------------------
2702
2703Copyright (c) 1997 The NetBSD Foundation, Inc.
2704All rights reserved.
2705
2706This code is derived from software contributed to The NetBSD Foundation
2707by Neil A. Carson and Mark Brinicombe
2708
2709Redistribution and use in source and binary forms, with or without
2710modification, are permitted provided that the following conditions
2711are met:
27121. Redistributions of source code must retain the above copyright
2713   notice, this list of conditions and the following disclaimer.
27142. Redistributions in binary form must reproduce the above copyright
2715   notice, this list of conditions and the following disclaimer in the
2716   documentation and/or other materials provided with the distribution.
2717
2718THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2719``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2720TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2721PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2722BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2723CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2724SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2725INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2726CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2728POSSIBILITY OF SUCH DAMAGE.
2729
2730-------------------------------------------------------------------
2731
2732Copyright (c) 1997 Todd C. Miller <[email protected]>
2733
2734Permission to use, copy, modify, and distribute this software for any
2735purpose with or without fee is hereby granted, provided that the above
2736copyright notice and this permission notice appear in all copies.
2737
2738THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2739WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2740MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2741ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2742WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2743ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2744OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2745
2746-------------------------------------------------------------------
2747
2748Copyright (c) 1997 Todd C. Miller <[email protected]>
2749All rights reserved.
2750
2751Redistribution and use in source and binary forms, with or without
2752modification, are permitted provided that the following conditions
2753are met:
27541. Redistributions of source code must retain the above copyright
2755   notice, this list of conditions and the following disclaimer.
27562. Redistributions in binary form must reproduce the above copyright
2757   notice, this list of conditions and the following disclaimer in the
2758   documentation and/or other materials provided with the distribution.
27593. The name of the author may not be used to endorse or promote products
2760   derived from this software without specific prior written permission.
2761
2762THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
2763INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
2764AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
2765THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
2766EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2767PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
2768OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
2769WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
2770OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
2771ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2772
2773-------------------------------------------------------------------
2774
2775Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc.
2776All rights reserved.
2777
2778This code is derived from software contributed to The NetBSD Foundation
2779by Luke Mewburn.
2780
2781Redistribution and use in source and binary forms, with or without
2782modification, are permitted provided that the following conditions
2783are met:
27841. Redistributions of source code must retain the above copyright
2785   notice, this list of conditions and the following disclaimer.
27862. Redistributions in binary form must reproduce the above copyright
2787   notice, this list of conditions and the following disclaimer in the
2788   documentation and/or other materials provided with the distribution.
2789
2790THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2791``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2792TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2793PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2794BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2795CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2796SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2797INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2798CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2799ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2800POSSIBILITY OF SUCH DAMAGE.
2801
2802-------------------------------------------------------------------
2803
2804Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc.
2805All rights reserved.
2806
2807This code is derived from software contributed to The NetBSD Foundation
2808by Luke Mewburn; and by Jason R. Thorpe.
2809
2810Redistribution and use in source and binary forms, with or without
2811modification, are permitted provided that the following conditions
2812are met:
28131. Redistributions of source code must retain the above copyright
2814   notice, this list of conditions and the following disclaimer.
28152. Redistributions in binary form must reproduce the above copyright
2816   notice, this list of conditions and the following disclaimer in the
2817   documentation and/or other materials provided with the distribution.
28183. All advertising materials mentioning features or use of this software
2819   must display the following acknowledgement:
2820       This product includes software developed by the NetBSD
2821       Foundation, Inc. and its contributors.
28224. Neither the name of The NetBSD Foundation nor the names of its
2823   contributors may be used to endorse or promote products derived
2824   from this software without specific prior written permission.
2825
2826THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2827``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2828TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2829PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2830BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2831CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2832SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2833INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2834CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2835ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2836POSSIBILITY OF SUCH DAMAGE.
2837
2838-------------------------------------------------------------------
2839
2840Copyright (c) 1997, 1998, 2005, 2008 The NetBSD Foundation, Inc.
2841All rights reserved.
2842
2843This code was contributed to The NetBSD Foundation by Klaus Klein.
2844
2845Redistribution and use in source and binary forms, with or without
2846modification, are permitted provided that the following conditions
2847are met:
28481. Redistributions of source code must retain the above copyright
2849   notice, this list of conditions and the following disclaimer.
28502. Redistributions in binary form must reproduce the above copyright
2851   notice, this list of conditions and the following disclaimer in the
2852   documentation and/or other materials provided with the distribution.
2853
2854THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2855``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2856TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2857PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2858BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2859CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2860SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2861INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2862CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2863ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2864POSSIBILITY OF SUCH DAMAGE.
2865
2866-------------------------------------------------------------------
2867
2868Copyright (c) 1997, 2005 Todd C. Miller <[email protected]>
2869
2870Permission to use, copy, modify, and distribute this software for any
2871purpose with or without fee is hereby granted, provided that the above
2872copyright notice and this permission notice appear in all copies.
2873
2874THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2875WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2876MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2877ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2878WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2879ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2880OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2881
2882-------------------------------------------------------------------
2883
2884Copyright (c) 1998 The NetBSD Foundation, Inc.
2885All rights reserved.
2886
2887This code is derived from software contributed to The NetBSD Foundation
2888by Klaus Klein.
2889
2890Redistribution and use in source and binary forms, with or without
2891modification, are permitted provided that the following conditions
2892are met:
28931. Redistributions of source code must retain the above copyright
2894   notice, this list of conditions and the following disclaimer.
28952. Redistributions in binary form must reproduce the above copyright
2896   notice, this list of conditions and the following disclaimer in the
2897   documentation and/or other materials provided with the distribution.
28983. All advertising materials mentioning features or use of this software
2899   must display the following acknowledgement:
2900       This product includes software developed by the NetBSD
2901       Foundation, Inc. and its contributors.
29024. Neither the name of The NetBSD Foundation nor the names of its
2903   contributors may be used to endorse or promote products derived
2904   from this software without specific prior written permission.
2905
2906THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2907``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2908TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2909PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2910BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2911CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2912SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2913INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2914CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2915ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2916POSSIBILITY OF SUCH DAMAGE.
2917
2918-------------------------------------------------------------------
2919
2920Copyright (c) 1998, 2015 Todd C. Miller <[email protected]>
2921
2922Permission to use, copy, modify, and distribute this software for any
2923purpose with or without fee is hereby granted, provided that the above
2924copyright notice and this permission notice appear in all copies.
2925
2926THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2927WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2928MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2929ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2930WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2931ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2932OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2933
2934-------------------------------------------------------------------
2935
2936Copyright (c) 2000 Ben Harris.
2937Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
2938All rights reserved.
2939
2940Redistribution and use in source and binary forms, with or without
2941modification, are permitted provided that the following conditions
2942are met:
29431. Redistributions of source code must retain the above copyright
2944   notice, this list of conditions and the following disclaimer.
29452. Redistributions in binary form must reproduce the above copyright
2946   notice, this list of conditions and the following disclaimer in the
2947   documentation and/or other materials provided with the distribution.
29483. Neither the name of the project nor the names of its contributors
2949   may be used to endorse or promote products derived from this software
2950   without specific prior written permission.
2951
2952THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
2953ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2954IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2955ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
2956FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2957DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2958OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2959HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2960LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2961OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2962SUCH DAMAGE.
2963
2964-------------------------------------------------------------------
2965
2966Copyright (c) 2000 The NetBSD Foundation, Inc.
2967All rights reserved.
2968
2969This code is derived from software contributed to The NetBSD Foundation
2970by Dieter Baron and Thomas Klausner.
2971
2972Redistribution and use in source and binary forms, with or without
2973modification, are permitted provided that the following conditions
2974are met:
29751. Redistributions of source code must retain the above copyright
2976   notice, this list of conditions and the following disclaimer.
29772. Redistributions in binary form must reproduce the above copyright
2978   notice, this list of conditions and the following disclaimer in the
2979   documentation and/or other materials provided with the distribution.
2980
2981THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2982``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2983TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2984PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2985BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2986CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2987SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2988INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2989CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2990ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2991POSSIBILITY OF SUCH DAMAGE.
2992
2993-------------------------------------------------------------------
2994
2995Copyright (c) 2001 Wasabi Systems, Inc.
2996All rights reserved.
2997
2998Written by Frank van der Linden for Wasabi Systems, Inc.
2999
3000Redistribution and use in source and binary forms, with or without
3001modification, are permitted provided that the following conditions
3002are met:
30031. Redistributions of source code must retain the above copyright
3004   notice, this list of conditions and the following disclaimer.
30052. Redistributions in binary form must reproduce the above copyright
3006   notice, this list of conditions and the following disclaimer in the
3007   documentation and/or other materials provided with the distribution.
30083. All advertising materials mentioning features or use of this software
3009   must display the following acknowledgement:
3010     This product includes software developed for the NetBSD Project by
3011     Wasabi Systems, Inc.
30124. The name of Wasabi Systems, Inc. may not be used to endorse
3013   or promote products derived from this software without specific prior
3014   written permission.
3015
3016THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND
3017ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3018TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3019PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL WASABI SYSTEMS, INC
3020BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3021CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3022SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3023INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3024CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3025ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3026POSSIBILITY OF SUCH DAMAGE.
3027
3028-------------------------------------------------------------------
3029
3030Copyright (c) 2001-2011 The FreeBSD Project.
3031All rights reserved.
3032
3033Redistribution and use in source and binary forms, with or without
3034modification, are permitted provided that the following conditions
3035are met:
30361. Redistributions of source code must retain the above copyright
3037   notice, this list of conditions and the following disclaimer.
30382. Redistributions in binary form must reproduce the above copyright
3039   notice, this list of conditions and the following disclaimer in the
3040   documentation and/or other materials provided with the distribution.
3041
3042THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3043ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3044IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3045ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3046FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3047DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3048OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3049HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3050LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3051OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3052SUCH DAMAGE.
3053
3054-------------------------------------------------------------------
3055
3056Copyright (c) 2002 Daniel Hartmeier
3057All rights reserved.
3058
3059Redistribution and use in source and binary forms, with or without
3060modification, are permitted provided that the following conditions
3061are met:
3062
3063   - Redistributions of source code must retain the above copyright
3064     notice, this list of conditions and the following disclaimer.
3065   - Redistributions in binary form must reproduce the above
3066     copyright notice, this list of conditions and the following
3067     disclaimer in the documentation and/or other materials provided
3068     with the distribution.
3069
3070THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3071"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3072LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
3073FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
3074COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
3075INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
3076BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3077LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
3078CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3079LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
3080ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3081POSSIBILITY OF SUCH DAMAGE.
3082
3083-------------------------------------------------------------------
3084
3085Copyright (c) 2002 Tim J. Robbins.
3086All rights reserved.
3087
3088Redistribution and use in source and binary forms, with or without
3089modification, are permitted provided that the following conditions
3090are met:
30911. Redistributions of source code must retain the above copyright
3092   notice, this list of conditions and the following disclaimer.
30932. Redistributions in binary form must reproduce the above copyright
3094   notice, this list of conditions and the following disclaimer in the
3095   documentation and/or other materials provided with the distribution.
3096
3097THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3098ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3099IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3100ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3101FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3102DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3103OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3104HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3105LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3106OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3107SUCH DAMAGE.
3108
3109-------------------------------------------------------------------
3110
3111Copyright (c) 2002 Todd C. Miller <[email protected]>
3112
3113Permission to use, copy, modify, and distribute this software for any
3114purpose with or without fee is hereby granted, provided that the above
3115copyright notice and this permission notice appear in all copies.
3116
3117THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3118WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3119MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3120ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3121WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3122ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3123OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3124
3125Sponsored in part by the Defense Advanced Research Projects
3126Agency (DARPA) and Air Force Research Laboratory, Air Force
3127Materiel Command, USAF, under agreement number F39502-99-1-0512.
3128
3129-------------------------------------------------------------------
3130
3131Copyright (c) 2002, 2003 Tim J. Robbins.
3132All rights reserved.
3133
3134Redistribution and use in source and binary forms, with or without
3135modification, are permitted provided that the following conditions
3136are met:
31371. Redistributions of source code must retain the above copyright
3138   notice, this list of conditions and the following disclaimer.
31392. Redistributions in binary form must reproduce the above copyright
3140   notice, this list of conditions and the following disclaimer in the
3141   documentation and/or other materials provided with the distribution.
3142
3143THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3144ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3145IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3146ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3147FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3148DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3149OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3150HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3151LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3152OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3153SUCH DAMAGE.
3154
3155-------------------------------------------------------------------
3156
3157Copyright (c) 2002-2004 Tim J. Robbins
3158All rights reserved.
3159
3160Redistribution and use in source and binary forms, with or without
3161modification, are permitted provided that the following conditions
3162are met:
31631. Redistributions of source code must retain the above copyright
3164   notice, this list of conditions and the following disclaimer.
31652. Redistributions in binary form must reproduce the above copyright
3166   notice, this list of conditions and the following disclaimer in the
3167   documentation and/or other materials provided with the distribution.
3168
3169THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3170ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3171IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3172ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3173FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3174DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3175OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3176HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3177LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3178OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3179SUCH DAMAGE.
3180
3181-------------------------------------------------------------------
3182
3183Copyright (c) 2002-2004 Tim J. Robbins.
3184All rights reserved.
3185
3186Redistribution and use in source and binary forms, with or without
3187modification, are permitted provided that the following conditions
3188are met:
31891. Redistributions of source code must retain the above copyright
3190   notice, this list of conditions and the following disclaimer.
31912. Redistributions in binary form must reproduce the above copyright
3192   notice, this list of conditions and the following disclaimer in the
3193   documentation and/or other materials provided with the distribution.
3194
3195THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3196ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3197IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3198ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3199FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3200DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3201OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3202HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3203LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3204OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3205SUCH DAMAGE.
3206
3207-------------------------------------------------------------------
3208
3209Copyright (c) 2003 David Schultz <[email protected]>
3210All rights reserved.
3211
3212Redistribution and use in source and binary forms, with or without
3213modification, are permitted provided that the following conditions
3214are met:
32151. Redistributions of source code must retain the above copyright
3216   notice, this list of conditions and the following disclaimer.
32172. Redistributions in binary form must reproduce the above copyright
3218   notice, this list of conditions and the following disclaimer in the
3219   documentation and/or other materials provided with the distribution.
3220
3221THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3222ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3223IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3224ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3225FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3226DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3227OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3228HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3229LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3230OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3231SUCH DAMAGE.
3232
3233-------------------------------------------------------------------
3234
3235Copyright (c) 2003 Networks Associates Technology, Inc.
3236All rights reserved.
3237
3238Portions of this software were developed for the FreeBSD Project by
3239Jacques A. Vidrine, Safeport Network Services, and Network
3240Associates Laboratories, the Security Research Division of Network
3241Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
3242("CBOSS"), as part of the DARPA CHATS research program.
3243
3244Redistribution and use in source and binary forms, with or without
3245modification, are permitted provided that the following conditions
3246are met:
32471. Redistributions of source code must retain the above copyright
3248   notice, this list of conditions and the following disclaimer.
32492. Redistributions in binary form must reproduce the above copyright
3250   notice, this list of conditions and the following disclaimer in the
3251   documentation and/or other materials provided with the distribution.
3252
3253THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3254ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3255IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3256ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3257FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3258DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3259OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3260HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3261LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3262OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3263SUCH DAMAGE.
3264
3265-------------------------------------------------------------------
3266
3267Copyright (c) 2003 Todd C. Miller <[email protected]>
3268
3269Permission to use, copy, modify, and distribute this software for any
3270purpose with or without fee is hereby granted, provided that the above
3271copyright notice and this permission notice appear in all copies.
3272
3273THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3274WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3275MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3276ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3277WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3278ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3279OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3280
3281Sponsored in part by the Defense Advanced Research Projects
3282Agency (DARPA) and Air Force Research Laboratory, Air Force
3283Materiel Command, USAF, under agreement number F39502-99-1-0512.
3284
3285-------------------------------------------------------------------
3286
3287Copyright (c) 2003, 2004 Todd C. Miller <[email protected]>
3288
3289Permission to use, copy, modify, and distribute this software for any
3290purpose with or without fee is hereby granted, provided that the above
3291copyright notice and this permission notice appear in all copies.
3292
3293THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3294WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3295MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3296ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3297WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3298ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3299OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3300
3301Sponsored in part by the Defense Advanced Research Projects
3302Agency (DARPA) and Air Force Research Laboratory, Air Force
3303Materiel Command, USAF, under agreement number F39502-99-1-0512.
3304
3305-------------------------------------------------------------------
3306
3307Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3308Copyright (c) 1995,1999 by Internet Software Consortium.
3309
3310Permission to use, copy, modify, and distribute this software for any
3311purpose with or without fee is hereby granted, provided that the above
3312copyright notice and this permission notice appear in all copies.
3313
3314THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3315WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3316MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
3317ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3318WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3319ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3320OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3321
3322-------------------------------------------------------------------
3323
3324Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3325Copyright (c) 1995-1999 by Internet Software Consortium
3326
3327Permission to use, copy, modify, and distribute this software for any
3328purpose with or without fee is hereby granted, provided that the above
3329copyright notice and this permission notice appear in all copies.
3330
3331THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3332WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3333MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
3334ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3335WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3336ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3337OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3338
3339-------------------------------------------------------------------
3340
3341Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3342Copyright (c) 1995-1999 by Internet Software Consortium.
3343
3344Permission to use, copy, modify, and distribute this software for any
3345purpose with or without fee is hereby granted, provided that the above
3346copyright notice and this permission notice appear in all copies.
3347
3348THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3349WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3350MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
3351ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3352WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3353ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3354OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3355
3356-------------------------------------------------------------------
3357
3358Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3359Copyright (c) 1996,1999 by Internet Software Consortium.
3360
3361Permission to use, copy, modify, and distribute this software for any
3362purpose with or without fee is hereby granted, provided that the above
3363copyright notice and this permission notice appear in all copies.
3364
3365THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3366WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3367MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
3368ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3369WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3370ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3371OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3372
3373-------------------------------------------------------------------
3374
3375Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3376Copyright (c) 1996-1999 by Internet Software Consortium
3377
3378Permission to use, copy, modify, and distribute this software for any
3379purpose with or without fee is hereby granted, provided that the above
3380copyright notice and this permission notice appear in all copies.
3381
3382THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3383WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3384MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
3385ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3386WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3387ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3388OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3389
3390-------------------------------------------------------------------
3391
3392Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3393Copyright (c) 1996-1999 by Internet Software Consortium.
3394
3395Permission to use, copy, modify, and distribute this software for any
3396purpose with or without fee is hereby granted, provided that the above
3397copyright notice and this permission notice appear in all copies.
3398
3399THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3400WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3401MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
3402ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3403WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3404ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3405OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3406
3407-------------------------------------------------------------------
3408
3409Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3410Copyright (c) 1997,1999 by Internet Software Consortium.
3411
3412Permission to use, copy, modify, and distribute this software for any
3413purpose with or without fee is hereby granted, provided that the above
3414copyright notice and this permission notice appear in all copies.
3415
3416THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3417WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3418MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
3419ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3420WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3421ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3422OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3423
3424-------------------------------------------------------------------
3425
3426Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3427Copyright (c) 1999 by Internet Software Consortium.
3428
3429Permission to use, copy, modify, and distribute this software for any
3430purpose with or without fee is hereby granted, provided that the above
3431copyright notice and this permission notice appear in all copies.
3432
3433THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3434WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3435MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
3436ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3437WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3438ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3439OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3440
3441-------------------------------------------------------------------
3442
3443Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3444Portions Copyright (c) 1996-1999 by Internet Software Consortium.
3445
3446Permission to use, copy, modify, and distribute this software for any
3447purpose with or without fee is hereby granted, provided that the above
3448copyright notice and this permission notice appear in all copies.
3449
3450THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3451WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3452MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
3453ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3454WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3455ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3456OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3457
3458-------------------------------------------------------------------
3459
3460Copyright (c) 2004, 2005 David Schultz <[email protected]>
3461All rights reserved.
3462
3463Redistribution and use in source and binary forms, with or without
3464modification, are permitted provided that the following conditions
3465are met:
34661. Redistributions of source code must retain the above copyright
3467   notice, this list of conditions and the following disclaimer.
34682. Redistributions in binary form must reproduce the above copyright
3469   notice, this list of conditions and the following disclaimer in the
3470   documentation and/or other materials provided with the distribution.
3471
3472THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3473ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3474IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3475ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3476FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3477DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3478OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3479HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3480LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3481OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3482SUCH DAMAGE.
3483
3484-------------------------------------------------------------------
3485
3486Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG>
3487All rights reserved.
3488
3489Redistribution and use in source and binary forms, with or without
3490modification, are permitted provided that the following conditions
3491are met:
34921. Redistributions of source code must retain the above copyright
3493   notice, this list of conditions and the following disclaimer.
34942. Redistributions in binary form must reproduce the above copyright
3495   notice, this list of conditions and the following disclaimer in the
3496   documentation and/or other materials provided with the distribution.
3497
3498THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3499ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3500IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3501ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3502FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3503DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3504OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3505HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3506LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3507OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3508SUCH DAMAGE.
3509
3510-------------------------------------------------------------------
3511
3512Copyright (c) 2004-2005 David Schultz <[email protected]>
3513All rights reserved.
3514
3515Redistribution and use in source and binary forms, with or without
3516modification, are permitted provided that the following conditions
3517are met:
35181. Redistributions of source code must retain the above copyright
3519   notice, this list of conditions and the following disclaimer.
35202. Redistributions in binary form must reproduce the above copyright
3521   notice, this list of conditions and the following disclaimer in the
3522   documentation and/or other materials provided with the distribution.
3523
3524THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3525ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3526IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3527ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3528FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3529DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3530OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3531HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3532LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3533OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3534SUCH DAMAGE.
3535
3536-------------------------------------------------------------------
3537
3538Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC")
3539Copyright (c) 1995-1999 by Internet Software Consortium
3540
3541Permission to use, copy, modify, and distribute this software for any
3542purpose with or without fee is hereby granted, provided that the above
3543copyright notice and this permission notice appear in all copies.
3544
3545THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
3546WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3547MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
3548ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3549WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3550ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
3551OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3552
3553-------------------------------------------------------------------
3554
3555Copyright (c) 2005-2018 Rich Felker
3556
3557Permission is hereby granted, free of charge, to any person obtaining
3558a copy of this software and associated documentation files (the
3559"Software"), to deal in the Software without restriction, including
3560without limitation the rights to use, copy, modify, merge, publish,
3561distribute, sublicense, and/or sell copies of the Software, and to
3562permit persons to whom the Software is furnished to do so, subject to
3563the following conditions:
3564
3565The above copyright notice and this permission notice shall be
3566included in all copies or substantial portions of the Software.
3567
3568THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3569EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3570MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3571IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3572CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3573TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3574SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3575
3576-------------------------------------------------------------------
3577
3578Copyright (c) 2005-2020 Rich Felker, et al.
3579
3580Permission is hereby granted, free of charge, to any person obtaining
3581a copy of this software and associated documentation files (the
3582"Software"), to deal in the Software without restriction, including
3583without limitation the rights to use, copy, modify, merge, publish,
3584distribute, sublicense, and/or sell copies of the Software, and to
3585permit persons to whom the Software is furnished to do so, subject to
3586the following conditions:
3587
3588The above copyright notice and this permission notice shall be
3589included in all copies or substantial portions of the Software.
3590
3591THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3592EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3593MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3594IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3595CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3596TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3597SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3598
3599-------------------------------------------------------------------
3600
3601Copyright (c) 2007-2008  Michael G Schwern
3602
3603This software originally derived from Paul Sheer's pivotal_gmtime_r.c.
3604
3605The MIT License:
3606
3607Permission is hereby granted, free of charge, to any person obtaining a copy
3608of this software and associated documentation files (the "Software"), to deal
3609in the Software without restriction, including without limitation the rights
3610to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3611copies of the Software, and to permit persons to whom the Software is
3612furnished to do so, subject to the following conditions:
3613
3614The above copyright notice and this permission notice shall be included in
3615all copies or substantial portions of the Software.
3616
3617THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3618IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3619FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3620AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3621LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3622OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3623THE SOFTWARE.
3624
3625-------------------------------------------------------------------
3626
3627Copyright (c) 2008, 2016 Todd C. Miller <[email protected]>
3628
3629Permission to use, copy, modify, and distribute this software for any
3630purpose with or without fee is hereby granted, provided that the above
3631copyright notice and this permission notice appear in all copies.
3632
3633THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3634WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3635MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3636ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3637WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3638ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3639OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3640
3641-------------------------------------------------------------------
3642
3643Copyright (c) 2008, 2017 Otto Moerbeek <[email protected]>
3644
3645Permission to use, copy, modify, and distribute this software for any
3646purpose with or without fee is hereby granted, provided that the above
3647copyright notice and this permission notice appear in all copies.
3648
3649THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3650WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3651MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3652ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3653WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3654ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3655OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3656
3657-------------------------------------------------------------------
3658
3659Copyright (c) 2008, Damien Miller <[email protected]>
3660
3661Permission to use, copy, modify, and distribute this software for any
3662purpose with or without fee is hereby granted, provided that the above
3663copyright notice and this permission notice appear in all copies.
3664
3665THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3666WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3667MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3668ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3669WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3670ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3671OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3672
3673-------------------------------------------------------------------
3674
3675Copyright (c) 2009 David Schultz <[email protected]>
3676All rights reserved.
3677
3678Copyright (c) 2011 The FreeBSD Foundation
3679All rights reserved.
3680Portions of this software were developed by David Chisnall
3681under sponsorship from the FreeBSD Foundation.
3682
3683Redistribution and use in source and binary forms, with or without
3684modification, are permitted provided that the following conditions
3685are met:
36861. Redistributions of source code must retain the above copyright
3687   notice, this list of conditions and the following disclaimer.
36882. Redistributions in binary form must reproduce the above copyright
3689   notice, this list of conditions and the following disclaimer in the
3690   documentation and/or other materials provided with the distribution.
3691
3692THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3693ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3694IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3695ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3696FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3697DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3698OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3699HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3700LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3701OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3702SUCH DAMAGE.
3703
3704-------------------------------------------------------------------
3705
3706Copyright (c) 2009 The NetBSD Foundation, Inc.
3707
3708This code is derived from software contributed to The NetBSD Foundation
3709by Roy Marples.
3710
3711Redistribution and use in source and binary forms, with or without
3712modification, are permitted provided that the following conditions
3713are met:
37141. Redistributions of source code must retain the above copyright
3715   notice, this list of conditions and the following disclaimer.
37162. Redistributions in binary form must reproduce the above copyright
3717   notice, this list of conditions and the following disclaimer in the
3718   documentation and/or other materials provided with the distribution.
3719
3720THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
3721IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
3722OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
3723IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
3724INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
3725NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3726DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3727THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3728(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3729THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3730
3731-------------------------------------------------------------------
3732
3733Copyright (c) 2010 The NetBSD Foundation, Inc.
3734All rights reserved.
3735
3736Redistribution and use in source and binary forms, with or without
3737modification, are permitted provided that the following conditions
3738are met:
37391. Redistributions of source code must retain the above copyright
3740   notice, this list of conditions and the following disclaimer.
37412. Redistributions in binary form must reproduce the above copyright
3742   notice, this list of conditions and the following disclaimer in the
3743   documentation and/or other materials provided with the distribution.
3744
3745THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
3746``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
3747TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3748PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
3749BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
3750CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
3751SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3752INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3753CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3754ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3755POSSIBILITY OF SUCH DAMAGE.
3756
3757-------------------------------------------------------------------
3758
3759Copyright (c) 2010 Todd C. Miller <[email protected]>
3760
3761Permission to use, copy, modify, and distribute this software for any
3762purpose with or without fee is hereby granted, provided that the above
3763copyright notice and this permission notice appear in all copies.
3764
3765THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3766WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3767MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3768ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3769WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3770ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3771OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3772
3773-------------------------------------------------------------------
3774
3775Copyright (c) 2010, 2011, 2012, 2013 Intel Corporation
3776All rights reserved.
3777
3778Redistribution and use in source and binary forms, with or without
3779modification, are permitted provided that the following conditions are met:
3780
3781    * Redistributions of source code must retain the above copyright notice,
3782    * this list of conditions and the following disclaimer.
3783
3784    * Redistributions in binary form must reproduce the above copyright notice,
3785    * this list of conditions and the following disclaimer in the documentation
3786    * and/or other materials provided with the distribution.
3787
3788    * Neither the name of Intel Corporation nor the names of its contributors
3789    * may be used to endorse or promote products derived from this software
3790    * without specific prior written permission.
3791
3792THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
3793ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3794WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3795DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
3796ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3797(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3798LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
3799ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3800(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3801SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3802
3803-------------------------------------------------------------------
3804
3805Copyright (c) 2010, Intel Corporation
3806All rights reserved.
3807
3808Redistribution and use in source and binary forms, with or without
3809modification, are permitted provided that the following conditions are met:
3810
3811    * Redistributions of source code must retain the above copyright notice,
3812    * this list of conditions and the following disclaimer.
3813
3814    * Redistributions in binary form must reproduce the above copyright notice,
3815    * this list of conditions and the following disclaimer in the documentation
3816    * and/or other materials provided with the distribution.
3817
3818    * Neither the name of Intel Corporation nor the names of its contributors
3819    * may be used to endorse or promote products derived from this software
3820    * without specific prior written permission.
3821
3822THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
3823ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3824WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3825DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
3826ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3827(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3828LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
3829ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3830(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3831SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3832
3833-------------------------------------------------------------------
3834
3835Copyright (c) 2011 Ed Schouten <[email protected]>
3836                   David Chisnall <[email protected]>
3837All rights reserved.
3838
3839Redistribution and use in source and binary forms, with or without
3840modification, are permitted provided that the following conditions
3841are met:
38421. Redistributions of source code must retain the above copyright
3843   notice, this list of conditions and the following disclaimer.
38442. Redistributions in binary form must reproduce the above copyright
3845   notice, this list of conditions and the following disclaimer in the
3846   documentation and/or other materials provided with the distribution.
3847
3848THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3849ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3850IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3851ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3852FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3853DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3854OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3855HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3856LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3857OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3858SUCH DAMAGE.
3859
3860-------------------------------------------------------------------
3861
3862Copyright (c) 2011 Martin Pieuchot <[email protected]>
3863
3864Permission to use, copy, modify, and distribute this software for any
3865purpose with or without fee is hereby granted, provided that the above
3866copyright notice and this permission notice appear in all copies.
3867
3868THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3869WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3870MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3871ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3872WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3873ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3874OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3875
3876-------------------------------------------------------------------
3877
3878Copyright (c) 2011 The Android Open Source Project
3879Copyright (c) 2008 ARM Ltd
3880All rights reserved.
3881
3882Redistribution and use in source and binary forms, with or without
3883modification, are permitted provided that the following conditions
3884are met:
38851. Redistributions of source code must retain the above copyright
3886   notice, this list of conditions and the following disclaimer.
38872. Redistributions in binary form must reproduce the above copyright
3888   notice, this list of conditions and the following disclaimer in the
3889   documentation and/or other materials provided with the distribution.
38903. The name of the company may not be used to endorse or promote
3891   products derived from this software without specific prior written
3892   permission.
3893
3894THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
3895WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
3896MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
3897IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3898SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
3899TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
3900PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
3901LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
3902NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3903SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3904
3905-------------------------------------------------------------------
3906
3907Copyright (c) 2011, Intel Corporation
3908All rights reserved.
3909
3910Redistribution and use in source and binary forms, with or without
3911modification, are permitted provided that the following conditions are met:
3912
3913    * Redistributions of source code must retain the above copyright notice,
3914    * this list of conditions and the following disclaimer.
3915
3916    * Redistributions in binary form must reproduce the above copyright notice,
3917    * this list of conditions and the following disclaimer in the documentation
3918    * and/or other materials provided with the distribution.
3919
3920    * Neither the name of Intel Corporation nor the names of its contributors
3921    * may be used to endorse or promote products derived from this software
3922    * without specific prior written permission.
3923
3924THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
3925ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
3926WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3927DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
3928ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3929(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3930LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
3931ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3932(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3933SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3934
3935-------------------------------------------------------------------
3936
3937Copyright (c) 2011, VMware, Inc.
3938All rights reserved.
3939
3940Redistribution and use in source and binary forms, with or without
3941modification, are permitted provided that the following conditions are met:
3942    * Redistributions of source code must retain the above copyright
3943      notice, this list of conditions and the following disclaimer.
3944    * Redistributions in binary form must reproduce the above copyright
3945      notice, this list of conditions and the following disclaimer in the
3946      documentation and/or other materials provided with the distribution.
3947    * Neither the name of the VMware, Inc. nor the names of its contributors
3948      may be used to endorse or promote products derived from this software
3949      without specific prior written permission.
3950
3951THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
3952AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3953IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3954ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR
3955ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
3956(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
3957LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3958ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3959(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3960THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3961
3962-------------------------------------------------------------------
3963
3964Copyright (c) 2012, Linaro Limited
3965   All rights reserved.
3966   Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
3967   Redistribution and use in source and binary forms, with or without
3968   modification, are permitted provided that the following conditions are met:
3969       * Redistributions of source code must retain the above copyright
3970         notice, this list of conditions and the following disclaimer.
3971       * Redistributions in binary form must reproduce the above copyright
3972         notice, this list of conditions and the following disclaimer in the
3973         documentation and/or other materials provided with the distribution.
3974       * Neither the name of the Linaro nor the
3975         names of its contributors may be used to endorse or promote products
3976         derived from this software without specific prior written permission.
3977   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3978   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3979   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
3980   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
3981   HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3982   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3983   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3984   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3985   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3986   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3987   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3988
3989-------------------------------------------------------------------
3990
3991Copyright (c) 2012-2014 ARM Ltd
3992All rights reserved.
3993
3994Redistribution and use in source and binary forms, with or without
3995modification, are permitted provided that the following conditions
3996are met:
39971. Redistributions of source code must retain the above copyright
3998   notice, this list of conditions and the following disclaimer.
39992. Redistributions in binary form must reproduce the above copyright
4000   notice, this list of conditions and the following disclaimer in the
4001   documentation and/or other materials provided with the distribution.
40023. The name of the company may not be used to endorse or promote
4003   products derived from this software without specific prior written
4004   permission.
4005
4006THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
4007WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4008MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4009IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4010SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4011TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4012PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4013LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4014NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4015SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4016
4017-------------------------------------------------------------------
4018
4019Copyright (c) 2013 ARM Ltd
4020All rights reserved.
4021
4022Redistribution and use in source and binary forms, with or without
4023modification, are permitted provided that the following conditions
4024are met:
40251. Redistributions of source code must retain the above copyright
4026   notice, this list of conditions and the following disclaimer.
40272. Redistributions in binary form must reproduce the above copyright
4028   notice, this list of conditions and the following disclaimer in the
4029   documentation and/or other materials provided with the distribution.
40303. The name of the company may not be used to endorse or promote
4031   products derived from this software without specific prior written
4032   permission.
4033
4034THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
4035WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4036MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4037IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4038SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4039TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4040PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4041LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4042NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4043SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4044
4045-------------------------------------------------------------------
4046
4047Copyright (c) 2013 Antoine Jacoutot <[email protected]>
4048
4049Permission to use, copy, modify, and distribute this software for any
4050purpose with or without fee is hereby granted, provided that the above
4051copyright notice and this permission notice appear in all copies.
4052
4053THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4054WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4055MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4056ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4057WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4058ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
4059OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4060
4061-------------------------------------------------------------------
4062
4063Copyright (c) 2013 The NetBSD Foundation, Inc.
4064All rights reserved.
4065
4066This code is derived from software contributed to The NetBSD Foundation
4067by Christos Zoulas.
4068
4069Redistribution and use in source and binary forms, with or without
4070modification, are permitted provided that the following conditions
4071are met:
40721. Redistributions of source code must retain the above copyright
4073   notice, this list of conditions and the following disclaimer.
40742. Redistributions in binary form must reproduce the above copyright
4075   notice, this list of conditions and the following disclaimer in the
4076   documentation and/or other materials provided with the distribution.
4077
4078THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
4079``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
4080TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
4081PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
4082BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
4083CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
4084SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
4085INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
4086CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
4087ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
4088POSSIBILITY OF SUCH DAMAGE.
4089
4090-------------------------------------------------------------------
4091
4092Copyright (c) 2014, Intel Corporation
4093All rights reserved.
4094
4095Redistribution and use in source and binary forms, with or without
4096modification, are permitted provided that the following conditions are met:
4097
4098    * Redistributions of source code must retain the above copyright notice,
4099    * this list of conditions and the following disclaimer.
4100
4101    * Redistributions in binary form must reproduce the above copyright notice,
4102    * this list of conditions and the following disclaimer in the documentation
4103    * and/or other materials provided with the distribution.
4104
4105    * Neither the name of Intel Corporation nor the names of its contributors
4106    * may be used to endorse or promote products derived from this software
4107    * without specific prior written permission.
4108
4109THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4110ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4111WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4112DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
4113ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4114(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4115LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
4116ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4117(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4118SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4119
4120-------------------------------------------------------------------
4121
4122Copyright (c) 2015 Joerg Sonnenberger <[email protected]>.
4123All rights reserved.
4124
4125Redistribution and use in source and binary forms, with or without
4126modification, are permitted provided that the following conditions
4127are met:
4128
41291. Redistributions of source code must retain the above copyright
4130   notice, this list of conditions and the following disclaimer.
41312. Redistributions in binary form must reproduce the above copyright
4132   notice, this list of conditions and the following disclaimer in
4133   the documentation and/or other materials provided with the
4134   distribution.
4135
4136THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4137``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4138LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
4139FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
4140COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
4141INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
4142BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4143LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
4144AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
4145OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
4146OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4147SUCH DAMAGE.
4148
4149-------------------------------------------------------------------
4150
4151Copyright (c) 2015 Nuxi, https://nuxi.nl/
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.
4161
4162THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4163ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4164IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4165ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4166FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4167DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4168OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4169HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4170LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4171OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4172SUCH DAMAGE.
4173
4174-------------------------------------------------------------------
4175
4176Copyright (c) 2023 SiFive, Inc.
4177All rights reserved.
4178
4179Redistribution and use in source and binary forms, with or without
4180modification, are permitted provided that the following conditions
4181are met:
41821. Redistributions of source code must retain the above copyright
4183   notice, this list of conditions and the following disclaimer.
41842. Redistributions in binary form must reproduce the above copyright
4185   notice, this list of conditions and the following disclaimer in the
4186   documentation and/or other materials provided with the distribution.
41873. The name of the company may not be used to endorse or promote
4188   products derived from this software without specific prior written
4189   permission.
4190
4191THIS SOFTWARE IS PROVIDED BY SIFIVE INC ``AS IS'' AND ANY EXPRESS OR IMPLIED
4192WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4193MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4194IN NO EVENT SHALL SIFIVE INC BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4195SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4196TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4197PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4198LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4199NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4200SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4201
4202-------------------------------------------------------------------
4203
4204Copyright (c)1999 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
4230Copyright (c)2001 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
4256Copyright (c)2003 Citrus Project,
4257All rights reserved.
4258
4259Redistribution and use in source and binary forms, with or without
4260modification, are permitted provided that the following conditions
4261are met:
42621. Redistributions of source code must retain the above copyright
4263   notice, this list of conditions and the following disclaimer.
42642. 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
4268THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4269ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4270IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4271ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4272FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4273DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4274OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4275HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4276LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4277OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4278SUCH DAMAGE.
4279
4280-------------------------------------------------------------------
4281
4282Copyright 1989 The Regents of the University of California.
4283   All rights reserved.
4284
4285   Redistribution and use in source and binary forms, with or without
4286   modification, are permitted provided that the following conditions
4287   are met:
4288   1. Redistributions of source code must retain the above copyright
4289      notice, this list of conditions and the following disclaimer.
4290   2. Redistributions in binary form must reproduce the above copyright
4291      notice, this list of conditions and the following disclaimer in the
4292      documentation and/or other materials provided with the distribution.
4293   3. Neither the name of the University nor the names of its contributors
4294      may be used to endorse or promote products derived from this software
4295      without specific prior written permission.
4296
4297   THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND
4298   ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4299   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4300   ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4301   FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4302   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4303   OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4304   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4305   LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4306   OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4307
4308-------------------------------------------------------------------
4309
4310Copyright 1997 Niels Provos <[email protected]>
4311Copyright 2008 Damien Miller <[email protected]>
4312All rights reserved.
4313
4314Theo de Raadt <[email protected]> came up with the idea of using
4315such a mathematical system to generate more random (yet non-repeating)
4316ids to solve the resolver/named problem.  But Niels designed the
4317actual system based on the constraints.
4318
4319Later modified by Damien Miller to wrap the LCG output in a 15-bit
4320permutation generator based on a Luby-Rackoff block cipher. This
4321ensures the output is non-repeating and preserves the MSB twiddle
4322trick, but makes it more resistant to LCG prediction.
4323
4324Redistribution and use in source and binary forms, with or without
4325modification, are permitted provided that the following conditions
4326are met:
43271. Redistributions of source code must retain the above copyright
4328   notice, this list of conditions and the following disclaimer.
43292. Redistributions in binary form must reproduce the above copyright
4330   notice, this list of conditions and the following disclaimer in the
4331   documentation and/or other materials provided with the distribution.
4332
4333THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
4334IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
4335OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
4336IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
4337INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
4338NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4339DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4340THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4341(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
4342THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4343
4344-------------------------------------------------------------------
4345
4346Portions Copyright (C) 2004, 2005, 2008, 2009  Internet Systems Consortium, Inc. ("ISC")
4347Portions Copyright (C) 1996-2003  Internet Software Consortium.
4348
4349Permission to use, copy, modify, and/or distribute this software for any
4350purpose with or without fee is hereby granted, provided that the above
4351copyright notice and this permission notice appear in all copies.
4352
4353THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
4354REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
4355AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
4356INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
4357LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
4358OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
4359PERFORMANCE OF THIS SOFTWARE.
4360
4361-------------------------------------------------------------------
4362
4363Portions Copyright (c) 1993 by Digital Equipment Corporation.
4364
4365Permission to use, copy, modify, and distribute this software for any
4366purpose with or without fee is hereby granted, provided that the above
4367copyright notice and this permission notice appear in all copies, and that
4368the name of Digital Equipment Corporation not be used in advertising or
4369publicity pertaining to distribution of the document or software without
4370specific, written prior permission.
4371
4372THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
4373WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
4374OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
4375CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
4376DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
4377PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
4378ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
4379SOFTWARE.
4380
4381-------------------------------------------------------------------
4382
4383Portions Copyright (c) 1995 by International Business Machines, Inc.
4384
4385International Business Machines, Inc. (hereinafter called IBM) grants
4386permission under its copyrights to use, copy, modify, and distribute this
4387Software with or without fee, provided that the above copyright notice and
4388all paragraphs of this notice appear in all copies, and that the name of IBM
4389not be used in connection with the marketing of any product incorporating
4390the Software or modifications thereof, without specific, written prior
4391permission.
4392
4393To the extent it has a right to do so, IBM grants an immunity from suit
4394under its patents, if any, for the use, sale or manufacture of products to
4395the extent that such products are used for performing Domain Name System
4396dynamic updates in TCP/IP networks by means of the Software.  No immunity is
4397granted for any product per se or for any other function of any product.
4398
4399THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES,
4400INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
4401PARTICULAR PURPOSE.  IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL,
4402DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING
4403OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN
4404IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
4405
4406-------------------------------------------------------------------
4407
4408Portions Copyright(C) 1995, Jason Downs.  All rights reserved.
4409
4410Redistribution and use in source and binary forms, with or without
4411modification, are permitted provided that the following conditions
4412are met:
44131. Redistributions of source code must retain the above copyright
4414   notice, this list of conditions and the following disclaimer.
44152. Redistributions in binary form must reproduce the above copyright
4416   notice, this list of conditions and the following disclaimer in the
4417   documentation and/or other materials provided with the distribution.
4418
4419THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS
4420OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4421WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4422DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT,
4423INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
4424(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
4425SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
4426CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4427LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4428OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4429SUCH DAMAGE.
4430
4431-------------------------------------------------------------------
4432
4433SPDX-License-Identifier: BSD-2-Clause
4434
4435Copyright (c) 2002 Tim J. Robbins
4436All rights reserved.
4437
4438Copyright (c) 2011 The FreeBSD Foundation
4439
4440Portions of this software were developed by David Chisnall
4441under sponsorship from the FreeBSD Foundation.
4442
4443Redistribution and use in source and binary forms, with or without
4444modification, are permitted provided that the following conditions
4445are met:
44461. Redistributions of source code must retain the above copyright
4447   notice, this list of conditions and the following disclaimer.
44482. Redistributions in binary form must reproduce the above copyright
4449   notice, this list of conditions and the following disclaimer in the
4450   documentation and/or other materials provided with the distribution.
4451
4452THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4453ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4454IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4455ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4456FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4457DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4458OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4459HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4460LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4461OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4462SUCH DAMAGE.
4463
4464-------------------------------------------------------------------
4465
4466SPDX-License-Identifier: BSD-2-Clause
4467
4468Copyright (c) 2002 Tim J. Robbins
4469All rights reserved.
4470
4471Redistribution and use in source and binary forms, with or without
4472modification, are permitted provided that the following conditions
4473are met:
44741. Redistributions of source code must retain the above copyright
4475   notice, this list of conditions and the following disclaimer.
44762. Redistributions in binary form must reproduce the above copyright
4477   notice, this list of conditions and the following disclaimer in the
4478   documentation and/or other materials provided with the distribution.
4479
4480THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4481ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4482IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4483ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4484FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4485DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4486OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4487HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4488LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4489OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4490SUCH DAMAGE.
4491
4492-------------------------------------------------------------------
4493
4494SPDX-License-Identifier: BSD-2-Clause
4495
4496Copyright (c) 2005 Tim J. Robbins.
4497All rights reserved.
4498
4499Redistribution and use in source and binary forms, with or without
4500modification, are permitted provided that the following conditions
4501are met:
45021. Redistributions of source code must retain the above copyright
4503   notice, this list of conditions and the following disclaimer.
45042. Redistributions in binary form must reproduce the above copyright
4505   notice, this list of conditions and the following disclaimer in the
4506   documentation and/or other materials provided with the distribution.
4507
4508THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4509ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4510IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4511ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4512FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4513DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4514OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4515HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4516LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4517OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4518SUCH DAMAGE.
4519
4520-------------------------------------------------------------------
4521
4522SPDX-License-Identifier: BSD-2-Clause
4523
4524Copyright (c) 2009 David Schultz <[email protected]>
4525All rights reserved.
4526
4527Redistribution and use in source and binary forms, with or without
4528modification, are permitted provided that the following conditions
4529are met:
45301. Redistributions of source code must retain the above copyright
4531   notice, this list of conditions and the following disclaimer.
45322. Redistributions in binary form must reproduce the above copyright
4533   notice, this list of conditions and the following disclaimer in the
4534   documentation and/or other materials provided with the distribution.
4535
4536THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4537ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4538IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4539ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4540FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4541DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4542OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4543HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4544LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4545OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4546SUCH DAMAGE.
4547
4548-------------------------------------------------------------------
4549
4550SPDX-License-Identifier: BSD-2-Clause
4551
4552Copyright (c) 2011 David Chisnall
4553All rights reserved.
4554
4555Redistribution and use in source and binary forms, with or without
4556modification, are permitted provided that the following conditions
4557are met:
45581. Redistributions of source code must retain the above copyright
4559   notice, this list of conditions and the following disclaimer.
45602. Redistributions in binary form must reproduce the above copyright
4561   notice, this list of conditions and the following disclaimer in the
4562   documentation and/or other materials provided with the distribution.
4563
4564THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4565ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4566IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4567ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4568FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4569DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4570OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4571HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4572LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4573OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4574SUCH DAMAGE.
4575
4576-------------------------------------------------------------------
4577
4578SPDX-License-Identifier: BSD-2-Clause
4579
4580Copyright (c) 2015 Nuxi, https://nuxi.nl/
4581
4582Redistribution and use in source and binary forms, with or without
4583modification, are permitted provided that the following conditions
4584are met:
45851. Redistributions of source code must retain the above copyright
4586   notice, this list of conditions and the following disclaimer.
45872. Redistributions in binary form must reproduce the above copyright
4588   notice, this list of conditions and the following disclaimer in the
4589   documentation and/or other materials provided with the distribution.
4590
4591THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4592ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4593IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4594ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4595FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4596DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4597OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4598HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4599LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4600OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4601SUCH DAMAGE.
4602
4603-------------------------------------------------------------------
4604
4605SPDX-License-Identifier: BSD-2-Clause
4606
4607Copyright (c) 2017, 2018 Dell EMC
4608Copyright (c) 2000, 2001, 2008, 2011, David E. O'Brien
4609Copyright (c) 1998 John D. Polstra.
4610All rights reserved.
4611
4612Redistribution and use in source and binary forms, with or without
4613modification, are permitted provided that the following conditions
4614are met:
46151. Redistributions of source code must retain the above copyright
4616   notice, this list of conditions and the following disclaimer.
46172. Redistributions in binary form must reproduce the above copyright
4618   notice, this list of conditions and the following disclaimer in the
4619   documentation and/or other materials provided with the distribution.
4620
4621THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4622ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4623IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4624ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4625FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4626DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4627OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4628HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4629LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4630OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4631SUCH DAMAGE.
4632
4633-------------------------------------------------------------------
4634
4635SPDX-License-Identifier: BSD-2-Clause
4636
4637Copyright (c)1999 Citrus Project,
4638All rights reserved.
4639
4640Redistribution and use in source and binary forms, with or without
4641modification, are permitted provided that the following conditions
4642are met:
46431. Redistributions of source code must retain the above copyright
4644   notice, this list of conditions and the following disclaimer.
46452. Redistributions in binary form must reproduce the above copyright
4646   notice, this list of conditions and the following disclaimer in the
4647   documentation and/or other materials provided with the distribution.
4648
4649THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
4650ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4651IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4652ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
4653FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4654DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4655OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4656HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4657LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4658OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4659SUCH DAMAGE.
4660
4661-------------------------------------------------------------------
4662
4663SPDX-License-Identifier: BSD-3-Clause
4664
4665Copyright (c) 1989, 1993
4666   The Regents of the University of California.  All rights reserved.
4667
4668Redistribution and use in source and binary forms, with or without
4669modification, are permitted provided that the following conditions
4670are met:
46711. Redistributions of source code must retain the above copyright
4672   notice, this list of conditions and the following disclaimer.
46732. Redistributions in binary form must reproduce the above copyright
4674   notice, this list of conditions and the following disclaimer in the
4675   documentation and/or other materials provided with the distribution.
46763. Neither the name of the University nor the names of its contributors
4677   may be used to endorse or promote products derived from this software
4678   without specific prior written permission.
4679
4680THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4681ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4682IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4683ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4684FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4685DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4686OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4687HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4688LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4689OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4690SUCH DAMAGE.
4691
4692-------------------------------------------------------------------
4693
4694SPDX-License-Identifier: BSD-3-Clause
4695
4696Copyright (c) 1990, 1993
4697   The Regents of the University of California.  All rights reserved.
4698
4699This code is derived from software contributed to Berkeley by
4700Chris Torek.
4701
4702Redistribution and use in source and binary forms, with or without
4703modification, are permitted provided that the following conditions
4704are met:
47051. Redistributions of source code must retain the above copyright
4706   notice, this list of conditions and the following disclaimer.
47072. Redistributions in binary form must reproduce the above copyright
4708   notice, this list of conditions and the following disclaimer in the
4709   documentation and/or other materials provided with the distribution.
47103. Neither the name of the University nor the names of its contributors
4711   may be used to endorse or promote products derived from this software
4712   without specific prior written permission.
4713
4714THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4715ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4716IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4717ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4718FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4719DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4720OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4721HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4722LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4723OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4724SUCH DAMAGE.
4725
4726-------------------------------------------------------------------
4727
4728SPDX-License-Identifier: BSD-3-Clause
4729
4730Copyright (c) 1990, 1993
4731   The Regents of the University of California.  All rights reserved.
4732
4733This code is derived from software contributed to Berkeley by
4734Mike Hibler and Chris Torek.
4735
4736Redistribution and use in source and binary forms, with or without
4737modification, are permitted provided that the following conditions
4738are met:
47391. Redistributions of source code must retain the above copyright
4740   notice, this list of conditions and the following disclaimer.
47412. Redistributions in binary form must reproduce the above copyright
4742   notice, this list of conditions and the following disclaimer in the
4743   documentation and/or other materials provided with the distribution.
47443. Neither the name of the University nor the names of its contributors
4745   may be used to endorse or promote products derived from this software
4746   without specific prior written permission.
4747
4748THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4749ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4750IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4751ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4752FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4753DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4754OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4755HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4756LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4757OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4758SUCH DAMAGE.
4759
4760-------------------------------------------------------------------
4761
4762SPDX-License-Identifier: BSD-3-Clause
4763
4764Copyright (c) 1992, 1993
4765   The Regents of the University of California.  All rights reserved.
4766
4767Redistribution and use in source and binary forms, with or without
4768modification, are permitted provided that the following conditions
4769are met:
47701. Redistributions of source code must retain the above copyright
4771   notice, this list of conditions and the following disclaimer.
47722. Redistributions in binary form must reproduce the above copyright
4773   notice, this list of conditions and the following disclaimer in the
4774   documentation and/or other materials provided with the distribution.
47753. Neither the name of the University nor the names of its contributors
4776   may be used to endorse or promote products derived from this software
4777   without specific prior written permission.
4778
4779THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4780ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4781IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4782ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4783FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4784DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4785OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4786HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4787LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4788OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4789SUCH DAMAGE.
4790
4791-------------------------------------------------------------------
4792
4793SPDX-License-Identifier: BSD-3-Clause
4794
4795Copyright (c) 1992, 1993, 1994 Henry Spencer.
4796Copyright (c) 1992, 1993, 1994
4797   The Regents of the University of California.  All rights reserved.
4798
4799Copyright (c) 2011 The FreeBSD Foundation
4800All rights reserved.
4801Portions of this software were developed by David Chisnall
4802under sponsorship from the FreeBSD Foundation.
4803
4804This code is derived from software contributed to Berkeley by
4805Henry Spencer.
4806
4807Redistribution and use in source and binary forms, with or without
4808modification, are permitted provided that the following conditions
4809are met:
48101. Redistributions of source code must retain the above copyright
4811   notice, this list of conditions and the following disclaimer.
48122. Redistributions in binary form must reproduce the above copyright
4813   notice, this list of conditions and the following disclaimer in the
4814   documentation and/or other materials provided with the distribution.
48153. Neither the name of the University nor the names of its contributors
4816   may be used to endorse or promote products derived from this software
4817   without specific prior written permission.
4818
4819THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4820ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4821IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4822ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4823FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4824DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4825OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4826HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4827LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4828OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4829SUCH DAMAGE.
4830
4831-------------------------------------------------------------------
4832
4833SPDX-License-Identifier: BSD-3-Clause
4834
4835Copyright (c) 1992, 1993, 1994 Henry Spencer.
4836Copyright (c) 1992, 1993, 1994
4837   The Regents of the University of California.  All rights reserved.
4838
4839This code is derived from software contributed to Berkeley by
4840Henry Spencer.
4841
4842Redistribution and use in source and binary forms, with or without
4843modification, are permitted provided that the following conditions
4844are met:
48451. Redistributions of source code must retain the above copyright
4846   notice, this list of conditions and the following disclaimer.
48472. Redistributions in binary form must reproduce the above copyright
4848   notice, this list of conditions and the following disclaimer in the
4849   documentation and/or other materials provided with the distribution.
48503. Neither the name of the University nor the names of its contributors
4851   may be used to endorse or promote products derived from this software
4852   without specific prior written permission.
4853
4854THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4855ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4856IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4857ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4858FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4859DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4860OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4861HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4862LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4863OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4864SUCH DAMAGE.
4865
4866-------------------------------------------------------------------
4867
4868SPDX-License-Identifier: BSD-3-Clause
4869
4870Copyright (c) 1998 Softweyr LLC.  All rights reserved.
4871
4872strtok_r, from Berkeley strtok
4873Oct 13, 1998 by Wes Peters <[email protected]>
4874
4875Copyright (c) 1988, 1993
4876   The Regents of the University of California.  All rights reserved.
4877
4878Redistribution and use in source and binary forms, with or without
4879modification, are permitted provided that the following conditions
4880are met:
48811. Redistributions of source code must retain the above copyright
4882   notices, this list of conditions and the following disclaimer.
48832. Redistributions in binary form must reproduce the above copyright
4884   notices, this list of conditions and the following disclaimer in the
4885   documentation and/or other materials provided with the distribution.
48863. Neither the name of the University nor the names of its contributors
4887   may be used to endorse or promote products derived from this software
4888   without specific prior written permission.
4889
4890THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS
4891``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4892LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
4893PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL SOFTWEYR LLC, THE
4894REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4895SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4896TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4897PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4898LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4899NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4900SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4901
4902-------------------------------------------------------------------
4903
4904SPDX-License-Identifier: BSD-3-Clause
4905
4906Copyright (c) 1998 Todd C. Miller <[email protected]>
4907All rights reserved.
4908
4909Redistribution and use in source and binary forms, with or without
4910modification, are permitted provided that the following conditions
4911are met:
49121. Redistributions of source code must retain the above copyright
4913   notice, this list of conditions and the following disclaimer.
49142. Redistributions in binary form must reproduce the above copyright
4915   notice, this list of conditions and the following disclaimer in the
4916   documentation and/or other materials provided with the distribution.
49173. The name of the author may not be used to endorse or promote products
4918   derived from this software without specific prior written permission.
4919
4920THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
4921INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
4922AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
4923THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
4924EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
4925PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
4926OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
4927WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
4928OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
4929ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4930
4931-------------------------------------------------------------------
4932
4933SPDX-License-Identifier: BSD-3-Clause
4934
4935Copyright (c) 1999
4936   David E. O'Brien
4937Copyright (c) 1988, 1993
4938   The Regents of the University of California.  All rights reserved.
4939
4940Redistribution and use in source and binary forms, with or without
4941modification, are permitted provided that the following conditions
4942are met:
49431. Redistributions of source code must retain the above copyright
4944   notice, this list of conditions and the following disclaimer.
49452. Redistributions in binary form must reproduce the above copyright
4946   notice, this list of conditions and the following disclaimer in the
4947   documentation and/or other materials provided with the distribution.
49483. Neither the name of the University nor the names of its contributors
4949   may be used to endorse or promote products derived from this software
4950   without specific prior written permission.
4951
4952THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
4953ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4954IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4955ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
4956FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4957DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
4958OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
4959HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4960LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
4961OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4962SUCH DAMAGE.
4963
4964-------------------------------------------------------------------
4965
4966The author of this software is David M. Gay.
4967
4968Copyright (C) 1998 by Lucent Technologies
4969All Rights Reserved
4970
4971Permission to use, copy, modify, and distribute this software and
4972its documentation for any purpose and without fee is hereby
4973granted, provided that the above copyright notice appear in all
4974copies and that both that the copyright notice and this
4975permission notice and warranty disclaimer appear in supporting
4976documentation, and that the name of Lucent or any of its entities
4977not be used in advertising or publicity pertaining to
4978distribution of the software without specific, written prior
4979permission.
4980
4981LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
4982INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
4983IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
4984SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4985WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
4986IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
4987ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4988THIS SOFTWARE.
4989
4990-------------------------------------------------------------------
4991
4992The author of this software is David M. Gay.
4993
4994Copyright (C) 1998, 1999 by Lucent Technologies
4995All Rights Reserved
4996
4997Permission to use, copy, modify, and distribute this software and
4998its documentation for any purpose and without fee is hereby
4999granted, provided that the above copyright notice appear in all
5000copies and that both that the copyright notice and this
5001permission notice and warranty disclaimer appear in supporting
5002documentation, and that the name of Lucent or any of its entities
5003not be used in advertising or publicity pertaining to
5004distribution of the software without specific, written prior
5005permission.
5006
5007LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5008INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
5009IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
5010SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5011WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
5012IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5013ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5014THIS SOFTWARE.
5015
5016-------------------------------------------------------------------
5017
5018The author of this software is David M. Gay.
5019
5020Copyright (C) 1998, 2000 by Lucent Technologies
5021All Rights Reserved
5022
5023Permission to use, copy, modify, and distribute this software and
5024its documentation for any purpose and without fee is hereby
5025granted, provided that the above copyright notice appear in all
5026copies and that both that the copyright notice and this
5027permission notice and warranty disclaimer appear in supporting
5028documentation, and that the name of Lucent or any of its entities
5029not be used in advertising or publicity pertaining to
5030distribution of the software without specific, written prior
5031permission.
5032
5033LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5034INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
5035IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
5036SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5037WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
5038IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5039ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5040THIS SOFTWARE.
5041
5042-------------------------------------------------------------------
5043
5044The author of this software is David M. Gay.
5045
5046Copyright (C) 1998-2000 by Lucent Technologies
5047All Rights Reserved
5048
5049Permission to use, copy, modify, and distribute this software and
5050its documentation for any purpose and without fee is hereby
5051granted, provided that the above copyright notice appear in all
5052copies and that both that the copyright notice and this
5053permission notice and warranty disclaimer appear in supporting
5054documentation, and that the name of Lucent or any of its entities
5055not be used in advertising or publicity pertaining to
5056distribution of the software without specific, written prior
5057permission.
5058
5059LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5060INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
5061IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
5062SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5063WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
5064IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5065ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5066THIS SOFTWARE.
5067
5068-------------------------------------------------------------------
5069
5070The author of this software is David M. Gay.
5071
5072Copyright (C) 1998-2001 by Lucent Technologies
5073All Rights Reserved
5074
5075Permission to use, copy, modify, and distribute this software and
5076its documentation for any purpose and without fee is hereby
5077granted, provided that the above copyright notice appear in all
5078copies and that both that the copyright notice and this
5079permission notice and warranty disclaimer appear in supporting
5080documentation, and that the name of Lucent or any of its entities
5081not be used in advertising or publicity pertaining to
5082distribution of the software without specific, written prior
5083permission.
5084
5085LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5086INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
5087IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
5088SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5089WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
5090IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5091ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5092THIS SOFTWARE.
5093
5094-------------------------------------------------------------------
5095
5096The author of this software is David M. Gay.
5097
5098Copyright (C) 2000 by Lucent Technologies
5099All Rights Reserved
5100
5101Permission to use, copy, modify, and distribute this software and
5102its documentation for any purpose and without fee is hereby
5103granted, provided that the above copyright notice appear in all
5104copies and that both that the copyright notice and this
5105permission notice and warranty disclaimer appear in supporting
5106documentation, and that the name of Lucent or any of its entities
5107not be used in advertising or publicity pertaining to
5108distribution of the software without specific, written prior
5109permission.
5110
5111LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5112INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
5113IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
5114SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5115WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
5116IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5117ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
5118THIS SOFTWARE.
5119
5120-------------------------------------------------------------------
5121
5122memcpy - copy memory area
5123
5124Copyright (c) 2012-2022, Arm Limited.
5125Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
5126SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
5127
5128-------------------------------------------------------------------
5129
5130Copyright (c) 2008-2009 The Khronos Group Inc.
5131
5132Permission is hereby granted, free of charge, to any person obtaining a
5133copy of this software and/or associated documentation files (the
5134"Materials"), to deal in the Materials without restriction, including
5135without limitation the rights to use, copy, modify, merge, publish,
5136distribute, sublicense, and/or sell copies of the Materials, and to
5137permit persons to whom the Materials are furnished to do so, subject to
5138the following conditions:
5139
5140The above copyright notice and this permission notice shall be included
5141in all copies or substantial portions of the Materials.
5142
5143THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5144EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5145MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5146IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5147CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5148TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5149MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
5150Copyright (C) 2016 The Android Open Source Project
5151
5152Licensed under the Apache License, Version 2.0 (the "License");
5153you may not use this file except in compliance with the License.
5154You may obtain a copy of the License at
5155
5156     http://www.apache.org/licenses/LICENSE-2.0
5157
5158Unless required by applicable law or agreed to in writing, software
5159distributed under the License is distributed on an "AS IS" BASIS,
5160WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5161See the License for the specific language governing permissions and
5162limitations under the License.
5163Copyright (c) 2007-2017 The Khronos Group Inc.
5164
5165Permission is hereby granted, free of charge, to any person obtaining a
5166copy of this software and/or associated documentation files (the
5167"Materials"), to deal in the Materials without restriction, including
5168without limitation the rights to use, copy, modify, merge, publish,
5169distribute, sublicense, and/or sell copies of the Materials, and to
5170permit persons to whom the Materials are furnished to do so, subject to
5171the following conditions:
5172
5173The above copyright notice and this permission notice shall be included
5174in all copies or substantial portions of the Materials.
5175
5176THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5177EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5178MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5179IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5180CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5181TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5182MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
5183Copyright (c) 2017 The Khronos Group Inc.
5184
5185Licensed under the Apache License, Version 2.0 (the "License");
5186you may not use this file except in compliance with the License.
5187You may obtain a copy of the License at
5188
5189    http://www.apache.org/licenses/LICENSE-2.0
5190
5191Unless required by applicable law or agreed to in writing, software
5192distributed under the License is distributed on an "AS IS" BASIS,
5193WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5194See the License for the specific language governing permissions and
5195limitations under the License.
5196
5197Copyright (c) 2013-2017 The Khronos Group Inc.
5198
5199Permission is hereby granted, free of charge, to any person obtaining a
5200copy of this software and/or associated documentation files (the
5201"Materials"), to deal in the Materials without restriction, including
5202without limitation the rights to use, copy, modify, merge, publish,
5203distribute, sublicense, and/or sell copies of the Materials, and to
5204permit persons to whom the Materials are furnished to do so, subject to
5205the following conditions:
5206
5207The above copyright notice and this permission notice shall be included
5208in all copies or substantial portions of the Materials.
5209
5210THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5211EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5212MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5213IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5214CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5215TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5216MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
5217
5218Copyright (c) 2017 The Khronos Group Inc.
5219
5220Licensed under the Apache License, Version 2.0 (the "License");
5221you may not use this file except in compliance with the License.
5222You may obtain a copy of the License at
5223
5224    http://www.apache.org/licenses/LICENSE-2.0
5225
5226Unless required by applicable law or agreed to in writing, software
5227distributed under the License is distributed on an "AS IS" BASIS,
5228WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5229See the License for the specific language governing permissions and
5230limitations under the License.
5231
5232Copyright (c) 2013-2017 The Khronos Group Inc.
5233
5234Permission is hereby granted, free of charge, to any person obtaining a
5235copy of this software and/or associated documentation files (the
5236"Materials"), to deal in the Materials without restriction, including
5237without limitation the rights to use, copy, modify, merge, publish,
5238distribute, sublicense, and/or sell copies of the Materials, and to
5239permit persons to whom the Materials are furnished to do so, subject to
5240the following conditions:
5241
5242The above copyright notice and this permission notice shall be included
5243in all copies or substantial portions of the Materials.
5244
5245THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5246EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5247MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5248IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5249CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5250TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5251MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
5252
5253This document is licensed under the SGI Free Software B License Version
52542.0. For details, see http://oss.sgi.com/projects/FreeB/ .
5255
5256Copyright (c) 2017 The Khronos Group Inc.
5257
5258Licensed under the Apache License, Version 2.0 (the "License");
5259you may not use this file except in compliance with the License.
5260You may obtain a copy of the License at
5261
5262    http://www.apache.org/licenses/LICENSE-2.0
5263
5264Unless required by applicable law or agreed to in writing, software
5265distributed under the License is distributed on an "AS IS" BASIS,
5266WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5267See the License for the specific language governing permissions and
5268limitations under the License.
5269
5270Copyright (c) 2013-2017 The Khronos Group Inc.
5271
5272Permission is hereby granted, free of charge, to any person obtaining a
5273copy of this software and/or associated documentation files (the
5274"Materials"), to deal in the Materials without restriction, including
5275without limitation the rights to use, copy, modify, merge, publish,
5276distribute, sublicense, and/or sell copies of the Materials, and to
5277permit persons to whom the Materials are furnished to do so, subject to
5278the following conditions:
5279
5280The above copyright notice and this permission notice shall be included
5281in all copies or substantial portions of the Materials.
5282
5283THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5284EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5285MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5286IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5287CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5288TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5289MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
5290
5291Copyright (c) 2007-2010 The Khronos Group Inc.
5292
5293Permission is hereby granted, free of charge, to any person obtaining
5294a copy of this software and/or associated documentation files (the
5295"Materials "), to deal in the Materials without restriction, including
5296without limitation the rights to use, copy, modify, merge, publish,
5297distribute, sublicense, and/or sell copies of the Materials, and to
5298permit persons to whom the Materials are furnished to do so, subject to
5299the following conditions:
5300
5301The above copyright notice and this permission notice shall be included
5302in all copies or substantial portions of the Materials.
5303
5304THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
5305OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5306MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5307IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5308CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5309TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5310MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
5311Copyright (c) 2007-2009 The Khronos Group Inc.
5312
5313Permission is hereby granted, free of charge, to any person obtaining a copy of
5314this software and /or associated documentation files (the "Materials "), to
5315deal in the Materials without restriction, including without limitation the
5316rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
5317sell copies of the Materials, and to permit persons to whom the Materials are
5318furnished to do so, subject to
5319the following conditions:
5320
5321The above copyright notice and this permission notice shall be included
5322in all copies or substantial portions of the Materials.
5323
5324THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5325IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5326FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5327AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5328LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5329OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE
5330MATERIALS.
5331   =========================================================================
5332   ==  NOTICE file corresponding to the section 4 d of                    ==
5333   ==  the Apache License, Version 2.0,                                   ==
5334   ==  in this case for the Android-specific code.                        ==
5335   =========================================================================
5336
5337Android Code
5338Copyright 2005-2008 The Android Open Source Project
5339
5340This product includes software developed as part of
5341The Android Open Source Project (http://source.android.com).
5342
5343   =========================================================================
5344   ==  NOTICE file corresponding to the section 4 d of                    ==
5345   ==  the Apache License, Version 2.0,                                   ==
5346   ==  in this case for Apache Commons code.                              ==
5347   =========================================================================
5348
5349Apache Commons
5350Copyright 1999-2006 The Apache Software Foundation
5351
5352This product includes software developed at
5353The Apache Software Foundation (http://www.apache.org/).
5354
5355   =========================================================================
5356   ==  NOTICE file corresponding to the section 4 d of                    ==
5357   ==  the Apache License, Version 2.0,                                   ==
5358   ==  in this case for Jakarta Commons Logging.                          ==
5359   =========================================================================
5360
5361Jakarta Commons Logging (JCL)
5362Copyright 2005,2006 The Apache Software Foundation.
5363
5364This product includes software developed at
5365The Apache Software Foundation (http://www.apache.org/).
5366
5367   =========================================================================
5368   ==  NOTICE file corresponding to the section 4 d of                    ==
5369   ==  the Apache License, Version 2.0,                                   ==
5370   ==  in this case for the Nuance code.                                  ==
5371   =========================================================================
5372
5373These files are Copyright 2007 Nuance Communications, but released under
5374the Apache2 License.
5375
5376   =========================================================================
5377   ==  NOTICE file corresponding to the section 4 d of                    ==
5378   ==  the Apache License, Version 2.0,                                   ==
5379   ==  in this case for the Media Codecs code.                            ==
5380   =========================================================================
5381
5382Media Codecs
5383These files are Copyright 1998 - 2009 PacketVideo, but released under
5384the Apache2 License.
5385
5386   =========================================================================
5387   ==  NOTICE file corresponding to the section 4 d of                    ==
5388   ==  the Apache License, Version 2.0,                                   ==
5389   ==  in this case for the TagSoup code.                                 ==
5390   =========================================================================
5391
5392This file is part of TagSoup and is Copyright 2002-2008 by John Cowan.
5393
5394TagSoup is licensed under the Apache License,
5395Version 2.0.  You may obtain a copy of this license at
5396http://www.apache.org/licenses/LICENSE-2.0 .  You may also have
5397additional legal rights not granted by this license.
5398
5399TagSoup is distributed in the hope that it will be useful, but
5400unless required by applicable law or agreed to in writing, TagSoup
5401is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
5402OF ANY KIND, either express or implied; not even the implied warranty
5403of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
5404
5405   =========================================================================
5406   ==  NOTICE file corresponding to the section 4 d of                    ==
5407   ==  the Apache License, Version 2.0,                                   ==
5408   ==  in this case for Additional Codecs code.                           ==
5409   =========================================================================
5410
5411Additional Codecs
5412These files are Copyright 2003-2010 VisualOn, but released under
5413the Apache2 License.
5414
5415  =========================================================================
5416  ==  NOTICE file corresponding to the section 4 d of                    ==
5417  ==  the Apache License, Version 2.0,                                   ==
5418  ==  in this case for the Audio Effects code.                           ==
5419  =========================================================================
5420
5421Audio Effects
5422These files are Copyright (C) 2004-2010 NXP Software and
5423Copyright (C) 2010 The Android Open Source Project, but released under
5424the Apache2 License.
5425
5426
5427                               Apache License
5428                           Version 2.0, January 2004
5429                        http://www.apache.org/licenses/
5430
5431   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5432
5433   1. Definitions.
5434
5435      "License" shall mean the terms and conditions for use, reproduction,
5436      and distribution as defined by Sections 1 through 9 of this document.
5437
5438      "Licensor" shall mean the copyright owner or entity authorized by
5439      the copyright owner that is granting the License.
5440
5441      "Legal Entity" shall mean the union of the acting entity and all
5442      other entities that control, are controlled by, or are under common
5443      control with that entity. For the purposes of this definition,
5444      "control" means (i) the power, direct or indirect, to cause the
5445      direction or management of such entity, whether by contract or
5446      otherwise, or (ii) ownership of fifty percent (50%) or more of the
5447      outstanding shares, or (iii) beneficial ownership of such entity.
5448
5449      "You" (or "Your") shall mean an individual or Legal Entity
5450      exercising permissions granted by this License.
5451
5452      "Source" form shall mean the preferred form for making modifications,
5453      including but not limited to software source code, documentation
5454      source, and configuration files.
5455
5456      "Object" form shall mean any form resulting from mechanical
5457      transformation or translation of a Source form, including but
5458      not limited to compiled object code, generated documentation,
5459      and conversions to other media types.
5460
5461      "Work" shall mean the work of authorship, whether in Source or
5462      Object form, made available under the License, as indicated by a
5463      copyright notice that is included in or attached to the work
5464      (an example is provided in the Appendix below).
5465
5466      "Derivative Works" shall mean any work, whether in Source or Object
5467      form, that is based on (or derived from) the Work and for which the
5468      editorial revisions, annotations, elaborations, or other modifications
5469      represent, as a whole, an original work of authorship. For the purposes
5470      of this License, Derivative Works shall not include works that remain
5471      separable from, or merely link (or bind by name) to the interfaces of,
5472      the Work and Derivative Works thereof.
5473
5474      "Contribution" shall mean any work of authorship, including
5475      the original version of the Work and any modifications or additions
5476      to that Work or Derivative Works thereof, that is intentionally
5477      submitted to Licensor for inclusion in the Work by the copyright owner
5478      or by an individual or Legal Entity authorized to submit on behalf of
5479      the copyright owner. For the purposes of this definition, "submitted"
5480      means any form of electronic, verbal, or written communication sent
5481      to the Licensor or its representatives, including but not limited to
5482      communication on electronic mailing lists, source code control systems,
5483      and issue tracking systems that are managed by, or on behalf of, the
5484      Licensor for the purpose of discussing and improving the Work, but
5485      excluding communication that is conspicuously marked or otherwise
5486      designated in writing by the copyright owner as "Not a Contribution."
5487
5488      "Contributor" shall mean Licensor and any individual or Legal Entity
5489      on behalf of whom a Contribution has been received by Licensor and
5490      subsequently incorporated within the Work.
5491
5492   2. Grant of Copyright License. Subject to the terms and conditions of
5493      this License, each Contributor hereby grants to You a perpetual,
5494      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5495      copyright license to reproduce, prepare Derivative Works of,
5496      publicly display, publicly perform, sublicense, and distribute the
5497      Work and such Derivative Works in Source or Object form.
5498
5499   3. Grant of Patent License. Subject to the terms and conditions of
5500      this License, each Contributor hereby grants to You a perpetual,
5501      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5502      (except as stated in this section) patent license to make, have made,
5503      use, offer to sell, sell, import, and otherwise transfer the Work,
5504      where such license applies only to those patent claims licensable
5505      by such Contributor that are necessarily infringed by their
5506      Contribution(s) alone or by combination of their Contribution(s)
5507      with the Work to which such Contribution(s) was submitted. If You
5508      institute patent litigation against any entity (including a
5509      cross-claim or counterclaim in a lawsuit) alleging that the Work
5510      or a Contribution incorporated within the Work constitutes direct
5511      or contributory patent infringement, then any patent licenses
5512      granted to You under this License for that Work shall terminate
5513      as of the date such litigation is filed.
5514
5515   4. Redistribution. You may reproduce and distribute copies of the
5516      Work or Derivative Works thereof in any medium, with or without
5517      modifications, and in Source or Object form, provided that You
5518      meet the following conditions:
5519
5520      (a) You must give any other recipients of the Work or
5521          Derivative Works a copy of this License; and
5522
5523      (b) You must cause any modified files to carry prominent notices
5524          stating that You changed the files; and
5525
5526      (c) You must retain, in the Source form of any Derivative Works
5527          that You distribute, all copyright, patent, trademark, and
5528          attribution notices from the Source form of the Work,
5529          excluding those notices that do not pertain to any part of
5530          the Derivative Works; and
5531
5532      (d) If the Work includes a "NOTICE" text file as part of its
5533          distribution, then any Derivative Works that You distribute must
5534          include a readable copy of the attribution notices contained
5535          within such NOTICE file, excluding those notices that do not
5536          pertain to any part of the Derivative Works, in at least one
5537          of the following places: within a NOTICE text file distributed
5538          as part of the Derivative Works; within the Source form or
5539          documentation, if provided along with the Derivative Works; or,
5540          within a display generated by the Derivative Works, if and
5541          wherever such third-party notices normally appear. The contents
5542          of the NOTICE file are for informational purposes only and
5543          do not modify the License. You may add Your own attribution
5544          notices within Derivative Works that You distribute, alongside
5545          or as an addendum to the NOTICE text from the Work, provided
5546          that such additional attribution notices cannot be construed
5547          as modifying the License.
5548
5549      You may add Your own copyright statement to Your modifications and
5550      may provide additional or different license terms and conditions
5551      for use, reproduction, or distribution of Your modifications, or
5552      for any such Derivative Works as a whole, provided Your use,
5553      reproduction, and distribution of the Work otherwise complies with
5554      the conditions stated in this License.
5555
5556   5. Submission of Contributions. Unless You explicitly state otherwise,
5557      any Contribution intentionally submitted for inclusion in the Work
5558      by You to the Licensor shall be under the terms and conditions of
5559      this License, without any additional terms or conditions.
5560      Notwithstanding the above, nothing herein shall supersede or modify
5561      the terms of any separate license agreement you may have executed
5562      with Licensor regarding such Contributions.
5563
5564   6. Trademarks. This License does not grant permission to use the trade
5565      names, trademarks, service marks, or product names of the Licensor,
5566      except as required for reasonable and customary use in describing the
5567      origin of the Work and reproducing the content of the NOTICE file.
5568
5569   7. Disclaimer of Warranty. Unless required by applicable law or
5570      agreed to in writing, Licensor provides the Work (and each
5571      Contributor provides its Contributions) on an "AS IS" BASIS,
5572      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5573      implied, including, without limitation, any warranties or conditions
5574      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
5575      PARTICULAR PURPOSE. You are solely responsible for determining the
5576      appropriateness of using or redistributing the Work and assume any
5577      risks associated with Your exercise of permissions under this License.
5578
5579   8. Limitation of Liability. In no event and under no legal theory,
5580      whether in tort (including negligence), contract, or otherwise,
5581      unless required by applicable law (such as deliberate and grossly
5582      negligent acts) or agreed to in writing, shall any Contributor be
5583      liable to You for damages, including any direct, indirect, special,
5584      incidental, or consequential damages of any character arising as a
5585      result of this License or out of the use or inability to use the
5586      Work (including but not limited to damages for loss of goodwill,
5587      work stoppage, computer failure or malfunction, or any and all
5588      other commercial damages or losses), even if such Contributor
5589      has been advised of the possibility of such damages.
5590
5591   9. Accepting Warranty or Additional Liability. While redistributing
5592      the Work or Derivative Works thereof, You may choose to offer,
5593      and charge a fee for, acceptance of support, warranty, indemnity,
5594      or other liability obligations and/or rights consistent with this
5595      License. However, in accepting such obligations, You may act only
5596      on Your own behalf and on Your sole responsibility, not on behalf
5597      of any other Contributor, and only if You agree to indemnify,
5598      defend, and hold each Contributor harmless for any liability
5599      incurred by, or claims asserted against, such Contributor by reason
5600      of your accepting any such warranty or additional liability.
5601
5602   END OF TERMS AND CONDITIONS
5603
5604
5605
5606UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
5607
5608Unicode Data Files include all data files under the directories
5609http://www.unicode.org/Public/, http://www.unicode.org/reports/,
5610and http://www.unicode.org/cldr/data/ . Unicode Software includes any
5611source code published in the Unicode Standard or under the directories
5612http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
5613http://www.unicode.org/cldr/data/.
5614
5615NOTICE TO USER: Carefully read the following legal agreement. BY
5616DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA
5617FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY
5618ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF
5619THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY,
5620DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
5621
5622COPYRIGHT AND PERMISSION NOTICE
5623
5624Copyright © 1991-2008 Unicode, Inc. All rights reserved. Distributed
5625under the Terms of Use in http://www.unicode.org/copyright.html.
5626
5627Permission is hereby granted, free of charge, to any person obtaining
5628a copy of the Unicode data files and any associated documentation (the
5629"Data Files") or Unicode software and any associated documentation (the
5630"Software") to deal in the Data Files or Software without restriction,
5631including without limitation the rights to use, copy, modify, merge,
5632publish, distribute, and/or sell copies of the Data Files or Software,
5633and to permit persons to whom the Data Files or Software are furnished to
5634do so, provided that (a) the above copyright notice(s) and this permission
5635notice appear with all copies of the Data Files or Software, (b) both the
5636above copyright notice(s) and this permission notice appear in associated
5637documentation, and (c) there is clear notice in each modified Data File
5638or in the Software as well as in the documentation associated with the
5639Data File(s) or Software that the data or software has been modified.
5640
5641THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
5642ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
5643OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
5644OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
5645INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
5646OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
5647OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
5648OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
5649OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
5650
5651Except as contained in this notice, the name of a copyright holder
5652shall not be used in advertising or otherwise to promote the sale, use
5653or other dealings in these Data Files or Software without prior written
5654authorization of the copyright holder.
5655
5656   Copyright (c) 2005-2008, The Android Open Source Project
5657
5658   Licensed under the Apache License, Version 2.0 (the "License");
5659   you may not use this file except in compliance with the License.
5660
5661   Unless required by applicable law or agreed to in writing, software
5662   distributed under the License is distributed on an "AS IS" BASIS,
5663   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5664   See the License for the specific language governing permissions and
5665   limitations under the License.
5666
5667
5668                                 Apache License
5669                           Version 2.0, January 2004
5670                        http://www.apache.org/licenses/
5671
5672   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5673
5674   1. Definitions.
5675
5676      "License" shall mean the terms and conditions for use, reproduction,
5677      and distribution as defined by Sections 1 through 9 of this document.
5678
5679      "Licensor" shall mean the copyright owner or entity authorized by
5680      the copyright owner that is granting the License.
5681
5682      "Legal Entity" shall mean the union of the acting entity and all
5683      other entities that control, are controlled by, or are under common
5684      control with that entity. For the purposes of this definition,
5685      "control" means (i) the power, direct or indirect, to cause the
5686      direction or management of such entity, whether by contract or
5687      otherwise, or (ii) ownership of fifty percent (50%) or more of the
5688      outstanding shares, or (iii) beneficial ownership of such entity.
5689
5690      "You" (or "Your") shall mean an individual or Legal Entity
5691      exercising permissions granted by this License.
5692
5693      "Source" form shall mean the preferred form for making modifications,
5694      including but not limited to software source code, documentation
5695      source, and configuration files.
5696
5697      "Object" form shall mean any form resulting from mechanical
5698      transformation or translation of a Source form, including but
5699      not limited to compiled object code, generated documentation,
5700      and conversions to other media types.
5701
5702      "Work" shall mean the work of authorship, whether in Source or
5703      Object form, made available under the License, as indicated by a
5704      copyright notice that is included in or attached to the work
5705      (an example is provided in the Appendix below).
5706
5707      "Derivative Works" shall mean any work, whether in Source or Object
5708      form, that is based on (or derived from) the Work and for which the
5709      editorial revisions, annotations, elaborations, or other modifications
5710      represent, as a whole, an original work of authorship. For the purposes
5711      of this License, Derivative Works shall not include works that remain
5712      separable from, or merely link (or bind by name) to the interfaces of,
5713      the Work and Derivative Works thereof.
5714
5715      "Contribution" shall mean any work of authorship, including
5716      the original version of the Work and any modifications or additions
5717      to that Work or Derivative Works thereof, that is intentionally
5718      submitted to Licensor for inclusion in the Work by the copyright owner
5719      or by an individual or Legal Entity authorized to submit on behalf of
5720      the copyright owner. For the purposes of this definition, "submitted"
5721      means any form of electronic, verbal, or written communication sent
5722      to the Licensor or its representatives, including but not limited to
5723      communication on electronic mailing lists, source code control systems,
5724      and issue tracking systems that are managed by, or on behalf of, the
5725      Licensor for the purpose of discussing and improving the Work, but
5726      excluding communication that is conspicuously marked or otherwise
5727      designated in writing by the copyright owner as "Not a Contribution."
5728
5729      "Contributor" shall mean Licensor and any individual or Legal Entity
5730      on behalf of whom a Contribution has been received by Licensor and
5731      subsequently incorporated within the Work.
5732
5733   2. Grant of Copyright License. Subject to the terms and conditions of
5734      this License, each Contributor hereby grants to You a perpetual,
5735      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5736      copyright license to reproduce, prepare Derivative Works of,
5737      publicly display, publicly perform, sublicense, and distribute the
5738      Work and such Derivative Works in Source or Object form.
5739
5740   3. Grant of Patent License. Subject to the terms and conditions of
5741      this License, each Contributor hereby grants to You a perpetual,
5742      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5743      (except as stated in this section) patent license to make, have made,
5744      use, offer to sell, sell, import, and otherwise transfer the Work,
5745      where such license applies only to those patent claims licensable
5746      by such Contributor that are necessarily infringed by their
5747      Contribution(s) alone or by combination of their Contribution(s)
5748      with the Work to which such Contribution(s) was submitted. If You
5749      institute patent litigation against any entity (including a
5750      cross-claim or counterclaim in a lawsuit) alleging that the Work
5751      or a Contribution incorporated within the Work constitutes direct
5752      or contributory patent infringement, then any patent licenses
5753      granted to You under this License for that Work shall terminate
5754      as of the date such litigation is filed.
5755
5756   4. Redistribution. You may reproduce and distribute copies of the
5757      Work or Derivative Works thereof in any medium, with or without
5758      modifications, and in Source or Object form, provided that You
5759      meet the following conditions:
5760
5761      (a) You must give any other recipients of the Work or
5762          Derivative Works a copy of this License; and
5763
5764      (b) You must cause any modified files to carry prominent notices
5765          stating that You changed the files; and
5766
5767      (c) You must retain, in the Source form of any Derivative Works
5768          that You distribute, all copyright, patent, trademark, and
5769          attribution notices from the Source form of the Work,
5770          excluding those notices that do not pertain to any part of
5771          the Derivative Works; and
5772
5773      (d) If the Work includes a "NOTICE" text file as part of its
5774          distribution, then any Derivative Works that You distribute must
5775          include a readable copy of the attribution notices contained
5776          within such NOTICE file, excluding those notices that do not
5777          pertain to any part of the Derivative Works, in at least one
5778          of the following places: within a NOTICE text file distributed
5779          as part of the Derivative Works; within the Source form or
5780          documentation, if provided along with the Derivative Works; or,
5781          within a display generated by the Derivative Works, if and
5782          wherever such third-party notices normally appear. The contents
5783          of the NOTICE file are for informational purposes only and
5784          do not modify the License. You may add Your own attribution
5785          notices within Derivative Works that You distribute, alongside
5786          or as an addendum to the NOTICE text from the Work, provided
5787          that such additional attribution notices cannot be construed
5788          as modifying the License.
5789
5790      You may add Your own copyright statement to Your modifications and
5791      may provide additional or different license terms and conditions
5792      for use, reproduction, or distribution of Your modifications, or
5793      for any such Derivative Works as a whole, provided Your use,
5794      reproduction, and distribution of the Work otherwise complies with
5795      the conditions stated in this License.
5796
5797   5. Submission of Contributions. Unless You explicitly state otherwise,
5798      any Contribution intentionally submitted for inclusion in the Work
5799      by You to the Licensor shall be under the terms and conditions of
5800      this License, without any additional terms or conditions.
5801      Notwithstanding the above, nothing herein shall supersede or modify
5802      the terms of any separate license agreement you may have executed
5803      with Licensor regarding such Contributions.
5804
5805   6. Trademarks. This License does not grant permission to use the trade
5806      names, trademarks, service marks, or product names of the Licensor,
5807      except as required for reasonable and customary use in describing the
5808      origin of the Work and reproducing the content of the NOTICE file.
5809
5810   7. Disclaimer of Warranty. Unless required by applicable law or
5811      agreed to in writing, Licensor provides the Work (and each
5812      Contributor provides its Contributions) on an "AS IS" BASIS,
5813      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5814      implied, including, without limitation, any warranties or conditions
5815      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
5816      PARTICULAR PURPOSE. You are solely responsible for determining the
5817      appropriateness of using or redistributing the Work and assume any
5818      risks associated with Your exercise of permissions under this License.
5819
5820   8. Limitation of Liability. In no event and under no legal theory,
5821      whether in tort (including negligence), contract, or otherwise,
5822      unless required by applicable law (such as deliberate and grossly
5823      negligent acts) or agreed to in writing, shall any Contributor be
5824      liable to You for damages, including any direct, indirect, special,
5825      incidental, or consequential damages of any character arising as a
5826      result of this License or out of the use or inability to use the
5827      Work (including but not limited to damages for loss of goodwill,
5828      work stoppage, computer failure or malfunction, or any and all
5829      other commercial damages or losses), even if such Contributor
5830      has been advised of the possibility of such damages.
5831
5832   9. Accepting Warranty or Additional Liability. While redistributing
5833      the Work or Derivative Works thereof, You may choose to offer,
5834      and charge a fee for, acceptance of support, warranty, indemnity,
5835      or other liability obligations and/or rights consistent with this
5836      License. However, in accepting such obligations, You may act only
5837      on Your own behalf and on Your sole responsibility, not on behalf
5838      of any other Contributor, and only if You agree to indemnify,
5839      defend, and hold each Contributor harmless for any liability
5840      incurred by, or claims asserted against, such Contributor by reason
5841      of your accepting any such warranty or additional liability.
5842
5843   END OF TERMS AND CONDITIONS
5844
5845
5846   Copyright (c) 2018, The Android Open Source Project
5847
5848   Licensed under the Apache License, Version 2.0 (the "License");
5849   you may not use this file except in compliance with the License.
5850
5851   Unless required by applicable law or agreed to in writing, software
5852   distributed under the License is distributed on an "AS IS" BASIS,
5853   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5854   See the License for the specific language governing permissions and
5855   limitations under the License.
5856
5857
5858                                 Apache License
5859                           Version 2.0, January 2004
5860                        http://www.apache.org/licenses/
5861
5862   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5863
5864   1. Definitions.
5865
5866      "License" shall mean the terms and conditions for use, reproduction,
5867      and distribution as defined by Sections 1 through 9 of this document.
5868
5869      "Licensor" shall mean the copyright owner or entity authorized by
5870      the copyright owner that is granting the License.
5871
5872      "Legal Entity" shall mean the union of the acting entity and all
5873      other entities that control, are controlled by, or are under common
5874      control with that entity. For the purposes of this definition,
5875      "control" means (i) the power, direct or indirect, to cause the
5876      direction or management of such entity, whether by contract or
5877      otherwise, or (ii) ownership of fifty percent (50%) or more of the
5878      outstanding shares, or (iii) beneficial ownership of such entity.
5879
5880      "You" (or "Your") shall mean an individual or Legal Entity
5881      exercising permissions granted by this License.
5882
5883      "Source" form shall mean the preferred form for making modifications,
5884      including but not limited to software source code, documentation
5885      source, and configuration files.
5886
5887      "Object" form shall mean any form resulting from mechanical
5888      transformation or translation of a Source form, including but
5889      not limited to compiled object code, generated documentation,
5890      and conversions to other media types.
5891
5892      "Work" shall mean the work of authorship, whether in Source or
5893      Object form, made available under the License, as indicated by a
5894      copyright notice that is included in or attached to the work
5895      (an example is provided in the Appendix below).
5896
5897      "Derivative Works" shall mean any work, whether in Source or Object
5898      form, that is based on (or derived from) the Work and for which the
5899      editorial revisions, annotations, elaborations, or other modifications
5900      represent, as a whole, an original work of authorship. For the purposes
5901      of this License, Derivative Works shall not include works that remain
5902      separable from, or merely link (or bind by name) to the interfaces of,
5903      the Work and Derivative Works thereof.
5904
5905      "Contribution" shall mean any work of authorship, including
5906      the original version of the Work and any modifications or additions
5907      to that Work or Derivative Works thereof, that is intentionally
5908      submitted to Licensor for inclusion in the Work by the copyright owner
5909      or by an individual or Legal Entity authorized to submit on behalf of
5910      the copyright owner. For the purposes of this definition, "submitted"
5911      means any form of electronic, verbal, or written communication sent
5912      to the Licensor or its representatives, including but not limited to
5913      communication on electronic mailing lists, source code control systems,
5914      and issue tracking systems that are managed by, or on behalf of, the
5915      Licensor for the purpose of discussing and improving the Work, but
5916      excluding communication that is conspicuously marked or otherwise
5917      designated in writing by the copyright owner as "Not a Contribution."
5918
5919      "Contributor" shall mean Licensor and any individual or Legal Entity
5920      on behalf of whom a Contribution has been received by Licensor and
5921      subsequently incorporated within the Work.
5922
5923   2. Grant of Copyright License. Subject to the terms and conditions of
5924      this License, each Contributor hereby grants to You a perpetual,
5925      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5926      copyright license to reproduce, prepare Derivative Works of,
5927      publicly display, publicly perform, sublicense, and distribute the
5928      Work and such Derivative Works in Source or Object form.
5929
5930   3. Grant of Patent License. Subject to the terms and conditions of
5931      this License, each Contributor hereby grants to You a perpetual,
5932      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5933      (except as stated in this section) patent license to make, have made,
5934      use, offer to sell, sell, import, and otherwise transfer the Work,
5935      where such license applies only to those patent claims licensable
5936      by such Contributor that are necessarily infringed by their
5937      Contribution(s) alone or by combination of their Contribution(s)
5938      with the Work to which such Contribution(s) was submitted. If You
5939      institute patent litigation against any entity (including a
5940      cross-claim or counterclaim in a lawsuit) alleging that the Work
5941      or a Contribution incorporated within the Work constitutes direct
5942      or contributory patent infringement, then any patent licenses
5943      granted to You under this License for that Work shall terminate
5944      as of the date such litigation is filed.
5945
5946   4. Redistribution. You may reproduce and distribute copies of the
5947      Work or Derivative Works thereof in any medium, with or without
5948      modifications, and in Source or Object form, provided that You
5949      meet the following conditions:
5950
5951      (a) You must give any other recipients of the Work or
5952          Derivative Works a copy of this License; and
5953
5954      (b) You must cause any modified files to carry prominent notices
5955          stating that You changed the files; and
5956
5957      (c) You must retain, in the Source form of any Derivative Works
5958          that You distribute, all copyright, patent, trademark, and
5959          attribution notices from the Source form of the Work,
5960          excluding those notices that do not pertain to any part of
5961          the Derivative Works; and
5962
5963      (d) If the Work includes a "NOTICE" text file as part of its
5964          distribution, then any Derivative Works that You distribute must
5965          include a readable copy of the attribution notices contained
5966          within such NOTICE file, excluding those notices that do not
5967          pertain to any part of the Derivative Works, in at least one
5968          of the following places: within a NOTICE text file distributed
5969          as part of the Derivative Works; within the Source form or
5970          documentation, if provided along with the Derivative Works; or,
5971          within a display generated by the Derivative Works, if and
5972          wherever such third-party notices normally appear. The contents
5973          of the NOTICE file are for informational purposes only and
5974          do not modify the License. You may add Your own attribution
5975          notices within Derivative Works that You distribute, alongside
5976          or as an addendum to the NOTICE text from the Work, provided
5977          that such additional attribution notices cannot be construed
5978          as modifying the License.
5979
5980      You may add Your own copyright statement to Your modifications and
5981      may provide additional or different license terms and conditions
5982      for use, reproduction, or distribution of Your modifications, or
5983      for any such Derivative Works as a whole, provided Your use,
5984      reproduction, and distribution of the Work otherwise complies with
5985      the conditions stated in this License.
5986
5987   5. Submission of Contributions. Unless You explicitly state otherwise,
5988      any Contribution intentionally submitted for inclusion in the Work
5989      by You to the Licensor shall be under the terms and conditions of
5990      this License, without any additional terms or conditions.
5991      Notwithstanding the above, nothing herein shall supersede or modify
5992      the terms of any separate license agreement you may have executed
5993      with Licensor regarding such Contributions.
5994
5995   6. Trademarks. This License does not grant permission to use the trade
5996      names, trademarks, service marks, or product names of the Licensor,
5997      except as required for reasonable and customary use in describing the
5998      origin of the Work and reproducing the content of the NOTICE file.
5999
6000   7. Disclaimer of Warranty. Unless required by applicable law or
6001      agreed to in writing, Licensor provides the Work (and each
6002      Contributor provides its Contributions) on an "AS IS" BASIS,
6003      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
6004      implied, including, without limitation, any warranties or conditions
6005      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
6006      PARTICULAR PURPOSE. You are solely responsible for determining the
6007      appropriateness of using or redistributing the Work and assume any
6008      risks associated with Your exercise of permissions under this License.
6009
6010   8. Limitation of Liability. In no event and under no legal theory,
6011      whether in tort (including negligence), contract, or otherwise,
6012      unless required by applicable law (such as deliberate and grossly
6013      negligent acts) or agreed to in writing, shall any Contributor be
6014      liable to You for damages, including any direct, indirect, special,
6015      incidental, or consequential damages of any character arising as a
6016      result of this License or out of the use or inability to use the
6017      Work (including but not limited to damages for loss of goodwill,
6018      work stoppage, computer failure or malfunction, or any and all
6019      other commercial damages or losses), even if such Contributor
6020      has been advised of the possibility of such damages.
6021
6022   9. Accepting Warranty or Additional Liability. While redistributing
6023      the Work or Derivative Works thereof, You may choose to offer,
6024      and charge a fee for, acceptance of support, warranty, indemnity,
6025      or other liability obligations and/or rights consistent with this
6026      License. However, in accepting such obligations, You may act only
6027      on Your own behalf and on Your sole responsibility, not on behalf
6028      of any other Contributor, and only if You agree to indemnify,
6029      defend, and hold each Contributor harmless for any liability
6030      incurred by, or claims asserted against, such Contributor by reason
6031      of your accepting any such warranty or additional liability.
6032
6033   END OF TERMS AND CONDITIONS
6034   =========================================================================
6035   ==  NOTICE file corresponding to the section 4 d of                    ==
6036   ==  the Apache License, Version 2.0,                                   ==
6037   ==  in this case for the Android-specific code.                        ==
6038   =========================================================================
6039
6040Android Code
6041Copyright 2005-2008 The Android Open Source Project
6042
6043This product includes software developed as part of
6044The Android Open Source Project (http://source.android.com).
6045
6046   =========================================================================
6047   ==  NOTICE file corresponding to the section 4 d of                    ==
6048   ==  the Apache License, Version 2.0,                                   ==
6049   ==  in this case for Apache Commons code.                              ==
6050   =========================================================================
6051
6052Apache Commons
6053Copyright 1999-2006 The Apache Software Foundation
6054
6055This product includes software developed at
6056The Apache Software Foundation (http://www.apache.org/).
6057
6058   =========================================================================
6059   ==  NOTICE file corresponding to the section 4 d of                    ==
6060   ==  the Apache License, Version 2.0,                                   ==
6061   ==  in this case for Jakarta Commons Logging.                          ==
6062   =========================================================================
6063
6064Jakarta Commons Logging (JCL)
6065Copyright 2005,2006 The Apache Software Foundation.
6066
6067This product includes software developed at
6068The Apache Software Foundation (http://www.apache.org/).
6069
6070   =========================================================================
6071   ==  NOTICE file corresponding to the section 4 d of                    ==
6072   ==  the Apache License, Version 2.0,                                   ==
6073   ==  in this case for the Nuance code.                                  ==
6074   =========================================================================
6075
6076These files are Copyright 2007 Nuance Communications, but released under
6077the Apache2 License.
6078
6079   =========================================================================
6080   ==  NOTICE file corresponding to the section 4 d of                    ==
6081   ==  the Apache License, Version 2.0,                                   ==
6082   ==  in this case for the Media Codecs code.                            ==
6083   =========================================================================
6084
6085Media Codecs
6086These files are Copyright 1998 - 2009 PacketVideo, but released under
6087the Apache2 License.
6088
6089   =========================================================================
6090   ==  NOTICE file corresponding to the section 4 d of                    ==
6091   ==  the Apache License, Version 2.0,                                   ==
6092   ==  in this case for the TagSoup code.                                 ==
6093   =========================================================================
6094
6095This file is part of TagSoup and is Copyright 2002-2008 by John Cowan.
6096
6097TagSoup is licensed under the Apache License,
6098Version 2.0.  You may obtain a copy of this license at
6099http://www.apache.org/licenses/LICENSE-2.0 .  You may also have
6100additional legal rights not granted by this license.
6101
6102TagSoup is distributed in the hope that it will be useful, but
6103unless required by applicable law or agreed to in writing, TagSoup
6104is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
6105OF ANY KIND, either express or implied; not even the implied warranty
6106of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
6107
6108   =========================================================================
6109   ==  NOTICE file corresponding to the section 4 d of                    ==
6110   ==  the Apache License, Version 2.0,                                   ==
6111   ==  in this case for Additional Codecs code.                           ==
6112   =========================================================================
6113
6114Additional Codecs
6115These files are Copyright 2003-2010 VisualOn, but released under
6116the Apache2 License.
6117
6118  =========================================================================
6119  ==  NOTICE file corresponding to the section 4 d of                    ==
6120  ==  the Apache License, Version 2.0,                                   ==
6121  ==  in this case for the Audio Effects code.                           ==
6122  =========================================================================
6123
6124Audio Effects
6125These files are Copyright (C) 2004-2010 NXP Software and
6126Copyright (C) 2010 The Android Open Source Project, but released under
6127the Apache2 License.
6128
6129
6130                               Apache License
6131                           Version 2.0, January 2004
6132                        http://www.apache.org/licenses/
6133
6134   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6135
6136   1. Definitions.
6137
6138      "License" shall mean the terms and conditions for use, reproduction,
6139      and distribution as defined by Sections 1 through 9 of this document.
6140
6141      "Licensor" shall mean the copyright owner or entity authorized by
6142      the copyright owner that is granting the License.
6143
6144      "Legal Entity" shall mean the union of the acting entity and all
6145      other entities that control, are controlled by, or are under common
6146      control with that entity. For the purposes of this definition,
6147      "control" means (i) the power, direct or indirect, to cause the
6148      direction or management of such entity, whether by contract or
6149      otherwise, or (ii) ownership of fifty percent (50%) or more of the
6150      outstanding shares, or (iii) beneficial ownership of such entity.
6151
6152      "You" (or "Your") shall mean an individual or Legal Entity
6153      exercising permissions granted by this License.
6154
6155      "Source" form shall mean the preferred form for making modifications,
6156      including but not limited to software source code, documentation
6157      source, and configuration files.
6158
6159      "Object" form shall mean any form resulting from mechanical
6160      transformation or translation of a Source form, including but
6161      not limited to compiled object code, generated documentation,
6162      and conversions to other media types.
6163
6164      "Work" shall mean the work of authorship, whether in Source or
6165      Object form, made available under the License, as indicated by a
6166      copyright notice that is included in or attached to the work
6167      (an example is provided in the Appendix below).
6168
6169      "Derivative Works" shall mean any work, whether in Source or Object
6170      form, that is based on (or derived from) the Work and for which the
6171      editorial revisions, annotations, elaborations, or other modifications
6172      represent, as a whole, an original work of authorship. For the purposes
6173      of this License, Derivative Works shall not include works that remain
6174      separable from, or merely link (or bind by name) to the interfaces of,
6175      the Work and Derivative Works thereof.
6176
6177      "Contribution" shall mean any work of authorship, including
6178      the original version of the Work and any modifications or additions
6179      to that Work or Derivative Works thereof, that is intentionally
6180      submitted to Licensor for inclusion in the Work by the copyright owner
6181      or by an individual or Legal Entity authorized to submit on behalf of
6182      the copyright owner. For the purposes of this definition, "submitted"
6183      means any form of electronic, verbal, or written communication sent
6184      to the Licensor or its representatives, including but not limited to
6185      communication on electronic mailing lists, source code control systems,
6186      and issue tracking systems that are managed by, or on behalf of, the
6187      Licensor for the purpose of discussing and improving the Work, but
6188      excluding communication that is conspicuously marked or otherwise
6189      designated in writing by the copyright owner as "Not a Contribution."
6190
6191      "Contributor" shall mean Licensor and any individual or Legal Entity
6192      on behalf of whom a Contribution has been received by Licensor and
6193      subsequently incorporated within the Work.
6194
6195   2. Grant of Copyright License. Subject to the terms and conditions of
6196      this License, each Contributor hereby grants to You a perpetual,
6197      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6198      copyright license to reproduce, prepare Derivative Works of,
6199      publicly display, publicly perform, sublicense, and distribute the
6200      Work and such Derivative Works in Source or Object form.
6201
6202   3. Grant of Patent License. Subject to the terms and conditions of
6203      this License, each Contributor hereby grants to You a perpetual,
6204      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6205      (except as stated in this section) patent license to make, have made,
6206      use, offer to sell, sell, import, and otherwise transfer the Work,
6207      where such license applies only to those patent claims licensable
6208      by such Contributor that are necessarily infringed by their
6209      Contribution(s) alone or by combination of their Contribution(s)
6210      with the Work to which such Contribution(s) was submitted. If You
6211      institute patent litigation against any entity (including a
6212      cross-claim or counterclaim in a lawsuit) alleging that the Work
6213      or a Contribution incorporated within the Work constitutes direct
6214      or contributory patent infringement, then any patent licenses
6215      granted to You under this License for that Work shall terminate
6216      as of the date such litigation is filed.
6217
6218   4. Redistribution. You may reproduce and distribute copies of the
6219      Work or Derivative Works thereof in any medium, with or without
6220      modifications, and in Source or Object form, provided that You
6221      meet the following conditions:
6222
6223      (a) You must give any other recipients of the Work or
6224          Derivative Works a copy of this License; and
6225
6226      (b) You must cause any modified files to carry prominent notices
6227          stating that You changed the files; and
6228
6229      (c) You must retain, in the Source form of any Derivative Works
6230          that You distribute, all copyright, patent, trademark, and
6231          attribution notices from the Source form of the Work,
6232          excluding those notices that do not pertain to any part of
6233          the Derivative Works; and
6234
6235      (d) If the Work includes a "NOTICE" text file as part of its
6236          distribution, then any Derivative Works that You distribute must
6237          include a readable copy of the attribution notices contained
6238          within such NOTICE file, excluding those notices that do not
6239          pertain to any part of the Derivative Works, in at least one
6240          of the following places: within a NOTICE text file distributed
6241          as part of the Derivative Works; within the Source form or
6242          documentation, if provided along with the Derivative Works; or,
6243          within a display generated by the Derivative Works, if and
6244          wherever such third-party notices normally appear. The contents
6245          of the NOTICE file are for informational purposes only and
6246          do not modify the License. You may add Your own attribution
6247          notices within Derivative Works that You distribute, alongside
6248          or as an addendum to the NOTICE text from the Work, provided
6249          that such additional attribution notices cannot be construed
6250          as modifying the License.
6251
6252      You may add Your own copyright statement to Your modifications and
6253      may provide additional or different license terms and conditions
6254      for use, reproduction, or distribution of Your modifications, or
6255      for any such Derivative Works as a whole, provided Your use,
6256      reproduction, and distribution of the Work otherwise complies with
6257      the conditions stated in this License.
6258
6259   5. Submission of Contributions. Unless You explicitly state otherwise,
6260      any Contribution intentionally submitted for inclusion in the Work
6261      by You to the Licensor shall be under the terms and conditions of
6262      this License, without any additional terms or conditions.
6263      Notwithstanding the above, nothing herein shall supersede or modify
6264      the terms of any separate license agreement you may have executed
6265      with Licensor regarding such Contributions.
6266
6267   6. Trademarks. This License does not grant permission to use the trade
6268      names, trademarks, service marks, or product names of the Licensor,
6269      except as required for reasonable and customary use in describing the
6270      origin of the Work and reproducing the content of the NOTICE file.
6271
6272   7. Disclaimer of Warranty. Unless required by applicable law or
6273      agreed to in writing, Licensor provides the Work (and each
6274      Contributor provides its Contributions) on an "AS IS" BASIS,
6275      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
6276      implied, including, without limitation, any warranties or conditions
6277      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
6278      PARTICULAR PURPOSE. You are solely responsible for determining the
6279      appropriateness of using or redistributing the Work and assume any
6280      risks associated with Your exercise of permissions under this License.
6281
6282   8. Limitation of Liability. In no event and under no legal theory,
6283      whether in tort (including negligence), contract, or otherwise,
6284      unless required by applicable law (such as deliberate and grossly
6285      negligent acts) or agreed to in writing, shall any Contributor be
6286      liable to You for damages, including any direct, indirect, special,
6287      incidental, or consequential damages of any character arising as a
6288      result of this License or out of the use or inability to use the
6289      Work (including but not limited to damages for loss of goodwill,
6290      work stoppage, computer failure or malfunction, or any and all
6291      other commercial damages or losses), even if such Contributor
6292      has been advised of the possibility of such damages.
6293
6294   9. Accepting Warranty or Additional Liability. While redistributing
6295      the Work or Derivative Works thereof, You may choose to offer,
6296      and charge a fee for, acceptance of support, warranty, indemnity,
6297      or other liability obligations and/or rights consistent with this
6298      License. However, in accepting such obligations, You may act only
6299      on Your own behalf and on Your sole responsibility, not on behalf
6300      of any other Contributor, and only if You agree to indemnify,
6301      defend, and hold each Contributor harmless for any liability
6302      incurred by, or claims asserted against, such Contributor by reason
6303      of your accepting any such warranty or additional liability.
6304
6305   END OF TERMS AND CONDITIONS
6306
6307
6308
6309UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
6310
6311Unicode Data Files include all data files under the directories
6312http://www.unicode.org/Public/, http://www.unicode.org/reports/,
6313and http://www.unicode.org/cldr/data/ . Unicode Software includes any
6314source code published in the Unicode Standard or under the directories
6315http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
6316http://www.unicode.org/cldr/data/.
6317
6318NOTICE TO USER: Carefully read the following legal agreement. BY
6319DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA
6320FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY
6321ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF
6322THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY,
6323DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
6324
6325COPYRIGHT AND PERMISSION NOTICE
6326
6327Copyright © 1991-2008 Unicode, Inc. All rights reserved. Distributed
6328under the Terms of Use in http://www.unicode.org/copyright.html.
6329
6330Permission is hereby granted, free of charge, to any person obtaining
6331a copy of the Unicode data files and any associated documentation (the
6332"Data Files") or Unicode software and any associated documentation (the
6333"Software") to deal in the Data Files or Software without restriction,
6334including without limitation the rights to use, copy, modify, merge,
6335publish, distribute, and/or sell copies of the Data Files or Software,
6336and to permit persons to whom the Data Files or Software are furnished to
6337do so, provided that (a) the above copyright notice(s) and this permission
6338notice appear with all copies of the Data Files or Software, (b) both the
6339above copyright notice(s) and this permission notice appear in associated
6340documentation, and (c) there is clear notice in each modified Data File
6341or in the Software as well as in the documentation associated with the
6342Data File(s) or Software that the data or software has been modified.
6343
6344THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
6345ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
6346OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
6347OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
6348INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
6349OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
6350OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
6351OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
6352OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
6353
6354Except as contained in this notice, the name of a copyright holder
6355shall not be used in advertising or otherwise to promote the sale, use
6356or other dealings in these Data Files or Software without prior written
6357authorization of the copyright holder.
6358UNICODE LICENSE V3
6359
6360COPYRIGHT AND PERMISSION NOTICE
6361
6362Copyright © 2016-2023 Unicode, Inc.
6363
6364NOTICE TO USER: Carefully read the following legal agreement. BY
6365DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
6366SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
6367TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
6368DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
6369
6370Permission is hereby granted, free of charge, to any person obtaining a
6371copy of data files and any associated documentation (the "Data Files") or
6372software and any associated documentation (the "Software") to deal in the
6373Data Files or Software without restriction, including without limitation
6374the rights to use, copy, modify, merge, publish, distribute, and/or sell
6375copies of the Data Files or Software, and to permit persons to whom the
6376Data Files or Software are furnished to do so, provided that either (a)
6377this copyright and permission notice appear with all copies of the Data
6378Files or Software, or (b) this copyright and permission notice appear in
6379associated Documentation.
6380
6381THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
6382KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
6383MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
6384THIRD PARTY RIGHTS.
6385
6386IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
6387BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
6388OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
6389WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
6390ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
6391FILES OR SOFTWARE.
6392
6393Except as contained in this notice, the name of a copyright holder shall
6394not be used in advertising or otherwise to promote the sale, use or other
6395dealings in these Data Files or Software without prior written
6396authorization of the copyright holder.
6397
6398----------------------------------------------------------------------
6399
6400Third-Party Software Licenses
6401
6402This section contains third-party software notices and/or additional
6403terms for licensed third-party software components included within ICU
6404libraries.
6405
6406----------------------------------------------------------------------
6407
6408ICU License - ICU 1.8.1 to ICU 57.1
6409
6410COPYRIGHT AND PERMISSION NOTICE
6411
6412Copyright (c) 1995-2016 International Business Machines Corporation and others
6413All rights reserved.
6414
6415Permission is hereby granted, free of charge, to any person obtaining
6416a copy of this software and associated documentation files (the
6417"Software"), to deal in the Software without restriction, including
6418without limitation the rights to use, copy, modify, merge, publish,
6419distribute, and/or sell copies of the Software, and to permit persons
6420to whom the Software is furnished to do so, provided that the above
6421copyright notice(s) and this permission notice appear in all copies of
6422the Software and that both the above copyright notice(s) and this
6423permission notice appear in supporting documentation.
6424
6425THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
6426EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
6427MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
6428OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
6429HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
6430SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
6431RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
6432CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
6433CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
6434
6435Except as contained in this notice, the name of a copyright holder
6436shall not be used in advertising or otherwise to promote the sale, use
6437or other dealings in this Software without prior written authorization
6438of the copyright holder.
6439
6440All trademarks and registered trademarks mentioned herein are the
6441property of their respective owners.
6442
6443----------------------------------------------------------------------
6444
6445Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
6446
6447 #     The Google Chrome software developed by Google is licensed under
6448 # the BSD license. Other software included in this distribution is
6449 # provided under other licenses, as set forth below.
6450 #
6451 #  The BSD License
6452 #  http://opensource.org/licenses/bsd-license.php
6453 #  Copyright (C) 2006-2008, Google Inc.
6454 #
6455 #  All rights reserved.
6456 #
6457 #  Redistribution and use in source and binary forms, with or without
6458 # modification, are permitted provided that the following conditions are met:
6459 #
6460 #  Redistributions of source code must retain the above copyright notice,
6461 # this list of conditions and the following disclaimer.
6462 #  Redistributions in binary form must reproduce the above
6463 # copyright notice, this list of conditions and the following
6464 # disclaimer in the documentation and/or other materials provided with
6465 # the distribution.
6466 #  Neither the name of  Google Inc. nor the names of its
6467 # contributors may be used to endorse or promote products derived from
6468 # this software without specific prior written permission.
6469 #
6470 #
6471 #  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
6472 # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
6473 # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
6474 # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
6475 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
6476 # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
6477 # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
6478 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
6479 # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
6480 # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
6481 # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
6482 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6483 #
6484 #
6485 #  The word list in cjdict.txt are generated by combining three word lists
6486 # listed below with further processing for compound word breaking. The
6487 # frequency is generated with an iterative training against Google web
6488 # corpora.
6489 #
6490 #  * Libtabe (Chinese)
6491 #    - https://sourceforge.net/project/?group_id=1519
6492 #    - Its license terms and conditions are shown below.
6493 #
6494 #  * IPADIC (Japanese)
6495 #    - http://chasen.aist-nara.ac.jp/chasen/distribution.html
6496 #    - Its license terms and conditions are shown below.
6497 #
6498 #  ---------COPYING.libtabe ---- BEGIN--------------------
6499 #
6500 #  /*
6501 #   * Copyright (c) 1999 TaBE Project.
6502 #   * Copyright (c) 1999 Pai-Hsiang Hsiao.
6503 #   * All rights reserved.
6504 #   *
6505 #   * Redistribution and use in source and binary forms, with or without
6506 #   * modification, are permitted provided that the following conditions
6507 #   * are met:
6508 #   *
6509 #   * . Redistributions of source code must retain the above copyright
6510 #   *   notice, this list of conditions and the following disclaimer.
6511 #   * . Redistributions in binary form must reproduce the above copyright
6512 #   *   notice, this list of conditions and the following disclaimer in
6513 #   *   the documentation and/or other materials provided with the
6514 #   *   distribution.
6515 #   * . Neither the name of the TaBE Project nor the names of its
6516 #   *   contributors may be used to endorse or promote products derived
6517 #   *   from this software without specific prior written permission.
6518 #   *
6519 #   * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
6520 #   * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
6521 #   * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
6522 #   * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
6523 #   * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
6524 #   * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
6525 #   * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
6526 #   * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
6527 #   * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
6528 #   * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
6529 #   * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
6530 #   * OF THE POSSIBILITY OF SUCH DAMAGE.
6531 #   */
6532 #
6533 #  /*
6534 #   * Copyright (c) 1999 Computer Systems and Communication Lab,
6535 #   *                    Institute of Information Science, Academia
6536 #       *                    Sinica. All rights reserved.
6537 #   *
6538 #   * Redistribution and use in source and binary forms, with or without
6539 #   * modification, are permitted provided that the following conditions
6540 #   * are met:
6541 #   *
6542 #   * . Redistributions of source code must retain the above copyright
6543 #   *   notice, this list of conditions and the following disclaimer.
6544 #   * . Redistributions in binary form must reproduce the above copyright
6545 #   *   notice, this list of conditions and the following disclaimer in
6546 #   *   the documentation and/or other materials provided with the
6547 #   *   distribution.
6548 #   * . Neither the name of the Computer Systems and Communication Lab
6549 #   *   nor the names of its contributors may be used to endorse or
6550 #   *   promote products derived from this software without specific
6551 #   *   prior written permission.
6552 #   *
6553 #   * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
6554 #   * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
6555 #   * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
6556 #   * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
6557 #   * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
6558 #   * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
6559 #   * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
6560 #   * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
6561 #   * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
6562 #   * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
6563 #   * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
6564 #   * OF THE POSSIBILITY OF SUCH DAMAGE.
6565 #   */
6566 #
6567 #  Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
6568 #      University of Illinois
6569 #  [email protected]  http://casper.beckman.uiuc.edu/~c-tsai4
6570 #
6571 #  ---------------COPYING.libtabe-----END--------------------------------
6572 #
6573 #
6574 #  ---------------COPYING.ipadic-----BEGIN-------------------------------
6575 #
6576 #  Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
6577 #  and Technology.  All Rights Reserved.
6578 #
6579 #  Use, reproduction, and distribution of this software is permitted.
6580 #  Any copy of this software, whether in its original form or modified,
6581 #  must include both the above copyright notice and the following
6582 #  paragraphs.
6583 #
6584 #  Nara Institute of Science and Technology (NAIST),
6585 #  the copyright holders, disclaims all warranties with regard to this
6586 #  software, including all implied warranties of merchantability and
6587 #  fitness, in no event shall NAIST be liable for
6588 #  any special, indirect or consequential damages or any damages
6589 #  whatsoever resulting from loss of use, data or profits, whether in an
6590 #  action of contract, negligence or other tortuous action, arising out
6591 #  of or in connection with the use or performance of this software.
6592 #
6593 #  A large portion of the dictionary entries
6594 #  originate from ICOT Free Software.  The following conditions for ICOT
6595 #  Free Software applies to the current dictionary as well.
6596 #
6597 #  Each User may also freely distribute the Program, whether in its
6598 #  original form or modified, to any third party or parties, PROVIDED
6599 #  that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
6600 #  on, or be attached to, the Program, which is distributed substantially
6601 #  in the same form as set out herein and that such intended
6602 #  distribution, if actually made, will neither violate or otherwise
6603 #  contravene any of the laws and regulations of the countries having
6604 #  jurisdiction over the User or the intended distribution itself.
6605 #
6606 #  NO WARRANTY
6607 #
6608 #  The program was produced on an experimental basis in the course of the
6609 #  research and development conducted during the project and is provided
6610 #  to users as so produced on an experimental basis.  Accordingly, the
6611 #  program is provided without any warranty whatsoever, whether express,
6612 #  implied, statutory or otherwise.  The term "warranty" used herein
6613 #  includes, but is not limited to, any warranty of the quality,
6614 #  performance, merchantability and fitness for a particular purpose of
6615 #  the program and the nonexistence of any infringement or violation of
6616 #  any right of any third party.
6617 #
6618 #  Each user of the program will agree and understand, and be deemed to
6619 #  have agreed and understood, that there is no warranty whatsoever for
6620 #  the program and, accordingly, the entire risk arising from or
6621 #  otherwise connected with the program is assumed by the user.
6622 #
6623 #  Therefore, neither ICOT, the copyright holder, or any other
6624 #  organization that participated in or was otherwise related to the
6625 #  development of the program and their respective officials, directors,
6626 #  officers and other employees shall be held liable for any and all
6627 #  damages, including, without limitation, general, special, incidental
6628 #  and consequential damages, arising out of or otherwise in connection
6629 #  with the use or inability to use the program or any product, material
6630 #  or result produced or otherwise obtained by using the program,
6631 #  regardless of whether they have been advised of, or otherwise had
6632 #  knowledge of, the possibility of such damages at any time during the
6633 #  project or thereafter.  Each user will be deemed to have agreed to the
6634 #  foregoing by his or her commencement of use of the program.  The term
6635 #  "use" as used herein includes, but is not limited to, the use,
6636 #  modification, copying and distribution of the program and the
6637 #  production of secondary products from the program.
6638 #
6639 #  In the case where the program, whether in its original form or
6640 #  modified, was distributed or delivered to or received by a user from
6641 #  any person, organization or entity other than ICOT, unless it makes or
6642 #  grants independently of ICOT any specific warranty to the user in
6643 #  writing, such person, organization or entity, will also be exempted
6644 #  from and not be held liable to the user for any such damages as noted
6645 #  above as far as the program is concerned.
6646 #
6647 #  ---------------COPYING.ipadic-----END----------------------------------
6648
6649----------------------------------------------------------------------
6650
6651Lao Word Break Dictionary Data (laodict.txt)
6652
6653 # Copyright (C) 2016 and later: Unicode, Inc. and others.
6654 # License & terms of use: http://www.unicode.org/copyright.html
6655 # Copyright (c) 2015 International Business Machines Corporation
6656 # and others. All Rights Reserved.
6657 #
6658 # Project: https://github.com/rober42539/lao-dictionary
6659 # Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
6660 # License: https://github.com/rober42539/lao-dictionary/LICENSE.txt
6661 #          (copied below)
6662 #
6663 #	This file is derived from the above dictionary version of Nov 22, 2020
6664 #  ----------------------------------------------------------------------
6665 #  Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
6666 #  All rights reserved.
6667 #
6668 #  Redistribution and use in source and binary forms, with or without
6669 #  modification, are permitted provided that the following conditions are met:
6670 #
6671 #  Redistributions of source code must retain the above copyright notice, this
6672 #  list of conditions and the following disclaimer. Redistributions in binary
6673 #  form must reproduce the above copyright notice, this list of conditions and
6674 #  the following disclaimer in the documentation and/or other materials
6675 #  provided with the distribution.
6676 #
6677 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
6678 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
6679 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
6680 # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
6681 # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
6682 # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
6683 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
6684 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
6685 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
6686 # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
6687 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
6688 # OF THE POSSIBILITY OF SUCH DAMAGE.
6689 #  --------------------------------------------------------------------------
6690
6691----------------------------------------------------------------------
6692
6693Burmese Word Break Dictionary Data (burmesedict.txt)
6694
6695 #  Copyright (c) 2014 International Business Machines Corporation
6696 #  and others. All Rights Reserved.
6697 #
6698 #  This list is part of a project hosted at:
6699 #    github.com/kanyawtech/myanmar-karen-word-lists
6700 #
6701 #  --------------------------------------------------------------------------
6702 #  Copyright (c) 2013, LeRoy Benjamin Sharon
6703 #  All rights reserved.
6704 #
6705 #  Redistribution and use in source and binary forms, with or without
6706 #  modification, are permitted provided that the following conditions
6707 #  are met: Redistributions of source code must retain the above
6708 #  copyright notice, this list of conditions and the following
6709 #  disclaimer.  Redistributions in binary form must reproduce the
6710 #  above copyright notice, this list of conditions and the following
6711 #  disclaimer in the documentation and/or other materials provided
6712 #  with the distribution.
6713 #
6714 #    Neither the name Myanmar Karen Word Lists, nor the names of its
6715 #    contributors may be used to endorse or promote products derived
6716 #    from this software without specific prior written permission.
6717 #
6718 #  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
6719 #  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
6720 #  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
6721 #  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
6722 #  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
6723 #  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
6724 #  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
6725 #  TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
6726 #  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
6727 #  ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
6728 #  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
6729 #  THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
6730 #  SUCH DAMAGE.
6731 #  --------------------------------------------------------------------------
6732
6733----------------------------------------------------------------------
6734
6735Time Zone Database
6736
6737  ICU uses the public domain data and code derived from Time Zone
6738Database for its time zone support. The ownership of the TZ database
6739is explained in BCP 175: Procedure for Maintaining the Time Zone
6740Database section 7.
6741
6742 # 7.  Database Ownership
6743 #
6744 #    The TZ database itself is not an IETF Contribution or an IETF
6745 #    document.  Rather it is a pre-existing and regularly updated work
6746 #    that is in the public domain, and is intended to remain in the
6747 #    public domain.  Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
6748 #    not apply to the TZ Database or contributions that individuals make
6749 #    to it.  Should any claims be made and substantiated against the TZ
6750 #    Database, the organization that is providing the IANA
6751 #    Considerations defined in this RFC, under the memorandum of
6752 #    understanding with the IETF, currently ICANN, may act in accordance
6753 #    with all competent court orders.  No ownership claims will be made
6754 #    by ICANN or the IETF Trust on the database or the code.  Any person
6755 #    making a contribution to the database or code waives all rights to
6756 #    future claims in that contribution or in the TZ Database.
6757
6758----------------------------------------------------------------------
6759
6760Google double-conversion
6761
6762Copyright 2006-2011, the V8 project authors. All rights reserved.
6763Redistribution and use in source and binary forms, with or without
6764modification, are permitted provided that the following conditions are
6765met:
6766
6767    * Redistributions of source code must retain the above copyright
6768      notice, this list of conditions and the following disclaimer.
6769    * Redistributions in binary form must reproduce the above
6770      copyright notice, this list of conditions and the following
6771      disclaimer in the documentation and/or other materials provided
6772      with the distribution.
6773    * Neither the name of Google Inc. nor the names of its
6774      contributors may be used to endorse or promote products derived
6775      from this software without specific prior written permission.
6776
6777THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
6778"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
6779LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
6780A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
6781OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
6782SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
6783LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
6784DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
6785THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
6786(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
6787OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6788
6789----------------------------------------------------------------------
6790
6791File: aclocal.m4 (only for ICU4C)
6792Section: pkg.m4 - Macros to locate and utilise pkg-config.
6793
6794
6795Copyright © 2004 Scott James Remnant <[email protected]>.
6796Copyright © 2012-2015 Dan Nicholson <[email protected]>
6797
6798This program is free software; you can redistribute it and/or modify
6799it under the terms of the GNU General Public License as published by
6800the Free Software Foundation; either version 2 of the License, or
6801(at your option) any later version.
6802
6803This program is distributed in the hope that it will be useful, but
6804WITHOUT ANY WARRANTY; without even the implied warranty of
6805MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
6806General Public License for more details.
6807
6808You should have received a copy of the GNU General Public License
6809along with this program; if not, write to the Free Software
6810Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
681102111-1307, USA.
6812
6813As a special exception to the GNU General Public License, if you
6814distribute this file as part of a program that contains a
6815configuration script generated by Autoconf, you may include it under
6816the same distribution terms that you use for the rest of that
6817program.
6818
6819
6820(The condition for the exception is fulfilled because
6821ICU4C includes a configuration script generated by Autoconf,
6822namely the `configure` script.)
6823
6824----------------------------------------------------------------------
6825
6826File: config.guess (only for ICU4C)
6827
6828
6829This file is free software; you can redistribute it and/or modify it
6830under the terms of the GNU General Public License as published by
6831the Free Software Foundation; either version 3 of the License, or
6832(at your option) any later version.
6833
6834This program is distributed in the hope that it will be useful, but
6835WITHOUT ANY WARRANTY; without even the implied warranty of
6836MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
6837General Public License for more details.
6838
6839You should have received a copy of the GNU General Public License
6840along with this program; if not, see <https://www.gnu.org/licenses/>.
6841
6842As a special exception to the GNU General Public License, if you
6843distribute this file as part of a program that contains a
6844configuration script generated by Autoconf, you may include it under
6845the same distribution terms that you use for the rest of that
6846program.  This Exception is an additional permission under section 7
6847of the GNU General Public License, version 3 ("GPLv3").
6848
6849
6850(The condition for the exception is fulfilled because
6851ICU4C includes a configuration script generated by Autoconf,
6852namely the `configure` script.)
6853
6854----------------------------------------------------------------------
6855
6856File: install-sh (only for ICU4C)
6857
6858
6859Copyright 1991 by the Massachusetts Institute of Technology
6860
6861Permission to use, copy, modify, distribute, and sell this software and its
6862documentation for any purpose is hereby granted without fee, provided that
6863the above copyright notice appear in all copies and that both that
6864copyright notice and this permission notice appear in supporting
6865documentation, and that the name of M.I.T. not be used in advertising or
6866publicity pertaining to distribution of the software without specific,
6867written prior permission.  M.I.T. makes no representations about the
6868suitability of this software for any purpose.  It is provided "as is"
6869without express or implied warranty.
6870
6871----------------------------------------------------------------------
6872
6873
6874                                 Apache License
6875                           Version 2.0, January 2004
6876                        http://www.apache.org/licenses/
6877
6878   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6879
6880   1. Definitions.
6881
6882      "License" shall mean the terms and conditions for use, reproduction,
6883      and distribution as defined by Sections 1 through 9 of this document.
6884
6885      "Licensor" shall mean the copyright owner or entity authorized by
6886      the copyright owner that is granting the License.
6887
6888      "Legal Entity" shall mean the union of the acting entity and all
6889      other entities that control, are controlled by, or are under common
6890      control with that entity. For the purposes of this definition,
6891      "control" means (i) the power, direct or indirect, to cause the
6892      direction or management of such entity, whether by contract or
6893      otherwise, or (ii) ownership of fifty percent (50%) or more of the
6894      outstanding shares, or (iii) beneficial ownership of such entity.
6895
6896      "You" (or "Your") shall mean an individual or Legal Entity
6897      exercising permissions granted by this License.
6898
6899      "Source" form shall mean the preferred form for making modifications,
6900      including but not limited to software source code, documentation
6901      source, and configuration files.
6902
6903      "Object" form shall mean any form resulting from mechanical
6904      transformation or translation of a Source form, including but
6905      not limited to compiled object code, generated documentation,
6906      and conversions to other media types.
6907
6908      "Work" shall mean the work of authorship, whether in Source or
6909      Object form, made available under the License, as indicated by a
6910      copyright notice that is included in or attached to the work
6911      (an example is provided in the Appendix below).
6912
6913      "Derivative Works" shall mean any work, whether in Source or Object
6914      form, that is based on (or derived from) the Work and for which the
6915      editorial revisions, annotations, elaborations, or other modifications
6916      represent, as a whole, an original work of authorship. For the purposes
6917      of this License, Derivative Works shall not include works that remain
6918      separable from, or merely link (or bind by name) to the interfaces of,
6919      the Work and Derivative Works thereof.
6920
6921      "Contribution" shall mean any work of authorship, including
6922      the original version of the Work and any modifications or additions
6923      to that Work or Derivative Works thereof, that is intentionally
6924      submitted to Licensor for inclusion in the Work by the copyright owner
6925      or by an individual or Legal Entity authorized to submit on behalf of
6926      the copyright owner. For the purposes of this definition, "submitted"
6927      means any form of electronic, verbal, or written communication sent
6928      to the Licensor or its representatives, including but not limited to
6929      communication on electronic mailing lists, source code control systems,
6930      and issue tracking systems that are managed by, or on behalf of, the
6931      Licensor for the purpose of discussing and improving the Work, but
6932      excluding communication that is conspicuously marked or otherwise
6933      designated in writing by the copyright owner as "Not a Contribution."
6934
6935      "Contributor" shall mean Licensor and any individual or Legal Entity
6936      on behalf of whom a Contribution has been received by Licensor and
6937      subsequently incorporated within the Work.
6938
6939   2. Grant of Copyright License. Subject to the terms and conditions of
6940      this License, each Contributor hereby grants to You a perpetual,
6941      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6942      copyright license to reproduce, prepare Derivative Works of,
6943      publicly display, publicly perform, sublicense, and distribute the
6944      Work and such Derivative Works in Source or Object form.
6945
6946   3. Grant of Patent License. Subject to the terms and conditions of
6947      this License, each Contributor hereby grants to You a perpetual,
6948      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6949      (except as stated in this section) patent license to make, have made,
6950      use, offer to sell, sell, import, and otherwise transfer the Work,
6951      where such license applies only to those patent claims licensable
6952      by such Contributor that are necessarily infringed by their
6953      Contribution(s) alone or by combination of their Contribution(s)
6954      with the Work to which such Contribution(s) was submitted. If You
6955      institute patent litigation against any entity (including a
6956      cross-claim or counterclaim in a lawsuit) alleging that the Work
6957      or a Contribution incorporated within the Work constitutes direct
6958      or contributory patent infringement, then any patent licenses
6959      granted to You under this License for that Work shall terminate
6960      as of the date such litigation is filed.
6961
6962   4. Redistribution. You may reproduce and distribute copies of the
6963      Work or Derivative Works thereof in any medium, with or without
6964      modifications, and in Source or Object form, provided that You
6965      meet the following conditions:
6966
6967      (a) You must give any other recipients of the Work or
6968          Derivative Works a copy of this License; and
6969
6970      (b) You must cause any modified files to carry prominent notices
6971          stating that You changed the files; and
6972
6973      (c) You must retain, in the Source form of any Derivative Works
6974          that You distribute, all copyright, patent, trademark, and
6975          attribution notices from the Source form of the Work,
6976          excluding those notices that do not pertain to any part of
6977          the Derivative Works; and
6978
6979      (d) If the Work includes a "NOTICE" text file as part of its
6980          distribution, then any Derivative Works that You distribute must
6981          include a readable copy of the attribution notices contained
6982          within such NOTICE file, excluding those notices that do not
6983          pertain to any part of the Derivative Works, in at least one
6984          of the following places: within a NOTICE text file distributed
6985          as part of the Derivative Works; within the Source form or
6986          documentation, if provided along with the Derivative Works; or,
6987          within a display generated by the Derivative Works, if and
6988          wherever such third-party notices normally appear. The contents
6989          of the NOTICE file are for informational purposes only and
6990          do not modify the License. You may add Your own attribution
6991          notices within Derivative Works that You distribute, alongside
6992          or as an addendum to the NOTICE text from the Work, provided
6993          that such additional attribution notices cannot be construed
6994          as modifying the License.
6995
6996      You may add Your own copyright statement to Your modifications and
6997      may provide additional or different license terms and conditions
6998      for use, reproduction, or distribution of Your modifications, or
6999      for any such Derivative Works as a whole, provided Your use,
7000      reproduction, and distribution of the Work otherwise complies with
7001      the conditions stated in this License.
7002
7003   5. Submission of Contributions. Unless You explicitly state otherwise,
7004      any Contribution intentionally submitted for inclusion in the Work
7005      by You to the Licensor shall be under the terms and conditions of
7006      this License, without any additional terms or conditions.
7007      Notwithstanding the above, nothing herein shall supersede or modify
7008      the terms of any separate license agreement you may have executed
7009      with Licensor regarding such Contributions.
7010
7011   6. Trademarks. This License does not grant permission to use the trade
7012      names, trademarks, service marks, or product names of the Licensor,
7013      except as required for reasonable and customary use in describing the
7014      origin of the Work and reproducing the content of the NOTICE file.
7015
7016   7. Disclaimer of Warranty. Unless required by applicable law or
7017      agreed to in writing, Licensor provides the Work (and each
7018      Contributor provides its Contributions) on an "AS IS" BASIS,
7019      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
7020      implied, including, without limitation, any warranties or conditions
7021      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
7022      PARTICULAR PURPOSE. You are solely responsible for determining the
7023      appropriateness of using or redistributing the Work and assume any
7024      risks associated with Your exercise of permissions under this License.
7025
7026   8. Limitation of Liability. In no event and under no legal theory,
7027      whether in tort (including negligence), contract, or otherwise,
7028      unless required by applicable law (such as deliberate and grossly
7029      negligent acts) or agreed to in writing, shall any Contributor be
7030      liable to You for damages, including any direct, indirect, special,
7031      incidental, or consequential damages of any character arising as a
7032      result of this License or out of the use or inability to use the
7033      Work (including but not limited to damages for loss of goodwill,
7034      work stoppage, computer failure or malfunction, or any and all
7035      other commercial damages or losses), even if such Contributor
7036      has been advised of the possibility of such damages.
7037
7038   9. Accepting Warranty or Additional Liability. While redistributing
7039      the Work or Derivative Works thereof, You may choose to offer,
7040      and charge a fee for, acceptance of support, warranty, indemnity,
7041      or other liability obligations and/or rights consistent with this
7042      License. However, in accepting such obligations, You may act only
7043      on Your own behalf and on Your sole responsibility, not on behalf
7044      of any other Contributor, and only if You agree to indemnify,
7045      defend, and hold each Contributor harmless for any liability
7046      incurred by, or claims asserted against, such Contributor by reason
7047      of your accepting any such warranty or additional liability.
7048
7049   END OF TERMS AND CONDITIONS
7050
7051   APPENDIX: How to apply the Apache License to your work.
7052
7053      To apply the Apache License to your work, attach the following
7054      boilerplate notice, with the fields enclosed by brackets "[]"
7055      replaced with your own identifying information. (Don't include
7056      the brackets!)  The text should be enclosed in the appropriate
7057      comment syntax for the file format. We also recommend that a
7058      file or class name and description of purpose be included on the
7059      same "printed page" as the copyright notice for easier
7060      identification within third-party archives.
7061
7062   Copyright 2024 The Android Open Source Project
7063
7064   Licensed under the Apache License, Version 2.0 (the "License");
7065   you may not use this file except in compliance with the License.
7066   You may obtain a copy of the License at
7067
7068       http://www.apache.org/licenses/LICENSE-2.0
7069
7070   Unless required by applicable law or agreed to in writing, software
7071   distributed under the License is distributed on an "AS IS" BASIS,
7072   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7073   See the License for the specific language governing permissions and
7074   limitations under the License.
7075
7076   Copyright (c) 2005-2014, The Android Open Source Project
7077
7078   Licensed under the Apache License, Version 2.0 (the "License");
7079   you may not use this file except in compliance with the License.
7080
7081   Unless required by applicable law or agreed to in writing, software
7082   distributed under the License is distributed on an "AS IS" BASIS,
7083   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7084   See the License for the specific language governing permissions and
7085   limitations under the License.
7086
7087
7088                                 Apache License
7089                           Version 2.0, January 2004
7090                        http://www.apache.org/licenses/
7091
7092   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7093
7094   1. Definitions.
7095
7096      "License" shall mean the terms and conditions for use, reproduction,
7097      and distribution as defined by Sections 1 through 9 of this document.
7098
7099      "Licensor" shall mean the copyright owner or entity authorized by
7100      the copyright owner that is granting the License.
7101
7102      "Legal Entity" shall mean the union of the acting entity and all
7103      other entities that control, are controlled by, or are under common
7104      control with that entity. For the purposes of this definition,
7105      "control" means (i) the power, direct or indirect, to cause the
7106      direction or management of such entity, whether by contract or
7107      otherwise, or (ii) ownership of fifty percent (50%) or more of the
7108      outstanding shares, or (iii) beneficial ownership of such entity.
7109
7110      "You" (or "Your") shall mean an individual or Legal Entity
7111      exercising permissions granted by this License.
7112
7113      "Source" form shall mean the preferred form for making modifications,
7114      including but not limited to software source code, documentation
7115      source, and configuration files.
7116
7117      "Object" form shall mean any form resulting from mechanical
7118      transformation or translation of a Source form, including but
7119      not limited to compiled object code, generated documentation,
7120      and conversions to other media types.
7121
7122      "Work" shall mean the work of authorship, whether in Source or
7123      Object form, made available under the License, as indicated by a
7124      copyright notice that is included in or attached to the work
7125      (an example is provided in the Appendix below).
7126
7127      "Derivative Works" shall mean any work, whether in Source or Object
7128      form, that is based on (or derived from) the Work and for which the
7129      editorial revisions, annotations, elaborations, or other modifications
7130      represent, as a whole, an original work of authorship. For the purposes
7131      of this License, Derivative Works shall not include works that remain
7132      separable from, or merely link (or bind by name) to the interfaces of,
7133      the Work and Derivative Works thereof.
7134
7135      "Contribution" shall mean any work of authorship, including
7136      the original version of the Work and any modifications or additions
7137      to that Work or Derivative Works thereof, that is intentionally
7138      submitted to Licensor for inclusion in the Work by the copyright owner
7139      or by an individual or Legal Entity authorized to submit on behalf of
7140      the copyright owner. For the purposes of this definition, "submitted"
7141      means any form of electronic, verbal, or written communication sent
7142      to the Licensor or its representatives, including but not limited to
7143      communication on electronic mailing lists, source code control systems,
7144      and issue tracking systems that are managed by, or on behalf of, the
7145      Licensor for the purpose of discussing and improving the Work, but
7146      excluding communication that is conspicuously marked or otherwise
7147      designated in writing by the copyright owner as "Not a Contribution."
7148
7149      "Contributor" shall mean Licensor and any individual or Legal Entity
7150      on behalf of whom a Contribution has been received by Licensor and
7151      subsequently incorporated within the Work.
7152
7153   2. Grant of Copyright License. Subject to the terms and conditions of
7154      this License, each Contributor hereby grants to You a perpetual,
7155      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7156      copyright license to reproduce, prepare Derivative Works of,
7157      publicly display, publicly perform, sublicense, and distribute the
7158      Work and such Derivative Works in Source or Object form.
7159
7160   3. Grant of Patent License. Subject to the terms and conditions of
7161      this License, each Contributor hereby grants to You a perpetual,
7162      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7163      (except as stated in this section) patent license to make, have made,
7164      use, offer to sell, sell, import, and otherwise transfer the Work,
7165      where such license applies only to those patent claims licensable
7166      by such Contributor that are necessarily infringed by their
7167      Contribution(s) alone or by combination of their Contribution(s)
7168      with the Work to which such Contribution(s) was submitted. If You
7169      institute patent litigation against any entity (including a
7170      cross-claim or counterclaim in a lawsuit) alleging that the Work
7171      or a Contribution incorporated within the Work constitutes direct
7172      or contributory patent infringement, then any patent licenses
7173      granted to You under this License for that Work shall terminate
7174      as of the date such litigation is filed.
7175
7176   4. Redistribution. You may reproduce and distribute copies of the
7177      Work or Derivative Works thereof in any medium, with or without
7178      modifications, and in Source or Object form, provided that You
7179      meet the following conditions:
7180
7181      (a) You must give any other recipients of the Work or
7182          Derivative Works a copy of this License; and
7183
7184      (b) You must cause any modified files to carry prominent notices
7185          stating that You changed the files; and
7186
7187      (c) You must retain, in the Source form of any Derivative Works
7188          that You distribute, all copyright, patent, trademark, and
7189          attribution notices from the Source form of the Work,
7190          excluding those notices that do not pertain to any part of
7191          the Derivative Works; and
7192
7193      (d) If the Work includes a "NOTICE" text file as part of its
7194          distribution, then any Derivative Works that You distribute must
7195          include a readable copy of the attribution notices contained
7196          within such NOTICE file, excluding those notices that do not
7197          pertain to any part of the Derivative Works, in at least one
7198          of the following places: within a NOTICE text file distributed
7199          as part of the Derivative Works; within the Source form or
7200          documentation, if provided along with the Derivative Works; or,
7201          within a display generated by the Derivative Works, if and
7202          wherever such third-party notices normally appear. The contents
7203          of the NOTICE file are for informational purposes only and
7204          do not modify the License. You may add Your own attribution
7205          notices within Derivative Works that You distribute, alongside
7206          or as an addendum to the NOTICE text from the Work, provided
7207          that such additional attribution notices cannot be construed
7208          as modifying the License.
7209
7210      You may add Your own copyright statement to Your modifications and
7211      may provide additional or different license terms and conditions
7212      for use, reproduction, or distribution of Your modifications, or
7213      for any such Derivative Works as a whole, provided Your use,
7214      reproduction, and distribution of the Work otherwise complies with
7215      the conditions stated in this License.
7216
7217   5. Submission of Contributions. Unless You explicitly state otherwise,
7218      any Contribution intentionally submitted for inclusion in the Work
7219      by You to the Licensor shall be under the terms and conditions of
7220      this License, without any additional terms or conditions.
7221      Notwithstanding the above, nothing herein shall supersede or modify
7222      the terms of any separate license agreement you may have executed
7223      with Licensor regarding such Contributions.
7224
7225   6. Trademarks. This License does not grant permission to use the trade
7226      names, trademarks, service marks, or product names of the Licensor,
7227      except as required for reasonable and customary use in describing the
7228      origin of the Work and reproducing the content of the NOTICE file.
7229
7230   7. Disclaimer of Warranty. Unless required by applicable law or
7231      agreed to in writing, Licensor provides the Work (and each
7232      Contributor provides its Contributions) on an "AS IS" BASIS,
7233      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
7234      implied, including, without limitation, any warranties or conditions
7235      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
7236      PARTICULAR PURPOSE. You are solely responsible for determining the
7237      appropriateness of using or redistributing the Work and assume any
7238      risks associated with Your exercise of permissions under this License.
7239
7240   8. Limitation of Liability. In no event and under no legal theory,
7241      whether in tort (including negligence), contract, or otherwise,
7242      unless required by applicable law (such as deliberate and grossly
7243      negligent acts) or agreed to in writing, shall any Contributor be
7244      liable to You for damages, including any direct, indirect, special,
7245      incidental, or consequential damages of any character arising as a
7246      result of this License or out of the use or inability to use the
7247      Work (including but not limited to damages for loss of goodwill,
7248      work stoppage, computer failure or malfunction, or any and all
7249      other commercial damages or losses), even if such Contributor
7250      has been advised of the possibility of such damages.
7251
7252   9. Accepting Warranty or Additional Liability. While redistributing
7253      the Work or Derivative Works thereof, You may choose to offer,
7254      and charge a fee for, acceptance of support, warranty, indemnity,
7255      or other liability obligations and/or rights consistent with this
7256      License. However, in accepting such obligations, You may act only
7257      on Your own behalf and on Your sole responsibility, not on behalf
7258      of any other Contributor, and only if You agree to indemnify,
7259      defend, and hold each Contributor harmless for any liability
7260      incurred by, or claims asserted against, such Contributor by reason
7261      of your accepting any such warranty or additional liability.
7262
7263   END OF TERMS AND CONDITIONS
7264
7265   =========================================================================
7266   ==  NOTICE file corresponding to the section 4 d of                    ==
7267   ==  the Apache License, Version 2.0,                                   ==
7268   ==  in this case for the Android-specific code.                        ==
7269   =========================================================================
7270
7271Android Code
7272Copyright 2005-2008 The Android Open Source Project
7273
7274This product includes software developed as part of
7275The Android Open Source Project (http://source.android.com).
7276
7277   =========================================================================
7278   ==  NOTICE file corresponding to the section 4 d of                    ==
7279   ==  the Apache License, Version 2.0,                                   ==
7280   ==  in this case for Apache Commons code.                              ==
7281   =========================================================================
7282
7283Apache Commons
7284Copyright 1999-2006 The Apache Software Foundation
7285
7286This product includes software developed at
7287The Apache Software Foundation (http://www.apache.org/).
7288
7289   =========================================================================
7290   ==  NOTICE file corresponding to the section 4 d of                    ==
7291   ==  the Apache License, Version 2.0,                                   ==
7292   ==  in this case for Jakarta Commons Logging.                          ==
7293   =========================================================================
7294
7295Jakarta Commons Logging (JCL)
7296Copyright 2005,2006 The Apache Software Foundation.
7297
7298This product includes software developed at
7299The Apache Software Foundation (http://www.apache.org/).
7300
7301   =========================================================================
7302   ==  NOTICE file corresponding to the section 4 d of                    ==
7303   ==  the Apache License, Version 2.0,                                   ==
7304   ==  in this case for the Nuance code.                                  ==
7305   =========================================================================
7306
7307These files are Copyright 2007 Nuance Communications, but released under
7308the Apache2 License.
7309
7310   =========================================================================
7311   ==  NOTICE file corresponding to the section 4 d of                    ==
7312   ==  the Apache License, Version 2.0,                                   ==
7313   ==  in this case for the Media Codecs code.                            ==
7314   =========================================================================
7315
7316Media Codecs
7317These files are Copyright 1998 - 2009 PacketVideo, but released under
7318the Apache2 License.
7319
7320   =========================================================================
7321   ==  NOTICE file corresponding to the section 4 d of                    ==
7322   ==  the Apache License, Version 2.0,                                   ==
7323   ==  in this case for the TagSoup code.                                 ==
7324   =========================================================================
7325
7326This file is part of TagSoup and is Copyright 2002-2008 by John Cowan.
7327
7328TagSoup is licensed under the Apache License,
7329Version 2.0.  You may obtain a copy of this license at
7330http://www.apache.org/licenses/LICENSE-2.0 .  You may also have
7331additional legal rights not granted by this license.
7332
7333TagSoup is distributed in the hope that it will be useful, but
7334unless required by applicable law or agreed to in writing, TagSoup
7335is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
7336OF ANY KIND, either express or implied; not even the implied warranty
7337of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
7338
7339   =========================================================================
7340   ==  NOTICE file corresponding to the section 4 d of                    ==
7341   ==  the Apache License, Version 2.0,                                   ==
7342   ==  in this case for Additional Codecs code.                           ==
7343   =========================================================================
7344
7345Additional Codecs
7346These files are Copyright 2003-2010 VisualOn, but released under
7347the Apache2 License.
7348
7349  =========================================================================
7350  ==  NOTICE file corresponding to the section 4 d of                    ==
7351  ==  the Apache License, Version 2.0,                                   ==
7352  ==  in this case for the Audio Effects code.                           ==
7353  =========================================================================
7354
7355Audio Effects
7356These files are Copyright (C) 2004-2010 NXP Software and
7357Copyright (C) 2010 The Android Open Source Project, but released under
7358the Apache2 License.
7359
7360
7361                               Apache License
7362                           Version 2.0, January 2004
7363                        http://www.apache.org/licenses/
7364
7365   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7366
7367   1. Definitions.
7368
7369      "License" shall mean the terms and conditions for use, reproduction,
7370      and distribution as defined by Sections 1 through 9 of this document.
7371
7372      "Licensor" shall mean the copyright owner or entity authorized by
7373      the copyright owner that is granting the License.
7374
7375      "Legal Entity" shall mean the union of the acting entity and all
7376      other entities that control, are controlled by, or are under common
7377      control with that entity. For the purposes of this definition,
7378      "control" means (i) the power, direct or indirect, to cause the
7379      direction or management of such entity, whether by contract or
7380      otherwise, or (ii) ownership of fifty percent (50%) or more of the
7381      outstanding shares, or (iii) beneficial ownership of such entity.
7382
7383      "You" (or "Your") shall mean an individual or Legal Entity
7384      exercising permissions granted by this License.
7385
7386      "Source" form shall mean the preferred form for making modifications,
7387      including but not limited to software source code, documentation
7388      source, and configuration files.
7389
7390      "Object" form shall mean any form resulting from mechanical
7391      transformation or translation of a Source form, including but
7392      not limited to compiled object code, generated documentation,
7393      and conversions to other media types.
7394
7395      "Work" shall mean the work of authorship, whether in Source or
7396      Object form, made available under the License, as indicated by a
7397      copyright notice that is included in or attached to the work
7398      (an example is provided in the Appendix below).
7399
7400      "Derivative Works" shall mean any work, whether in Source or Object
7401      form, that is based on (or derived from) the Work and for which the
7402      editorial revisions, annotations, elaborations, or other modifications
7403      represent, as a whole, an original work of authorship. For the purposes
7404      of this License, Derivative Works shall not include works that remain
7405      separable from, or merely link (or bind by name) to the interfaces of,
7406      the Work and Derivative Works thereof.
7407
7408      "Contribution" shall mean any work of authorship, including
7409      the original version of the Work and any modifications or additions
7410      to that Work or Derivative Works thereof, that is intentionally
7411      submitted to Licensor for inclusion in the Work by the copyright owner
7412      or by an individual or Legal Entity authorized to submit on behalf of
7413      the copyright owner. For the purposes of this definition, "submitted"
7414      means any form of electronic, verbal, or written communication sent
7415      to the Licensor or its representatives, including but not limited to
7416      communication on electronic mailing lists, source code control systems,
7417      and issue tracking systems that are managed by, or on behalf of, the
7418      Licensor for the purpose of discussing and improving the Work, but
7419      excluding communication that is conspicuously marked or otherwise
7420      designated in writing by the copyright owner as "Not a Contribution."
7421
7422      "Contributor" shall mean Licensor and any individual or Legal Entity
7423      on behalf of whom a Contribution has been received by Licensor and
7424      subsequently incorporated within the Work.
7425
7426   2. Grant of Copyright License. Subject to the terms and conditions of
7427      this License, each Contributor hereby grants to You a perpetual,
7428      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7429      copyright license to reproduce, prepare Derivative Works of,
7430      publicly display, publicly perform, sublicense, and distribute the
7431      Work and such Derivative Works in Source or Object form.
7432
7433   3. Grant of Patent License. Subject to the terms and conditions of
7434      this License, each Contributor hereby grants to You a perpetual,
7435      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7436      (except as stated in this section) patent license to make, have made,
7437      use, offer to sell, sell, import, and otherwise transfer the Work,
7438      where such license applies only to those patent claims licensable
7439      by such Contributor that are necessarily infringed by their
7440      Contribution(s) alone or by combination of their Contribution(s)
7441      with the Work to which such Contribution(s) was submitted. If You
7442      institute patent litigation against any entity (including a
7443      cross-claim or counterclaim in a lawsuit) alleging that the Work
7444      or a Contribution incorporated within the Work constitutes direct
7445      or contributory patent infringement, then any patent licenses
7446      granted to You under this License for that Work shall terminate
7447      as of the date such litigation is filed.
7448
7449   4. Redistribution. You may reproduce and distribute copies of the
7450      Work or Derivative Works thereof in any medium, with or without
7451      modifications, and in Source or Object form, provided that You
7452      meet the following conditions:
7453
7454      (a) You must give any other recipients of the Work or
7455          Derivative Works a copy of this License; and
7456
7457      (b) You must cause any modified files to carry prominent notices
7458          stating that You changed the files; and
7459
7460      (c) You must retain, in the Source form of any Derivative Works
7461          that You distribute, all copyright, patent, trademark, and
7462          attribution notices from the Source form of the Work,
7463          excluding those notices that do not pertain to any part of
7464          the Derivative Works; and
7465
7466      (d) If the Work includes a "NOTICE" text file as part of its
7467          distribution, then any Derivative Works that You distribute must
7468          include a readable copy of the attribution notices contained
7469          within such NOTICE file, excluding those notices that do not
7470          pertain to any part of the Derivative Works, in at least one
7471          of the following places: within a NOTICE text file distributed
7472          as part of the Derivative Works; within the Source form or
7473          documentation, if provided along with the Derivative Works; or,
7474          within a display generated by the Derivative Works, if and
7475          wherever such third-party notices normally appear. The contents
7476          of the NOTICE file are for informational purposes only and
7477          do not modify the License. You may add Your own attribution
7478          notices within Derivative Works that You distribute, alongside
7479          or as an addendum to the NOTICE text from the Work, provided
7480          that such additional attribution notices cannot be construed
7481          as modifying the License.
7482
7483      You may add Your own copyright statement to Your modifications and
7484      may provide additional or different license terms and conditions
7485      for use, reproduction, or distribution of Your modifications, or
7486      for any such Derivative Works as a whole, provided Your use,
7487      reproduction, and distribution of the Work otherwise complies with
7488      the conditions stated in this License.
7489
7490   5. Submission of Contributions. Unless You explicitly state otherwise,
7491      any Contribution intentionally submitted for inclusion in the Work
7492      by You to the Licensor shall be under the terms and conditions of
7493      this License, without any additional terms or conditions.
7494      Notwithstanding the above, nothing herein shall supersede or modify
7495      the terms of any separate license agreement you may have executed
7496      with Licensor regarding such Contributions.
7497
7498   6. Trademarks. This License does not grant permission to use the trade
7499      names, trademarks, service marks, or product names of the Licensor,
7500      except as required for reasonable and customary use in describing the
7501      origin of the Work and reproducing the content of the NOTICE file.
7502
7503   7. Disclaimer of Warranty. Unless required by applicable law or
7504      agreed to in writing, Licensor provides the Work (and each
7505      Contributor provides its Contributions) on an "AS IS" BASIS,
7506      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
7507      implied, including, without limitation, any warranties or conditions
7508      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
7509      PARTICULAR PURPOSE. You are solely responsible for determining the
7510      appropriateness of using or redistributing the Work and assume any
7511      risks associated with Your exercise of permissions under this License.
7512
7513   8. Limitation of Liability. In no event and under no legal theory,
7514      whether in tort (including negligence), contract, or otherwise,
7515      unless required by applicable law (such as deliberate and grossly
7516      negligent acts) or agreed to in writing, shall any Contributor be
7517      liable to You for damages, including any direct, indirect, special,
7518      incidental, or consequential damages of any character arising as a
7519      result of this License or out of the use or inability to use the
7520      Work (including but not limited to damages for loss of goodwill,
7521      work stoppage, computer failure or malfunction, or any and all
7522      other commercial damages or losses), even if such Contributor
7523      has been advised of the possibility of such damages.
7524
7525   9. Accepting Warranty or Additional Liability. While redistributing
7526      the Work or Derivative Works thereof, You may choose to offer,
7527      and charge a fee for, acceptance of support, warranty, indemnity,
7528      or other liability obligations and/or rights consistent with this
7529      License. However, in accepting such obligations, You may act only
7530      on Your own behalf and on Your sole responsibility, not on behalf
7531      of any other Contributor, and only if You agree to indemnify,
7532      defend, and hold each Contributor harmless for any liability
7533      incurred by, or claims asserted against, such Contributor by reason
7534      of your accepting any such warranty or additional liability.
7535
7536   END OF TERMS AND CONDITIONS
7537
7538
7539
7540UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
7541
7542Unicode Data Files include all data files under the directories
7543http://www.unicode.org/Public/, http://www.unicode.org/reports/,
7544and http://www.unicode.org/cldr/data/ . Unicode Software includes any
7545source code published in the Unicode Standard or under the directories
7546http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
7547http://www.unicode.org/cldr/data/.
7548
7549NOTICE TO USER: Carefully read the following legal agreement. BY
7550DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA
7551FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY
7552ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF
7553THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY,
7554DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
7555
7556COPYRIGHT AND PERMISSION NOTICE
7557
7558Copyright © 1991-2008 Unicode, Inc. All rights reserved. Distributed
7559under the Terms of Use in http://www.unicode.org/copyright.html.
7560
7561Permission is hereby granted, free of charge, to any person obtaining
7562a copy of the Unicode data files and any associated documentation (the
7563"Data Files") or Unicode software and any associated documentation (the
7564"Software") to deal in the Data Files or Software without restriction,
7565including without limitation the rights to use, copy, modify, merge,
7566publish, distribute, and/or sell copies of the Data Files or Software,
7567and to permit persons to whom the Data Files or Software are furnished to
7568do so, provided that (a) the above copyright notice(s) and this permission
7569notice appear with all copies of the Data Files or Software, (b) both the
7570above copyright notice(s) and this permission notice appear in associated
7571documentation, and (c) there is clear notice in each modified Data File
7572or in the Software as well as in the documentation associated with the
7573Data File(s) or Software that the data or software has been modified.
7574
7575THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
7576ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
7577OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
7578OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
7579INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
7580OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
7581OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
7582OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
7583OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
7584
7585Except as contained in this notice, the name of a copyright holder
7586shall not be used in advertising or otherwise to promote the sale, use
7587or other dealings in these Data Files or Software without prior written
7588authorization of the copyright holder.
7589
7590   Copyright (c) 2005-2008, The Android Open Source Project
7591
7592   Licensed under the Apache License, Version 2.0 (the "License");
7593   you may not use this file except in compliance with the License.
7594
7595   Unless required by applicable law or agreed to in writing, software
7596   distributed under the License is distributed on an "AS IS" BASIS,
7597   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7598   See the License for the specific language governing permissions and
7599   limitations under the License.
7600
7601
7602                                 Apache License
7603                           Version 2.0, January 2004
7604                        http://www.apache.org/licenses/
7605
7606   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7607
7608   1. Definitions.
7609
7610      "License" shall mean the terms and conditions for use, reproduction,
7611      and distribution as defined by Sections 1 through 9 of this document.
7612
7613      "Licensor" shall mean the copyright owner or entity authorized by
7614      the copyright owner that is granting the License.
7615
7616      "Legal Entity" shall mean the union of the acting entity and all
7617      other entities that control, are controlled by, or are under common
7618      control with that entity. For the purposes of this definition,
7619      "control" means (i) the power, direct or indirect, to cause the
7620      direction or management of such entity, whether by contract or
7621      otherwise, or (ii) ownership of fifty percent (50%) or more of the
7622      outstanding shares, or (iii) beneficial ownership of such entity.
7623
7624      "You" (or "Your") shall mean an individual or Legal Entity
7625      exercising permissions granted by this License.
7626
7627      "Source" form shall mean the preferred form for making modifications,
7628      including but not limited to software source code, documentation
7629      source, and configuration files.
7630
7631      "Object" form shall mean any form resulting from mechanical
7632      transformation or translation of a Source form, including but
7633      not limited to compiled object code, generated documentation,
7634      and conversions to other media types.
7635
7636      "Work" shall mean the work of authorship, whether in Source or
7637      Object form, made available under the License, as indicated by a
7638      copyright notice that is included in or attached to the work
7639      (an example is provided in the Appendix below).
7640
7641      "Derivative Works" shall mean any work, whether in Source or Object
7642      form, that is based on (or derived from) the Work and for which the
7643      editorial revisions, annotations, elaborations, or other modifications
7644      represent, as a whole, an original work of authorship. For the purposes
7645      of this License, Derivative Works shall not include works that remain
7646      separable from, or merely link (or bind by name) to the interfaces of,
7647      the Work and Derivative Works thereof.
7648
7649      "Contribution" shall mean any work of authorship, including
7650      the original version of the Work and any modifications or additions
7651      to that Work or Derivative Works thereof, that is intentionally
7652      submitted to Licensor for inclusion in the Work by the copyright owner
7653      or by an individual or Legal Entity authorized to submit on behalf of
7654      the copyright owner. For the purposes of this definition, "submitted"
7655      means any form of electronic, verbal, or written communication sent
7656      to the Licensor or its representatives, including but not limited to
7657      communication on electronic mailing lists, source code control systems,
7658      and issue tracking systems that are managed by, or on behalf of, the
7659      Licensor for the purpose of discussing and improving the Work, but
7660      excluding communication that is conspicuously marked or otherwise
7661      designated in writing by the copyright owner as "Not a Contribution."
7662
7663      "Contributor" shall mean Licensor and any individual or Legal Entity
7664      on behalf of whom a Contribution has been received by Licensor and
7665      subsequently incorporated within the Work.
7666
7667   2. Grant of Copyright License. Subject to the terms and conditions of
7668      this License, each Contributor hereby grants to You a perpetual,
7669      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7670      copyright license to reproduce, prepare Derivative Works of,
7671      publicly display, publicly perform, sublicense, and distribute the
7672      Work and such Derivative Works in Source or Object form.
7673
7674   3. Grant of Patent License. Subject to the terms and conditions of
7675      this License, each Contributor hereby grants to You a perpetual,
7676      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7677      (except as stated in this section) patent license to make, have made,
7678      use, offer to sell, sell, import, and otherwise transfer the Work,
7679      where such license applies only to those patent claims licensable
7680      by such Contributor that are necessarily infringed by their
7681      Contribution(s) alone or by combination of their Contribution(s)
7682      with the Work to which such Contribution(s) was submitted. If You
7683      institute patent litigation against any entity (including a
7684      cross-claim or counterclaim in a lawsuit) alleging that the Work
7685      or a Contribution incorporated within the Work constitutes direct
7686      or contributory patent infringement, then any patent licenses
7687      granted to You under this License for that Work shall terminate
7688      as of the date such litigation is filed.
7689
7690   4. Redistribution. You may reproduce and distribute copies of the
7691      Work or Derivative Works thereof in any medium, with or without
7692      modifications, and in Source or Object form, provided that You
7693      meet the following conditions:
7694
7695      (a) You must give any other recipients of the Work or
7696          Derivative Works a copy of this License; and
7697
7698      (b) You must cause any modified files to carry prominent notices
7699          stating that You changed the files; and
7700
7701      (c) You must retain, in the Source form of any Derivative Works
7702          that You distribute, all copyright, patent, trademark, and
7703          attribution notices from the Source form of the Work,
7704          excluding those notices that do not pertain to any part of
7705          the Derivative Works; and
7706
7707      (d) If the Work includes a "NOTICE" text file as part of its
7708          distribution, then any Derivative Works that You distribute must
7709          include a readable copy of the attribution notices contained
7710          within such NOTICE file, excluding those notices that do not
7711          pertain to any part of the Derivative Works, in at least one
7712          of the following places: within a NOTICE text file distributed
7713          as part of the Derivative Works; within the Source form or
7714          documentation, if provided along with the Derivative Works; or,
7715          within a display generated by the Derivative Works, if and
7716          wherever such third-party notices normally appear. The contents
7717          of the NOTICE file are for informational purposes only and
7718          do not modify the License. You may add Your own attribution
7719          notices within Derivative Works that You distribute, alongside
7720          or as an addendum to the NOTICE text from the Work, provided
7721          that such additional attribution notices cannot be construed
7722          as modifying the License.
7723
7724      You may add Your own copyright statement to Your modifications and
7725      may provide additional or different license terms and conditions
7726      for use, reproduction, or distribution of Your modifications, or
7727      for any such Derivative Works as a whole, provided Your use,
7728      reproduction, and distribution of the Work otherwise complies with
7729      the conditions stated in this License.
7730
7731   5. Submission of Contributions. Unless You explicitly state otherwise,
7732      any Contribution intentionally submitted for inclusion in the Work
7733      by You to the Licensor shall be under the terms and conditions of
7734      this License, without any additional terms or conditions.
7735      Notwithstanding the above, nothing herein shall supersede or modify
7736      the terms of any separate license agreement you may have executed
7737      with Licensor regarding such Contributions.
7738
7739   6. Trademarks. This License does not grant permission to use the trade
7740      names, trademarks, service marks, or product names of the Licensor,
7741      except as required for reasonable and customary use in describing the
7742      origin of the Work and reproducing the content of the NOTICE file.
7743
7744   7. Disclaimer of Warranty. Unless required by applicable law or
7745      agreed to in writing, Licensor provides the Work (and each
7746      Contributor provides its Contributions) on an "AS IS" BASIS,
7747      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
7748      implied, including, without limitation, any warranties or conditions
7749      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
7750      PARTICULAR PURPOSE. You are solely responsible for determining the
7751      appropriateness of using or redistributing the Work and assume any
7752      risks associated with Your exercise of permissions under this License.
7753
7754   8. Limitation of Liability. In no event and under no legal theory,
7755      whether in tort (including negligence), contract, or otherwise,
7756      unless required by applicable law (such as deliberate and grossly
7757      negligent acts) or agreed to in writing, shall any Contributor be
7758      liable to You for damages, including any direct, indirect, special,
7759      incidental, or consequential damages of any character arising as a
7760      result of this License or out of the use or inability to use the
7761      Work (including but not limited to damages for loss of goodwill,
7762      work stoppage, computer failure or malfunction, or any and all
7763      other commercial damages or losses), even if such Contributor
7764      has been advised of the possibility of such damages.
7765
7766   9. Accepting Warranty or Additional Liability. While redistributing
7767      the Work or Derivative Works thereof, You may choose to offer,
7768      and charge a fee for, acceptance of support, warranty, indemnity,
7769      or other liability obligations and/or rights consistent with this
7770      License. However, in accepting such obligations, You may act only
7771      on Your own behalf and on Your sole responsibility, not on behalf
7772      of any other Contributor, and only if You agree to indemnify,
7773      defend, and hold each Contributor harmless for any liability
7774      incurred by, or claims asserted against, such Contributor by reason
7775      of your accepting any such warranty or additional liability.
7776
7777   END OF TERMS AND CONDITIONS
7778
7779
7780   Copyright (c) 2005-2008, The Android Open Source Project
7781
7782   Licensed under the Apache License, Version 2.0 (the "License");
7783   you may not use this file except in compliance with the License.
7784
7785   Unless required by applicable law or agreed to in writing, software
7786   distributed under the License is distributed on an "AS IS" BASIS,
7787   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7788   See the License for the specific language governing permissions and
7789   limitations under the License.
7790
7791
7792                                 Apache License
7793                           Version 2.0, January 2004
7794                        http://www.apache.org/licenses/
7795
7796   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7797
7798   1. Definitions.
7799
7800      "License" shall mean the terms and conditions for use, reproduction,
7801      and distribution as defined by Sections 1 through 9 of this document.
7802
7803      "Licensor" shall mean the copyright owner or entity authorized by
7804      the copyright owner that is granting the License.
7805
7806      "Legal Entity" shall mean the union of the acting entity and all
7807      other entities that control, are controlled by, or are under common
7808      control with that entity. For the purposes of this definition,
7809      "control" means (i) the power, direct or indirect, to cause the
7810      direction or management of such entity, whether by contract or
7811      otherwise, or (ii) ownership of fifty percent (50%) or more of the
7812      outstanding shares, or (iii) beneficial ownership of such entity.
7813
7814      "You" (or "Your") shall mean an individual or Legal Entity
7815      exercising permissions granted by this License.
7816
7817      "Source" form shall mean the preferred form for making modifications,
7818      including but not limited to software source code, documentation
7819      source, and configuration files.
7820
7821      "Object" form shall mean any form resulting from mechanical
7822      transformation or translation of a Source form, including but
7823      not limited to compiled object code, generated documentation,
7824      and conversions to other media types.
7825
7826      "Work" shall mean the work of authorship, whether in Source or
7827      Object form, made available under the License, as indicated by a
7828      copyright notice that is included in or attached to the work
7829      (an example is provided in the Appendix below).
7830
7831      "Derivative Works" shall mean any work, whether in Source or Object
7832      form, that is based on (or derived from) the Work and for which the
7833      editorial revisions, annotations, elaborations, or other modifications
7834      represent, as a whole, an original work of authorship. For the purposes
7835      of this License, Derivative Works shall not include works that remain
7836      separable from, or merely link (or bind by name) to the interfaces of,
7837      the Work and Derivative Works thereof.
7838
7839      "Contribution" shall mean any work of authorship, including
7840      the original version of the Work and any modifications or additions
7841      to that Work or Derivative Works thereof, that is intentionally
7842      submitted to Licensor for inclusion in the Work by the copyright owner
7843      or by an individual or Legal Entity authorized to submit on behalf of
7844      the copyright owner. For the purposes of this definition, "submitted"
7845      means any form of electronic, verbal, or written communication sent
7846      to the Licensor or its representatives, including but not limited to
7847      communication on electronic mailing lists, source code control systems,
7848      and issue tracking systems that are managed by, or on behalf of, the
7849      Licensor for the purpose of discussing and improving the Work, but
7850      excluding communication that is conspicuously marked or otherwise
7851      designated in writing by the copyright owner as "Not a Contribution."
7852
7853      "Contributor" shall mean Licensor and any individual or Legal Entity
7854      on behalf of whom a Contribution has been received by Licensor and
7855      subsequently incorporated within the Work.
7856
7857   2. Grant of Copyright License. Subject to the terms and conditions of
7858      this License, each Contributor hereby grants to You a perpetual,
7859      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7860      copyright license to reproduce, prepare Derivative Works of,
7861      publicly display, publicly perform, sublicense, and distribute the
7862      Work and such Derivative Works in Source or Object form.
7863
7864   3. Grant of Patent License. Subject to the terms and conditions of
7865      this License, each Contributor hereby grants to You a perpetual,
7866      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7867      (except as stated in this section) patent license to make, have made,
7868      use, offer to sell, sell, import, and otherwise transfer the Work,
7869      where such license applies only to those patent claims licensable
7870      by such Contributor that are necessarily infringed by their
7871      Contribution(s) alone or by combination of their Contribution(s)
7872      with the Work to which such Contribution(s) was submitted. If You
7873      institute patent litigation against any entity (including a
7874      cross-claim or counterclaim in a lawsuit) alleging that the Work
7875      or a Contribution incorporated within the Work constitutes direct
7876      or contributory patent infringement, then any patent licenses
7877      granted to You under this License for that Work shall terminate
7878      as of the date such litigation is filed.
7879
7880   4. Redistribution. You may reproduce and distribute copies of the
7881      Work or Derivative Works thereof in any medium, with or without
7882      modifications, and in Source or Object form, provided that You
7883      meet the following conditions:
7884
7885      (a) You must give any other recipients of the Work or
7886          Derivative Works a copy of this License; and
7887
7888      (b) You must cause any modified files to carry prominent notices
7889          stating that You changed the files; and
7890
7891      (c) You must retain, in the Source form of any Derivative Works
7892          that You distribute, all copyright, patent, trademark, and
7893          attribution notices from the Source form of the Work,
7894          excluding those notices that do not pertain to any part of
7895          the Derivative Works; and
7896
7897      (d) If the Work includes a "NOTICE" text file as part of its
7898          distribution, then any Derivative Works that You distribute must
7899          include a readable copy of the attribution notices contained
7900          within such NOTICE file, excluding those notices that do not
7901          pertain to any part of the Derivative Works, in at least one
7902          of the following places: within a NOTICE text file distributed
7903          as part of the Derivative Works; within the Source form or
7904          documentation, if provided along with the Derivative Works; or,
7905          within a display generated by the Derivative Works, if and
7906          wherever such third-party notices normally appear. The contents
7907          of the NOTICE file are for informational purposes only and
7908          do not modify the License. You may add Your own attribution
7909          notices within Derivative Works that You distribute, alongside
7910          or as an addendum to the NOTICE text from the Work, provided
7911          that such additional attribution notices cannot be construed
7912          as modifying the License.
7913
7914      You may add Your own copyright statement to Your modifications and
7915      may provide additional or different license terms and conditions
7916      for use, reproduction, or distribution of Your modifications, or
7917      for any such Derivative Works as a whole, provided Your use,
7918      reproduction, and distribution of the Work otherwise complies with
7919      the conditions stated in this License.
7920
7921   5. Submission of Contributions. Unless You explicitly state otherwise,
7922      any Contribution intentionally submitted for inclusion in the Work
7923      by You to the Licensor shall be under the terms and conditions of
7924      this License, without any additional terms or conditions.
7925      Notwithstanding the above, nothing herein shall supersede or modify
7926      the terms of any separate license agreement you may have executed
7927      with Licensor regarding such Contributions.
7928
7929   6. Trademarks. This License does not grant permission to use the trade
7930      names, trademarks, service marks, or product names of the Licensor,
7931      except as required for reasonable and customary use in describing the
7932      origin of the Work and reproducing the content of the NOTICE file.
7933
7934   7. Disclaimer of Warranty. Unless required by applicable law or
7935      agreed to in writing, Licensor provides the Work (and each
7936      Contributor provides its Contributions) on an "AS IS" BASIS,
7937      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
7938      implied, including, without limitation, any warranties or conditions
7939      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
7940      PARTICULAR PURPOSE. You are solely responsible for determining the
7941      appropriateness of using or redistributing the Work and assume any
7942      risks associated with Your exercise of permissions under this License.
7943
7944   8. Limitation of Liability. In no event and under no legal theory,
7945      whether in tort (including negligence), contract, or otherwise,
7946      unless required by applicable law (such as deliberate and grossly
7947      negligent acts) or agreed to in writing, shall any Contributor be
7948      liable to You for damages, including any direct, indirect, special,
7949      incidental, or consequential damages of any character arising as a
7950      result of this License or out of the use or inability to use the
7951      Work (including but not limited to damages for loss of goodwill,
7952      work stoppage, computer failure or malfunction, or any and all
7953      other commercial damages or losses), even if such Contributor
7954      has been advised of the possibility of such damages.
7955
7956   9. Accepting Warranty or Additional Liability. While redistributing
7957      the Work or Derivative Works thereof, You may choose to offer,
7958      and charge a fee for, acceptance of support, warranty, indemnity,
7959      or other liability obligations and/or rights consistent with this
7960      License. However, in accepting such obligations, You may act only
7961      on Your own behalf and on Your sole responsibility, not on behalf
7962      of any other Contributor, and only if You agree to indemnify,
7963      defend, and hold each Contributor harmless for any liability
7964      incurred by, or claims asserted against, such Contributor by reason
7965      of your accepting any such warranty or additional liability.
7966
7967   END OF TERMS AND CONDITIONS
7968
7969   Copyright (c) 2017, The Android Open Source Project
7970
7971   Licensed under the Apache License, Version 2.0 (the "License");
7972   you may not use this file except in compliance with the License.
7973
7974   Unless required by applicable law or agreed to in writing, software
7975   distributed under the License is distributed on an "AS IS" BASIS,
7976   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7977   See the License for the specific language governing permissions and
7978   limitations under the License.
7979
7980
7981                                 Apache License
7982                           Version 2.0, January 2004
7983                        http://www.apache.org/licenses/
7984
7985   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7986
7987   1. Definitions.
7988
7989      "License" shall mean the terms and conditions for use, reproduction,
7990      and distribution as defined by Sections 1 through 9 of this document.
7991
7992      "Licensor" shall mean the copyright owner or entity authorized by
7993      the copyright owner that is granting the License.
7994
7995      "Legal Entity" shall mean the union of the acting entity and all
7996      other entities that control, are controlled by, or are under common
7997      control with that entity. For the purposes of this definition,
7998      "control" means (i) the power, direct or indirect, to cause the
7999      direction or management of such entity, whether by contract or
8000      otherwise, or (ii) ownership of fifty percent (50%) or more of the
8001      outstanding shares, or (iii) beneficial ownership of such entity.
8002
8003      "You" (or "Your") shall mean an individual or Legal Entity
8004      exercising permissions granted by this License.
8005
8006      "Source" form shall mean the preferred form for making modifications,
8007      including but not limited to software source code, documentation
8008      source, and configuration files.
8009
8010      "Object" form shall mean any form resulting from mechanical
8011      transformation or translation of a Source form, including but
8012      not limited to compiled object code, generated documentation,
8013      and conversions to other media types.
8014
8015      "Work" shall mean the work of authorship, whether in Source or
8016      Object form, made available under the License, as indicated by a
8017      copyright notice that is included in or attached to the work
8018      (an example is provided in the Appendix below).
8019
8020      "Derivative Works" shall mean any work, whether in Source or Object
8021      form, that is based on (or derived from) the Work and for which the
8022      editorial revisions, annotations, elaborations, or other modifications
8023      represent, as a whole, an original work of authorship. For the purposes
8024      of this License, Derivative Works shall not include works that remain
8025      separable from, or merely link (or bind by name) to the interfaces of,
8026      the Work and Derivative Works thereof.
8027
8028      "Contribution" shall mean any work of authorship, including
8029      the original version of the Work and any modifications or additions
8030      to that Work or Derivative Works thereof, that is intentionally
8031      submitted to Licensor for inclusion in the Work by the copyright owner
8032      or by an individual or Legal Entity authorized to submit on behalf of
8033      the copyright owner. For the purposes of this definition, "submitted"
8034      means any form of electronic, verbal, or written communication sent
8035      to the Licensor or its representatives, including but not limited to
8036      communication on electronic mailing lists, source code control systems,
8037      and issue tracking systems that are managed by, or on behalf of, the
8038      Licensor for the purpose of discussing and improving the Work, but
8039      excluding communication that is conspicuously marked or otherwise
8040      designated in writing by the copyright owner as "Not a Contribution."
8041
8042      "Contributor" shall mean Licensor and any individual or Legal Entity
8043      on behalf of whom a Contribution has been received by Licensor and
8044      subsequently incorporated within the Work.
8045
8046   2. Grant of Copyright License. Subject to the terms and conditions of
8047      this License, each Contributor hereby grants to You a perpetual,
8048      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8049      copyright license to reproduce, prepare Derivative Works of,
8050      publicly display, publicly perform, sublicense, and distribute the
8051      Work and such Derivative Works in Source or Object form.
8052
8053   3. Grant of Patent License. Subject to the terms and conditions of
8054      this License, each Contributor hereby grants to You a perpetual,
8055      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8056      (except as stated in this section) patent license to make, have made,
8057      use, offer to sell, sell, import, and otherwise transfer the Work,
8058      where such license applies only to those patent claims licensable
8059      by such Contributor that are necessarily infringed by their
8060      Contribution(s) alone or by combination of their Contribution(s)
8061      with the Work to which such Contribution(s) was submitted. If You
8062      institute patent litigation against any entity (including a
8063      cross-claim or counterclaim in a lawsuit) alleging that the Work
8064      or a Contribution incorporated within the Work constitutes direct
8065      or contributory patent infringement, then any patent licenses
8066      granted to You under this License for that Work shall terminate
8067      as of the date such litigation is filed.
8068
8069   4. Redistribution. You may reproduce and distribute copies of the
8070      Work or Derivative Works thereof in any medium, with or without
8071      modifications, and in Source or Object form, provided that You
8072      meet the following conditions:
8073
8074      (a) You must give any other recipients of the Work or
8075          Derivative Works a copy of this License; and
8076
8077      (b) You must cause any modified files to carry prominent notices
8078          stating that You changed the files; and
8079
8080      (c) You must retain, in the Source form of any Derivative Works
8081          that You distribute, all copyright, patent, trademark, and
8082          attribution notices from the Source form of the Work,
8083          excluding those notices that do not pertain to any part of
8084          the Derivative Works; and
8085
8086      (d) If the Work includes a "NOTICE" text file as part of its
8087          distribution, then any Derivative Works that You distribute must
8088          include a readable copy of the attribution notices contained
8089          within such NOTICE file, excluding those notices that do not
8090          pertain to any part of the Derivative Works, in at least one
8091          of the following places: within a NOTICE text file distributed
8092          as part of the Derivative Works; within the Source form or
8093          documentation, if provided along with the Derivative Works; or,
8094          within a display generated by the Derivative Works, if and
8095          wherever such third-party notices normally appear. The contents
8096          of the NOTICE file are for informational purposes only and
8097          do not modify the License. You may add Your own attribution
8098          notices within Derivative Works that You distribute, alongside
8099          or as an addendum to the NOTICE text from the Work, provided
8100          that such additional attribution notices cannot be construed
8101          as modifying the License.
8102
8103      You may add Your own copyright statement to Your modifications and
8104      may provide additional or different license terms and conditions
8105      for use, reproduction, or distribution of Your modifications, or
8106      for any such Derivative Works as a whole, provided Your use,
8107      reproduction, and distribution of the Work otherwise complies with
8108      the conditions stated in this License.
8109
8110   5. Submission of Contributions. Unless You explicitly state otherwise,
8111      any Contribution intentionally submitted for inclusion in the Work
8112      by You to the Licensor shall be under the terms and conditions of
8113      this License, without any additional terms or conditions.
8114      Notwithstanding the above, nothing herein shall supersede or modify
8115      the terms of any separate license agreement you may have executed
8116      with Licensor regarding such Contributions.
8117
8118   6. Trademarks. This License does not grant permission to use the trade
8119      names, trademarks, service marks, or product names of the Licensor,
8120      except as required for reasonable and customary use in describing the
8121      origin of the Work and reproducing the content of the NOTICE file.
8122
8123   7. Disclaimer of Warranty. Unless required by applicable law or
8124      agreed to in writing, Licensor provides the Work (and each
8125      Contributor provides its Contributions) on an "AS IS" BASIS,
8126      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
8127      implied, including, without limitation, any warranties or conditions
8128      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
8129      PARTICULAR PURPOSE. You are solely responsible for determining the
8130      appropriateness of using or redistributing the Work and assume any
8131      risks associated with Your exercise of permissions under this License.
8132
8133   8. Limitation of Liability. In no event and under no legal theory,
8134      whether in tort (including negligence), contract, or otherwise,
8135      unless required by applicable law (such as deliberate and grossly
8136      negligent acts) or agreed to in writing, shall any Contributor be
8137      liable to You for damages, including any direct, indirect, special,
8138      incidental, or consequential damages of any character arising as a
8139      result of this License or out of the use or inability to use the
8140      Work (including but not limited to damages for loss of goodwill,
8141      work stoppage, computer failure or malfunction, or any and all
8142      other commercial damages or losses), even if such Contributor
8143      has been advised of the possibility of such damages.
8144
8145   9. Accepting Warranty or Additional Liability. While redistributing
8146      the Work or Derivative Works thereof, You may choose to offer,
8147      and charge a fee for, acceptance of support, warranty, indemnity,
8148      or other liability obligations and/or rights consistent with this
8149      License. However, in accepting such obligations, You may act only
8150      on Your own behalf and on Your sole responsibility, not on behalf
8151      of any other Contributor, and only if You agree to indemnify,
8152      defend, and hold each Contributor harmless for any liability
8153      incurred by, or claims asserted against, such Contributor by reason
8154      of your accepting any such warranty or additional liability.
8155
8156   END OF TERMS AND CONDITIONS
8157
8158-------------------------------------------------------------------
8159* License for Tensorflow:
8160-------------------------------------------------------------------
8161Copyright 2018 The TensorFlow Authors.  All rights reserved.
8162
8163                                 Apache License
8164                           Version 2.0, January 2004
8165                        http://www.apache.org/licenses/
8166
8167   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8168
8169   1. Definitions.
8170
8171      "License" shall mean the terms and conditions for use, reproduction,
8172      and distribution as defined by Sections 1 through 9 of this document.
8173
8174      "Licensor" shall mean the copyright owner or entity authorized by
8175      the copyright owner that is granting the License.
8176
8177      "Legal Entity" shall mean the union of the acting entity and all
8178      other entities that control, are controlled by, or are under common
8179      control with that entity. For the purposes of this definition,
8180      "control" means (i) the power, direct or indirect, to cause the
8181      direction or management of such entity, whether by contract or
8182      otherwise, or (ii) ownership of fifty percent (50%) or more of the
8183      outstanding shares, or (iii) beneficial ownership of such entity.
8184
8185      "You" (or "Your") shall mean an individual or Legal Entity
8186      exercising permissions granted by this License.
8187
8188      "Source" form shall mean the preferred form for making modifications,
8189      including but not limited to software source code, documentation
8190      source, and configuration files.
8191
8192      "Object" form shall mean any form resulting from mechanical
8193      transformation or translation of a Source form, including but
8194      not limited to compiled object code, generated documentation,
8195      and conversions to other media types.
8196
8197      "Work" shall mean the work of authorship, whether in Source or
8198      Object form, made available under the License, as indicated by a
8199      copyright notice that is included in or attached to the work
8200      (an example is provided in the Appendix below).
8201
8202      "Derivative Works" shall mean any work, whether in Source or Object
8203      form, that is based on (or derived from) the Work and for which the
8204      editorial revisions, annotations, elaborations, or other modifications
8205      represent, as a whole, an original work of authorship. For the purposes
8206      of this License, Derivative Works shall not include works that remain
8207      separable from, or merely link (or bind by name) to the interfaces of,
8208      the Work and Derivative Works thereof.
8209
8210      "Contribution" shall mean any work of authorship, including
8211      the original version of the Work and any modifications or additions
8212      to that Work or Derivative Works thereof, that is intentionally
8213      submitted to Licensor for inclusion in the Work by the copyright owner
8214      or by an individual or Legal Entity authorized to submit on behalf of
8215      the copyright owner. For the purposes of this definition, "submitted"
8216      means any form of electronic, verbal, or written communication sent
8217      to the Licensor or its representatives, including but not limited to
8218      communication on electronic mailing lists, source code control systems,
8219      and issue tracking systems that are managed by, or on behalf of, the
8220      Licensor for the purpose of discussing and improving the Work, but
8221      excluding communication that is conspicuously marked or otherwise
8222      designated in writing by the copyright owner as "Not a Contribution."
8223
8224      "Contributor" shall mean Licensor and any individual or Legal Entity
8225      on behalf of whom a Contribution has been received by Licensor and
8226      subsequently incorporated within the Work.
8227
8228   2. Grant of Copyright License. Subject to the terms and conditions of
8229      this License, each Contributor hereby grants to You a perpetual,
8230      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8231      copyright license to reproduce, prepare Derivative Works of,
8232      publicly display, publicly perform, sublicense, and distribute the
8233      Work and such Derivative Works in Source or Object form.
8234
8235   3. Grant of Patent License. Subject to the terms and conditions of
8236      this License, each Contributor hereby grants to You a perpetual,
8237      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8238      (except as stated in this section) patent license to make, have made,
8239      use, offer to sell, sell, import, and otherwise transfer the Work,
8240      where such license applies only to those patent claims licensable
8241      by such Contributor that are necessarily infringed by their
8242      Contribution(s) alone or by combination of their Contribution(s)
8243      with the Work to which such Contribution(s) was submitted. If You
8244      institute patent litigation against any entity (including a
8245      cross-claim or counterclaim in a lawsuit) alleging that the Work
8246      or a Contribution incorporated within the Work constitutes direct
8247      or contributory patent infringement, then any patent licenses
8248      granted to You under this License for that Work shall terminate
8249      as of the date such litigation is filed.
8250
8251   4. Redistribution. You may reproduce and distribute copies of the
8252      Work or Derivative Works thereof in any medium, with or without
8253      modifications, and in Source or Object form, provided that You
8254      meet the following conditions:
8255
8256      (a) You must give any other recipients of the Work or
8257          Derivative Works a copy of this License; and
8258
8259      (b) You must cause any modified files to carry prominent notices
8260          stating that You changed the files; and
8261
8262      (c) You must retain, in the Source form of any Derivative Works
8263          that You distribute, all copyright, patent, trademark, and
8264          attribution notices from the Source form of the Work,
8265          excluding those notices that do not pertain to any part of
8266          the Derivative Works; and
8267
8268      (d) If the Work includes a "NOTICE" text file as part of its
8269          distribution, then any Derivative Works that You distribute must
8270          include a readable copy of the attribution notices contained
8271          within such NOTICE file, excluding those notices that do not
8272          pertain to any part of the Derivative Works, in at least one
8273          of the following places: within a NOTICE text file distributed
8274          as part of the Derivative Works; within the Source form or
8275          documentation, if provided along with the Derivative Works; or,
8276          within a display generated by the Derivative Works, if and
8277          wherever such third-party notices normally appear. The contents
8278          of the NOTICE file are for informational purposes only and
8279          do not modify the License. You may add Your own attribution
8280          notices within Derivative Works that You distribute, alongside
8281          or as an addendum to the NOTICE text from the Work, provided
8282          that such additional attribution notices cannot be construed
8283          as modifying the License.
8284
8285      You may add Your own copyright statement to Your modifications and
8286      may provide additional or different license terms and conditions
8287      for use, reproduction, or distribution of Your modifications, or
8288      for any such Derivative Works as a whole, provided Your use,
8289      reproduction, and distribution of the Work otherwise complies with
8290      the conditions stated in this License.
8291
8292   5. Submission of Contributions. Unless You explicitly state otherwise,
8293      any Contribution intentionally submitted for inclusion in the Work
8294      by You to the Licensor shall be under the terms and conditions of
8295      this License, without any additional terms or conditions.
8296      Notwithstanding the above, nothing herein shall supersede or modify
8297      the terms of any separate license agreement you may have executed
8298      with Licensor regarding such Contributions.
8299
8300   6. Trademarks. This License does not grant permission to use the trade
8301      names, trademarks, service marks, or product names of the Licensor,
8302      except as required for reasonable and customary use in describing the
8303      origin of the Work and reproducing the content of the NOTICE file.
8304
8305   7. Disclaimer of Warranty. Unless required by applicable law or
8306      agreed to in writing, Licensor provides the Work (and each
8307      Contributor provides its Contributions) on an "AS IS" BASIS,
8308      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
8309      implied, including, without limitation, any warranties or conditions
8310      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
8311      PARTICULAR PURPOSE. You are solely responsible for determining the
8312      appropriateness of using or redistributing the Work and assume any
8313      risks associated with Your exercise of permissions under this License.
8314
8315   8. Limitation of Liability. In no event and under no legal theory,
8316      whether in tort (including negligence), contract, or otherwise,
8317      unless required by applicable law (such as deliberate and grossly
8318      negligent acts) or agreed to in writing, shall any Contributor be
8319      liable to You for damages, including any direct, indirect, special,
8320      incidental, or consequential damages of any character arising as a
8321      result of this License or out of the use or inability to use the
8322      Work (including but not limited to damages for loss of goodwill,
8323      work stoppage, computer failure or malfunction, or any and all
8324      other commercial damages or losses), even if such Contributor
8325      has been advised of the possibility of such damages.
8326
8327   9. Accepting Warranty or Additional Liability. While redistributing
8328      the Work or Derivative Works thereof, You may choose to offer,
8329      and charge a fee for, acceptance of support, warranty, indemnity,
8330      or other liability obligations and/or rights consistent with this
8331      License. However, in accepting such obligations, You may act only
8332      on Your own behalf and on Your sole responsibility, not on behalf
8333      of any other Contributor, and only if You agree to indemnify,
8334      defend, and hold each Contributor harmless for any liability
8335      incurred by, or claims asserted against, such Contributor by reason
8336      of your accepting any such warranty or additional liability.
8337
8338   END OF TERMS AND CONDITIONS
8339
8340   APPENDIX: How to apply the Apache License to your work.
8341
8342      To apply the Apache License to your work, attach the following
8343      boilerplate notice, with the fields enclosed by brackets "[]"
8344      replaced with your own identifying information. (Don't include
8345      the brackets!)  The text should be enclosed in the appropriate
8346      comment syntax for the file format. We also recommend that a
8347      file or class name and description of purpose be included on the
8348      same "printed page" as the copyright notice for easier
8349      identification within third-party archives.
8350
8351   Copyright 2017, The TensorFlow Authors.
8352
8353   Licensed under the Apache License, Version 2.0 (the "License");
8354   you may not use this file except in compliance with the License.
8355   You may obtain a copy of the License at
8356
8357       http://www.apache.org/licenses/LICENSE-2.0
8358
8359   Unless required by applicable law or agreed to in writing, software
8360   distributed under the License is distributed on an "AS IS" BASIS,
8361   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8362   See the License for the specific language governing permissions and
8363   limitations under the License.
8364   -------------------------------------------------------------------
8365
8366-------------------------------------------------------------------
8367* License for Eigen:
8368-------------------------------------------------------------------
8369Mozilla Public License Version 2.0
8370==================================
8371
83721. Definitions
8373--------------
8374
83751.1. "Contributor"
8376    means each individual or legal entity that creates, contributes to
8377    the creation of, or owns Covered Software.
8378
83791.2. "Contributor Version"
8380    means the combination of the Contributions of others (if any) used
8381    by a Contributor and that particular Contributor's Contribution.
8382
83831.3. "Contribution"
8384    means Covered Software of a particular Contributor.
8385
83861.4. "Covered Software"
8387    means Source Code Form to which the initial Contributor has attached
8388    the notice in Exhibit A, the Executable Form of such Source Code
8389    Form, and Modifications of such Source Code Form, in each case
8390    including portions thereof.
8391
83921.5. "Incompatible With Secondary Licenses"
8393    means
8394
8395    (a) that the initial Contributor has attached the notice described
8396        in Exhibit B to the Covered Software; or
8397
8398    (b) that the Covered Software was made available under the terms of
8399        version 1.1 or earlier of the License, but not also under the
8400        terms of a Secondary License.
8401
84021.6. "Executable Form"
8403    means any form of the work other than Source Code Form.
8404
84051.7. "Larger Work"
8406    means a work that combines Covered Software with other material, in
8407    a separate file or files, that is not Covered Software.
8408
84091.8. "License"
8410    means this document.
8411
84121.9. "Licensable"
8413    means having the right to grant, to the maximum extent possible,
8414    whether at the time of the initial grant or subsequently, any and
8415    all of the rights conveyed by this License.
8416
84171.10. "Modifications"
8418    means any of the following:
8419
8420    (a) any file in Source Code Form that results from an addition to,
8421        deletion from, or modification of the contents of Covered
8422        Software; or
8423
8424    (b) any new file in Source Code Form that contains any Covered
8425        Software.
8426
84271.11. "Patent Claims" of a Contributor
8428    means any patent claim(s), including without limitation, method,
8429    process, and apparatus claims, in any patent Licensable by such
8430    Contributor that would be infringed, but for the grant of the
8431    License, by the making, using, selling, offering for sale, having
8432    made, import, or transfer of either its Contributions or its
8433    Contributor Version.
8434
84351.12. "Secondary License"
8436    means either the GNU General Public License, Version 2.0, the GNU
8437    Lesser General Public License, Version 2.1, the GNU Affero General
8438    Public License, Version 3.0, or any later versions of those
8439    licenses.
8440
84411.13. "Source Code Form"
8442    means the form of the work preferred for making modifications.
8443
84441.14. "You" (or "Your")
8445    means an individual or a legal entity exercising rights under this
8446    License. For legal entities, "You" includes any entity that
8447    controls, is controlled by, or is under common control with You. For
8448    purposes of this definition, "control" means (a) the power, direct
8449    or indirect, to cause the direction or management of such entity,
8450    whether by contract or otherwise, or (b) ownership of more than
8451    fifty percent (50%) of the outstanding shares or beneficial
8452    ownership of such entity.
8453
84542. License Grants and Conditions
8455--------------------------------
8456
84572.1. Grants
8458
8459Each Contributor hereby grants You a world-wide, royalty-free,
8460non-exclusive license:
8461
8462(a) under intellectual property rights (other than patent or trademark)
8463    Licensable by such Contributor to use, reproduce, make available,
8464    modify, display, perform, distribute, and otherwise exploit its
8465    Contributions, either on an unmodified basis, with Modifications, or
8466    as part of a Larger Work; and
8467
8468(b) under Patent Claims of such Contributor to make, use, sell, offer
8469    for sale, have made, import, and otherwise transfer either its
8470    Contributions or its Contributor Version.
8471
84722.2. Effective Date
8473
8474The licenses granted in Section 2.1 with respect to any Contribution
8475become effective for each Contribution on the date the Contributor first
8476distributes such Contribution.
8477
84782.3. Limitations on Grant Scope
8479
8480The licenses granted in this Section 2 are the only rights granted under
8481this License. No additional rights or licenses will be implied from the
8482distribution or licensing of Covered Software under this License.
8483Notwithstanding Section 2.1(b) above, no patent license is granted by a
8484Contributor:
8485
8486(a) for any code that a Contributor has removed from Covered Software;
8487    or
8488
8489(b) for infringements caused by: (i) Your and any other third party's
8490    modifications of Covered Software, or (ii) the combination of its
8491    Contributions with other software (except as part of its Contributor
8492    Version); or
8493
8494(c) under Patent Claims infringed by Covered Software in the absence of
8495    its Contributions.
8496
8497This License does not grant any rights in the trademarks, service marks,
8498or logos of any Contributor (except as may be necessary to comply with
8499the notice requirements in Section 3.4).
8500
85012.4. Subsequent Licenses
8502
8503No Contributor makes additional grants as a result of Your choice to
8504distribute the Covered Software under a subsequent version of this
8505License (see Section 10.2) or under the terms of a Secondary License (if
8506permitted under the terms of Section 3.3).
8507
85082.5. Representation
8509
8510Each Contributor represents that the Contributor believes its
8511Contributions are its original creation(s) or it has sufficient rights
8512to grant the rights to its Contributions conveyed by this License.
8513
85142.6. Fair Use
8515
8516This License is not intended to limit any rights You have under
8517applicable copyright doctrines of fair use, fair dealing, or other
8518equivalents.
8519
85202.7. Conditions
8521
8522Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
8523in Section 2.1.
8524
85253. Responsibilities
8526-------------------
8527
85283.1. Distribution of Source Form
8529
8530All distribution of Covered Software in Source Code Form, including any
8531Modifications that You create or to which You contribute, must be under
8532the terms of this License. You must inform recipients that the Source
8533Code Form of the Covered Software is governed by the terms of this
8534License, and how they can obtain a copy of this License. You may not
8535attempt to alter or restrict the recipients' rights in the Source Code
8536Form.
8537
85383.2. Distribution of Executable Form
8539
8540If You distribute Covered Software in Executable Form then:
8541
8542(a) such Covered Software must also be made available in Source Code
8543    Form, as described in Section 3.1, and You must inform recipients of
8544    the Executable Form how they can obtain a copy of such Source Code
8545    Form by reasonable means in a timely manner, at a charge no more
8546    than the cost of distribution to the recipient; and
8547
8548(b) You may distribute such Executable Form under the terms of this
8549    License, or sublicense it under different terms, provided that the
8550    license for the Executable Form does not attempt to limit or alter
8551    the recipients' rights in the Source Code Form under this License.
8552
85533.3. Distribution of a Larger Work
8554
8555You may create and distribute a Larger Work under terms of Your choice,
8556provided that You also comply with the requirements of this License for
8557the Covered Software. If the Larger Work is a combination of Covered
8558Software with a work governed by one or more Secondary Licenses, and the
8559Covered Software is not Incompatible With Secondary Licenses, this
8560License permits You to additionally distribute such Covered Software
8561under the terms of such Secondary License(s), so that the recipient of
8562the Larger Work may, at their option, further distribute the Covered
8563Software under the terms of either this License or such Secondary
8564License(s).
8565
85663.4. Notices
8567
8568You may not remove or alter the substance of any license notices
8569(including copyright notices, patent notices, disclaimers of warranty,
8570or limitations of liability) contained within the Source Code Form of
8571the Covered Software, except that You may alter any license notices to
8572the extent required to remedy known factual inaccuracies.
8573
85743.5. Application of Additional Terms
8575
8576You may choose to offer, and to charge a fee for, warranty, support,
8577indemnity or liability obligations to one or more recipients of Covered
8578Software. However, You may do so only on Your own behalf, and not on
8579behalf of any Contributor. You must make it absolutely clear that any
8580such warranty, support, indemnity, or liability obligation is offered by
8581You alone, and You hereby agree to indemnify every Contributor for any
8582liability incurred by such Contributor as a result of warranty, support,
8583indemnity or liability terms You offer. You may include additional
8584disclaimers of warranty and limitations of liability specific to any
8585jurisdiction.
8586
85874. Inability to Comply Due to Statute or Regulation
8588---------------------------------------------------
8589
8590If it is impossible for You to comply with any of the terms of this
8591License with respect to some or all of the Covered Software due to
8592statute, judicial order, or regulation then You must: (a) comply with
8593the terms of this License to the maximum extent possible; and (b)
8594describe the limitations and the code they affect. Such description must
8595be placed in a text file included with all distributions of the Covered
8596Software under this License. Except to the extent prohibited by statute
8597or regulation, such description must be sufficiently detailed for a
8598recipient of ordinary skill to be able to understand it.
8599
86005. Termination
8601--------------
8602
86035.1. The rights granted under this License will terminate automatically
8604if You fail to comply with any of its terms. However, if You become
8605compliant, then the rights granted under this License from a particular
8606Contributor are reinstated (a) provisionally, unless and until such
8607Contributor explicitly and finally terminates Your grants, and (b) on an
8608ongoing basis, if such Contributor fails to notify You of the
8609non-compliance by some reasonable means prior to 60 days after You have
8610come back into compliance. Moreover, Your grants from a particular
8611Contributor are reinstated on an ongoing basis if such Contributor
8612notifies You of the non-compliance by some reasonable means, this is the
8613first time You have received notice of non-compliance with this License
8614from such Contributor, and You become compliant prior to 30 days after
8615Your receipt of the notice.
8616
86175.2. If You initiate litigation against any entity by asserting a patent
8618infringement claim (excluding declaratory judgment actions,
8619counter-claims, and cross-claims) alleging that a Contributor Version
8620directly or indirectly infringes any patent, then the rights granted to
8621You by any and all Contributors for the Covered Software under Section
86222.1 of this License shall terminate.
8623
86245.3. In the event of termination under Sections 5.1 or 5.2 above, all
8625end user license agreements (excluding distributors and resellers) which
8626have been validly granted by You or Your distributors under this License
8627prior to termination shall survive termination.
8628
8629************************************************************************
8630*                                                                      *
8631*  6. Disclaimer of Warranty                                           *
8632*  -------------------------                                           *
8633*                                                                      *
8634*  Covered Software is provided under this License on an "as is"       *
8635*  basis, without warranty of any kind, either expressed, implied, or  *
8636*  statutory, including, without limitation, warranties that the       *
8637*  Covered Software is free of defects, merchantable, fit for a        *
8638*  particular purpose or non-infringing. The entire risk as to the     *
8639*  quality and performance of the Covered Software is with You.        *
8640*  Should any Covered Software prove defective in any respect, You     *
8641*  (not any Contributor) assume the cost of any necessary servicing,   *
8642*  repair, or correction. This disclaimer of warranty constitutes an   *
8643*  essential part of this License. No use of any Covered Software is   *
8644*  authorized under this License except under this disclaimer.         *
8645*                                                                      *
8646************************************************************************
8647
8648************************************************************************
8649*                                                                      *
8650*  7. Limitation of Liability                                          *
8651*  --------------------------                                          *
8652*                                                                      *
8653*  Under no circumstances and under no legal theory, whether tort      *
8654*  (including negligence), contract, or otherwise, shall any           *
8655*  Contributor, or anyone who distributes Covered Software as          *
8656*  permitted above, be liable to You for any direct, indirect,         *
8657*  special, incidental, or consequential damages of any character      *
8658*  including, without limitation, damages for lost profits, loss of    *
8659*  goodwill, work stoppage, computer failure or malfunction, or any    *
8660*  and all other commercial damages or losses, even if such party      *
8661*  shall have been informed of the possibility of such damages. This   *
8662*  limitation of liability shall not apply to liability for death or   *
8663*  personal injury resulting from such party's negligence to the       *
8664*  extent applicable law prohibits such limitation. Some               *
8665*  jurisdictions do not allow the exclusion or limitation of           *
8666*  incidental or consequential damages, so this exclusion and          *
8667*  limitation may not apply to You.                                    *
8668*                                                                      *
8669************************************************************************
8670
86718. Litigation
8672-------------
8673
8674Any litigation relating to this License may be brought only in the
8675courts of a jurisdiction where the defendant maintains its principal
8676place of business and such litigation shall be governed by laws of that
8677jurisdiction, without reference to its conflict-of-law provisions.
8678Nothing in this Section shall prevent a party's ability to bring
8679cross-claims or counter-claims.
8680
86819. Miscellaneous
8682----------------
8683
8684This License represents the complete agreement concerning the subject
8685matter hereof. If any provision of this License is held to be
8686unenforceable, such provision shall be reformed only to the extent
8687necessary to make it enforceable. Any law or regulation which provides
8688that the language of a contract shall be construed against the drafter
8689shall not be used to construe this License against a Contributor.
8690
869110. Versions of the License
8692---------------------------
8693
869410.1. New Versions
8695
8696Mozilla Foundation is the license steward. Except as provided in Section
869710.3, no one other than the license steward has the right to modify or
8698publish new versions of this License. Each version will be given a
8699distinguishing version number.
8700
870110.2. Effect of New Versions
8702
8703You may distribute the Covered Software under the terms of the version
8704of the License under which You originally received the Covered Software,
8705or under the terms of any subsequent version published by the license
8706steward.
8707
870810.3. Modified Versions
8709
8710If you create software not governed by this License, and you want to
8711create a new license for such software, you may create and use a
8712modified version of this License if you rename the license and remove
8713any references to the name of the license steward (except to note that
8714such modified license differs from this License).
8715
871610.4. Distributing Source Code Form that is Incompatible With Secondary
8717Licenses
8718
8719If You choose to distribute Source Code Form that is Incompatible With
8720Secondary Licenses under the terms of this version of the License, the
8721notice described in Exhibit B of this License must be attached.
8722
8723Exhibit A - Source Code Form License Notice
8724-------------------------------------------
8725
8726  This Source Code Form is subject to the terms of the Mozilla Public
8727  License, v. 2.0. If a copy of the MPL was not distributed with this
8728  file, You can obtain one at http://mozilla.org/MPL/2.0/.
8729
8730If it is not possible or desirable to put the notice in a particular
8731file, then You may include the notice in a location (such as a LICENSE
8732file in a relevant directory) where a recipient would be likely to look
8733for such a notice.
8734
8735You may add additional accurate notices of copyright ownership.
8736
8737Exhibit B - "Incompatible With Secondary Licenses" Notice
8738---------------------------------------------------------
8739
8740  This Source Code Form is "Incompatible With Secondary Licenses", as
8741  defined by the Mozilla Public License, v. 2.0.
8742
8743
8744-------------------------------------------------------------------
8745* License for Caffe2 (Some ops are derived from caffe2)
8746-------------------------------------------------------------------
8747
8748Copyright (c) 2016-present, Facebook Inc. All rights reserved.
8749
8750All contributions by Facebook:
8751Copyright (c) 2016 Facebook Inc.
8752
8753All contributions by Google:
8754Copyright (c) 2015 Google Inc.
8755All rights reserved.
8756
8757All contributions by Yangqing Jia:
8758Copyright (c) 2015 Yangqing Jia
8759All rights reserved.
8760
8761All contributions from Caffe:
8762Copyright(c) 2013, 2014, 2015, the respective contributors
8763All rights reserved.
8764
8765All other contributions:
8766Copyright(c) 2015, 2016 the respective contributors
8767All rights reserved.
8768
8769Caffe2 uses a copyright model similar to Caffe: each contributor holds
8770copyright over their contributions to Caffe2. The project versioning records
8771all such contribution and copyright details. If a contributor wants to further
8772mark their specific copyright on a particular contribution, they should
8773indicate their copyright solely in the commit message of the change when it is
8774committed.
8775
8776=======================================================================
8777Software under third_party
8778=======================================================================
8779Software libraries under third_party are provided as github submodule
8780links, and their content is not part of the Caffe2 codebase. Their
8781licences can be found under the respective software repositories.
8782
8783=======================================================================
8784Earlier BSD License
8785=======================================================================
8786Early development of Caffe2 in 2015 and early 2016 is licensed under the
8787BSD license. The license is attached below:
8788
8789All contributions by Facebook:
8790Copyright (c) 2016 Facebook Inc.
8791
8792All contributions by Google:
8793Copyright (c) 2015 Google Inc.
8794All rights reserved.
8795
8796All contributions by Yangqing Jia:
8797Copyright (c) 2015 Yangqing Jia
8798All rights reserved.
8799
8800All other contributions:
8801Copyright(c) 2015, 2016 the respective contributors
8802All rights reserved.
8803
8804Redistribution and use in source and binary forms, with or without
8805modification, are permitted provided that the following conditions are met:
8806
88071. Redistributions of source code must retain the above copyright notice, this
8808   list of conditions and the following disclaimer.
88092. Redistributions in binary form must reproduce the above copyright notice,
8810   this list of conditions and the following disclaimer in the documentation
8811   and/or other materials provided with the distribution.
8812
8813THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
8814ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
8815WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
8816DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
8817ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
8818(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
8819LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
8820ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
8821(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
8822SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8823
8824
8825=======================================================================
8826Caffe's BSD License
8827=======================================================================
8828Some parts of the caffe2 code is derived from the original Caffe code, which is
8829created by Yangqing Jia and is now a BSD-licensed open-source project. The Caffe
8830license is as follows:
8831
8832COPYRIGHT
8833
8834All contributions by the University of California:
8835Copyright (c) 2014, The Regents of the University of California (Regents)
8836All rights reserved.
8837
8838All other contributions:
8839Copyright (c) 2014, the respective contributors
8840All rights reserved.
8841
8842Caffe uses a shared copyright model: each contributor holds copyright over
8843their contributions to Caffe. The project versioning records all such
8844contribution and copyright details. If a contributor wants to further mark
8845their specific copyright on a particular contribution, they should indicate
8846their copyright solely in the commit message of the change when it is
8847committed.
8848
8849LICENSE
8850
8851Redistribution and use in source and binary forms, with or without
8852modification, are permitted provided that the following conditions are met:
8853
88541. Redistributions of source code must retain the above copyright notice, this
8855   list of conditions and the following disclaimer.
88562. Redistributions in binary form must reproduce the above copyright notice,
8857   this list of conditions and the following disclaimer in the documentation
8858   and/or other materials provided with the distribution.
8859
8860THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
8861ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
8862WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
8863DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
8864ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
8865(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
8866LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
8867ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
8868(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
8869SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8870
8871CONTRIBUTION AGREEMENT
8872
8873By contributing to the BVLC/caffe repository through pull-request, comment,
8874or otherwise, the contributor releases their content to the
8875license and copyright terms herein.
8876
8877
8878-------------------------------------------------------------------
8879* License for gemmlowp & libtextclassifier
8880-------------------------------------------------------------------
8881
8882
8883                                 Apache License
8884                           Version 2.0, January 2004
8885                        http://www.apache.org/licenses/
8886
8887   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8888
8889   1. Definitions.
8890
8891      "License" shall mean the terms and conditions for use, reproduction,
8892      and distribution as defined by Sections 1 through 9 of this document.
8893
8894      "Licensor" shall mean the copyright owner or entity authorized by
8895      the copyright owner that is granting the License.
8896
8897      "Legal Entity" shall mean the union of the acting entity and all
8898      other entities that control, are controlled by, or are under common
8899      control with that entity. For the purposes of this definition,
8900      "control" means (i) the power, direct or indirect, to cause the
8901      direction or management of such entity, whether by contract or
8902      otherwise, or (ii) ownership of fifty percent (50%) or more of the
8903      outstanding shares, or (iii) beneficial ownership of such entity.
8904
8905      "You" (or "Your") shall mean an individual or Legal Entity
8906      exercising permissions granted by this License.
8907
8908      "Source" form shall mean the preferred form for making modifications,
8909      including but not limited to software source code, documentation
8910      source, and configuration files.
8911
8912      "Object" form shall mean any form resulting from mechanical
8913      transformation or translation of a Source form, including but
8914      not limited to compiled object code, generated documentation,
8915      and conversions to other media types.
8916
8917      "Work" shall mean the work of authorship, whether in Source or
8918      Object form, made available under the License, as indicated by a
8919      copyright notice that is included in or attached to the work
8920      (an example is provided in the Appendix below).
8921
8922      "Derivative Works" shall mean any work, whether in Source or Object
8923      form, that is based on (or derived from) the Work and for which the
8924      editorial revisions, annotations, elaborations, or other modifications
8925      represent, as a whole, an original work of authorship. For the purposes
8926      of this License, Derivative Works shall not include works that remain
8927      separable from, or merely link (or bind by name) to the interfaces of,
8928      the Work and Derivative Works thereof.
8929
8930      "Contribution" shall mean any work of authorship, including
8931      the original version of the Work and any modifications or additions
8932      to that Work or Derivative Works thereof, that is intentionally
8933      submitted to Licensor for inclusion in the Work by the copyright owner
8934      or by an individual or Legal Entity authorized to submit on behalf of
8935      the copyright owner. For the purposes of this definition, "submitted"
8936      means any form of electronic, verbal, or written communication sent
8937      to the Licensor or its representatives, including but not limited to
8938      communication on electronic mailing lists, source code control systems,
8939      and issue tracking systems that are managed by, or on behalf of, the
8940      Licensor for the purpose of discussing and improving the Work, but
8941      excluding communication that is conspicuously marked or otherwise
8942      designated in writing by the copyright owner as "Not a Contribution."
8943
8944      "Contributor" shall mean Licensor and any individual or Legal Entity
8945      on behalf of whom a Contribution has been received by Licensor and
8946      subsequently incorporated within the Work.
8947
8948   2. Grant of Copyright License. Subject to the terms and conditions of
8949      this License, each Contributor hereby grants to You a perpetual,
8950      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8951      copyright license to reproduce, prepare Derivative Works of,
8952      publicly display, publicly perform, sublicense, and distribute the
8953      Work and such Derivative Works in Source or Object form.
8954
8955   3. Grant of Patent License. Subject to the terms and conditions of
8956      this License, each Contributor hereby grants to You a perpetual,
8957      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8958      (except as stated in this section) patent license to make, have made,
8959      use, offer to sell, sell, import, and otherwise transfer the Work,
8960      where such license applies only to those patent claims licensable
8961      by such Contributor that are necessarily infringed by their
8962      Contribution(s) alone or by combination of their Contribution(s)
8963      with the Work to which such Contribution(s) was submitted. If You
8964      institute patent litigation against any entity (including a
8965      cross-claim or counterclaim in a lawsuit) alleging that the Work
8966      or a Contribution incorporated within the Work constitutes direct
8967      or contributory patent infringement, then any patent licenses
8968      granted to You under this License for that Work shall terminate
8969      as of the date such litigation is filed.
8970
8971   4. Redistribution. You may reproduce and distribute copies of the
8972      Work or Derivative Works thereof in any medium, with or without
8973      modifications, and in Source or Object form, provided that You
8974      meet the following conditions:
8975
8976      (a) You must give any other recipients of the Work or
8977          Derivative Works a copy of this License; and
8978
8979      (b) You must cause any modified files to carry prominent notices
8980          stating that You changed the files; and
8981
8982      (c) You must retain, in the Source form of any Derivative Works
8983          that You distribute, all copyright, patent, trademark, and
8984          attribution notices from the Source form of the Work,
8985          excluding those notices that do not pertain to any part of
8986          the Derivative Works; and
8987
8988      (d) If the Work includes a "NOTICE" text file as part of its
8989          distribution, then any Derivative Works that You distribute must
8990          include a readable copy of the attribution notices contained
8991          within such NOTICE file, excluding those notices that do not
8992          pertain to any part of the Derivative Works, in at least one
8993          of the following places: within a NOTICE text file distributed
8994          as part of the Derivative Works; within the Source form or
8995          documentation, if provided along with the Derivative Works; or,
8996          within a display generated by the Derivative Works, if and
8997          wherever such third-party notices normally appear. The contents
8998          of the NOTICE file are for informational purposes only and
8999          do not modify the License. You may add Your own attribution
9000          notices within Derivative Works that You distribute, alongside
9001          or as an addendum to the NOTICE text from the Work, provided
9002          that such additional attribution notices cannot be construed
9003          as modifying the License.
9004
9005      You may add Your own copyright statement to Your modifications and
9006      may provide additional or different license terms and conditions
9007      for use, reproduction, or distribution of Your modifications, or
9008      for any such Derivative Works as a whole, provided Your use,
9009      reproduction, and distribution of the Work otherwise complies with
9010      the conditions stated in this License.
9011
9012   5. Submission of Contributions. Unless You explicitly state otherwise,
9013      any Contribution intentionally submitted for inclusion in the Work
9014      by You to the Licensor shall be under the terms and conditions of
9015      this License, without any additional terms or conditions.
9016      Notwithstanding the above, nothing herein shall supersede or modify
9017      the terms of any separate license agreement you may have executed
9018      with Licensor regarding such Contributions.
9019
9020   6. Trademarks. This License does not grant permission to use the trade
9021      names, trademarks, service marks, or product names of the Licensor,
9022      except as required for reasonable and customary use in describing the
9023      origin of the Work and reproducing the content of the NOTICE file.
9024
9025   7. Disclaimer of Warranty. Unless required by applicable law or
9026      agreed to in writing, Licensor provides the Work (and each
9027      Contributor provides its Contributions) on an "AS IS" BASIS,
9028      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
9029      implied, including, without limitation, any warranties or conditions
9030      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
9031      PARTICULAR PURPOSE. You are solely responsible for determining the
9032      appropriateness of using or redistributing the Work and assume any
9033      risks associated with Your exercise of permissions under this License.
9034
9035   8. Limitation of Liability. In no event and under no legal theory,
9036      whether in tort (including negligence), contract, or otherwise,
9037      unless required by applicable law (such as deliberate and grossly
9038      negligent acts) or agreed to in writing, shall any Contributor be
9039      liable to You for damages, including any direct, indirect, special,
9040      incidental, or consequential damages of any character arising as a
9041      result of this License or out of the use or inability to use the
9042      Work (including but not limited to damages for loss of goodwill,
9043      work stoppage, computer failure or malfunction, or any and all
9044      other commercial damages or losses), even if such Contributor
9045      has been advised of the possibility of such damages.
9046
9047   9. Accepting Warranty or Additional Liability. While redistributing
9048      the Work or Derivative Works thereof, You may choose to offer,
9049      and charge a fee for, acceptance of support, warranty, indemnity,
9050      or other liability obligations and/or rights consistent with this
9051      License. However, in accepting such obligations, You may act only
9052      on Your own behalf and on Your sole responsibility, not on behalf
9053      of any other Contributor, and only if You agree to indemnify,
9054      defend, and hold each Contributor harmless for any liability
9055      incurred by, or claims asserted against, such Contributor by reason
9056      of your accepting any such warranty or additional liability.
9057
9058   END OF TERMS AND CONDITIONS
9059
9060   APPENDIX: How to apply the Apache License to your work.
9061
9062      To apply the Apache License to your work, attach the following
9063      boilerplate notice, with the fields enclosed by brackets "[]"
9064      replaced with your own identifying information. (Don't include
9065      the brackets!)  The text should be enclosed in the appropriate
9066      comment syntax for the file format. We also recommend that a
9067      file or class name and description of purpose be included on the
9068      same "printed page" as the copyright notice for easier
9069      identification within third-party archives.
9070
9071   Copyright [yyyy] [name of copyright owner]
9072
9073   Licensed under the Apache License, Version 2.0 (the "License");
9074   you may not use this file except in compliance with the License.
9075   You may obtain a copy of the License at
9076
9077       http://www.apache.org/licenses/LICENSE-2.0
9078
9079   Unless required by applicable law or agreed to in writing, software
9080   distributed under the License is distributed on an "AS IS" BASIS,
9081   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9082   See the License for the specific language governing permissions and
9083   limitations under the License.
9084   Copyright (c) 2012-2017, The Android Open Source Project
9085
9086   Licensed under the Apache License, Version 2.0 (the "License");
9087   you may not use this file except in compliance with the License.
9088
9089   Unless required by applicable law or agreed to in writing, software
9090   distributed under the License is distributed on an "AS IS" BASIS,
9091   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9092   See the License for the specific language governing permissions and
9093   limitations under the License.
9094
9095
9096                                 Apache License
9097                           Version 2.0, January 2004
9098                        http://www.apache.org/licenses/
9099
9100   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
9101
9102   1. Definitions.
9103
9104      "License" shall mean the terms and conditions for use, reproduction,
9105      and distribution as defined by Sections 1 through 9 of this document.
9106
9107      "Licensor" shall mean the copyright owner or entity authorized by
9108      the copyright owner that is granting the License.
9109
9110      "Legal Entity" shall mean the union of the acting entity and all
9111      other entities that control, are controlled by, or are under common
9112      control with that entity. For the purposes of this definition,
9113      "control" means (i) the power, direct or indirect, to cause the
9114      direction or management of such entity, whether by contract or
9115      otherwise, or (ii) ownership of fifty percent (50%) or more of the
9116      outstanding shares, or (iii) beneficial ownership of such entity.
9117
9118      "You" (or "Your") shall mean an individual or Legal Entity
9119      exercising permissions granted by this License.
9120
9121      "Source" form shall mean the preferred form for making modifications,
9122      including but not limited to software source code, documentation
9123      source, and configuration files.
9124
9125      "Object" form shall mean any form resulting from mechanical
9126      transformation or translation of a Source form, including but
9127      not limited to compiled object code, generated documentation,
9128      and conversions to other media types.
9129
9130      "Work" shall mean the work of authorship, whether in Source or
9131      Object form, made available under the License, as indicated by a
9132      copyright notice that is included in or attached to the work
9133      (an example is provided in the Appendix below).
9134
9135      "Derivative Works" shall mean any work, whether in Source or Object
9136      form, that is based on (or derived from) the Work and for which the
9137      editorial revisions, annotations, elaborations, or other modifications
9138      represent, as a whole, an original work of authorship. For the purposes
9139      of this License, Derivative Works shall not include works that remain
9140      separable from, or merely link (or bind by name) to the interfaces of,
9141      the Work and Derivative Works thereof.
9142
9143      "Contribution" shall mean any work of authorship, including
9144      the original version of the Work and any modifications or additions
9145      to that Work or Derivative Works thereof, that is intentionally
9146      submitted to Licensor for inclusion in the Work by the copyright owner
9147      or by an individual or Legal Entity authorized to submit on behalf of
9148      the copyright owner. For the purposes of this definition, "submitted"
9149      means any form of electronic, verbal, or written communication sent
9150      to the Licensor or its representatives, including but not limited to
9151      communication on electronic mailing lists, source code control systems,
9152      and issue tracking systems that are managed by, or on behalf of, the
9153      Licensor for the purpose of discussing and improving the Work, but
9154      excluding communication that is conspicuously marked or otherwise
9155      designated in writing by the copyright owner as "Not a Contribution."
9156
9157      "Contributor" shall mean Licensor and any individual or Legal Entity
9158      on behalf of whom a Contribution has been received by Licensor and
9159      subsequently incorporated within the Work.
9160
9161   2. Grant of Copyright License. Subject to the terms and conditions of
9162      this License, each Contributor hereby grants to You a perpetual,
9163      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
9164      copyright license to reproduce, prepare Derivative Works of,
9165      publicly display, publicly perform, sublicense, and distribute the
9166      Work and such Derivative Works in Source or Object form.
9167
9168   3. Grant of Patent License. Subject to the terms and conditions of
9169      this License, each Contributor hereby grants to You a perpetual,
9170      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
9171      (except as stated in this section) patent license to make, have made,
9172      use, offer to sell, sell, import, and otherwise transfer the Work,
9173      where such license applies only to those patent claims licensable
9174      by such Contributor that are necessarily infringed by their
9175      Contribution(s) alone or by combination of their Contribution(s)
9176      with the Work to which such Contribution(s) was submitted. If You
9177      institute patent litigation against any entity (including a
9178      cross-claim or counterclaim in a lawsuit) alleging that the Work
9179      or a Contribution incorporated within the Work constitutes direct
9180      or contributory patent infringement, then any patent licenses
9181      granted to You under this License for that Work shall terminate
9182      as of the date such litigation is filed.
9183
9184   4. Redistribution. You may reproduce and distribute copies of the
9185      Work or Derivative Works thereof in any medium, with or without
9186      modifications, and in Source or Object form, provided that You
9187      meet the following conditions:
9188
9189      (a) You must give any other recipients of the Work or
9190          Derivative Works a copy of this License; and
9191
9192      (b) You must cause any modified files to carry prominent notices
9193          stating that You changed the files; and
9194
9195      (c) You must retain, in the Source form of any Derivative Works
9196          that You distribute, all copyright, patent, trademark, and
9197          attribution notices from the Source form of the Work,
9198          excluding those notices that do not pertain to any part of
9199          the Derivative Works; and
9200
9201      (d) If the Work includes a "NOTICE" text file as part of its
9202          distribution, then any Derivative Works that You distribute must
9203          include a readable copy of the attribution notices contained
9204          within such NOTICE file, excluding those notices that do not
9205          pertain to any part of the Derivative Works, in at least one
9206          of the following places: within a NOTICE text file distributed
9207          as part of the Derivative Works; within the Source form or
9208          documentation, if provided along with the Derivative Works; or,
9209          within a display generated by the Derivative Works, if and
9210          wherever such third-party notices normally appear. The contents
9211          of the NOTICE file are for informational purposes only and
9212          do not modify the License. You may add Your own attribution
9213          notices within Derivative Works that You distribute, alongside
9214          or as an addendum to the NOTICE text from the Work, provided
9215          that such additional attribution notices cannot be construed
9216          as modifying the License.
9217
9218      You may add Your own copyright statement to Your modifications and
9219      may provide additional or different license terms and conditions
9220      for use, reproduction, or distribution of Your modifications, or
9221      for any such Derivative Works as a whole, provided Your use,
9222      reproduction, and distribution of the Work otherwise complies with
9223      the conditions stated in this License.
9224
9225   5. Submission of Contributions. Unless You explicitly state otherwise,
9226      any Contribution intentionally submitted for inclusion in the Work
9227      by You to the Licensor shall be under the terms and conditions of
9228      this License, without any additional terms or conditions.
9229      Notwithstanding the above, nothing herein shall supersede or modify
9230      the terms of any separate license agreement you may have executed
9231      with Licensor regarding such Contributions.
9232
9233   6. Trademarks. This License does not grant permission to use the trade
9234      names, trademarks, service marks, or product names of the Licensor,
9235      except as required for reasonable and customary use in describing the
9236      origin of the Work and reproducing the content of the NOTICE file.
9237
9238   7. Disclaimer of Warranty. Unless required by applicable law or
9239      agreed to in writing, Licensor provides the Work (and each
9240      Contributor provides its Contributions) on an "AS IS" BASIS,
9241      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
9242      implied, including, without limitation, any warranties or conditions
9243      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
9244      PARTICULAR PURPOSE. You are solely responsible for determining the
9245      appropriateness of using or redistributing the Work and assume any
9246      risks associated with Your exercise of permissions under this License.
9247
9248   8. Limitation of Liability. In no event and under no legal theory,
9249      whether in tort (including negligence), contract, or otherwise,
9250      unless required by applicable law (such as deliberate and grossly
9251      negligent acts) or agreed to in writing, shall any Contributor be
9252      liable to You for damages, including any direct, indirect, special,
9253      incidental, or consequential damages of any character arising as a
9254      result of this License or out of the use or inability to use the
9255      Work (including but not limited to damages for loss of goodwill,
9256      work stoppage, computer failure or malfunction, or any and all
9257      other commercial damages or losses), even if such Contributor
9258      has been advised of the possibility of such damages.
9259
9260   9. Accepting Warranty or Additional Liability. While redistributing
9261      the Work or Derivative Works thereof, You may choose to offer,
9262      and charge a fee for, acceptance of support, warranty, indemnity,
9263      or other liability obligations and/or rights consistent with this
9264      License. However, in accepting such obligations, You may act only
9265      on Your own behalf and on Your sole responsibility, not on behalf
9266      of any other Contributor, and only if You agree to indemnify,
9267      defend, and hold each Contributor harmless for any liability
9268      incurred by, or claims asserted against, such Contributor by reason
9269      of your accepting any such warranty or additional liability.
9270
9271   END OF TERMS AND CONDITIONS
9272
9273version 1.2.12, March 27th, 2022
9274
9275Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
9276
9277This software is provided 'as-is', without any express or implied
9278warranty.  In no event will the authors be held liable for any damages
9279arising from the use of this software.
9280
9281Permission is granted to anyone to use this software for any purpose,
9282including commercial applications, and to alter it and redistribute it
9283freely, subject to the following restrictions:
9284
92851. The origin of this software must not be misrepresented; you must not
9286   claim that you wrote the original software. If you use this software
9287   in a product, an acknowledgment in the product documentation would be
9288   appreciated but is not required.
92892. Altered source versions must be plainly marked as such, and must not be
9290   misrepresented as being the original software.
92913. This notice may not be removed or altered from any source distribution.
9292
9293                                 Apache License
9294                           Version 2.0, January 2004
9295                        http://www.apache.org/licenses/
9296
9297   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
9298
9299   1. Definitions.
9300
9301      "License" shall mean the terms and conditions for use, reproduction,
9302      and distribution as defined by Sections 1 through 9 of this document.
9303
9304      "Licensor" shall mean the copyright owner or entity authorized by
9305      the copyright owner that is granting the License.
9306
9307      "Legal Entity" shall mean the union of the acting entity and all
9308      other entities that control, are controlled by, or are under common
9309      control with that entity. For the purposes of this definition,
9310      "control" means (i) the power, direct or indirect, to cause the
9311      direction or management of such entity, whether by contract or
9312      otherwise, or (ii) ownership of fifty percent (50%) or more of the
9313      outstanding shares, or (iii) beneficial ownership of such entity.
9314
9315      "You" (or "Your") shall mean an individual or Legal Entity
9316      exercising permissions granted by this License.
9317
9318      "Source" form shall mean the preferred form for making modifications,
9319      including but not limited to software source code, documentation
9320      source, and configuration files.
9321
9322      "Object" form shall mean any form resulting from mechanical
9323      transformation or translation of a Source form, including but
9324      not limited to compiled object code, generated documentation,
9325      and conversions to other media types.
9326
9327      "Work" shall mean the work of authorship, whether in Source or
9328      Object form, made available under the License, as indicated by a
9329      copyright notice that is included in or attached to the work
9330      (an example is provided in the Appendix below).
9331
9332      "Derivative Works" shall mean any work, whether in Source or Object
9333      form, that is based on (or derived from) the Work and for which the
9334      editorial revisions, annotations, elaborations, or other modifications
9335      represent, as a whole, an original work of authorship. For the purposes
9336      of this License, Derivative Works shall not include works that remain
9337      separable from, or merely link (or bind by name) to the interfaces of,
9338      the Work and Derivative Works thereof.
9339
9340      "Contribution" shall mean any work of authorship, including
9341      the original version of the Work and any modifications or additions
9342      to that Work or Derivative Works thereof, that is intentionally
9343      submitted to Licensor for inclusion in the Work by the copyright owner
9344      or by an individual or Legal Entity authorized to submit on behalf of
9345      the copyright owner. For the purposes of this definition, "submitted"
9346      means any form of electronic, verbal, or written communication sent
9347      to the Licensor or its representatives, including but not limited to
9348      communication on electronic mailing lists, source code control systems,
9349      and issue tracking systems that are managed by, or on behalf of, the
9350      Licensor for the purpose of discussing and improving the Work, but
9351      excluding communication that is conspicuously marked or otherwise
9352      designated in writing by the copyright owner as "Not a Contribution."
9353
9354      "Contributor" shall mean Licensor and any individual or Legal Entity
9355      on behalf of whom a Contribution has been received by Licensor and
9356      subsequently incorporated within the Work.
9357
9358   2. Grant of Copyright License. Subject to the terms and conditions of
9359      this License, each Contributor hereby grants to You a perpetual,
9360      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
9361      copyright license to reproduce, prepare Derivative Works of,
9362      publicly display, publicly perform, sublicense, and distribute the
9363      Work and such Derivative Works in Source or Object form.
9364
9365   3. Grant of Patent License. Subject to the terms and conditions of
9366      this License, each Contributor hereby grants to You a perpetual,
9367      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
9368      (except as stated in this section) patent license to make, have made,
9369      use, offer to sell, sell, import, and otherwise transfer the Work,
9370      where such license applies only to those patent claims licensable
9371      by such Contributor that are necessarily infringed by their
9372      Contribution(s) alone or by combination of their Contribution(s)
9373      with the Work to which such Contribution(s) was submitted. If You
9374      institute patent litigation against any entity (including a
9375      cross-claim or counterclaim in a lawsuit) alleging that the Work
9376      or a Contribution incorporated within the Work constitutes direct
9377      or contributory patent infringement, then any patent licenses
9378      granted to You under this License for that Work shall terminate
9379      as of the date such litigation is filed.
9380
9381   4. Redistribution. You may reproduce and distribute copies of the
9382      Work or Derivative Works thereof in any medium, with or without
9383      modifications, and in Source or Object form, provided that You
9384      meet the following conditions:
9385
9386      (a) You must give any other recipients of the Work or
9387          Derivative Works a copy of this License; and
9388
9389      (b) You must cause any modified files to carry prominent notices
9390          stating that You changed the files; and
9391
9392      (c) You must retain, in the Source form of any Derivative Works
9393          that You distribute, all copyright, patent, trademark, and
9394          attribution notices from the Source form of the Work,
9395          excluding those notices that do not pertain to any part of
9396          the Derivative Works; and
9397
9398      (d) If the Work includes a "NOTICE" text file as part of its
9399          distribution, then any Derivative Works that You distribute must
9400          include a readable copy of the attribution notices contained
9401          within such NOTICE file, excluding those notices that do not
9402          pertain to any part of the Derivative Works, in at least one
9403          of the following places: within a NOTICE text file distributed
9404          as part of the Derivative Works; within the Source form or
9405          documentation, if provided along with the Derivative Works; or,
9406          within a display generated by the Derivative Works, if and
9407          wherever such third-party notices normally appear. The contents
9408          of the NOTICE file are for informational purposes only and
9409          do not modify the License. You may add Your own attribution
9410          notices within Derivative Works that You distribute, alongside
9411          or as an addendum to the NOTICE text from the Work, provided
9412          that such additional attribution notices cannot be construed
9413          as modifying the License.
9414
9415      You may add Your own copyright statement to Your modifications and
9416      may provide additional or different license terms and conditions
9417      for use, reproduction, or distribution of Your modifications, or
9418      for any such Derivative Works as a whole, provided Your use,
9419      reproduction, and distribution of the Work otherwise complies with
9420      the conditions stated in this License.
9421
9422   5. Submission of Contributions. Unless You explicitly state otherwise,
9423      any Contribution intentionally submitted for inclusion in the Work
9424      by You to the Licensor shall be under the terms and conditions of
9425      this License, without any additional terms or conditions.
9426      Notwithstanding the above, nothing herein shall supersede or modify
9427      the terms of any separate license agreement you may have executed
9428      with Licensor regarding such Contributions.
9429
9430   6. Trademarks. This License does not grant permission to use the trade
9431      names, trademarks, service marks, or product names of the Licensor,
9432      except as required for reasonable and customary use in describing the
9433      origin of the Work and reproducing the content of the NOTICE file.
9434
9435   7. Disclaimer of Warranty. Unless required by applicable law or
9436      agreed to in writing, Licensor provides the Work (and each
9437      Contributor provides its Contributions) on an "AS IS" BASIS,
9438      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
9439      implied, including, without limitation, any warranties or conditions
9440      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
9441      PARTICULAR PURPOSE. You are solely responsible for determining the
9442      appropriateness of using or redistributing the Work and assume any
9443      risks associated with Your exercise of permissions under this License.
9444
9445   8. Limitation of Liability. In no event and under no legal theory,
9446      whether in tort (including negligence), contract, or otherwise,
9447      unless required by applicable law (such as deliberate and grossly
9448      negligent acts) or agreed to in writing, shall any Contributor be
9449      liable to You for damages, including any direct, indirect, special,
9450      incidental, or consequential damages of any character arising as a
9451      result of this License or out of the use or inability to use the
9452      Work (including but not limited to damages for loss of goodwill,
9453      work stoppage, computer failure or malfunction, or any and all
9454      other commercial damages or losses), even if such Contributor
9455      has been advised of the possibility of such damages.
9456
9457   9. Accepting Warranty or Additional Liability. While redistributing
9458      the Work or Derivative Works thereof, You may choose to offer,
9459      and charge a fee for, acceptance of support, warranty, indemnity,
9460      or other liability obligations and/or rights consistent with this
9461      License. However, in accepting such obligations, You may act only
9462      on Your own behalf and on Your sole responsibility, not on behalf
9463      of any other Contributor, and only if You agree to indemnify,
9464      defend, and hold each Contributor harmless for any liability
9465      incurred by, or claims asserted against, such Contributor by reason
9466      of your accepting any such warranty or additional liability.
9467
9468   END OF TERMS AND CONDITIONS
9469
9470   APPENDIX: How to apply the Apache License to your work.
9471
9472      To apply the Apache License to your work, attach the following
9473      boilerplate notice, with the fields enclosed by brackets "[]"
9474      replaced with your own identifying information. (Don't include
9475      the brackets!)  The text should be enclosed in the appropriate
9476      comment syntax for the file format. We also recommend that a
9477      file or class name and description of purpose be included on the
9478      same "printed page" as the copyright notice for easier
9479      identification within third-party archives.
9480
9481   Copyright [yyyy] [name of copyright owner]
9482
9483   Licensed under the Apache License, Version 2.0 (the "License");
9484   you may not use this file except in compliance with the License.
9485   You may obtain a copy of the License at
9486
9487       http://www.apache.org/licenses/LICENSE-2.0
9488
9489   Unless required by applicable law or agreed to in writing, software
9490   distributed under the License is distributed on an "AS IS" BASIS,
9491   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9492   See the License for the specific language governing permissions and
9493   limitations under the License.
9494