blob: a840b26471e053099ae9cce7507324562915293a [file] [log] [blame]
mmentovai7daf2462006-09-20 21:16:161Copyright (c) 2006, Google Inc.
2All rights reserved.
brynercb91a2f2006-08-25 21:14:453
mmentovai7daf2462006-09-20 21:16:164Redistribution and use in source and binary forms, with or without
5modification, are permitted provided that the following conditions are
6met:
brynercb91a2f2006-08-25 21:14:457
mmentovai7daf2462006-09-20 21:16:168 * Redistributions of source code must retain the above copyright
9notice, this list of conditions and the following disclaimer.
10 * Redistributions in binary form must reproduce the above
11copyright notice, this list of conditions and the following disclaimer
12in the documentation and/or other materials provided with the
13distribution.
14 * Neither the name of Google Inc. nor the names of its
15contributors may be used to endorse or promote products derived from
16this software without specific prior written permission.
brynercb91a2f2006-08-25 21:14:4517
mmentovai7daf2462006-09-20 21:16:1618THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
22OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
24LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
ivan.penkov@gmail.com70acad52014-02-27 19:23:1629
30--------------------------------------------------------------------
31
32Copyright 2001-2004 Unicode, Inc.
33
34Disclaimer
35
36This source code is provided as is by Unicode, Inc. No claims are
37made as to fitness for any particular purpose. No warranties of any
38kind are expressed or implied. The recipient agrees to determine
39applicability of information provided. If this file has been
40purchased on magnetic or optical media from Unicode, Inc., the
41sole remedy for any claim will be exchange of defective media
42within 90 days of receipt.
43
44Limitations on Rights to Redistribute This Code
45
46Unicode, Inc. hereby grants the right to freely use the information
47supplied in this file in the creation of products supporting the
48Unicode Standard, and to make copies of this file in any form
49for internal or external distribution as long as this notice
50remains attached.
Sterling Augustine678c4c52020-07-16 23:09:0651
52--------------------------------------------------------------------
53
54libunwind - a platform-independent unwind library
55 Copyright (C) 2008 Google, Inc
56 Contributed by Paul Pluzhnikov <ppluzhnikov@google.com>
57 Copyright (C) 2010 Konstantin Belousov <kib@freebsd.org>
58
59Permission is hereby granted, free of charge, to any person obtaining
60a copy of this software and associated documentation files (the
61"Software"), to deal in the Software without restriction, including
62without limitation the rights to use, copy, modify, merge, publish,
63distribute, sublicense, and/or sell copies of the Software, and to
64permit persons to whom the Software is furnished to do so, subject to
65the following conditions:
66
67The above copyright notice and this permission notice shall be
68included in all copies or substantial portions of the Software.
69
70THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
71EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
72MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
73NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
74LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
75OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
76WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
Sterling Augustine2e6f8de2020-07-16 23:29:5777
78--------------------------------------------------------------------
79
Sterling Augustine428a01e2020-07-17 00:53:3580Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
81
82@APPLE_LICENSE_HEADER_START@
83
84This file contains Original Code and/or Modifications of Original Code
85as defined in and that are subject to the Apple Public Source License
86Version 2.0 (the 'License'). You may not use this file except in
87compliance with the License. Please obtain a copy of the License at
88http://www.opensource.apple.com/apsl/ and read it before using this
89file.
90
91The Original Code and all software distributed under the License are
92distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
93EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
94INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
95FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
96Please see the License for the specific language governing rights and
97limitations under the License.
98
99@APPLE_LICENSE_HEADER_END@
100
101--------------------------------------------------------------------
102
Sterling Augustine2e6f8de2020-07-16 23:29:57103Copyright (c) 1989, 1993
104The Regents of the University of California. All rights reserved.
105
106Redistribution and use in source and binary forms, with or without
107modification, are permitted provided that the following conditions
108are met:
1091. Redistributions of source code must retain the above copyright
110 notice, this list of conditions and the following disclaimer.
1112. Redistributions in binary form must reproduce the above copyright
112 notice, this list of conditions and the following disclaimer in the
113 documentation and/or other materials provided with the distribution.
1143. All advertising materials mentioning features or use of this software
115 must display the following acknowledgement:
116 This product includes software developed by the University of
117 California, Berkeley and its contributors.
1184. Neither the name of the University nor the names of its contributors
119 may be used to endorse or promote products derived from this software
120 without specific prior written permission.
121
122THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
123ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
124IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
125ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
126FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
127DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
128OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
129HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
130LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
131OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
132SUCH DAMAGE.