Offset 17, 266 lines modifiedOffset 17, 14 lines modified
17 <tr·id="id0"><td·class="same-license">17 <tr·id="id0"><td·class="same-license">
18 <div·class="label">Notices·for·file(s):</div>18 <div·class="label">Notices·for·file(s):</div>
19 <div·class="file-list">19 <div·class="file-list">
20 /system/apex/com.android.resolv.apex·<br/>20 /system/apex/com.android.resolv.apex·<br/>
21 </div><!--·file-list·-->21 </div><!--·file-list·-->
  
22 <pre·class="license-text">22 <pre·class="license-text">
23 BoringSSL·is·a·fork·of·OpenSSL.·As·such,·large·parts·of·it·fall·under·OpenSSL 
24 licensing.·Files·that·are·completely·new·have·a·Google·copyright·and·an·ISC 
25 license.·This·license·is·reproduced·at·the·bottom·of·this·file. 
  
26 Contributors·to·BoringSSL·are·required·to·follow·the·CLA·rules·for·Chromium: 
27 https://cla.developers.google.com/clas 
  
28 Files·in·third_party/·have·their·own·licenses,·as·described·therein.·The·MIT 
29 license,·for·third_party/fiat,·which,·unlike·other·third_party·directories,·is 
30 compiled·into·non-test·libraries,·is·included·below. 
  
31 The·OpenSSL·toolkit·stays·under·a·dual·license,·i.e.·both·the·conditions·of·the 
32 OpenSSL·License·and·the·original·SSLeay·license·apply·to·the·toolkit.·See·below 
33 for·the·actual·license·texts.·Actually·both·licenses·are·BSD-style·Open·Source 
34 licenses.·In·case·of·any·license·issues·related·to·OpenSSL·please·contact 
35 openssl-core@openssl.org. 
  
36 The·following·are·Google-internal·bug·numbers·where·explicit·permission·from 
37 some·authors·is·recorded·for·use·of·their·work.·(This·is·purely·for·our·own 
38 record·keeping.) 
39 ··27287199 
40 ··27287880 
41 ··27287883 
  
42 ··OpenSSL·License 
43 ··--------------- 
  
44 /*·==================================================================== 
45 ·*·Copyright·(c)·1998-2011·The·OpenSSL·Project.··All·rights·reserved. 
46 ·* 
47 ·*·Redistribution·and·use·in·source·and·binary·forms,·with·or·without 
48 ·*·modification,·are·permitted·provided·that·the·following·conditions 
49 ·*·are·met: 
50 ·* 
51 ·*·1.·Redistributions·of·source·code·must·retain·the·above·copyright 
52 ·*····notice,·this·list·of·conditions·and·the·following·disclaimer.· 
53 ·* 
54 ·*·2.·Redistributions·in·binary·form·must·reproduce·the·above·copyright 
55 ·*····notice,·this·list·of·conditions·and·the·following·disclaimer·in 
56 ·*····the·documentation·and/or·other·materials·provided·with·the 
57 ·*····distribution. 
58 ·* 
59 ·*·3.·All·advertising·materials·mentioning·features·or·use·of·this 
60 ·*····software·must·display·the·following·acknowledgment: 
61 ·*····&quot;This·product·includes·software·developed·by·the·OpenSSL·Project 
62 ·*····for·use·in·the·OpenSSL·Toolkit.·(http://www.openssl.org/)&quot; 
63 ·* 
64 ·*·4.·The·names·&quot;OpenSSL·Toolkit&quot;·and·&quot;OpenSSL·Project&quot;·must·not·be·used·to 
65 ·*····endorse·or·promote·products·derived·from·this·software·without 
66 ·*····prior·written·permission.·For·written·permission,·please·contact 
67 ·*····openssl-core@openssl.org. 
68 ·* 
69 ·*·5.·Products·derived·from·this·software·may·not·be·called·&quot;OpenSSL&quot; 
70 ·*····nor·may·&quot;OpenSSL&quot;·appear·in·their·names·without·prior·written 
71 ·*····permission·of·the·OpenSSL·Project. 
72 ·* 
73 ·*·6.·Redistributions·of·any·form·whatsoever·must·retain·the·following 
74 ·*····acknowledgment: 
75 ·*····&quot;This·product·includes·software·developed·by·the·OpenSSL·Project 
76 ·*····for·use·in·the·OpenSSL·Toolkit·(http://www.openssl.org/)&quot; 
77 ·* 
78 ·*·THIS·SOFTWARE·IS·PROVIDED·BY·THE·OpenSSL·PROJECT·``AS·IS&apos;&apos;·AND·ANY 
79 ·*·EXPRESSED·OR·IMPLIED·WARRANTIES,·INCLUDING,·BUT·NOT·LIMITED·TO,·THE 
80 ·*·IMPLIED·WARRANTIES·OF·MERCHANTABILITY·AND·FITNESS·FOR·A·PARTICULAR 
81 ·*·PURPOSE·ARE·DISCLAIMED.··IN·NO·EVENT·SHALL·THE·OpenSSL·PROJECT·OR 
82 ·*·ITS·CONTRIBUTORS·BE·LIABLE·FOR·ANY·DIRECT,·INDIRECT,·INCIDENTAL, 
83 ·*·SPECIAL,·EXEMPLARY,·OR·CONSEQUENTIAL·DAMAGES·(INCLUDING,·BUT 
84 ·*·NOT·LIMITED·TO,·PROCUREMENT·OF·SUBSTITUTE·GOODS·OR·SERVICES; 
85 ·*·LOSS·OF·USE,·DATA,·OR·PROFITS;·OR·BUSINESS·INTERRUPTION) 
86 ·*·HOWEVER·CAUSED·AND·ON·ANY·THEORY·OF·LIABILITY,·WHETHER·IN·CONTRACT, 
87 ·*·STRICT·LIABILITY,·OR·TORT·(INCLUDING·NEGLIGENCE·OR·OTHERWISE) 
88 ·*·ARISING·IN·ANY·WAY·OUT·OF·THE·USE·OF·THIS·SOFTWARE,·EVEN·IF·ADVISED 
89 ·*·OF·THE·POSSIBILITY·OF·SUCH·DAMAGE. 
90 ·*·==================================================================== 
91 ·* 
92 ·*·This·product·includes·cryptographic·software·written·by·Eric·Young 
93 ·*·(eay@cryptsoft.com).··This·product·includes·software·written·by·Tim 
94 ·*·Hudson·(tjh@cryptsoft.com). 
95 ·* 
96 ·*/ 
  
97 ·Original·SSLeay·License 
98 ·----------------------- 
  
99 /*·Copyright·(C)·1995-1998·Eric·Young·(eay@cryptsoft.com) 
100 ·*·All·rights·reserved. 
101 ·* 
102 ·*·This·package·is·an·SSL·implementation·written 
103 ·*·by·Eric·Young·(eay@cryptsoft.com). 
104 ·*·The·implementation·was·written·so·as·to·conform·with·Netscapes·SSL. 
105 ·*· 
106 ·*·This·library·is·free·for·commercial·and·non-commercial·use·as·long·as 
107 ·*·the·following·conditions·are·aheared·to.··The·following·conditions 
108 ·*·apply·to·all·code·found·in·this·distribution,·be·it·the·RC4,·RSA, 
109 ·*·lhash,·DES,·etc.,·code;·not·just·the·SSL·code.··The·SSL·documentation 
110 ·*·included·with·this·distribution·is·covered·by·the·same·copyright·terms 
111 ·*·except·that·the·holder·is·Tim·Hudson·(tjh@cryptsoft.com). 
112 ·*· 
113 ·*·Copyright·remains·Eric·Young&apos;s,·and·as·such·any·Copyright·notices·in 
114 ·*·the·code·are·not·to·be·removed. 
115 ·*·If·this·package·is·used·in·a·product,·Eric·Young·should·be·given·attribution 
116 ·*·as·the·author·of·the·parts·of·the·library·used. 
117 ·*·This·can·be·in·the·form·of·a·textual·message·at·program·startup·or 
118 ·*·in·documentation·(online·or·textual)·provided·with·the·package. 
119 ·*· 
120 ·*·Redistribution·and·use·in·source·and·binary·forms,·with·or·without 
121 ·*·modification,·are·permitted·provided·that·the·following·conditions 
122 ·*·are·met: 
123 ·*·1.·Redistributions·of·source·code·must·retain·the·copyright 
124 ·*····notice,·this·list·of·conditions·and·the·following·disclaimer. 
125 ·*·2.·Redistributions·in·binary·form·must·reproduce·the·above·copyright 
126 ·*····notice,·this·list·of·conditions·and·the·following·disclaimer·in·the 
127 ·*····documentation·and/or·other·materials·provided·with·the·distribution. 
128 ·*·3.·All·advertising·materials·mentioning·features·or·use·of·this·software 
129 ·*····must·display·the·following·acknowledgement: 
130 ·*····&quot;This·product·includes·cryptographic·software·written·by 
131 ·*·····Eric·Young·(eay@cryptsoft.com)&quot; 
132 ·*····The·word·&apos;cryptographic&apos;·can·be·left·out·if·the·rouines·from·the·library 
133 ·*····being·used·are·not·cryptographic·related·:-). 
134 ·*·4.·If·you·include·any·Windows·specific·code·(or·a·derivative·thereof)·from· 
135 ·*····the·apps·directory·(application·code)·you·must·include·an·acknowledgement: 
136 ·*····&quot;This·product·includes·software·written·by·Tim·Hudson·(tjh@cryptsoft.com)&quot; 
137 ·*· 
138 ·*·THIS·SOFTWARE·IS·PROVIDED·BY·ERIC·YOUNG·``AS·IS&apos;&apos;·AND 
139 ·*·ANY·EXPRESS·OR·IMPLIED·WARRANTIES,·INCLUDING,·BUT·NOT·LIMITED·TO,·THE 
140 ·*·IMPLIED·WARRANTIES·OF·MERCHANTABILITY·AND·FITNESS·FOR·A·PARTICULAR·PURPOSE 
141 ·*·ARE·DISCLAIMED.··IN·NO·EVENT·SHALL·THE·AUTHOR·OR·CONTRIBUTORS·BE·LIABLE 
142 ·*·FOR·ANY·DIRECT,·INDIRECT,·INCIDENTAL,·SPECIAL,·EXEMPLARY,·OR·CONSEQUENTIAL 
143 ·*·DAMAGES·(INCLUDING,·BUT·NOT·LIMITED·TO,·PROCUREMENT·OF·SUBSTITUTE·GOODS 
144 ·*·OR·SERVICES;·LOSS·OF·USE,·DATA,·OR·PROFITS;·OR·BUSINESS·INTERRUPTION) 
145 ·*·HOWEVER·CAUSED·AND·ON·ANY·THEORY·OF·LIABILITY,·WHETHER·IN·CONTRACT,·STRICT 
146 ·*·LIABILITY,·OR·TORT·(INCLUDING·NEGLIGENCE·OR·OTHERWISE)·ARISING·IN·ANY·WAY 
147 ·*·OUT·OF·THE·USE·OF·THIS·SOFTWARE,·EVEN·IF·ADVISED·OF·THE·POSSIBILITY·OF 
148 ·*·SUCH·DAMAGE. 
149 ·*· 
150 ·*·The·licence·and·distribution·terms·for·any·publically·available·version·or 
151 ·*·derivative·of·this·code·cannot·be·changed.··i.e.·this·code·cannot·simply·be 
152 ·*·copied·and·put·under·another·distribution·licence 
153 ·*·[including·the·GNU·Public·Licence.] 
154 ·*/ 
  
  
155 ISC·license·used·for·completely·new·code·in·BoringSSL: 
  
156 /*·Copyright·(c)·2015,·Google·Inc. 
157 ·* 
158 ·*·Permission·to·use,·copy,·modify,·and/or·distribute·this·software·for·any 
159 ·*·purpose·with·or·without·fee·is·hereby·granted,·provided·that·the·above 
160 ·*·copyright·notice·and·this·permission·notice·appear·in·all·copies. 
161 ·* 
162 ·*·THE·SOFTWARE·IS·PROVIDED·&quot;AS·IS&quot;·AND·THE·AUTHOR·DISCLAIMS·ALL·WARRANTIES 
163 ·*·WITH·REGARD·TO·THIS·SOFTWARE·INCLUDING·ALL·IMPLIED·WARRANTIES·OF 
164 ·*·MERCHANTABILITY·AND·FITNESS.·IN·NO·EVENT·SHALL·THE·AUTHOR·BE·LIABLE·FOR·ANY 
165 ·*·SPECIAL,·DIRECT,·INDIRECT,·OR·CONSEQUENTIAL·DAMAGES·OR·ANY·DAMAGES 
166 ·*·WHATSOEVER·RESULTING·FROM·LOSS·OF·USE,·DATA·OR·PROFITS,·WHETHER·IN·AN·ACTION 
167 ·*·OF·CONTRACT,·NEGLIGENCE·OR·OTHER·TORTIOUS·ACTION,·ARISING·OUT·OF·OR·IN 
168 ·*·CONNECTION·WITH·THE·USE·OR·PERFORMANCE·OF·THIS·SOFTWARE.·*/ 
  
  
169 The·code·in·third_party/fiat·carries·the·MIT·license: 
  
170 Copyright·(c)·2015-2016·the·fiat-crypto·authors·(see 
171 https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS). 
  
172 Permission·is·hereby·granted,·free·of·charge,·to·any·person·obtaining·a·copy 
173 of·this·software·and·associated·documentation·files·(the·&quot;Software&quot;),·to·deal 
174 in·the·Software·without·restriction,·including·without·limitation·the·rights 
175 to·use,·copy,·modify,·merge,·publish,·distribute,·sublicense,·and/or·sell 
176 copies·of·the·Software,·and·to·permit·persons·to·whom·the·Software·is 
177 furnished·to·do·so,·subject·to·the·following·conditions: 
  
178 The·above·copyright·notice·and·this·permission·notice·shall·be·included·in·all 
179 copies·or·substantial·portions·of·the·Software. 
  
180 THE·SOFTWARE·IS·PROVIDED·&quot;AS·IS&quot;,·WITHOUT·WARRANTY·OF·ANY·KIND,·EXPRESS·OR 
181 IMPLIED,·INCLUDING·BUT·NOT·LIMITED·TO·THE·WARRANTIES·OF·MERCHANTABILITY, 
182 FITNESS·FOR·A·PARTICULAR·PURPOSE·AND·NONINFRINGEMENT.·IN·NO·EVENT·SHALL·THE 
183 AUTHORS·OR·COPYRIGHT·HOLDERS·BE·LIABLE·FOR·ANY·CLAIM,·DAMAGES·OR·OTHER 
184 LIABILITY,·WHETHER·IN·AN·ACTION·OF·CONTRACT,·TORT·OR·OTHERWISE,·ARISING·FROM, 
185 OUT·OF·OR·IN·CONNECTION·WITH·THE·SOFTWARE·OR·THE·USE·OR·OTHER·DEALINGS·IN·THE 
186 SOFTWARE. 
  
  
187 Licenses·for·support·code 
188 ------------------------- 
  
189 Parts·of·the·TLS·test·suite·are·under·the·Go·license.·This·code·is·not·included 
190 in·BoringSSL·(i.e.·libcrypto·and·libssl)·when·compiled,·however,·so 
191 distributing·code·linked·against·BoringSSL·does·not·trigger·this·license: 
  
192 Copyright·(c)·2009·The·Go·Authors.·All·rights·reserved. 
  
193 Redistribution·and·use·in·source·and·binary·forms,·with·or·without 
194 modification,·are·permitted·provided·that·the·following·conditions·are 
195 met: 
  
196 ···*·Redistributions·of·source·code·must·retain·the·above·copyright 
197 notice,·this·list·of·conditions·and·the·following·disclaimer. 
198 ···*·Redistributions·in·binary·form·must·reproduce·the·above 
199 copyright·notice,·this·list·of·conditions·and·the·following·disclaimer 
200 in·the·documentation·and/or·other·materials·provided·with·the 
201 distribution. 
202 ···*·Neither·the·name·of·Google·Inc.·nor·the·names·of·its 
203 contributors·may·be·used·to·endorse·or·promote·products·derived·from 
204 this·software·without·specific·prior·written·permission. 
  
205 THIS·SOFTWARE·IS·PROVIDED·BY·THE·COPYRIGHT·HOLDERS·AND·CONTRIBUTORS 
206 &quot;AS·IS&quot;·AND·ANY·EXPRESS·OR·IMPLIED·WARRANTIES,·INCLUDING,·BUT·NOT 
207 LIMITED·TO,·THE·IMPLIED·WARRANTIES·OF·MERCHANTABILITY·AND·FITNESS·FOR 
208 A·PARTICULAR·PURPOSE·ARE·DISCLAIMED.·IN·NO·EVENT·SHALL·THE·COPYRIGHT 
209 OWNER·OR·CONTRIBUTORS·BE·LIABLE·FOR·ANY·DIRECT,·INDIRECT,·INCIDENTAL, 
210 SPECIAL,·EXEMPLARY,·OR·CONSEQUENTIAL·DAMAGES·(INCLUDING,·BUT·NOT 
211 LIMITED·TO,·PROCUREMENT·OF·SUBSTITUTE·GOODS·OR·SERVICES;·LOSS·OF·USE, 
212 DATA,·OR·PROFITS;·OR·BUSINESS·INTERRUPTION)·HOWEVER·CAUSED·AND·ON·ANY 
213 THEORY·OF·LIABILITY,·WHETHER·IN·CONTRACT,·STRICT·LIABILITY,·OR·TORT 
214 (INCLUDING·NEGLIGENCE·OR·OTHERWISE)·ARISING·IN·ANY·WAY·OUT·OF·THE·USE 
215 OF·THIS·SOFTWARE,·EVEN·IF·ADVISED·OF·THE·POSSIBILITY·OF·SUCH·DAMAGE. 
  
  
216 BoringSSL·uses·the·Chromium·test·infrastructure·to·run·a·continuous·build, 
217 trybots·etc.·The·scripts·which·manage·this,·and·the·script·for·generating·build 
218 metadata,·are·under·the·Chromium·license.·Distributing·code·linked·against 
219 BoringSSL·does·not·trigger·this·license. 
  
220 Copyright·2015·The·Chromium·Authors.·All·rights·reserved. 
  
221 Redistribution·and·use·in·source·and·binary·forms,·with·or·without 
222 modification,·are·permitted·provided·that·the·following·conditions·are 
223 met: 
  
224 ···*·Redistributions·of·source·code·must·retain·the·above·copyright 
225 notice,·this·list·of·conditions·and·the·following·disclaimer. 
226 ···*·Redistributions·in·binary·form·must·reproduce·the·above 
227 copyright·notice,·this·list·of·conditions·and·the·following·disclaimer 
228 in·the·documentation·and/or·other·materials·provided·with·the 
229 distribution. 
230 ···*·Neither·the·name·of·Google·Inc.·nor·the·names·of·its 
231 contributors·may·be·used·to·endorse·or·promote·products·derived·from 
232 this·software·without·specific·prior·written·permission. 
  
233 THIS·SOFTWARE·IS·PROVIDED·BY·THE·COPYRIGHT·HOLDERS·AND·CONTRIBUTORS 
234 &quot;AS·IS&quot;·AND·ANY·EXPRESS·OR·IMPLIED·WARRANTIES,·INCLUDING,·BUT·NOT 
235 LIMITED·TO,·THE·IMPLIED·WARRANTIES·OF·MERCHANTABILITY·AND·FITNESS·FOR 
236 A·PARTICULAR·PURPOSE·ARE·DISCLAIMED.·IN·NO·EVENT·SHALL·THE·COPYRIGHT 
237 OWNER·OR·CONTRIBUTORS·BE·LIABLE·FOR·ANY·DIRECT,·INDIRECT,·INCIDENTAL, 
238 SPECIAL,·EXEMPLARY,·OR·CONSEQUENTIAL·DAMAGES·(INCLUDING,·BUT·NOT 
239 LIMITED·TO,·PROCUREMENT·OF·SUBSTITUTE·GOODS·OR·SERVICES;·LOSS·OF·USE, 
240 DATA,·OR·PROFITS;·OR·BUSINESS·INTERRUPTION)·HOWEVER·CAUSED·AND·ON·ANY 
241 THEORY·OF·LIABILITY,·WHETHER·IN·CONTRACT,·STRICT·LIABILITY,·OR·TORT 
242 (INCLUDING·NEGLIGENCE·OR·OTHERWISE)·ARISING·IN·ANY·WAY·OUT·OF·THE·USE 
243 OF·THIS·SOFTWARE,·EVEN·IF·ADVISED·OF·THE·POSSIBILITY·OF·SUCH·DAMAGE. 
  
244 Copyright·(C)·1995,·1996,·1997,·and·1998·WIDE·Project.23 Copyright·(C)·1995,·1996,·1997,·and·1998·WIDE·Project.
245 All·rights·reserved.24 All·rights·reserved.
  
246 Redistribution·and·use·in·source·and·binary·forms,·with·or·without25 Redistribution·and·use·in·source·and·binary·forms,·with·or·without
247 modification,·are·permitted·provided·that·the·following·conditions26 modification,·are·permitted·provided·that·the·following·conditions
248 are·met:27 are·met:
249 1.·Redistributions·of·source·code·must·retain·the·above·copyright28 1.·Redistributions·of·source·code·must·retain·the·above·copyright