licenses_third_party 1.3 MB
Newer Older
1
Signature: 2c668a8ae65b5189de71c2e56979e785
2

3 4
UNUSED LICENSES:

5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
====================================================================================================
ORIGIN: ../../../third_party/angle/src/common/third_party/xxhash/LICENSE
TYPE: LicenseType.bsd
----------------------------------------------------------------------------------------------------
xxHash Library
Copyright (c) 2012-2014, Yann Collet
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
  list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice, this
  list of conditions and the following disclaimer in the documentation and/or
  other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
ORIGIN: ../../../third_party/angle/util/windows/third_party/StackWalker/LICENSE
TYPE: LicenseType.bsd
----------------------------------------------------------------------------------------------------
BSD 3-Clause License

Copyright (c) 2005 - 2017, Jochen Kalmbach
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
  list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution.

* Neither the name of the copyright holder nor the names of its
  contributors may be used to endorse or promote products derived from
  this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

B
Ben Konyi 已提交
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
====================================================================================================
ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_internal/LICENSE
TYPE: LicenseType.bsd
----------------------------------------------------------------------------------------------------
Copyright 2017, the Dart project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

102
====================================================================================================
103
ORIGIN: ../../../third_party/rapidjson/LICENSE
104 105
TYPE: LicenseType.bsd
----------------------------------------------------------------------------------------------------
106
Tencent is pleased to support the open source community by making RapidJSON available.
107

108
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip.  All rights reserved.
109

110 111
If you have downloaded a copy of the RapidJSON binary from Tencent, please note that the RapidJSON binary is licensed under the MIT License.
If you have downloaded a copy of the RapidJSON source code from Tencent, please note that RapidJSON source code is licensed under the MIT License, except for the third-party components listed below which are subject to different license terms.  Your integration of RapidJSON into your own projects may require compliance with the MIT License, as well as the other licenses applicable to the third-party components included within RapidJSON.
112

113
A copy of the MIT License is included in this file.
114

115
Other dependencies and licenses:
116

117
Open Source Software Licensed Under the BSD License:
118

119 120
The msinttypes r29
Copyright (c) 2006-2013 Alexander Chemeris
121 122
All rights reserved.

123
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
124

125 126 127
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
* Neither the name of  copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
128

129
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
130

131
Terms of the MIT License:
132

133
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
134

135
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
136

137
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
138
====================================================================================================
139 140
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
USED LICENSES:
141

142
====================================================================================================
143 144 145 146
LIBRARY: StackWalker
ORIGIN: ../../../third_party/angle/util/windows/third_party/StackWalker/src/StackWalker.cpp
TYPE: LicenseType.bsd
FILE: ../../../third_party/angle/util/windows/third_party/StackWalker/src/StackWalker.cpp
147
----------------------------------------------------------------------------------------------------
148 149
Copyright (c) 2005-2013, Jochen Kalmbach
All rights reserved.
150

151 152
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
153

154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
Neither the name of Jochen Kalmbach nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
173

174 175 176 177 178 179 180 181
====================================================================================================
LIBRARY: StackWalker
ORIGIN: ../../../third_party/angle/util/windows/third_party/StackWalker/src/StackWalker.h
TYPE: LicenseType.bsd
FILE: ../../../third_party/angle/util/windows/third_party/StackWalker/src/StackWalker.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2005-2009, Jochen Kalmbach
All rights reserved.
182

183 184
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
185

186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204
Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
Neither the name of Jochen Kalmbach nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
205

206 207 208
====================================================================================================
LIBRARY: angle
LIBRARY: base
S
stuartmorgan 已提交
209
ORIGIN: ../../../third_party/angle/include/EGL/eglext_angle.h + ../../../third_party/angle/LICENSE
210
TYPE: LicenseType.bsd
S
stuartmorgan 已提交
211 212 213
FILE: ../../../third_party/angle/include/EGL/eglext_angle.h
FILE: ../../../third_party/angle/include/GLES2/gl2ext_angle.h
FILE: ../../../third_party/angle/samples/multiview/Multiview.cpp
214 215 216 217
FILE: ../../../third_party/angle/src/common/PackedEnums.h
FILE: ../../../third_party/angle/src/common/aligned_memory.cpp
FILE: ../../../third_party/angle/src/common/aligned_memory.h
FILE: ../../../third_party/angle/src/common/aligned_memory_unittest.cpp
S
stuartmorgan 已提交
218
FILE: ../../../third_party/angle/src/common/angleutils_unittest.cpp
219 220 221
FILE: ../../../third_party/angle/src/common/third_party/base/anglebase/base_export.h
FILE: ../../../third_party/angle/src/common/third_party/base/anglebase/macros.h
FILE: ../../../third_party/angle/src/common/third_party/base/anglebase/sys_byteorder.h
S
stuartmorgan 已提交
222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257
FILE: ../../../third_party/angle/src/compiler/translator/Declarator.cpp
FILE: ../../../third_party/angle/src/compiler/translator/Declarator.h
FILE: ../../../third_party/angle/src/compiler/translator/ExtensionBehavior.cpp
FILE: ../../../third_party/angle/src/compiler/translator/HashNames.cpp
FILE: ../../../third_party/angle/src/compiler/translator/ImageFunctionHLSL.cpp
FILE: ../../../third_party/angle/src/compiler/translator/ImageFunctionHLSL.h
FILE: ../../../third_party/angle/src/compiler/translator/IsASTDepthBelowLimit.cpp
FILE: ../../../third_party/angle/src/compiler/translator/IsASTDepthBelowLimit.h
FILE: ../../../third_party/angle/src/compiler/translator/OutputTree.h
FILE: ../../../third_party/angle/src/compiler/translator/StaticType.h
FILE: ../../../third_party/angle/src/compiler/translator/Symbol.cpp
FILE: ../../../third_party/angle/src/compiler/translator/Symbol.h
FILE: ../../../third_party/angle/src/compiler/translator/SymbolUniqueId.cpp
FILE: ../../../third_party/angle/src/compiler/translator/SymbolUniqueId.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/ClampFragDepth.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/ClampFragDepth.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/ClampPointSize.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/ClampPointSize.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/DeclareAndInitBuiltinsForInstancedMultiview.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/DeclareAndInitBuiltinsForInstancedMultiview.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RemoveArrayLengthMethod.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RemoveArrayLengthMethod.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RemoveUnreferencedVariables.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RemoveUnreferencedVariables.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/VectorizeVectorScalarArithmetic.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/VectorizeVectorScalarArithmetic.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/WrapSwitchStatementsInBlocks.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/WrapSwitchStatementsInBlocks.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/FindMain.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/FindMain.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/IntermNode_util.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/IntermNode_util.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/IntermTraverse.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/RunAtTheEndOfShader.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/RunAtTheEndOfShader.h
FILE: ../../../third_party/angle/src/gpu_info_util/SystemInfo_mac.mm
258
FILE: ../../../third_party/angle/src/gpu_info_util/SystemInfo_unittest.cpp
S
stuartmorgan 已提交
259
FILE: ../../../third_party/angle/src/libANGLE/ErrorStrings.h
260 261 262
FILE: ../../../third_party/angle/src/libANGLE/LoggingAnnotator.cpp
FILE: ../../../third_party/angle/src/libANGLE/LoggingAnnotator.h
FILE: ../../../third_party/angle/src/libANGLE/MemoryProgramCache.cpp
S
stuartmorgan 已提交
263 264 265 266 267
FILE: ../../../third_party/angle/src/libANGLE/MemoryProgramCache.h
FILE: ../../../third_party/angle/src/libANGLE/ProgramLinkedResources.cpp
FILE: ../../../third_party/angle/src/libANGLE/ProgramLinkedResources.h
FILE: ../../../third_party/angle/src/libANGLE/ProgramPipeline.cpp
FILE: ../../../third_party/angle/src/libANGLE/ProgramPipeline.h
268 269 270 271 272 273 274 275 276
FILE: ../../../third_party/angle/src/libANGLE/ResourceMap.h
FILE: ../../../third_party/angle/src/libANGLE/SizedMRUCache.h
FILE: ../../../third_party/angle/src/libANGLE/SizedMRUCache_unittest.cpp
FILE: ../../../third_party/angle/src/libANGLE/VertexArray_unittest.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/ProgramPipelineImpl.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/ProgramPipeline11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/ProgramPipeline11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/ResourceManager11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/ResourceManager11.h
S
stuartmorgan 已提交
277
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/Clear11.hlsl
278 279 280 281
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/ClearMultiviewGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/ClearMultiviewGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/ProgramPipelineGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/ProgramPipelineGL.h
S
stuartmorgan 已提交
282 283 284 285
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/cgl/IOSurfaceSurfaceCGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/egl_utils.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/egl_utils.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/SurfaceWGL.h
286 287 288 289 290 291
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/ProgramPipelineNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/ProgramPipelineNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/CommandGraph.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/CommandGraph.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/ProgramPipelineVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/ProgramPipelineVk.h
S
stuartmorgan 已提交
292 293
FILE: ../../../third_party/angle/src/libGL/proc_table_wgl.h
FILE: ../../../third_party/angle/src/libGLESv2/proc_table_egl.h
294 295
----------------------------------------------------------------------------------------------------
Copyright 2017 The ANGLE Project Authors. All rights reserved.
296

297 298 299
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
300

301 302
    Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
303

304 305 306 307
    Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following
    disclaimer in the documentation and/or other materials provided
    with the distribution.
308

309 310 311 312
    Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
    Ltd., nor the names of their contributors may be used to endorse
    or promote products derived from this software without specific
    prior written permission.
313

314 315 316 317 318 319 320 321 322 323 324 325 326
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
327

328 329 330
====================================================================================================
LIBRARY: angle
LIBRARY: base
S
stuartmorgan 已提交
331
ORIGIN: ../../../third_party/angle/include/platform/FrontendFeatures.h + ../../../third_party/angle/LICENSE
332
TYPE: LicenseType.bsd
S
stuartmorgan 已提交
333 334 335
FILE: ../../../third_party/angle/include/platform/FrontendFeatures.h
FILE: ../../../third_party/angle/src/common/Color.h
FILE: ../../../third_party/angle/src/common/Color.inc
336 337 338
FILE: ../../../third_party/angle/src/common/third_party/base/anglebase/logging.h
FILE: ../../../third_party/angle/src/common/vector_utils.h
FILE: ../../../third_party/angle/src/common/vector_utils_unittest.cpp
S
stuartmorgan 已提交
339
FILE: ../../../third_party/angle/src/compiler/fuzz/translator_fuzzer.cpp
340
FILE: ../../../third_party/angle/src/compiler/translator/ConstantUnion.cpp
S
stuartmorgan 已提交
341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371
FILE: ../../../third_party/angle/src/compiler/translator/OutputVulkanGLSL.cpp
FILE: ../../../third_party/angle/src/compiler/translator/OutputVulkanGLSL.h
FILE: ../../../third_party/angle/src/compiler/translator/Severity.h
FILE: ../../../third_party/angle/src/compiler/translator/TextureFunctionHLSL.cpp
FILE: ../../../third_party/angle/src/compiler/translator/TextureFunctionHLSL.h
FILE: ../../../third_party/angle/src/compiler/translator/TranslatorVulkan.cpp
FILE: ../../../third_party/angle/src/compiler/translator/TranslatorVulkan.h
FILE: ../../../third_party/angle/src/compiler/translator/ValidateMaxParameters.cpp
FILE: ../../../third_party/angle/src/compiler/translator/ValidateMaxParameters.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/AddAndTrueToLoopCondition.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/AddAndTrueToLoopCondition.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/AddDefaultReturnStatements.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/AddDefaultReturnStatements.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/BreakVariableAliasingInInnerLoops.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/BreakVariableAliasingInInnerLoops.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/DeferGlobalInitializers.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/DeferGlobalInitializers.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/ExpandIntegerPowExpressions.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/ExpandIntegerPowExpressions.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RemoveInvariantDeclaration.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RemoveInvariantDeclaration.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteTexelFetchOffset.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteTexelFetchOffset.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteUnaryMinusOperatorFloat.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteUnaryMinusOperatorFloat.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteUnaryMinusOperatorInt.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteUnaryMinusOperatorInt.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/SimplifyLoopConditions.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/SimplifyLoopConditions.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/SplitSequenceOperator.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/SplitSequenceOperator.h
372 373
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/UseInterfaceBlockFields.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/UseInterfaceBlockFields.h
S
stuartmorgan 已提交
374 375 376 377
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/IntermNodePatternMatcher.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/IntermNodePatternMatcher.h
FILE: ../../../third_party/angle/src/image_util/imageformats.cpp
FILE: ../../../third_party/angle/src/libANGLE/HandleRangeAllocator.cpp
378 379
FILE: ../../../third_party/angle/src/libANGLE/HandleRangeAllocator_unittest.cpp
FILE: ../../../third_party/angle/src/libANGLE/Observer.h
S
stuartmorgan 已提交
380 381 382 383 384
FILE: ../../../third_party/angle/src/libANGLE/Observer_unittest.cpp
FILE: ../../../third_party/angle/src/libANGLE/Stream.cpp
FILE: ../../../third_party/angle/src/libANGLE/Stream.h
FILE: ../../../third_party/angle/src/libANGLE/Thread.cpp
FILE: ../../../third_party/angle/src/libANGLE/Thread.h
385 386 387 388
FILE: ../../../third_party/angle/src/libANGLE/VaryingPacking_unittest.cpp
FILE: ../../../third_party/angle/src/libANGLE/WorkerThread.cpp
FILE: ../../../third_party/angle/src/libANGLE/WorkerThread.h
FILE: ../../../third_party/angle/src/libANGLE/WorkerThread_unittest.cpp
S
stuartmorgan 已提交
389 390
FILE: ../../../third_party/angle/src/libANGLE/queryutils.cpp
FILE: ../../../third_party/angle/src/libANGLE/queryutils.h
391 392 393 394 395
FILE: ../../../third_party/angle/src/libANGLE/renderer/ContextImpl.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/ContextImpl.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/EGLImplFactory.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/Format.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/FramebufferAttachmentObjectImpl.h
S
stuartmorgan 已提交
396
FILE: ../../../third_party/angle/src/libANGLE/renderer/StreamProducerImpl.h
397
FILE: ../../../third_party/angle/src/libANGLE/renderer/TextureImpl.cpp
S
stuartmorgan 已提交
398 399 400 401
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/HLSLCompiler.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/NativeWindowD3D.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/NativeWindowD3D.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/SwapChainD3D.cpp
402 403
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Context11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Context11.h
S
stuartmorgan 已提交
404 405 406
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/NativeWindow11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/StreamProducerD3DTexture.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/StreamProducerD3DTexture.h
407 408 409
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/VertexArray11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/texture_format_table.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/texture_format_table_utils.h
S
stuartmorgan 已提交
410 411 412 413
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/win32/NativeWindow11Win32.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/win32/NativeWindow11Win32.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/NativeWindow11WinRT.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/NativeWindow11WinRT.h
414 415
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/Context9.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/Context9.h
S
stuartmorgan 已提交
416 417 418 419
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/NativeWindow9.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/NativeWindow9.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/driver_utils.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/driver_utils.h
420 421
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/ContextGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/ContextGL.h
S
stuartmorgan 已提交
422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/PathGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/PathGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/DisplayEGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/DisplayEGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/FunctionsEGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/FunctionsEGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/FunctionsEGLDL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/FunctionsEGLDL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/PbufferSurfaceEGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/PbufferSurfaceEGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/SurfaceEGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/SurfaceEGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/WindowSurfaceEGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/WindowSurfaceEGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/android/DisplayAndroid.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/android/DisplayAndroid.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/functionsegl_typedefs.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/ozone/DisplayOzone.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/ozone/DisplayOzone.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/ozone/SurfaceOzone.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/ozone/SurfaceOzone.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/glx/SurfaceGLX.h
444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/BufferNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/BufferNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/CompilerNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/CompilerNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/ContextNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/ContextNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/DeviceNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/DeviceNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/DisplayNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/DisplayNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/FenceNVNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/FenceNVNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/FramebufferNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/FramebufferNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/ImageNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/ImageNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/PathNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/PathNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/ProgramNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/ProgramNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/QueryNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/QueryNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/RenderbufferNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/RenderbufferNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/SamplerNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/SamplerNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/ShaderNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/ShaderNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/SurfaceNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/SurfaceNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/SyncNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/SyncNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/TextureNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/TextureNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/TransformFeedbackNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/TransformFeedbackNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/VertexArrayNULL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/null/VertexArrayNULL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/renderer_utils.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/renderer_utils.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/BufferVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/BufferVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/CompilerVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/CompilerVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/ContextVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/ContextVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/DeviceVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/DeviceVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/DisplayVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/DisplayVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/FenceNVVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/FenceNVVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/FramebufferVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/FramebufferVk.h
S
stuartmorgan 已提交
498 499
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/GlslangWrapper.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/GlslangWrapper.h
500 501 502 503
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/ImageVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/ImageVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/ProgramVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/ProgramVk.h
S
stuartmorgan 已提交
504
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/QueryVk.cpp
505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/QueryVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/RenderTargetVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/RenderTargetVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/RenderbufferVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/RenderbufferVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/RendererVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/RendererVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/SamplerVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/SamplerVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/ShaderVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/ShaderVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/SurfaceVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/SurfaceVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/SyncVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/SyncVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/TextureVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/TextureVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/TransformFeedbackVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/TransformFeedbackVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/VertexArrayVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/VertexArrayVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/vk_format_utils.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/vk_format_utils.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/vk_utils.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/vk_utils.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/win32/DisplayVkWin32.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/win32/DisplayVkWin32.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/win32/WindowSurfaceVkWin32.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/win32/WindowSurfaceVkWin32.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/xcb/DisplayVkXcb.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/xcb/DisplayVkXcb.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/xcb/WindowSurfaceVkXcb.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/xcb/WindowSurfaceVkXcb.h
S
stuartmorgan 已提交
538 539 540 541 542 543 544 545
FILE: ../../../third_party/angle/src/libANGLE/validationEGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationES31.cpp
FILE: ../../../third_party/angle/util/android/AndroidPixmap.cpp
FILE: ../../../third_party/angle/util/android/AndroidWindow.cpp
FILE: ../../../third_party/angle/util/android/AndroidWindow.h
FILE: ../../../third_party/angle/util/ozone/OzonePixmap.cpp
FILE: ../../../third_party/angle/util/ozone/OzoneWindow.cpp
FILE: ../../../third_party/angle/util/ozone/OzoneWindow.h
546 547
----------------------------------------------------------------------------------------------------
Copyright 2016 The ANGLE Project Authors. All rights reserved.
548

549 550 551
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
552

553 554
    Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
555

556 557 558 559
    Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following
    disclaimer in the documentation and/or other materials provided
    with the distribution.
560

561 562 563 564
    Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
    Ltd., nor the names of their contributors may be used to endorse
    or promote products derived from this software without specific
    prior written permission.
565 566 567

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
568 569 570 571 572 573 574 575 576 577
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
578 579 580
====================================================================================================

====================================================================================================
581
LIBRARY: angle
582
LIBRARY: boringssl
583 584
LIBRARY: observatory_pub_packages
LIBRARY: vulkan
585
LIBRARY: wuffs
586 587
ORIGIN: ../../../flutter/third_party/txt/LICENSE
TYPE: LicenseType.apache
588 589 590 591 592 593
FILE: ../../../third_party/angle/include/GLES/egl.h
FILE: ../../../third_party/angle/include/GLES/glplatform.h
FILE: ../../../third_party/angle/scripts/gl.xml
FILE: ../../../third_party/angle/scripts/wgl.xml
FILE: ../../../third_party/angle/util/android/third_party/android_native_app_glue.c
FILE: ../../../third_party/angle/util/android/third_party/android_native_app_glue.h
594 595
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/METADATA
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/aes_cbc_pkcs5_test.json
596
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/aes_ccm_test.json
597 598 599 600 601 602 603
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/aes_cmac_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/aes_eax_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/aes_gcm_siv_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/aes_gcm_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/aes_siv_cmac_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/chacha20_poly1305_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/dsa_test.json
604 605 606 607 608 609 610 611 612 613 614 615 616 617
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdh_brainpoolP224r1_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdh_brainpoolP256r1_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdh_brainpoolP320r1_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdh_brainpoolP384r1_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdh_brainpoolP512r1_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdh_secp224r1_ecpoint_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdh_secp224r1_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdh_secp256k1_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdh_secp256r1_ecpoint_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdh_secp256r1_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdh_secp384r1_ecpoint_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdh_secp384r1_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdh_secp521r1_ecpoint_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdh_secp521r1_test.json
618 619 620 621 622 623 624 625 626
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdh_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdh_webcrypto_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdsa_brainpoolP224r1_sha224_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdsa_brainpoolP256r1_sha256_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdsa_brainpoolP320r1_sha384_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdsa_brainpoolP384r1_sha384_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdsa_brainpoolP512r1_sha512_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdsa_secp224r1_sha224_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdsa_secp224r1_sha256_test.json
627
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdsa_secp224r1_sha512_test.json
628
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdsa_secp256k1_sha256_test.json
629
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdsa_secp256k1_sha512_test.json
630
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdsa_secp256r1_sha256_test.json
631
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdsa_secp256r1_sha512_test.json
632 633 634 635 636 637 638 639
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdsa_secp384r1_sha384_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdsa_secp384r1_sha512_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdsa_secp521r1_sha512_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdsa_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/ecdsa_webcrypto_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/eddsa_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/kw_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/kwp_test.json
640 641 642 643 644 645 646 647 648 649 650 651 652 653 654
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/rsa_pss_2048_sha1_mgf1_20_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/rsa_pss_2048_sha256_mgf1_0_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/rsa_pss_2048_sha256_mgf1_32_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/rsa_pss_3072_sha256_mgf1_32_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/rsa_pss_4096_sha256_mgf1_32_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/rsa_pss_4096_sha512_mgf1_32_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/rsa_pss_misc_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/rsa_signature_2048_sha224_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/rsa_signature_2048_sha256_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/rsa_signature_2048_sha512_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/rsa_signature_3072_sha256_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/rsa_signature_3072_sha384_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/rsa_signature_3072_sha512_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/rsa_signature_4096_sha384_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/rsa_signature_4096_sha512_test.json
655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/rsa_signature_test.json
FILE: ../../../third_party/boringssl/src/third_party/wycheproof_testvectors/x25519_test.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/async.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/cache.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/check.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/collection.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/core.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/io.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/iterables.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/mirrors.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/pattern.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/collect.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/concat.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/countdown_timer.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/enumerate.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/future_stream.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/iteration.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/metronome.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/stream_buffer.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/async/stream_router.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/cache/cache.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/cache/map_cache.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/bimap.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/delegates/iterable.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/delegates/list.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/delegates/map.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/delegates/queue.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/delegates/set.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/lru_map.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/multimap.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/collection/treeset.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/core/hash.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/core/optional.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/concat.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/count.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/cycle.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/enumerate.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/generating_iterable.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/infinite_iterable.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/merge.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/min_max.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/partition.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/range.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/iterables/zip.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/pattern/glob.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/time/clock.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/time/duration_unit_constants.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/src/time/util.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/strings.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/quiver/lib/time.dart
705 706 707 708 709 710 711 712 713 714 715 716 717
FILE: ../../../third_party/vulkan/include/vulkan/vk_platform.h
FILE: ../../../third_party/vulkan/include/vulkan/vulkan.h
FILE: ../../../third_party/vulkan/include/vulkan/vulkan_android.h
FILE: ../../../third_party/vulkan/include/vulkan/vulkan_core.h
FILE: ../../../third_party/vulkan/include/vulkan/vulkan_fuchsia.h
FILE: ../../../third_party/vulkan/include/vulkan/vulkan_ios.h
FILE: ../../../third_party/vulkan/include/vulkan/vulkan_macos.h
FILE: ../../../third_party/vulkan/include/vulkan/vulkan_vi.h
FILE: ../../../third_party/vulkan/include/vulkan/vulkan_wayland.h
FILE: ../../../third_party/vulkan/include/vulkan/vulkan_win32.h
FILE: ../../../third_party/vulkan/include/vulkan/vulkan_xcb.h
FILE: ../../../third_party/vulkan/include/vulkan/vulkan_xlib.h
FILE: ../../../third_party/vulkan/include/vulkan/vulkan_xlib_xrandr.h
718
FILE: ../../../third_party/wuffs/cmd/commonflags/commonflags.go
J
Jason Simmons 已提交
719
FILE: ../../../third_party/wuffs/cmd/ractool/main.go
720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735
FILE: ../../../third_party/wuffs/cmd/wuffs-c/genlib.go
FILE: ../../../third_party/wuffs/cmd/wuffs-c/main.go
FILE: ../../../third_party/wuffs/cmd/wuffs-c/release.go
FILE: ../../../third_party/wuffs/cmd/wuffs-c/test.go
FILE: ../../../third_party/wuffs/cmd/wuffs/gen.go
FILE: ../../../third_party/wuffs/cmd/wuffs/main.go
FILE: ../../../third_party/wuffs/cmd/wuffs/release.go
FILE: ../../../third_party/wuffs/cmd/wuffs/test.go
FILE: ../../../third_party/wuffs/cmd/wuffsfmt/main.go
FILE: ../../../third_party/wuffs/example/crc32/crc32.cc
FILE: ../../../third_party/wuffs/example/gifplayer/gifplayer.c
FILE: ../../../third_party/wuffs/example/library/library.c
FILE: ../../../third_party/wuffs/example/zcat/zcat.c
FILE: ../../../third_party/wuffs/fuzz/c/fuzzlib/fuzzlib.c
FILE: ../../../third_party/wuffs/fuzz/c/std/gif_fuzzer.c
FILE: ../../../third_party/wuffs/fuzz/c/std/zlib_fuzzer.c
736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757
FILE: ../../../third_party/wuffs/internal/cgen/base/all-impl.c
FILE: ../../../third_party/wuffs/internal/cgen/base/core-private.h
FILE: ../../../third_party/wuffs/internal/cgen/base/core-public.h
FILE: ../../../third_party/wuffs/internal/cgen/base/image-impl.c
FILE: ../../../third_party/wuffs/internal/cgen/base/image-private.h
FILE: ../../../third_party/wuffs/internal/cgen/base/image-public.h
FILE: ../../../third_party/wuffs/internal/cgen/base/io-private.h
FILE: ../../../third_party/wuffs/internal/cgen/base/io-public.h
FILE: ../../../third_party/wuffs/internal/cgen/base/memory-private.h
FILE: ../../../third_party/wuffs/internal/cgen/base/memory-public.h
FILE: ../../../third_party/wuffs/internal/cgen/base/range-private.h
FILE: ../../../third_party/wuffs/internal/cgen/base/range-public.h
FILE: ../../../third_party/wuffs/internal/cgen/builtin.go
FILE: ../../../third_party/wuffs/internal/cgen/cgen.go
FILE: ../../../third_party/wuffs/internal/cgen/data.go
FILE: ../../../third_party/wuffs/internal/cgen/expr.go
FILE: ../../../third_party/wuffs/internal/cgen/func.go
FILE: ../../../third_party/wuffs/internal/cgen/gen.go
FILE: ../../../third_party/wuffs/internal/cgen/resume.go
FILE: ../../../third_party/wuffs/internal/cgen/statement.go
FILE: ../../../third_party/wuffs/internal/cgen/var.go
FILE: ../../../third_party/wuffs/internal/testcut/testcut.go
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780
FILE: ../../../third_party/wuffs/lang/ast/ast.go
FILE: ../../../third_party/wuffs/lang/ast/eq.go
FILE: ../../../third_party/wuffs/lang/ast/sort.go
FILE: ../../../third_party/wuffs/lang/ast/string.go
FILE: ../../../third_party/wuffs/lang/ast/string_test.go
FILE: ../../../third_party/wuffs/lang/builtin/builtin.go
FILE: ../../../third_party/wuffs/lang/check/assert.go
FILE: ../../../third_party/wuffs/lang/check/bounds.go
FILE: ../../../third_party/wuffs/lang/check/check.go
FILE: ../../../third_party/wuffs/lang/check/check_test.go
FILE: ../../../third_party/wuffs/lang/check/data.go
FILE: ../../../third_party/wuffs/lang/check/gen.go
FILE: ../../../third_party/wuffs/lang/check/optimize.go
FILE: ../../../third_party/wuffs/lang/check/resolve.go
FILE: ../../../third_party/wuffs/lang/check/type.go
FILE: ../../../third_party/wuffs/lang/generate/generate.go
FILE: ../../../third_party/wuffs/lang/parse/parse.go
FILE: ../../../third_party/wuffs/lang/render/render.go
FILE: ../../../third_party/wuffs/lang/token/list.go
FILE: ../../../third_party/wuffs/lang/token/token.go
FILE: ../../../third_party/wuffs/lang/wuffsroot/wuffsroot.go
FILE: ../../../third_party/wuffs/lib/base38/base38.go
FILE: ../../../third_party/wuffs/lib/base38/base38_test.go
781 782
FILE: ../../../third_party/wuffs/lib/flatecut/flatecut.go
FILE: ../../../third_party/wuffs/lib/flatecut/flatecut_test.go
783 784 785
FILE: ../../../third_party/wuffs/lib/interval/interval.go
FILE: ../../../third_party/wuffs/lib/interval/interval_test.go
FILE: ../../../third_party/wuffs/lib/interval/radial_test.go
786 787 788 789
FILE: ../../../third_party/wuffs/lib/rac/example_test.go
FILE: ../../../third_party/wuffs/lib/rac/rac.go
FILE: ../../../third_party/wuffs/lib/rac/writer.go
FILE: ../../../third_party/wuffs/lib/rac/writer_test.go
J
Jason Simmons 已提交
790 791 792
FILE: ../../../third_party/wuffs/lib/raczlib/raczlib.go
FILE: ../../../third_party/wuffs/lib/raczlib/writer.go
FILE: ../../../third_party/wuffs/lib/zlibcut/example_test.go
793 794
FILE: ../../../third_party/wuffs/lib/zlibcut/zlibcut.go
FILE: ../../../third_party/wuffs/lib/zlibcut/zlibcut_test.go
795 796 797 798 799 800 801 802 803 804 805 806 807 808 809
FILE: ../../../third_party/wuffs/release/c/wuffs-unsupported-snapshot.c
FILE: ../../../third_party/wuffs/release/c/wuffs-v0.2.c
FILE: ../../../third_party/wuffs/script/adler32-standalone.c
FILE: ../../../third_party/wuffs/script/bench-c-deflate-fragmentation.c
FILE: ../../../third_party/wuffs/script/bench-go-gif/main.go
FILE: ../../../third_party/wuffs/script/bench-rust-gif-dot-rs/src/main.rs
FILE: ../../../third_party/wuffs/script/bench-rust-gif/src/main.rs
FILE: ../../../third_party/wuffs/script/checksum.go
FILE: ../../../third_party/wuffs/script/compress-giflzw.go
FILE: ../../../third_party/wuffs/script/crawl.go
FILE: ../../../third_party/wuffs/script/extract-deflate-offsets.go
FILE: ../../../third_party/wuffs/script/extract-giflzw.go
FILE: ../../../third_party/wuffs/script/extract-palette-indexes.go
FILE: ../../../third_party/wuffs/script/inline-c-relative-includes.go
FILE: ../../../third_party/wuffs/script/make-artificial.go
810
FILE: ../../../third_party/wuffs/script/mmap-ring-buffer.c
811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826
FILE: ../../../third_party/wuffs/script/print-bits.go
FILE: ../../../third_party/wuffs/script/print-crc32-example.go
FILE: ../../../third_party/wuffs/script/print-crc32-magic-numbers.go
FILE: ../../../third_party/wuffs/script/print-deflate-magic-numbers.go
FILE: ../../../third_party/wuffs/script/print-lzw-example.go
FILE: ../../../third_party/wuffs/script/wuffs-deflate-decoder-decode-huffman.c
FILE: ../../../third_party/wuffs/std/adler32/common_adler32.wuffs
FILE: ../../../third_party/wuffs/std/crc32/common_crc32.wuffs
FILE: ../../../third_party/wuffs/std/deflate/common_consts.wuffs
FILE: ../../../third_party/wuffs/std/deflate/decode_deflate.wuffs
FILE: ../../../third_party/wuffs/std/deflate/decode_huffman_fast.wuffs
FILE: ../../../third_party/wuffs/std/deflate/decode_huffman_slow.wuffs
FILE: ../../../third_party/wuffs/std/gif/decode_gif.wuffs
FILE: ../../../third_party/wuffs/std/gzip/decode_gzip.wuffs
FILE: ../../../third_party/wuffs/std/lzw/decode_lzw.wuffs
FILE: ../../../third_party/wuffs/std/zlib/decode_zlib.wuffs
827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932
----------------------------------------------------------------------------------------------------
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.

   "License" shall mean the terms and conditions for use, reproduction,
   and distribution as defined by Sections 1 through 9 of this document.

   "Licensor" shall mean the copyright owner or entity authorized by
   the copyright owner that is granting the License.

   "Legal Entity" shall mean the union of the acting entity and all
   other entities that control, are controlled by, or are under common
   control with that entity. For the purposes of this definition,
   "control" means (i) the power, direct or indirect, to cause the
   direction or management of such entity, whether by contract or
   otherwise, or (ii) ownership of fifty percent (50%) or more of the
   outstanding shares, or (iii) beneficial ownership of such entity.

   "You" (or "Your") shall mean an individual or Legal Entity
   exercising permissions granted by this License.

   "Source" form shall mean the preferred form for making modifications,
   including but not limited to software source code, documentation
   source, and configuration files.

   "Object" form shall mean any form resulting from mechanical
   transformation or translation of a Source form, including but
   not limited to compiled object code, generated documentation,
   and conversions to other media types.

   "Work" shall mean the work of authorship, whether in Source or
   Object form, made available under the License, as indicated by a
   copyright notice that is included in or attached to the work
   (an example is provided in the Appendix below).

   "Derivative Works" shall mean any work, whether in Source or Object
   form, that is based on (or derived from) the Work and for which the
   editorial revisions, annotations, elaborations, or other modifications
   represent, as a whole, an original work of authorship. For the purposes
   of this License, Derivative Works shall not include works that remain
   separable from, or merely link (or bind by name) to the interfaces of,
   the Work and Derivative Works thereof.

   "Contribution" shall mean any work of authorship, including
   the original version of the Work and any modifications or additions
   to that Work or Derivative Works thereof, that is intentionally
   submitted to Licensor for inclusion in the Work by the copyright owner
   or by an individual or Legal Entity authorized to submit on behalf of
   the copyright owner. For the purposes of this definition, "submitted"
   means any form of electronic, verbal, or written communication sent
   to the Licensor or its representatives, including but not limited to
   communication on electronic mailing lists, source code control systems,
   and issue tracking systems that are managed by, or on behalf of, the
   Licensor for the purpose of discussing and improving the Work, but
   excluding communication that is conspicuously marked or otherwise
   designated in writing by the copyright owner as "Not a Contribution."

   "Contributor" shall mean Licensor and any individual or Legal Entity
   on behalf of whom a Contribution has been received by Licensor and
   subsequently incorporated within the Work.

2. Grant of Copyright License. Subject to the terms and conditions of
   this License, each Contributor hereby grants to You a perpetual,
   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   copyright license to reproduce, prepare Derivative Works of,
   publicly display, publicly perform, sublicense, and distribute the
   Work and such Derivative Works in Source or Object form.

3. Grant of Patent License. Subject to the terms and conditions of
   this License, each Contributor hereby grants to You a perpetual,
   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   (except as stated in this section) patent license to make, have made,
   use, offer to sell, sell, import, and otherwise transfer the Work,
   where such license applies only to those patent claims licensable
   by such Contributor that are necessarily infringed by their
   Contribution(s) alone or by combination of their Contribution(s)
   with the Work to which such Contribution(s) was submitted. If You
   institute patent litigation against any entity (including a
   cross-claim or counterclaim in a lawsuit) alleging that the Work
   or a Contribution incorporated within the Work constitutes direct
   or contributory patent infringement, then any patent licenses
   granted to You under this License for that Work shall terminate
   as of the date such litigation is filed.

4. Redistribution. You may reproduce and distribute copies of the
   Work or Derivative Works thereof in any medium, with or without
   modifications, and in Source or Object form, provided that You
   meet the following conditions:

   (a) You must give any other recipients of the Work or
       Derivative Works a copy of this License; and

   (b) You must cause any modified files to carry prominent notices
       stating that You changed the files; and

   (c) You must retain, in the Source form of any Derivative Works
       that You distribute, all copyright, patent, trademark, and
       attribution notices from the Source form of the Work,
       excluding those notices that do not pertain to any part of
       the Derivative Works; and

933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075
   (d) If the Work includes a "NOTICE" text file as part of its
       distribution, then any Derivative Works that You distribute must
       include a readable copy of the attribution notices contained
       within such NOTICE file, excluding those notices that do not
       pertain to any part of the Derivative Works, in at least one
       of the following places: within a NOTICE text file distributed
       as part of the Derivative Works; within the Source form or
       documentation, if provided along with the Derivative Works; or,
       within a display generated by the Derivative Works, if and
       wherever such third-party notices normally appear. The contents
       of the NOTICE file are for informational purposes only and
       do not modify the License. You may add Your own attribution
       notices within Derivative Works that You distribute, alongside
       or as an addendum to the NOTICE text from the Work, provided
       that such additional attribution notices cannot be construed
       as modifying the License.

   You may add Your own copyright statement to Your modifications and
   may provide additional or different license terms and conditions
   for use, reproduction, or distribution of Your modifications, or
   for any such Derivative Works as a whole, provided Your use,
   reproduction, and distribution of the Work otherwise complies with
   the conditions stated in this License.

5. Submission of Contributions. Unless You explicitly state otherwise,
   any Contribution intentionally submitted for inclusion in the Work
   by You to the Licensor shall be under the terms and conditions of
   this License, without any additional terms or conditions.
   Notwithstanding the above, nothing herein shall supersede or modify
   the terms of any separate license agreement you may have executed
   with Licensor regarding such Contributions.

6. Trademarks. This License does not grant permission to use the trade
   names, trademarks, service marks, or product names of the Licensor,
   except as required for reasonable and customary use in describing the
   origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or
   agreed to in writing, Licensor provides the Work (and each
   Contributor provides its Contributions) on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   implied, including, without limitation, any warranties or conditions
   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   PARTICULAR PURPOSE. You are solely responsible for determining the
   appropriateness of using or redistributing the Work and assume any
   risks associated with Your exercise of permissions under this License.

8. Limitation of Liability. In no event and under no legal theory,
   whether in tort (including negligence), contract, or otherwise,
   unless required by applicable law (such as deliberate and grossly
   negligent acts) or agreed to in writing, shall any Contributor be
   liable to You for damages, including any direct, indirect, special,
   incidental, or consequential damages of any character arising as a
   result of this License or out of the use or inability to use the
   Work (including but not limited to damages for loss of goodwill,
   work stoppage, computer failure or malfunction, or any and all
   other commercial damages or losses), even if such Contributor
   has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing
   the Work or Derivative Works thereof, You may choose to offer,
   and charge a fee for, acceptance of support, warranty, indemnity,
   or other liability obligations and/or rights consistent with this
   License. However, in accepting such obligations, You may act only
   on Your own behalf and on Your sole responsibility, not on behalf
   of any other Contributor, and only if You agree to indemnify,
   defend, and hold each Contributor harmless for any liability
   incurred by, or claims asserted against, such Contributor by reason
   of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

   To apply the Apache License to your work, attach the following
   boilerplate notice, with the fields enclosed by brackets "[]"
   replaced with your own identifying information. (Don't include
   the brackets!)  The text should be enclosed in the appropriate
   comment syntax for the file format. We also recommend that a
   file or class name and description of purpose be included on the
   same "printed page" as the copyright notice for easier
   identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
====================================================================================================

====================================================================================================
LIBRARY: angle
LIBRARY: tonic
ORIGIN: ../../../fuchsia/sdk/linux/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/angle/src/common/fuchsia_egl/fuchsia_egl.c
FILE: ../../../third_party/angle/src/common/fuchsia_egl/fuchsia_egl.h
FILE: ../../../third_party/angle/src/common/fuchsia_egl/fuchsia_egl_backend.h
FILE: ../../../third_party/tonic/typed_data/typed_list.cc
----------------------------------------------------------------------------------------------------
Copyright 2019 The Fuchsia Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: angle
LIBRARY: vulkan-validation-layers
ORIGIN: ../../../third_party/angle/android/AndroidManifest.xml.jinja2 + ../../../third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/angle/android/AndroidManifest.xml.jinja2
S
stuartmorgan 已提交
1076
FILE: ../../../third_party/angle/include/GLES/glext_angle.h
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097
FILE: ../../../third_party/angle/include/platform/FeaturesVk.h
FILE: ../../../third_party/angle/samples/gles1/DrawTexture.cpp
FILE: ../../../third_party/angle/samples/gles1/FlatShading.cpp
FILE: ../../../third_party/angle/samples/gles1/HelloTriangle.cpp
FILE: ../../../third_party/angle/samples/gles1/SimpleLighting.cpp
FILE: ../../../third_party/angle/samples/gles1/SimpleTexture2D.cpp
FILE: ../../../third_party/angle/scripts/egl_angle_ext.xml
FILE: ../../../third_party/angle/scripts/gl_angle_ext.xml
FILE: ../../../third_party/angle/scripts/vk_mandatory_format_support_capture_to_json.js
FILE: ../../../third_party/angle/src/common/FastVector.h
FILE: ../../../third_party/angle/src/common/FastVector_unittest.cpp
FILE: ../../../third_party/angle/src/common/FixedVector.h
FILE: ../../../third_party/angle/src/common/FixedVector_unittest.cpp
FILE: ../../../third_party/angle/src/common/PackedEnums.cpp
FILE: ../../../third_party/angle/src/common/android_util.cpp
FILE: ../../../third_party/angle/src/common/android_util.h
FILE: ../../../third_party/angle/src/common/hash_utils.h
FILE: ../../../third_party/angle/src/common/hash_utils_unittest.cpp
FILE: ../../../third_party/angle/src/common/matrix_utils.cpp
FILE: ../../../third_party/angle/src/common/system_utils.cpp
FILE: ../../../third_party/angle/src/common/system_utils_posix.cpp
S
stuartmorgan 已提交
1098 1099 1100 1101 1102 1103 1104
FILE: ../../../third_party/angle/src/compiler/translator/AtomicCounterFunctionHLSL.cpp
FILE: ../../../third_party/angle/src/compiler/translator/AtomicCounterFunctionHLSL.h
FILE: ../../../third_party/angle/src/compiler/translator/FunctionLookup.cpp
FILE: ../../../third_party/angle/src/compiler/translator/FunctionLookup.h
FILE: ../../../third_party/angle/src/compiler/translator/ImmutableString.h
FILE: ../../../third_party/angle/src/compiler/translator/ImmutableStringBuilder.cpp
FILE: ../../../third_party/angle/src/compiler/translator/ImmutableStringBuilder.h
1105 1106 1107 1108 1109
FILE: ../../../third_party/angle/src/compiler/translator/ShaderStorageBlockFunctionHLSL.cpp
FILE: ../../../third_party/angle/src/compiler/translator/ShaderStorageBlockFunctionHLSL.h
FILE: ../../../third_party/angle/src/compiler/translator/ShaderStorageBlockOutputHLSL.cpp
FILE: ../../../third_party/angle/src/compiler/translator/ShaderStorageBlockOutputHLSL.h
FILE: ../../../third_party/angle/src/compiler/translator/builtin_variables.json
S
stuartmorgan 已提交
1110 1111
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/FoldExpressions.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/FoldExpressions.h
1112 1113
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/NameEmbeddedUniformStructs.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/NameEmbeddedUniformStructs.h
S
stuartmorgan 已提交
1114 1115 1116 1117
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/PruneEmptyCases.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/PruneEmptyCases.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteAtomicFunctionExpressions.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteAtomicFunctionExpressions.h
1118 1119
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteExpressionsWithShaderStorageBlock.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteExpressionsWithShaderStorageBlock.h
S
stuartmorgan 已提交
1120 1121
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteRepeatedAssignToSwizzled.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteRepeatedAssignToSwizzled.h
1122 1123
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteStructSamplers.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteStructSamplers.h
S
stuartmorgan 已提交
1124 1125 1126 1127 1128
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/SeparateArrayConstructorStatements.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/SeparateArrayConstructorStatements.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/ReplaceVariable.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/ReplaceVariable.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/Visit.h
1129 1130
FILE: ../../../third_party/angle/src/feature_support_util/feature_support_util.cpp
FILE: ../../../third_party/angle/src/feature_support_util/feature_support_util.h
S
stuartmorgan 已提交
1131
FILE: ../../../third_party/angle/src/feature_support_util/feature_support_util_unittest.cpp
1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144
FILE: ../../../third_party/angle/src/gpu_info_util/SystemInfo_android.cpp
FILE: ../../../third_party/angle/src/libANGLE/BlobCache.cpp
FILE: ../../../third_party/angle/src/libANGLE/BlobCache.h
FILE: ../../../third_party/angle/src/libANGLE/BlobCache_unittest.cpp
FILE: ../../../third_party/angle/src/libANGLE/Context.inl.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gles_1_0.cpp
FILE: ../../../third_party/angle/src/libANGLE/GLES1Renderer.cpp
FILE: ../../../third_party/angle/src/libANGLE/GLES1Renderer.h
FILE: ../../../third_party/angle/src/libANGLE/GLES1Shaders.inc
FILE: ../../../third_party/angle/src/libANGLE/GLES1State.cpp
FILE: ../../../third_party/angle/src/libANGLE/GLES1State.h
FILE: ../../../third_party/angle/src/libANGLE/Observer.cpp
FILE: ../../../third_party/angle/src/libANGLE/ResourceMap_unittest.cpp
S
stuartmorgan 已提交
1145
FILE: ../../../third_party/angle/src/libANGLE/entry_points_utils.h
1146 1147 1148 1149 1150 1151 1152
FILE: ../../../third_party/angle/src/libANGLE/renderer/QueryImpl.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/RenderTargetCache.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/ContextD3D.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Program11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Program11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/converged/CompositorNativeWindow11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/converged/CompositorNativeWindow11.h
S
stuartmorgan 已提交
1153 1154 1155
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/MultiplyAlpha.hlsl
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/Passthrough2DArray11.hlsl
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/Passthrough3D11.hlsl
1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/ImageGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/ImageGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/ContextEGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/ContextEGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/ExternalImageSiblingEGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/ImageEGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/ImageEGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/RendererEGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/RendererEGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/android/NativeBufferImageSiblingAndroid.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/android/NativeBufferImageSiblingAndroid.h
S
stuartmorgan 已提交
1167 1168 1169 1170
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/ContextWGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/ContextWGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/RendererWGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/RendererWGL.h
1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/UtilsVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/UtilsVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/android/DisplayVkAndroid.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/android/DisplayVkAndroid.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/android/WindowSurfaceVkAndroid.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/android/WindowSurfaceVkAndroid.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/BufferUtils.comp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/BufferUtils.comp.json
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertVertex.comp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertVertex.comp.json
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/FullScreenQuad.vert
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ImageCopy.frag
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ImageCopy.frag.json
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/vk_cache_utils.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/vk_cache_utils.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/vk_caps_utils.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/vk_caps_utils.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/vk_format_map.json
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/vk_helpers.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/vk_helpers.h
S
stuartmorgan 已提交
1191
FILE: ../../../third_party/angle/src/libANGLE/validationES1.cpp
1192 1193 1194 1195 1196
FILE: ../../../third_party/angle/src/libANGLE/validationES1.h
FILE: ../../../third_party/angle/src/libANGLE/validationES2.h
FILE: ../../../third_party/angle/src/libANGLE/validationES3.h
FILE: ../../../third_party/angle/src/libANGLE/validationES31.h
FILE: ../../../third_party/angle/src/libANGLE/validationESEXT.h
S
stuartmorgan 已提交
1197
FILE: ../../../third_party/angle/src/libGLESv1_CM/libGLESv1_CM.cpp
1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248
FILE: ../../../third_party/angle/third_party/vulkan-validation-layers/dummy_spirv_tools_commit_id.h
FILE: ../../../third_party/angle/util/EGLPlatformParameters.h
FILE: ../../../third_party/angle/util/util_export.h
FILE: ../../../third_party/angle/util/util_gl.h
FILE: ../../../third_party/angle/util/windows/WGLWindow.cpp
FILE: ../../../third_party/angle/util/windows/WGLWindow.h
----------------------------------------------------------------------------------------------------
Copyright 2018 The ANGLE Project Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

    Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

    Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following
    disclaimer in the documentation and/or other materials provided
    with the distribution.

    Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
    Ltd., nor the names of their contributors may be used to endorse
    or promote products derived from this software without specific
    prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: angle
LIBRARY: xxhash
ORIGIN: ../../../third_party/angle/include/GLES/glext_explicit_context_autogen.inc + ../../../third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/angle/WATCHLISTS
FILE: ../../../third_party/angle/include/GLES/glext_explicit_context_autogen.inc
FILE: ../../../third_party/angle/include/GLES2/gl2ext_explicit_context_autogen.inc
FILE: ../../../third_party/angle/include/GLES3/gl31ext_explicit_context_autogen.inc
FILE: ../../../third_party/angle/include/GLES3/gl3ext_explicit_context_autogen.inc
FILE: ../../../third_party/angle/include/platform/Feature.h
S
stuartmorgan 已提交
1249
FILE: ../../../third_party/angle/scripts/entry_point_packed_gl_enums.json
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261
FILE: ../../../third_party/angle/src/common/PackedEGLEnums_autogen.cpp
FILE: ../../../third_party/angle/src/common/PackedEGLEnums_autogen.h
FILE: ../../../third_party/angle/src/common/PackedGLEnums_autogen.cpp
FILE: ../../../third_party/angle/src/common/PackedGLEnums_autogen.h
FILE: ../../../third_party/angle/src/common/PoolAlloc.cpp
FILE: ../../../third_party/angle/src/common/PoolAlloc.h
FILE: ../../../third_party/angle/src/common/PoolAlloc_unittest.cpp
FILE: ../../../third_party/angle/src/common/system_utils_unittest.cpp
FILE: ../../../third_party/angle/src/common/system_utils_unittest_helper.cpp
FILE: ../../../third_party/angle/src/common/system_utils_unittest_helper.h
FILE: ../../../third_party/angle/src/common/third_party/xxhash/xxhash_fuzzer.cpp
FILE: ../../../third_party/angle/src/common/uniform_type_info_autogen.cpp
S
stuartmorgan 已提交
1262
FILE: ../../../third_party/angle/src/compiler/translator/ImmutableString_autogen.cpp
1263 1264 1265 1266 1267 1268
FILE: ../../../third_party/angle/src/compiler/translator/ParseContext_autogen.h
FILE: ../../../third_party/angle/src/compiler/translator/SymbolTable_autogen.cpp
FILE: ../../../third_party/angle/src/compiler/translator/SymbolTable_autogen.h
FILE: ../../../third_party/angle/src/compiler/translator/ValidateAST.cpp
FILE: ../../../third_party/angle/src/compiler/translator/ValidateAST.h
FILE: ../../../third_party/angle/src/compiler/translator/emulated_builtin_functions_hlsl_autogen.cpp
S
stuartmorgan 已提交
1269 1270 1271 1272 1273 1274 1275 1276
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/EmulateMultiDrawShaderBuiltins.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/EmulateMultiDrawShaderBuiltins.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteAtomicCounters.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteAtomicCounters.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteCubeMapSamplersAs2DArray.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteCubeMapSamplersAs2DArray.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteDfdy.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteDfdy.h
1277
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/BuiltIn_autogen.h
S
stuartmorgan 已提交
1278 1279
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/FindFunction.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/FindFunction.h
1280 1281
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/ReplaceShadowingVariables.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/ReplaceShadowingVariables.h
S
stuartmorgan 已提交
1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301
FILE: ../../../third_party/angle/src/libANGLE/Context_gl.cpp
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_1_0_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_1_1_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_1_2_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_1_3_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_1_4_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_1_5_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_2_0_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_2_1_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_3_0_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_3_1_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_3_2_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_3_3_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_4_0_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_4_1_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_4_2_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_4_3_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_4_4_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_4_5_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gl_4_6_autogen.h
1302
FILE: ../../../third_party/angle/src/libANGLE/Context_gles_1_0_autogen.h
S
stuartmorgan 已提交
1303 1304 1305 1306
FILE: ../../../third_party/angle/src/libANGLE/Context_gles_2_0_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gles_3_0_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gles_3_1_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/Context_gles_ext_autogen.h
1307
FILE: ../../../third_party/angle/src/libANGLE/EGLSync.h
S
stuartmorgan 已提交
1308 1309
FILE: ../../../third_party/angle/src/libANGLE/FrameCapture.cpp
FILE: ../../../third_party/angle/src/libANGLE/FrameCapture.h
1310 1311 1312 1313
FILE: ../../../third_party/angle/src/libANGLE/MemoryObject.cpp
FILE: ../../../third_party/angle/src/libANGLE/MemoryObject.h
FILE: ../../../third_party/angle/src/libANGLE/Semaphore.cpp
FILE: ../../../third_party/angle/src/libANGLE/Semaphore.h
S
stuartmorgan 已提交
1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330
FILE: ../../../third_party/angle/src/libANGLE/capture_gles_1_0_autogen.cpp
FILE: ../../../third_party/angle/src/libANGLE/capture_gles_1_0_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/capture_gles_1_0_params.cpp
FILE: ../../../third_party/angle/src/libANGLE/capture_gles_2_0_autogen.cpp
FILE: ../../../third_party/angle/src/libANGLE/capture_gles_2_0_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/capture_gles_2_0_params.cpp
FILE: ../../../third_party/angle/src/libANGLE/capture_gles_3_0_autogen.cpp
FILE: ../../../third_party/angle/src/libANGLE/capture_gles_3_0_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/capture_gles_3_0_params.cpp
FILE: ../../../third_party/angle/src/libANGLE/capture_gles_3_1_autogen.cpp
FILE: ../../../third_party/angle/src/libANGLE/capture_gles_3_1_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/capture_gles_3_1_params.cpp
FILE: ../../../third_party/angle/src/libANGLE/capture_gles_ext_autogen.cpp
FILE: ../../../third_party/angle/src/libANGLE/capture_gles_ext_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/capture_gles_ext_params.cpp
FILE: ../../../third_party/angle/src/libANGLE/entry_points_enum_autogen.cpp
FILE: ../../../third_party/angle/src/libANGLE/entry_points_enum_autogen.h
1331 1332
FILE: ../../../third_party/angle/src/libANGLE/es3_copy_conversion_table_autogen.cpp
FILE: ../../../third_party/angle/src/libANGLE/format_map_autogen.cpp
S
stuartmorgan 已提交
1333 1334 1335 1336 1337
FILE: ../../../third_party/angle/src/libANGLE/format_map_desktop.cpp
FILE: ../../../third_party/angle/src/libANGLE/frame_capture_utils_autogen.cpp
FILE: ../../../third_party/angle/src/libANGLE/frame_capture_utils_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/gl_enum_utils_autogen.cpp
FILE: ../../../third_party/angle/src/libANGLE/gl_enum_utils_autogen.h
1338 1339 1340 1341 1342 1343 1344 1345 1346
FILE: ../../../third_party/angle/src/libANGLE/renderer/EGLSyncImpl.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/FormatID_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/Format_table_autogen.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/MemoryObjectImpl.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/SemaphoreImpl.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/ShaderImpl.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/DynamicImage2DHLSL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/DynamicImage2DHLSL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Blit11Helper_autogen.inc
S
stuartmorgan 已提交
1347 1348 1349 1350
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/ExternalImageSiblingImpl11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/ExternalImageSiblingImpl11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/MappedSubresourceVerifier11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/MappedSubresourceVerifier11.h
1351 1352
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/dxgi_format_map_autogen.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/texture_format_table_autogen.cpp
S
stuartmorgan 已提交
1353
FILE: ../../../third_party/angle/src/libANGLE/renderer/driver_utils_mac.mm
1354 1355
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/DispatchTableGL_autogen.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/DispatchTableGL_autogen.h
S
stuartmorgan 已提交
1356 1357 1358 1359
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/MemoryObjectGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/MemoryObjectGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/SemaphoreGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/SemaphoreGL.h
1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/cgl/ContextCGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/cgl/ContextCGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/cgl/RendererCGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/cgl/RendererCGL.mm
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/SyncEGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/egl/SyncEGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/glx/RendererGLX.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/glx/RendererGLX.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/null_functions.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/null_functions.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/load_functions_table_autogen.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/MemoryObjectVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/MemoryObjectVk.h
S
stuartmorgan 已提交
1373 1374
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/PersistentCommandPool.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/PersistentCommandPool.h
1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/SecondaryCommandBuffer.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/SecondaryCommandBuffer.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/SemaphoreVk.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/SemaphoreVk.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/android/HardwareBufferImageSiblingVkAndroid.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/android/HardwareBufferImageSiblingVkAndroid.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/fuchsia/DisplayVkFuchsia.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/fuchsia/DisplayVkFuchsia.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/fuchsia/WindowSurfaceVkFuchsia.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/fuchsia/WindowSurfaceVkFuchsia.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/BlitResolve.frag
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/BlitResolve.frag.json
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/BlitResolveStencilNoExport.comp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/BlitResolveStencilNoExport.comp.json
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertIndex.comp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ConvertIndex.comp.json
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ImageClear.frag
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ImageClear.frag.json
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/vk_format_table_autogen.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/vk_internal_shaders_autogen.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/vk_internal_shaders_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/vk_mandatory_format_support_table_autogen.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/vk_wrapper.h
S
stuartmorgan 已提交
1398
FILE: ../../../third_party/angle/src/libANGLE/trace.h
1399 1400 1401 1402 1403
FILE: ../../../third_party/angle/src/libANGLE/validationES1_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationES2_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationES31_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationES3_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationESEXT_autogen.h
S
stuartmorgan 已提交
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441
FILE: ../../../third_party/angle/src/libANGLE/validationGL1.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL11.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL11_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationGL12.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL12_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationGL13.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL13_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationGL14.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL14_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationGL15.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL15_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationGL1_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationGL2.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL21.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL21_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationGL2_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationGL3.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL31.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL31_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationGL32.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL32_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationGL33.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL33_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationGL3_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationGL4.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL41.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL41_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationGL42.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL42_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationGL43.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL43_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationGL44.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL44_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationGL45.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL45_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationGL46.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationGL46_autogen.h
FILE: ../../../third_party/angle/src/libANGLE/validationGL4_autogen.h
1442 1443
FILE: ../../../third_party/angle/src/libEGL/egl_loader_autogen.cpp
FILE: ../../../third_party/angle/src/libEGL/egl_loader_autogen.h
S
stuartmorgan 已提交
1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_1_0_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_1_0_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_1_1_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_1_1_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_1_2_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_1_2_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_1_3_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_1_3_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_1_4_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_1_4_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_1_5_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_1_5_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_2_0_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_2_0_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_2_1_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_2_1_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_3_0_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_3_0_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_3_1_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_3_1_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_3_2_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_3_2_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_3_3_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_3_3_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_4_0_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_4_0_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_4_1_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_4_1_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_4_2_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_4_2_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_4_3_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_4_3_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_4_4_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_4_4_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_4_5_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_4_5_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_4_6_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_gl_4_6_autogen.h
FILE: ../../../third_party/angle/src/libGL/entry_points_wgl.cpp
FILE: ../../../third_party/angle/src/libGL/entry_points_wgl.h
FILE: ../../../third_party/angle/src/libGL/libGL_autogen.cpp
FILE: ../../../third_party/angle/src/libGL/libGL_autogen.def
FILE: ../../../third_party/angle/src/libGL/proc_table_wgl_autogen.cpp
1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498
FILE: ../../../third_party/angle/src/libGLESv2/entry_points_gles_1_0_autogen.cpp
FILE: ../../../third_party/angle/src/libGLESv2/entry_points_gles_1_0_autogen.h
FILE: ../../../third_party/angle/src/libGLESv2/entry_points_gles_2_0_autogen.cpp
FILE: ../../../third_party/angle/src/libGLESv2/entry_points_gles_2_0_autogen.h
FILE: ../../../third_party/angle/src/libGLESv2/entry_points_gles_3_0_autogen.cpp
FILE: ../../../third_party/angle/src/libGLESv2/entry_points_gles_3_0_autogen.h
FILE: ../../../third_party/angle/src/libGLESv2/entry_points_gles_3_1_autogen.cpp
FILE: ../../../third_party/angle/src/libGLESv2/entry_points_gles_3_1_autogen.h
FILE: ../../../third_party/angle/src/libGLESv2/entry_points_gles_ext_autogen.cpp
FILE: ../../../third_party/angle/src/libGLESv2/entry_points_gles_ext_autogen.h
FILE: ../../../third_party/angle/src/libGLESv2/libGLESv2_autogen.cpp
FILE: ../../../third_party/angle/src/libGLESv2/libGLESv2_autogen.def
S
stuartmorgan 已提交
1499 1500
FILE: ../../../third_party/angle/src/libGLESv2/libGLESv2_no_capture_autogen.def
FILE: ../../../third_party/angle/src/libGLESv2/libGLESv2_with_capture_autogen.def
1501
FILE: ../../../third_party/angle/src/libGLESv2/proc_table_autogen.cpp
S
stuartmorgan 已提交
1502 1503
FILE: ../../../third_party/angle/src/libGLESv2/proc_table_egl_autogen.cpp
FILE: ../../../third_party/angle/src/libGLESv2/proc_table_gles_autogen.cpp
1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571
FILE: ../../../third_party/angle/util/egl_loader_autogen.cpp
FILE: ../../../third_party/angle/util/egl_loader_autogen.h
FILE: ../../../third_party/angle/util/fuchsia/ScenicWindow.cpp
FILE: ../../../third_party/angle/util/fuchsia/ScenicWindow.h
FILE: ../../../third_party/angle/util/gles_loader_autogen.cpp
FILE: ../../../third_party/angle/util/gles_loader_autogen.h
FILE: ../../../third_party/angle/util/posix/Posix_crash_handler.cpp
FILE: ../../../third_party/angle/util/windows/wgl_loader_autogen.cpp
FILE: ../../../third_party/angle/util/windows/wgl_loader_autogen.h
----------------------------------------------------------------------------------------------------
Copyright 2019 The ANGLE Project Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

    Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

    Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following
    disclaimer in the documentation and/or other materials provided
    with the distribution.

    Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
    Ltd., nor the names of their contributors may be used to endorse
    or promote products derived from this software without specific
    prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: angle
ORIGIN: ../../../third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/angle/.style.yapf
FILE: ../../../third_party/angle/CONTRIBUTORS
FILE: ../../../third_party/angle/DEPS
FILE: ../../../third_party/angle/additional_readme_paths.json
FILE: ../../../third_party/angle/doc/img/StateChangeNotificationFlow.svg
FILE: ../../../third_party/angle/doc/img/StateNotificationExample.svg
FILE: ../../../third_party/angle/include/GLES2/gl2platform.h
FILE: ../../../third_party/angle/include/GLES3/gl3platform.h
FILE: ../../../third_party/angle/infra/config/global/commit-queue.cfg
FILE: ../../../third_party/angle/infra/config/global/cr-buildbucket.cfg
FILE: ../../../third_party/angle/infra/config/global/luci-logdog.cfg
FILE: ../../../third_party/angle/infra/config/global/luci-milo.cfg
FILE: ../../../third_party/angle/infra/config/global/luci-scheduler.cfg
FILE: ../../../third_party/angle/infra/config/global/project.cfg
FILE: ../../../third_party/angle/infra/config/global/refs.cfg
FILE: ../../../third_party/angle/samples/multi_texture/basemap.tga
FILE: ../../../third_party/angle/samples/multi_texture/lightmap.tga
FILE: ../../../third_party/angle/samples/multiple_draw_buffers/multiple_draw_buffers_copy_fs.glsl
FILE: ../../../third_party/angle/samples/multiple_draw_buffers/multiple_draw_buffers_fs.glsl
FILE: ../../../third_party/angle/samples/multiple_draw_buffers/multiple_draw_buffers_vs.glsl
FILE: ../../../third_party/angle/samples/particle_system/smoke.tga
S
stuartmorgan 已提交
1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591
FILE: ../../../third_party/angle/scripts/code_generation_hashes/ANGLE_format.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/ANGLE_load_functions_table.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/D3D11_blit_shader_selection.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/D3D11_format.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/DXGI_format.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/DXGI_format_support.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/ESSL_static_builtins.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/Emulated_HLSL_functions.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/GL_EGL_WGL_loader.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/GL_EGL_entry_points.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/GL_copy_conversion_table.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/GL_format_map.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/GLenum_value_to_string_map.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/OpenGL_dispatch_table.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/Vulkan_format.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/Vulkan_internal_shader_programs.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/Vulkan_mandatory_format_support_table.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/packed_enum.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/proc_table.json
FILE: ../../../third_party/angle/scripts/code_generation_hashes/uniform_type.json
1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845
FILE: ../../../third_party/angle/src/common/packed_egl_enums.json
FILE: ../../../third_party/angle/src/common/packed_gl_enums.json
FILE: ../../../third_party/angle/src/compiler/preprocessor/64bit-tokenizer-safety.patch
FILE: ../../../third_party/angle/src/compiler/translator/64bit-lexer-safety.patch
FILE: ../../../third_party/angle/src/compiler/translator/emulated_builtin_function_data_hlsl.json
FILE: ../../../third_party/angle/src/feature_support_util/a4a_rules.json
FILE: ../../../third_party/angle/src/libANGLE/es3_copy_conversion_formats.json
FILE: ../../../third_party/angle/src/libANGLE/es3_format_type_combinations.json
FILE: ../../../third_party/angle/src/libANGLE/format_map_data.json
FILE: ../../../third_party/angle/src/libANGLE/renderer/angle_format_data.json
FILE: ../../../third_party/angle/src/libANGLE/renderer/angle_format_map.json
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/dxgi_format_data.json
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/dxgi_support_data.json
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/BufferToTexture11.hlsl
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/Passthrough2D11.hlsl
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/ResolveColor.hlsl
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/ResolveDepthStencil.hlsl
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/Swizzle11.hlsl
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/buffertotexture11_gs.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/buffertotexture11_ps_4f.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/buffertotexture11_ps_4i.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/buffertotexture11_ps_4ui.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/buffertotexture11_vs.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clear11_fl9vs.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clear11multiviewgs.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clear11multiviewvs.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clear11vs.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/cleardepth11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11_fl9ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11ps1.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11ps2.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11ps3.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11ps4.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11ps5.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11ps6.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11ps7.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11ps8.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearsint11ps1.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearsint11ps2.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearsint11ps3.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearsint11ps4.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearsint11ps5.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearsint11ps6.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearsint11ps7.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearsint11ps8.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearuint11ps1.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearuint11ps2.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearuint11ps3.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearuint11ps4.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearuint11ps5.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearuint11ps6.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearuint11ps7.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearuint11ps8.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_luma_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_luma_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_luma_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_lumaalpha_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_lumaalpha_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_lumaalpha_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgb_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgb_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgb_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgb_565_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgb_565_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgb_565_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgba_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgba_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgba_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgba_4444_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgba_4444_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgba_4444_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgba_5551_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgba_5551_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_pm_rgba_5551_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_luma_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_luma_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_luma_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_lumaalpha_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_lumaalpha_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_lumaalpha_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgb_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgb_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgb_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgb_565_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgb_565_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgb_565_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_4444_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_4444_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_4444_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_4444_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_5551_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_5551_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_5551_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftof_um_rgba_5551_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_pm_rgb_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_pm_rgb_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_pm_rgba_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_pm_rgba_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_pt_rgb_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_pt_rgb_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_pt_rgba_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_pt_rgba_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_um_rgb_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_um_rgb_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_um_rgba_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftoi_um_rgba_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pm_rgb_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pm_rgb_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pm_rgb_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pm_rgba_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pm_rgba_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pm_rgba_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pt_rgb_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pt_rgb_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pt_rgb_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pt_rgba_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pt_rgba_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_pt_rgba_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_um_rgb_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_um_rgb_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_um_rgb_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_um_rgba_2d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_um_rgba_2darray_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/multiplyalpha_ftou_um_rgba_3d_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthrough2d11vs.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthrough3d11gs.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthrough3d11vs.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthrougha2d11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughdepth2d11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughlum2d11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughlum2darray11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughlum3d11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughlumalpha2d11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughlumalpha2darray11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughlumalpha3d11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughr2d11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughr2darray11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughr2darrayi11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughr2darrayui11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughr2di11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughr2dui11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughr3d11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughr3di11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughr3dui11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrg2d11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrg2darray11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrg2darrayi11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrg2darrayui11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrg2di11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrg2dui11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrg3d11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrg3di11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrg3dui11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb2d11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb2d_565_11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb2darray11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb2darray_565_11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb2darrayi11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb2darrayui11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb2di11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb2dui11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb3d11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb3d_565_11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb3di11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgb3dui11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2d11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2d_4444_11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2d_5551_11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2darray11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2darray_4444_11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2darray_5551_11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2darrayi11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2darrayui11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2di11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2dms11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba2dui11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba3d11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba3d_4444_11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba3d_5551_11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba3di11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/passthroughrgba3dui11ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/resolvecolor2dps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/resolvedepth11_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/resolvedepthstencil11_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/resolvedepthstencil11_vs.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/resolvestencil11_ps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/swizzlef2darrayps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/swizzlef2dps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/swizzlef3dps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/swizzlei2darrayps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/swizzlei2dps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/swizzlei3dps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/swizzleui2darrayps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/swizzleui2dps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/swizzleui3dps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/texture_format_data.json
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/texture_format_map.json
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/compiled/componentmaskpremultps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/compiled/componentmaskps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/compiled/componentmaskunmultps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/compiled/luminancepremultps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/compiled/luminanceps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/compiled/luminanceunmultps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/compiled/passthroughps.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/compiled/standardvs.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/gl_bindings_data.json
FILE: ../../../third_party/angle/src/libANGLE/renderer/load_functions_data.json
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/doc/img/LineRasterComparison.gif
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/doc/img/LineRasterPixelExample.png
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/doc/img/VulkanShaderTranslation.svg
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000000.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000001.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000002.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000003.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000004.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000005.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000006.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000007.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000008.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000009.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.0000000A.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.0000000B.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.0000000C.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.0000000D.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.0000000E.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.0000000F.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000010.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000011.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000012.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000013.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000014.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000015.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000016.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolve.frag.00000017.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolveStencilNoExport.comp.00000000.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolveStencilNoExport.comp.00000001.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolveStencilNoExport.comp.00000002.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BlitResolveStencilNoExport.comp.00000003.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BufferUtils.comp.00000000.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BufferUtils.comp.00000001.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BufferUtils.comp.00000002.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BufferUtils.comp.00000003.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BufferUtils.comp.00000004.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BufferUtils.comp.00000005.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BufferUtils.comp.00000006.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BufferUtils.comp.00000007.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BufferUtils.comp.00000008.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BufferUtils.comp.00000009.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BufferUtils.comp.0000000A.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/BufferUtils.comp.0000000B.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertIndex.comp.00000000.inc
S
stuartmorgan 已提交
1846
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertIndex.comp.00000001.inc
1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000000.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000001.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000002.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000003.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000004.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000005.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000006.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000007.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000008.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000009.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.0000000A.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.0000000B.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.0000000C.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.0000000D.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.0000000E.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.0000000F.inc
S
stuartmorgan 已提交
1863 1864 1865 1866 1867 1868 1869 1870 1871 1872
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000010.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000011.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000012.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000013.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000014.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000015.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000016.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000017.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000018.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ConvertVertex.comp.00000019.inc
1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/FullScreenQuad.vert.00000000.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000000.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000001.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000002.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000003.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000004.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000005.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000006.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000007.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000008.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000009.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000000A.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000000B.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000000C.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000000D.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000000E.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.0000000F.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000010.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000011.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000012.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000013.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000014.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000015.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000016.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageClear.frag.00000017.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000000.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000001.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000002.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000003.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000004.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000005.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000008.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000009.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.0000000A.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.0000000B.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.0000000C.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.0000000D.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000010.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000011.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000012.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000013.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000014.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/shaders/gen/ImageCopy.frag.00000015.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/vulkan/vk_mandatory_format_support_data.json
FILE: ../../../third_party/angle/src/libEGL/libEGL.def
FILE: ../../../third_party/angle/src/libEGL/libEGL.rc
FILE: ../../../third_party/angle/src/libEGL/resource.h
S
stuartmorgan 已提交
1920 1921
FILE: ../../../third_party/angle/src/libGL/libGL.rc
FILE: ../../../third_party/angle/src/libGL/resource.h
1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997
FILE: ../../../third_party/angle/src/libGLESv1_CM/libGLESv1_CM.def
FILE: ../../../third_party/angle/src/libGLESv1_CM/libGLESv1_CM.rc
FILE: ../../../third_party/angle/src/libGLESv1_CM/resource.h
FILE: ../../../third_party/angle/src/libGLESv2/libGLESv2.rc
FILE: ../../../third_party/angle/src/libGLESv2/resource.h
FILE: ../../../third_party/angle/tools/glslang/glslang_validator.exe.sha1
FILE: ../../../third_party/angle/tools/glslang/glslang_validator.sha1
----------------------------------------------------------------------------------------------------
Copyright 2018 The ANGLE Project Authors.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

    Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

    Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following
    disclaimer in the documentation and/or other materials provided
    with the distribution.

    Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
    Ltd., nor the names of their contributors may be used to endorse
    or promote products derived from this software without specific
    prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: angle
ORIGIN: ../../../third_party/angle/include/EGL/egl.h
TYPE: LicenseType.unknown
FILE: ../../../third_party/angle/include/EGL/egl.h
FILE: ../../../third_party/angle/include/EGL/eglext.h
FILE: ../../../third_party/angle/include/GLES/glext.h
FILE: ../../../third_party/angle/include/GLES2/gl2.h
FILE: ../../../third_party/angle/scripts/egl.xml
----------------------------------------------------------------------------------------------------
Copyright (c) 2013-2017 The Khronos Group Inc.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.

THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
====================================================================================================

====================================================================================================
LIBRARY: angle
S
stuartmorgan 已提交
1998 1999 2000
ORIGIN: ../../../third_party/angle/include/EGL/eglplatform.h
TYPE: LicenseType.unknown
FILE: ../../../third_party/angle/include/EGL/eglplatform.h
2001
----------------------------------------------------------------------------------------------------
S
stuartmorgan 已提交
2002
Copyright (c) 2007-2016 The Khronos Group Inc.
2003

S
stuartmorgan 已提交
2004 2005 2006 2007 2008 2009 2010
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:
2011

S
stuartmorgan 已提交
2012 2013
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.
2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089

THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
====================================================================================================

====================================================================================================
LIBRARY: angle
ORIGIN: ../../../third_party/angle/include/GLES/gl.h
TYPE: LicenseType.unknown
FILE: ../../../third_party/angle/include/GLES/gl.h
FILE: ../../../third_party/angle/include/GLES2/gl2ext.h
FILE: ../../../third_party/angle/include/GLES3/gl3.h
FILE: ../../../third_party/angle/include/WGL/wgl.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2013-2018 The Khronos Group Inc.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.

THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
====================================================================================================

====================================================================================================
LIBRARY: angle
ORIGIN: ../../../third_party/angle/include/GLES3/gl31.h
TYPE: LicenseType.unknown
FILE: ../../../third_party/angle/include/GLES3/gl31.h
FILE: ../../../third_party/angle/include/GLES3/gl32.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2013-2016 The Khronos Group Inc.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.

THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
====================================================================================================

====================================================================================================
LIBRARY: angle
ORIGIN: ../../../third_party/angle/include/GLSLANG/ShaderLang.h + ../../../third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/angle/include/GLSLANG/ShaderLang.h
FILE: ../../../third_party/angle/samples/shader_translator/shader_translator.cpp
S
stuartmorgan 已提交
2090 2091 2092
FILE: ../../../third_party/angle/src/common/angleutils.h
FILE: ../../../third_party/angle/src/common/debug.cpp
FILE: ../../../third_party/angle/src/common/debug.h
2093 2094 2095
FILE: ../../../third_party/angle/src/common/mathutil.h
FILE: ../../../third_party/angle/src/common/utilities.cpp
FILE: ../../../third_party/angle/src/common/utilities.h
S
stuartmorgan 已提交
2096 2097 2098
FILE: ../../../third_party/angle/src/compiler/preprocessor/Tokenizer.l
FILE: ../../../third_party/angle/src/compiler/translator/ASTMetadataHLSL.cpp
FILE: ../../../third_party/angle/src/compiler/translator/ASTMetadataHLSL.h
2099
FILE: ../../../third_party/angle/src/compiler/translator/BaseTypes.h
S
stuartmorgan 已提交
2100 2101 2102 2103
FILE: ../../../third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp
FILE: ../../../third_party/angle/src/compiler/translator/BuiltInFunctionEmulatorGLSL.cpp
FILE: ../../../third_party/angle/src/compiler/translator/CallDAG.cpp
FILE: ../../../third_party/angle/src/compiler/translator/CallDAG.h
2104
FILE: ../../../third_party/angle/src/compiler/translator/CollectVariables.cpp
S
stuartmorgan 已提交
2105 2106 2107
FILE: ../../../third_party/angle/src/compiler/translator/CollectVariables.h
FILE: ../../../third_party/angle/src/compiler/translator/Common.h
FILE: ../../../third_party/angle/src/compiler/translator/Compiler.cpp
2108
FILE: ../../../third_party/angle/src/compiler/translator/Compiler.h
S
stuartmorgan 已提交
2109 2110 2111 2112 2113 2114
FILE: ../../../third_party/angle/src/compiler/translator/ConstantUnion.h
FILE: ../../../third_party/angle/src/compiler/translator/ExtensionBehavior.h
FILE: ../../../third_party/angle/src/compiler/translator/HashNames.h
FILE: ../../../third_party/angle/src/compiler/translator/InfoSink.cpp
FILE: ../../../third_party/angle/src/compiler/translator/InfoSink.h
FILE: ../../../third_party/angle/src/compiler/translator/Initialize.cpp
2115
FILE: ../../../third_party/angle/src/compiler/translator/Initialize.h
S
stuartmorgan 已提交
2116 2117 2118 2119 2120 2121 2122
FILE: ../../../third_party/angle/src/compiler/translator/InitializeDll.cpp
FILE: ../../../third_party/angle/src/compiler/translator/InitializeDll.h
FILE: ../../../third_party/angle/src/compiler/translator/InitializeGlobals.h
FILE: ../../../third_party/angle/src/compiler/translator/IntermNode.cpp
FILE: ../../../third_party/angle/src/compiler/translator/IntermNode.h
FILE: ../../../third_party/angle/src/compiler/translator/Operator.cpp
FILE: ../../../third_party/angle/src/compiler/translator/Operator.h
2123 2124 2125 2126
FILE: ../../../third_party/angle/src/compiler/translator/OutputESSL.cpp
FILE: ../../../third_party/angle/src/compiler/translator/OutputESSL.h
FILE: ../../../third_party/angle/src/compiler/translator/OutputGLSL.cpp
FILE: ../../../third_party/angle/src/compiler/translator/OutputGLSL.h
S
stuartmorgan 已提交
2127
FILE: ../../../third_party/angle/src/compiler/translator/OutputGLSLBase.cpp
2128
FILE: ../../../third_party/angle/src/compiler/translator/OutputGLSLBase.h
S
stuartmorgan 已提交
2129 2130 2131 2132 2133 2134 2135 2136 2137
FILE: ../../../third_party/angle/src/compiler/translator/OutputHLSL.cpp
FILE: ../../../third_party/angle/src/compiler/translator/OutputHLSL.h
FILE: ../../../third_party/angle/src/compiler/translator/OutputTree.cpp
FILE: ../../../third_party/angle/src/compiler/translator/ParseContext.cpp
FILE: ../../../third_party/angle/src/compiler/translator/ParseContext.h
FILE: ../../../third_party/angle/src/compiler/translator/PoolAlloc.cpp
FILE: ../../../third_party/angle/src/compiler/translator/PoolAlloc.h
FILE: ../../../third_party/angle/src/compiler/translator/QualifierTypes.cpp
FILE: ../../../third_party/angle/src/compiler/translator/QualifierTypes.h
2138 2139
FILE: ../../../third_party/angle/src/compiler/translator/ShaderLang.cpp
FILE: ../../../third_party/angle/src/compiler/translator/SymbolTable.cpp
S
stuartmorgan 已提交
2140
FILE: ../../../third_party/angle/src/compiler/translator/SymbolTable.h
2141
FILE: ../../../third_party/angle/src/compiler/translator/TranslatorESSL.cpp
S
stuartmorgan 已提交
2142
FILE: ../../../third_party/angle/src/compiler/translator/TranslatorESSL.h
2143
FILE: ../../../third_party/angle/src/compiler/translator/TranslatorGLSL.cpp
S
stuartmorgan 已提交
2144
FILE: ../../../third_party/angle/src/compiler/translator/TranslatorGLSL.h
2145 2146
FILE: ../../../third_party/angle/src/compiler/translator/TranslatorHLSL.cpp
FILE: ../../../third_party/angle/src/compiler/translator/TranslatorHLSL.h
S
stuartmorgan 已提交
2147
FILE: ../../../third_party/angle/src/compiler/translator/Types.cpp
2148
FILE: ../../../third_party/angle/src/compiler/translator/Types.h
S
stuartmorgan 已提交
2149 2150
FILE: ../../../third_party/angle/src/compiler/translator/ValidateGlobalInitializer.cpp
FILE: ../../../third_party/angle/src/compiler/translator/ValidateGlobalInitializer.h
2151
FILE: ../../../third_party/angle/src/compiler/translator/ValidateLimitations.cpp
S
stuartmorgan 已提交
2152 2153 2154 2155 2156 2157 2158
FILE: ../../../third_party/angle/src/compiler/translator/ValidateSwitch.cpp
FILE: ../../../third_party/angle/src/compiler/translator/ValidateSwitch.h
FILE: ../../../third_party/angle/src/compiler/translator/ValidateVaryingLocations.cpp
FILE: ../../../third_party/angle/src/compiler/translator/ValidateVaryingLocations.h
FILE: ../../../third_party/angle/src/compiler/translator/VariablePacker.cpp
FILE: ../../../third_party/angle/src/compiler/translator/VariablePacker.h
FILE: ../../../third_party/angle/src/compiler/translator/VersionGLSL.cpp
2159 2160
FILE: ../../../third_party/angle/src/compiler/translator/VersionGLSL.h
FILE: ../../../third_party/angle/src/compiler/translator/glslang.l
S
stuartmorgan 已提交
2161 2162 2163 2164 2165 2166 2167 2168
FILE: ../../../third_party/angle/src/compiler/translator/glslang.y
FILE: ../../../third_party/angle/src/compiler/translator/glslang_tab.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/ArrayReturnValueToOutParameter.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/ArrayReturnValueToOutParameter.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/EmulateGLFragColorBroadcast.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/EmulateGLFragColorBroadcast.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/EmulatePrecision.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/EmulatePrecision.h
2169 2170
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/InitializeVariables.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/InitializeVariables.h
S
stuartmorgan 已提交
2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/PruneNoOps.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/PruneNoOps.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RecordConstantPrecision.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RecordConstantPrecision.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RegenerateStructNames.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RegenerateStructNames.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RemoveDynamicIndexing.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RemoveDynamicIndexing.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RemovePow.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RemovePow.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RemoveSwitchFallThrough.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RemoveSwitchFallThrough.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/ScalarizeVecAndMatConstructorArgs.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/ScalarizeVecAndMatConstructorArgs.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/SeparateArrayInitialization.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/SeparateArrayInitialization.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/SeparateDeclarations.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/SeparateDeclarations.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/SeparateExpressionsReturningArrays.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/SeparateExpressionsReturningArrays.h
2191 2192 2193
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/UnfoldShortCircuitAST.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/UnfoldShortCircuitAST.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/UnfoldShortCircuitToIf.cpp
S
stuartmorgan 已提交
2194 2195
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/UnfoldShortCircuitToIf.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/IntermTraverse.cpp
2196
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/NodeSearch.h
S
stuartmorgan 已提交
2197 2198 2199 2200 2201 2202 2203 2204 2205
FILE: ../../../third_party/angle/src/compiler/translator/util.h
FILE: ../../../third_party/angle/src/image_util/generatemip.h
FILE: ../../../third_party/angle/src/libANGLE/Buffer.cpp
FILE: ../../../third_party/angle/src/libANGLE/Buffer.h
FILE: ../../../third_party/angle/src/libANGLE/Config.cpp
FILE: ../../../third_party/angle/src/libANGLE/Config.h
FILE: ../../../third_party/angle/src/libANGLE/Context.cpp
FILE: ../../../third_party/angle/src/libANGLE/Context.h
FILE: ../../../third_party/angle/src/libANGLE/Display.cpp
2206 2207 2208 2209
FILE: ../../../third_party/angle/src/libANGLE/Display.h
FILE: ../../../third_party/angle/src/libANGLE/EGLSync.cpp
FILE: ../../../third_party/angle/src/libANGLE/Fence.cpp
FILE: ../../../third_party/angle/src/libANGLE/Fence.h
S
stuartmorgan 已提交
2210
FILE: ../../../third_party/angle/src/libANGLE/Framebuffer.cpp
2211
FILE: ../../../third_party/angle/src/libANGLE/Framebuffer.h
S
stuartmorgan 已提交
2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224
FILE: ../../../third_party/angle/src/libANGLE/HandleAllocator.cpp
FILE: ../../../third_party/angle/src/libANGLE/HandleAllocator.h
FILE: ../../../third_party/angle/src/libANGLE/HandleRangeAllocator.h
FILE: ../../../third_party/angle/src/libANGLE/Path.cpp
FILE: ../../../third_party/angle/src/libANGLE/Path.h
FILE: ../../../third_party/angle/src/libANGLE/Program.cpp
FILE: ../../../third_party/angle/src/libANGLE/Program.h
FILE: ../../../third_party/angle/src/libANGLE/RefCountObject.h
FILE: ../../../third_party/angle/src/libANGLE/Renderbuffer.cpp
FILE: ../../../third_party/angle/src/libANGLE/Renderbuffer.h
FILE: ../../../third_party/angle/src/libANGLE/ResourceManager.cpp
FILE: ../../../third_party/angle/src/libANGLE/ResourceManager.h
FILE: ../../../third_party/angle/src/libANGLE/Shader.cpp
2225
FILE: ../../../third_party/angle/src/libANGLE/Shader.h
S
stuartmorgan 已提交
2226 2227 2228
FILE: ../../../third_party/angle/src/libANGLE/Surface.cpp
FILE: ../../../third_party/angle/src/libANGLE/Surface.h
FILE: ../../../third_party/angle/src/libANGLE/Texture.cpp
2229
FILE: ../../../third_party/angle/src/libANGLE/Texture.h
S
stuartmorgan 已提交
2230 2231 2232 2233 2234 2235 2236 2237
FILE: ../../../third_party/angle/src/libANGLE/renderer/PathImpl.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/SurfaceImpl.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/ImageD3D.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/ImageD3D.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/IndexBuffer.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/IndexBuffer.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/IndexDataManager.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/IndexDataManager.h
2238
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/TextureStorage.h
S
stuartmorgan 已提交
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/VertexBuffer.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/VertexBuffer.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/VertexDataManager.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/VertexDataManager.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/Blit9.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/Blit9.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/Image9.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/Image9.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/IndexBuffer9.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/IndexBuffer9.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/VertexBuffer9.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/VertexBuffer9.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/renderer9_utils.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/renderer9_utils.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/vertexconversion.h
FILE: ../../../third_party/angle/src/libEGL/libEGL.cpp
2255
----------------------------------------------------------------------------------------------------
S
stuartmorgan 已提交
2256
Copyright 2002 The ANGLE Project Authors. All rights reserved.
2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

    Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

    Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following
    disclaimer in the documentation and/or other materials provided
    with the distribution.

    Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
    Ltd., nor the names of their contributors may be used to endorse
    or promote products derived from this software without specific
    prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: angle
ORIGIN: ../../../third_party/angle/include/GLSLANG/ShaderVars.h + ../../../third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/angle/include/GLSLANG/ShaderVars.h
S
stuartmorgan 已提交
2294 2295 2296 2297 2298 2299 2300
FILE: ../../../third_party/angle/samples/sample_util/SampleApplication.cpp
FILE: ../../../third_party/angle/src/common/mathutil.cpp
FILE: ../../../third_party/angle/src/compiler/translator/CodeGen.cpp
FILE: ../../../third_party/angle/src/compiler/translator/FlagStd140Structs.cpp
FILE: ../../../third_party/angle/src/compiler/translator/FlagStd140Structs.h
FILE: ../../../third_party/angle/src/compiler/translator/ValidateOutputs.cpp
FILE: ../../../third_party/angle/src/compiler/translator/ValidateOutputs.h
2301 2302 2303 2304
FILE: ../../../third_party/angle/src/compiler/translator/blocklayout.cpp
FILE: ../../../third_party/angle/src/compiler/translator/blocklayout.h
FILE: ../../../third_party/angle/src/compiler/translator/blocklayoutHLSL.cpp
FILE: ../../../third_party/angle/src/compiler/translator/blocklayoutHLSL.h
S
stuartmorgan 已提交
2305 2306 2307 2308 2309 2310 2311 2312
FILE: ../../../third_party/angle/src/gpu_info_util/SystemInfo.cpp
FILE: ../../../third_party/angle/src/gpu_info_util/SystemInfo.h
FILE: ../../../third_party/angle/src/gpu_info_util/SystemInfo_internal.h
FILE: ../../../third_party/angle/src/gpu_info_util/SystemInfo_libpci.cpp
FILE: ../../../third_party/angle/src/gpu_info_util/SystemInfo_linux.cpp
FILE: ../../../third_party/angle/src/gpu_info_util/SystemInfo_win.cpp
FILE: ../../../third_party/angle/src/gpu_info_util/SystemInfo_x11.cpp
FILE: ../../../third_party/angle/src/image_util/copyimage.cpp
2313
FILE: ../../../third_party/angle/src/image_util/copyimage.h
S
stuartmorgan 已提交
2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356
FILE: ../../../third_party/angle/src/image_util/imageformats.h
FILE: ../../../third_party/angle/src/image_util/loadimage.cpp
FILE: ../../../third_party/angle/src/image_util/loadimage.h
FILE: ../../../third_party/angle/src/image_util/loadimage_etc.cpp
FILE: ../../../third_party/angle/src/libANGLE/Constants.h
FILE: ../../../third_party/angle/src/libANGLE/IndexRangeCache.cpp
FILE: ../../../third_party/angle/src/libANGLE/IndexRangeCache.h
FILE: ../../../third_party/angle/src/libANGLE/Sampler.cpp
FILE: ../../../third_party/angle/src/libANGLE/Sampler.h
FILE: ../../../third_party/angle/src/libANGLE/VertexArray.cpp
FILE: ../../../third_party/angle/src/libANGLE/VertexArray.h
FILE: ../../../third_party/angle/src/libANGLE/VertexAttribute.h
FILE: ../../../third_party/angle/src/libANGLE/angletypes.cpp
FILE: ../../../third_party/angle/src/libANGLE/formatutils.cpp
FILE: ../../../third_party/angle/src/libANGLE/formatutils.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/QueryImpl.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/copyvertex.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Blit11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Blit11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Clear11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Clear11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Fence11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Fence11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/PixelTransfer11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/PixelTransfer11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Query11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Query11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/VertexBuffer11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/formatutils11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/formatutils11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/Fence9.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/Fence9.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/Query9.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/Query9.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/formatutils9.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/formatutils9.h
FILE: ../../../third_party/angle/src/libANGLE/validationES.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationES.h
FILE: ../../../third_party/angle/src/libANGLE/validationES2.cpp
FILE: ../../../third_party/angle/src/libANGLE/validationES3.cpp
FILE: ../../../third_party/angle/util/EGLWindow.cpp
----------------------------------------------------------------------------------------------------
Copyright 2013 The ANGLE Project Authors. All rights reserved.
2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

    Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

    Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following
    disclaimer in the documentation and/or other materials provided
    with the distribution.

    Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
    Ltd., nor the names of their contributors may be used to endorse
    or promote products derived from this software without specific
    prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: angle
ORIGIN: ../../../third_party/angle/include/KHR/khrplatform.h
TYPE: LicenseType.unknown
FILE: ../../../third_party/angle/include/KHR/khrplatform.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2008-2018 The Khronos Group Inc.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.

THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
====================================================================================================

====================================================================================================
LIBRARY: angle
ORIGIN: ../../../third_party/angle/include/angle_gl.h + ../../../third_party/angle/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/angle/include/angle_gl.h
FILE: ../../../third_party/angle/include/angle_windowsstore.h
S
stuartmorgan 已提交
2423
FILE: ../../../third_party/angle/include/export.h
2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464
FILE: ../../../third_party/angle/samples/hello_triangle/HelloTriangle.cpp
FILE: ../../../third_party/angle/samples/mip_map_2d/MipMap2D.cpp
FILE: ../../../third_party/angle/samples/multi_texture/MultiTexture.cpp
FILE: ../../../third_party/angle/samples/multiple_draw_buffers/MultipleDrawBuffers.cpp
FILE: ../../../third_party/angle/samples/particle_system/ParticleSystem.cpp
FILE: ../../../third_party/angle/samples/post_sub_buffer/PostSubBuffer.cpp
FILE: ../../../third_party/angle/samples/sample_util/SampleApplication.h
FILE: ../../../third_party/angle/samples/sample_util/texture_utils.cpp
FILE: ../../../third_party/angle/samples/sample_util/texture_utils.h
FILE: ../../../third_party/angle/samples/sample_util/tga_utils.cpp
FILE: ../../../third_party/angle/samples/sample_util/tga_utils.h
FILE: ../../../third_party/angle/samples/simple_instancing/SimpleInstancing.cpp
FILE: ../../../third_party/angle/samples/simple_texture_2d/SimpleTexture2D.cpp
FILE: ../../../third_party/angle/samples/simple_texture_cubemap/SimpleTextureCubemap.cpp
FILE: ../../../third_party/angle/samples/simple_vertex_shader/SimpleVertexShader.cpp
FILE: ../../../third_party/angle/samples/stencil_operations/StencilOperations.cpp
FILE: ../../../third_party/angle/samples/tex_redef_microbench/TexRedefMicroBench.cpp
FILE: ../../../third_party/angle/samples/texture_wrap/TextureWrap.cpp
FILE: ../../../third_party/angle/samples/tri_fan_microbench/TriFanMicroBench.cpp
FILE: ../../../third_party/angle/src/commit.h
FILE: ../../../third_party/angle/src/common/MemoryBuffer.cpp
FILE: ../../../third_party/angle/src/common/MemoryBuffer.h
FILE: ../../../third_party/angle/src/common/angleutils.cpp
FILE: ../../../third_party/angle/src/common/platform.h
FILE: ../../../third_party/angle/src/common/system_utils.h
FILE: ../../../third_party/angle/src/common/system_utils_win.cpp
FILE: ../../../third_party/angle/src/common/tls.cpp
FILE: ../../../third_party/angle/src/common/tls.h
FILE: ../../../third_party/angle/src/common/version.h
FILE: ../../../third_party/angle/src/compiler/translator/BuiltInFunctionEmulatorHLSL.cpp
FILE: ../../../third_party/angle/src/compiler/translator/BuiltInFunctionEmulatorHLSL.h
FILE: ../../../third_party/angle/src/compiler/translator/ResourcesHLSL.cpp
FILE: ../../../third_party/angle/src/compiler/translator/ResourcesHLSL.h
FILE: ../../../third_party/angle/src/compiler/translator/ShaderVars.cpp
FILE: ../../../third_party/angle/src/compiler/translator/StructureHLSL.cpp
FILE: ../../../third_party/angle/src/compiler/translator/StructureHLSL.h
FILE: ../../../third_party/angle/src/compiler/translator/UtilsHLSL.cpp
FILE: ../../../third_party/angle/src/compiler/translator/UtilsHLSL.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteElseBlocks.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteElseBlocks.h
FILE: ../../../third_party/angle/src/image_util/copyimage.inc
S
stuartmorgan 已提交
2465
FILE: ../../../third_party/angle/src/image_util/loadimage.inc
2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478
FILE: ../../../third_party/angle/src/libANGLE/AttributeMap.cpp
FILE: ../../../third_party/angle/src/libANGLE/AttributeMap.h
FILE: ../../../third_party/angle/src/libANGLE/Caps.cpp
FILE: ../../../third_party/angle/src/libANGLE/Caps.h
FILE: ../../../third_party/angle/src/libANGLE/Compiler.cpp
FILE: ../../../third_party/angle/src/libANGLE/Compiler.h
FILE: ../../../third_party/angle/src/libANGLE/Config_unittest.cpp
FILE: ../../../third_party/angle/src/libANGLE/Error.cpp
FILE: ../../../third_party/angle/src/libANGLE/Error.h
FILE: ../../../third_party/angle/src/libANGLE/Error.inc
FILE: ../../../third_party/angle/src/libANGLE/Fence_unittest.cpp
FILE: ../../../third_party/angle/src/libANGLE/FramebufferAttachment.cpp
FILE: ../../../third_party/angle/src/libANGLE/FramebufferAttachment.h
S
stuartmorgan 已提交
2479 2480
FILE: ../../../third_party/angle/src/libANGLE/ImageIndex.cpp
FILE: ../../../third_party/angle/src/libANGLE/ImageIndex.h
2481 2482 2483 2484 2485 2486 2487
FILE: ../../../third_party/angle/src/libANGLE/ImageIndexIterator_unittest.cpp
FILE: ../../../third_party/angle/src/libANGLE/State.cpp
FILE: ../../../third_party/angle/src/libANGLE/State.h
FILE: ../../../third_party/angle/src/libANGLE/Surface_unittest.cpp
FILE: ../../../third_party/angle/src/libANGLE/TransformFeedback.cpp
FILE: ../../../third_party/angle/src/libANGLE/TransformFeedback.h
FILE: ../../../third_party/angle/src/libANGLE/TransformFeedback_unittest.cpp
S
stuartmorgan 已提交
2488
FILE: ../../../third_party/angle/src/libANGLE/VertexAttribute.cpp
2489 2490 2491
FILE: ../../../third_party/angle/src/libANGLE/features.h
FILE: ../../../third_party/angle/src/libANGLE/queryconversions.cpp
FILE: ../../../third_party/angle/src/libANGLE/queryconversions.h
S
stuartmorgan 已提交
2492
FILE: ../../../third_party/angle/src/libANGLE/renderer/BufferImpl.h
2493 2494 2495
FILE: ../../../third_party/angle/src/libANGLE/renderer/CompilerImpl.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/DisplayImpl.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/DisplayImpl.h
S
stuartmorgan 已提交
2496 2497
FILE: ../../../third_party/angle/src/libANGLE/renderer/FramebufferImpl.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/ProgramImpl.h
2498
FILE: ../../../third_party/angle/src/libANGLE/renderer/RenderbufferImpl.h
S
stuartmorgan 已提交
2499 2500
FILE: ../../../third_party/angle/src/libANGLE/renderer/SamplerImpl.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/ShaderImpl.h
2501
FILE: ../../../third_party/angle/src/libANGLE/renderer/SurfaceImpl.h
S
stuartmorgan 已提交
2502 2503 2504 2505 2506 2507
FILE: ../../../third_party/angle/src/libANGLE/renderer/TextureImpl.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/TransformFeedbackImpl.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/VertexArrayImpl.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/copyvertex.inc.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/BufferD3D.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/BufferD3D.h
2508 2509 2510 2511 2512
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/CompilerD3D.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/DisplayD3D.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/DisplayD3D.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/DynamicHLSL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/DynamicHLSL.h
S
stuartmorgan 已提交
2513 2514 2515
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/FramebufferD3D.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/FramebufferD3D.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/HLSLCompiler.cpp
2516 2517 2518 2519 2520 2521
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/ProgramD3D.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/ProgramD3D.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/RenderbufferD3D.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/RenderbufferD3D.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/RendererD3D.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/RendererD3D.h
S
stuartmorgan 已提交
2522
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/SamplerD3D.h
2523 2524 2525 2526
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/ShaderD3D.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/ShaderD3D.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/SurfaceD3D.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/SurfaceD3D.h
S
stuartmorgan 已提交
2527 2528 2529 2530 2531 2532 2533 2534
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/TextureD3D.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/TextureD3D.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Framebuffer11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Framebuffer11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/TransformFeedback11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/TransformFeedback11.h
2535 2536
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Trim11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Trim11.h
S
stuartmorgan 已提交
2537
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/VertexArray11.h
2538 2539 2540 2541 2542 2543 2544 2545
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/CoreWindowNativeWindow.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/CoreWindowNativeWindow.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/CoreWindowNativeWindow_unittest.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/InspectableNativeWindow.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/InspectableNativeWindow.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/SwapChainPanelNativeWindow.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/SwapChainPanelNativeWindow.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/winrt/SwapChainPanelNativeWindow_unittest.cpp
S
stuartmorgan 已提交
2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/Buffer9.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/Buffer9.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/Framebuffer9.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/Framebuffer9.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/VertexArray9.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/SamplerGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/SamplerGL.h
FILE: ../../../third_party/angle/src/libGLESv2/entry_points_egl.cpp
FILE: ../../../third_party/angle/src/libGLESv2/entry_points_egl.h
FILE: ../../../third_party/angle/src/libGLESv2/entry_points_egl_ext.cpp
FILE: ../../../third_party/angle/src/libGLESv2/entry_points_egl_ext.h
FILE: ../../../third_party/angle/src/libGLESv2/global_state.cpp
FILE: ../../../third_party/angle/src/libGLESv2/global_state.h
2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582
FILE: ../../../third_party/angle/util/EGLWindow.h
FILE: ../../../third_party/angle/util/Event.h
FILE: ../../../third_party/angle/util/Matrix.cpp
FILE: ../../../third_party/angle/util/Matrix.h
FILE: ../../../third_party/angle/util/OSWindow.cpp
FILE: ../../../third_party/angle/util/OSWindow.h
FILE: ../../../third_party/angle/util/Timer.h
FILE: ../../../third_party/angle/util/com_utils.h
FILE: ../../../third_party/angle/util/geometry_utils.cpp
FILE: ../../../third_party/angle/util/geometry_utils.h
FILE: ../../../third_party/angle/util/keyboard.h
FILE: ../../../third_party/angle/util/mouse.h
FILE: ../../../third_party/angle/util/random_utils.cpp
FILE: ../../../third_party/angle/util/random_utils.h
FILE: ../../../third_party/angle/util/shader_utils.cpp
FILE: ../../../third_party/angle/util/shader_utils.h
FILE: ../../../third_party/angle/util/system_utils.h
FILE: ../../../third_party/angle/util/windows/WindowsTimer.cpp
FILE: ../../../third_party/angle/util/windows/WindowsTimer.h
FILE: ../../../third_party/angle/util/windows/Windows_system_utils.cpp
FILE: ../../../third_party/angle/util/windows/win32/Win32Window.cpp
FILE: ../../../third_party/angle/util/windows/win32/Win32Window.h
FILE: ../../../third_party/angle/util/windows/win32/Win32_system_utils.cpp
----------------------------------------------------------------------------------------------------
S
stuartmorgan 已提交
2583
Copyright 2014 The ANGLE Project Authors. All rights reserved.
2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

    Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

    Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following
    disclaimer in the documentation and/or other materials provided
    with the distribution.

    Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
    Ltd., nor the names of their contributors may be used to endorse
    or promote products derived from this software without specific
    prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: angle
S
stuartmorgan 已提交
2618
ORIGIN: ../../../third_party/angle/include/platform/FeaturesD3D.h + ../../../third_party/angle/LICENSE
2619
TYPE: LicenseType.bsd
S
stuartmorgan 已提交
2620 2621
FILE: ../../../third_party/angle/include/platform/FeaturesD3D.h
FILE: ../../../third_party/angle/include/platform/FeaturesGL.h
2622
FILE: ../../../third_party/angle/include/platform/Platform.h
S
stuartmorgan 已提交
2623
FILE: ../../../third_party/angle/samples/WindowTest/WindowTest.cpp
2624 2625 2626
FILE: ../../../third_party/angle/samples/multi_window/MultiWindow.cpp
FILE: ../../../third_party/angle/src/common/Optional.h
FILE: ../../../third_party/angle/src/common/Optional_unittest.cpp
S
stuartmorgan 已提交
2627 2628 2629 2630 2631 2632 2633 2634
FILE: ../../../third_party/angle/src/common/bitset_utils.h
FILE: ../../../third_party/angle/src/common/bitset_utils_unittest.cpp
FILE: ../../../third_party/angle/src/common/mathutil_unittest.cpp
FILE: ../../../third_party/angle/src/common/matrix_utils.h
FILE: ../../../third_party/angle/src/common/matrix_utils_unittest.cpp
FILE: ../../../third_party/angle/src/common/string_utils.cpp
FILE: ../../../third_party/angle/src/common/string_utils.h
FILE: ../../../third_party/angle/src/common/string_utils_unittest.cpp
2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649
FILE: ../../../third_party/angle/src/common/system_utils_linux.cpp
FILE: ../../../third_party/angle/src/common/system_utils_mac.cpp
FILE: ../../../third_party/angle/src/common/utilities_unittest.cpp
FILE: ../../../third_party/angle/src/compiler/translator/ExtensionGLSL.cpp
FILE: ../../../third_party/angle/src/compiler/translator/ExtensionGLSL.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteDoWhile.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_ops/RewriteDoWhile.h
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/FindSymbolNode.cpp
FILE: ../../../third_party/angle/src/compiler/translator/tree_util/FindSymbolNode.h
FILE: ../../../third_party/angle/src/image_util/generatemip.inc
FILE: ../../../third_party/angle/src/libANGLE/BinaryStream_unittest.cpp
FILE: ../../../third_party/angle/src/libANGLE/Debug.cpp
FILE: ../../../third_party/angle/src/libANGLE/Debug.h
FILE: ../../../third_party/angle/src/libANGLE/Device.cpp
FILE: ../../../third_party/angle/src/libANGLE/Device.h
S
stuartmorgan 已提交
2650
FILE: ../../../third_party/angle/src/libANGLE/HandleAllocator_unittest.cpp
2651 2652 2653
FILE: ../../../third_party/angle/src/libANGLE/Image.cpp
FILE: ../../../third_party/angle/src/libANGLE/Image.h
FILE: ../../../third_party/angle/src/libANGLE/Image_unittest.cpp
S
stuartmorgan 已提交
2654 2655 2656 2657 2658
FILE: ../../../third_party/angle/src/libANGLE/Platform.cpp
FILE: ../../../third_party/angle/src/libANGLE/Program_unittest.cpp
FILE: ../../../third_party/angle/src/libANGLE/ResourceManager_unittest.cpp
FILE: ../../../third_party/angle/src/libANGLE/VaryingPacking.cpp
FILE: ../../../third_party/angle/src/libANGLE/VaryingPacking.h
2659 2660 2661
FILE: ../../../third_party/angle/src/libANGLE/Version.h
FILE: ../../../third_party/angle/src/libANGLE/Version.inc
FILE: ../../../third_party/angle/src/libANGLE/VertexAttribute.inc
S
stuartmorgan 已提交
2662 2663
FILE: ../../../third_party/angle/src/libANGLE/histogram_macros.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/BufferImpl_mock.h
2664 2665 2666
FILE: ../../../third_party/angle/src/libANGLE/renderer/DeviceImpl.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/DeviceImpl.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/FenceNVImpl.h
S
stuartmorgan 已提交
2667 2668
FILE: ../../../third_party/angle/src/libANGLE/renderer/FramebufferImpl_mock.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/GLImplFactory.h
2669 2670
FILE: ../../../third_party/angle/src/libANGLE/renderer/ImageImpl.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/ImageImpl_mock.h
S
stuartmorgan 已提交
2671
FILE: ../../../third_party/angle/src/libANGLE/renderer/ProgramImpl_mock.h
2672 2673 2674 2675
FILE: ../../../third_party/angle/src/libANGLE/renderer/RenderbufferImpl_mock.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/SyncImpl.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/TextureImpl_mock.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/TransformFeedbackImpl_mock.h
S
stuartmorgan 已提交
2676
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/CompilerD3D.cpp
2677 2678 2679 2680
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/DeviceD3D.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/DeviceD3D.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/EGLImageD3D.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/EGLImageD3D.h
S
stuartmorgan 已提交
2681 2682
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/DebugAnnotator11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/DebugAnnotator11.h
2683 2684
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/StateManager11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/StateManager11.h
S
stuartmorgan 已提交
2685 2686 2687 2688 2689
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/dxgi_support_table.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/dxgi_support_table_autogen.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/texture_format_table.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/DebugAnnotator9.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/DebugAnnotator9.h
2690 2691 2692
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/StateManager9.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/StateManager9.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/formatutilsD3D.h
S
stuartmorgan 已提交
2693 2694 2695 2696 2697 2698
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/BlitGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/BlitGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/BufferGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/BufferGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/CompilerGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/CompilerGL.h
2699
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/DisplayGL.cpp
S
stuartmorgan 已提交
2700 2701 2702 2703 2704
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/DisplayGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/FenceNVGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/FenceNVGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/FramebufferGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/FramebufferGL.h
2705 2706
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/FunctionsGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/FunctionsGL.h
S
stuartmorgan 已提交
2707 2708 2709 2710 2711 2712 2713 2714 2715 2716
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/ProgramGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/ProgramGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/QueryGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/QueryGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/RenderbufferGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/RenderbufferGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/RendererGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/RendererGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/ShaderGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/ShaderGL.h
2717 2718 2719
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/StateManagerGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/StateManagerGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/SurfaceGL.cpp
S
stuartmorgan 已提交
2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/SurfaceGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/SyncGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/SyncGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/TextureGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/TextureGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/TransformFeedbackGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/TransformFeedbackGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/VertexArrayGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/VertexArrayGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/cgl/DisplayCGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/cgl/DisplayCGL.mm
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/cgl/IOSurfaceSurfaceCGL.mm
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/cgl/PbufferSurfaceCGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/cgl/PbufferSurfaceCGL.mm
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/cgl/WindowSurfaceCGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/cgl/WindowSurfaceCGL.mm
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/formatutilsgl.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/formatutilsgl.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/functionsgl_enums.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/functionsgl_typedefs.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/glx/DisplayGLX.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/glx/DisplayGLX.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/glx/FunctionsGLX.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/glx/FunctionsGLX.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/glx/PbufferSurfaceGLX.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/glx/PbufferSurfaceGLX.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/glx/WindowSurfaceGLX.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/glx/WindowSurfaceGLX.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/glx/functionsglx_typedefs.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/glx/platform_glx.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/D3DTextureSurfaceWGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/D3DTextureSurfaceWGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/DXGISwapChainWindowSurfaceWGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/DXGISwapChainWindowSurfaceWGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/DisplayWGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/DisplayWGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/FunctionsWGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/FunctionsWGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/PbufferSurfaceWGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/PbufferSurfaceWGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/WindowSurfaceWGL.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/WindowSurfaceWGL.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/functionswgl_typedefs.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/wgl_utils.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/wgl/wgl_utils.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/load_functions_table.h
FILE: ../../../third_party/angle/src/libANGLE/validationEGL.h
FILE: ../../../third_party/angle/util/OSPixmap.h
FILE: ../../../third_party/angle/util/osx/OSXPixmap.h
FILE: ../../../third_party/angle/util/osx/OSXPixmap.mm
FILE: ../../../third_party/angle/util/osx/OSXTimer.cpp
FILE: ../../../third_party/angle/util/osx/OSXTimer.h
FILE: ../../../third_party/angle/util/osx/OSXWindow.h
FILE: ../../../third_party/angle/util/osx/OSXWindow.mm
FILE: ../../../third_party/angle/util/posix/PosixTimer.cpp
FILE: ../../../third_party/angle/util/posix/PosixTimer.h
FILE: ../../../third_party/angle/util/posix/Posix_system_utils.cpp
FILE: ../../../third_party/angle/util/windows/win32/Win32Pixmap.cpp
FILE: ../../../third_party/angle/util/windows/win32/Win32Pixmap.h
FILE: ../../../third_party/angle/util/x11/X11Pixmap.cpp
FILE: ../../../third_party/angle/util/x11/X11Pixmap.h
FILE: ../../../third_party/angle/util/x11/X11Window.cpp
FILE: ../../../third_party/angle/util/x11/X11Window.h
2783
----------------------------------------------------------------------------------------------------
S
stuartmorgan 已提交
2784
Copyright 2015 The ANGLE Project Authors. All rights reserved.
2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

    Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

    Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following
    disclaimer in the documentation and/or other materials provided
    with the distribution.

    Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
    Ltd., nor the names of their contributors may be used to endorse
    or promote products derived from this software without specific
    prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: angle
S
stuartmorgan 已提交
2819
ORIGIN: ../../../third_party/angle/src/common/Float16ToFloat32.cpp + ../../../third_party/angle/LICENSE
2820
TYPE: LicenseType.bsd
S
stuartmorgan 已提交
2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849
FILE: ../../../third_party/angle/src/common/Float16ToFloat32.cpp
FILE: ../../../third_party/angle/src/common/event_tracer.cpp
FILE: ../../../third_party/angle/src/common/event_tracer.h
FILE: ../../../third_party/angle/src/compiler/preprocessor/DiagnosticsBase.cpp
FILE: ../../../third_party/angle/src/compiler/preprocessor/DiagnosticsBase.h
FILE: ../../../third_party/angle/src/compiler/preprocessor/DirectiveHandlerBase.cpp
FILE: ../../../third_party/angle/src/compiler/preprocessor/DirectiveHandlerBase.h
FILE: ../../../third_party/angle/src/compiler/preprocessor/DirectiveParser.h
FILE: ../../../third_party/angle/src/compiler/preprocessor/ExpressionParser.cpp
FILE: ../../../third_party/angle/src/compiler/preprocessor/ExpressionParser.h
FILE: ../../../third_party/angle/src/compiler/preprocessor/ExpressionParser.y
FILE: ../../../third_party/angle/src/compiler/preprocessor/Lexer.cpp
FILE: ../../../third_party/angle/src/compiler/preprocessor/Lexer.h
FILE: ../../../third_party/angle/src/compiler/preprocessor/Macro.h
FILE: ../../../third_party/angle/src/compiler/preprocessor/MacroExpander.h
FILE: ../../../third_party/angle/src/compiler/preprocessor/SourceLocation.h
FILE: ../../../third_party/angle/src/compiler/preprocessor/Tokenizer.h
FILE: ../../../third_party/angle/src/compiler/preprocessor/numeric_lex.h
FILE: ../../../third_party/angle/src/compiler/translator/Diagnostics.cpp
FILE: ../../../third_party/angle/src/compiler/translator/Diagnostics.h
FILE: ../../../third_party/angle/src/compiler/translator/DirectiveHandler.cpp
FILE: ../../../third_party/angle/src/compiler/translator/DirectiveHandler.h
FILE: ../../../third_party/angle/src/compiler/translator/Pragma.h
FILE: ../../../third_party/angle/src/compiler/translator/glslang.l
FILE: ../../../third_party/angle/src/compiler/translator/glslang_lex.cpp
FILE: ../../../third_party/angle/src/libANGLE/BinaryStream.h
FILE: ../../../third_party/angle/src/libANGLE/Query.cpp
FILE: ../../../third_party/angle/src/libANGLE/Query.h
FILE: ../../../third_party/angle/src/libANGLE/angletypes.h
2850 2851 2852 2853 2854
FILE: ../../../third_party/angle/src/libANGLE/angletypes.inc
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/RenderTargetD3D.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/RenderTargetD3D.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/ShaderExecutableD3D.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/ShaderExecutableD3D.h
S
stuartmorgan 已提交
2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/SwapChainD3D.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Image11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Image11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/IndexBuffer11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/IndexBuffer11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/InputLayoutCache.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/InputLayoutCache.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/RenderStateCache.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/RenderStateCache.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/RenderTarget11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/RenderTarget11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/Renderer11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/ShaderExecutable11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/ShaderExecutable11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/SwapChain11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/SwapChain11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/TextureStorage11.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/TextureStorage11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/VertexBuffer11.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/renderer11_utils.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d11/renderer11_utils.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/RenderTarget9.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/RenderTarget9.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/Renderer9.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/Renderer9.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/ShaderCache.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/ShaderExecutable9.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/ShaderExecutable9.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/SwapChain9.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/SwapChain9.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/TextureStorage9.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/TextureStorage9.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/VertexDeclarationCache.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/VertexDeclarationCache.h
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/Blit.ps
FILE: ../../../third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/Blit.vs
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/renderergl_utils.cpp
FILE: ../../../third_party/angle/src/libANGLE/renderer/gl/renderergl_utils.h
2894
----------------------------------------------------------------------------------------------------
S
stuartmorgan 已提交
2895
Copyright 2012 The ANGLE Project Authors. All rights reserved.
2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

    Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

    Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following
    disclaimer in the documentation and/or other materials provided
    with the distribution.

    Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
    Ltd., nor the names of their contributors may be used to endorse
    or promote products derived from this software without specific
    prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: angle
S
stuartmorgan 已提交
2930
ORIGIN: ../../../third_party/angle/src/compiler/preprocessor/DirectiveParser.cpp + ../../../third_party/angle/LICENSE
2931
TYPE: LicenseType.bsd
S
stuartmorgan 已提交
2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945
FILE: ../../../third_party/angle/src/compiler/preprocessor/DirectiveParser.cpp
FILE: ../../../third_party/angle/src/compiler/preprocessor/Input.cpp
FILE: ../../../third_party/angle/src/compiler/preprocessor/Input.h
FILE: ../../../third_party/angle/src/compiler/preprocessor/Macro.cpp
FILE: ../../../third_party/angle/src/compiler/preprocessor/MacroExpander.cpp
FILE: ../../../third_party/angle/src/compiler/preprocessor/Preprocessor.cpp
FILE: ../../../third_party/angle/src/compiler/preprocessor/Preprocessor.h
FILE: ../../../third_party/angle/src/compiler/preprocessor/Token.cpp
FILE: ../../../third_party/angle/src/compiler/preprocessor/Token.h
FILE: ../../../third_party/angle/src/compiler/preprocessor/Tokenizer.cpp
FILE: ../../../third_party/angle/src/compiler/preprocessor/Tokenizer.l
FILE: ../../../third_party/angle/src/compiler/translator/BuiltInFunctionEmulator.h
FILE: ../../../third_party/angle/src/compiler/translator/BuiltInFunctionEmulatorGLSL.h
FILE: ../../../third_party/angle/src/compiler/translator/length_limits.h
2946
----------------------------------------------------------------------------------------------------
S
stuartmorgan 已提交
2947
Copyright 2011 The ANGLE Project Authors. All rights reserved.
2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

    Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

    Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following
    disclaimer in the documentation and/or other materials provided
    with the distribution.

    Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
    Ltd., nor the names of their contributors may be used to endorse
    or promote products derived from this software without specific
    prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: angle
S
stuartmorgan 已提交
2982 2983 2984 2985 2986
ORIGIN: ../../../third_party/angle/src/compiler/preprocessor/ExpressionParser.cpp
TYPE: LicenseType.bison
FILE: ../../../third_party/angle/src/compiler/preprocessor/ExpressionParser.cpp
FILE: ../../../third_party/angle/src/compiler/translator/glslang_tab.cpp
FILE: ../../../third_party/angle/src/compiler/translator/glslang_tab.h
2987
----------------------------------------------------------------------------------------------------
S
stuartmorgan 已提交
2988
<THIS BLOCK INTENTIONALLY LEFT BLANK>
2989 2990 2991 2992
====================================================================================================

====================================================================================================
LIBRARY: angle
S
stuartmorgan 已提交
2993
ORIGIN: ../../../third_party/angle/src/compiler/translator/ValidateLimitations.h + ../../../third_party/angle/LICENSE
2994
TYPE: LicenseType.bsd
S
stuartmorgan 已提交
2995 2996 2997 2998 2999
FILE: ../../../third_party/angle/src/compiler/translator/ValidateLimitations.h
FILE: ../../../third_party/angle/src/compiler/translator/glslang.h
FILE: ../../../third_party/angle/src/compiler/translator/util.cpp
FILE: ../../../third_party/angle/src/libANGLE/Uniform.cpp
FILE: ../../../third_party/angle/src/libANGLE/Uniform.h
3000
----------------------------------------------------------------------------------------------------
S
stuartmorgan 已提交
3001
Copyright 2010 The ANGLE Project Authors. All rights reserved.
3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

    Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

    Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following
    disclaimer in the documentation and/or other materials provided
    with the distribution.

    Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
    Ltd., nor the names of their contributors may be used to endorse
    or promote products derived from this software without specific
    prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: base
LIBRARY: icu
ORIGIN: ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/angle/src/common/third_party/base/anglebase/numerics/safe_conversions.h
FILE: ../../../third_party/angle/src/common/third_party/base/anglebase/numerics/safe_conversions_impl.h
FILE: ../../../third_party/angle/src/common/third_party/base/anglebase/numerics/safe_math.h
FILE: ../../../third_party/angle/src/common/third_party/base/anglebase/numerics/safe_math_impl.h
FILE: ../../../third_party/icu/icu.isolate
----------------------------------------------------------------------------------------------------
Copyright 2014 The Chromium Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: base
LIBRARY: zlib
ORIGIN: ../../../third_party/angle/src/common/third_party/base/anglebase/containers/mru_cache.h + ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/angle/src/common/third_party/base/anglebase/containers/mru_cache.h
FILE: ../../../third_party/angle/src/common/third_party/base/anglebase/sha1.cc
FILE: ../../../third_party/angle/src/common/third_party/base/anglebase/sha1.h
FILE: ../../../third_party/zlib/google/zip.h
FILE: ../../../third_party/zlib/google/zip_internal.cc
FILE: ../../../third_party/zlib/google/zip_internal.h
FILE: ../../../third_party/zlib/google/zip_reader.h
FILE: ../../../third_party/zlib/google/zip_reader_unittest.cc
FILE: ../../../third_party/zlib/google/zip_unittest.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 2011 The Chromium Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

S
stuartmorgan 已提交
3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152
====================================================================================================
LIBRARY: base
ORIGIN: ../../../third_party/angle/src/common/third_party/base/anglebase/no_destructor.h + ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/angle/src/common/third_party/base/anglebase/no_destructor.h
----------------------------------------------------------------------------------------------------
Copyright 2018 The Chromium Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422
====================================================================================================
LIBRARY: base
ORIGIN: ../../../third_party/angle/src/common/third_party/base/anglebase/numerics/safe_numerics_unittest.cc + ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/angle/src/common/third_party/base/anglebase/numerics/safe_numerics_unittest.cc
----------------------------------------------------------------------------------------------------
Copyright 2013 The Chromium Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
LIBRARY: dart
ORIGIN: ../../../third_party/boringssl/src/LICENSE
TYPE: LicenseType.openssl
FILE: ../../../third_party/boringssl/ios-aarch64/crypto/fipsmodule/sha256-armv8.S
FILE: ../../../third_party/boringssl/ios-aarch64/crypto/fipsmodule/sha512-armv8.S
FILE: ../../../third_party/boringssl/ios-arm/crypto/fipsmodule/aes-armv4.S
FILE: ../../../third_party/boringssl/ios-arm/crypto/fipsmodule/bsaes-armv7.S
FILE: ../../../third_party/boringssl/ios-arm/crypto/fipsmodule/sha256-armv4.S
FILE: ../../../third_party/boringssl/ios-arm/crypto/fipsmodule/sha512-armv4.S
FILE: ../../../third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha256-armv8.S
FILE: ../../../third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha512-armv8.S
FILE: ../../../third_party/boringssl/linux-arm/crypto/fipsmodule/aes-armv4.S
FILE: ../../../third_party/boringssl/linux-arm/crypto/fipsmodule/bsaes-armv7.S
FILE: ../../../third_party/boringssl/linux-arm/crypto/fipsmodule/sha256-armv4.S
FILE: ../../../third_party/boringssl/linux-arm/crypto/fipsmodule/sha512-armv4.S
FILE: ../../../third_party/boringssl/src/crypto/err/asn1.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/bio.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/bn.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/cipher.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/conf.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/dh.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/digest.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/dsa.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/ec.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/ecdh.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/ecdsa.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/engine.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/evp.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/hkdf.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/obj.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/pem.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/pkcs7.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/pkcs8.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/rsa.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/ssl.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/x509.errordata
FILE: ../../../third_party/boringssl/src/crypto/err/x509v3.errordata
FILE: ../../../third_party/boringssl/src/crypto/evp/scrypt.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/asm/x86_64-gcc.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.h
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/p256-x86_64.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/p256-x86_64.h
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/intcheck1.png
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/intcheck2.png
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/intcheck3.png
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/[Content_Types].xml
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/_rels/.rels
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/customXml/_rels/item1.xml.rels
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/customXml/item1.xml
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/customXml/itemProps1.xml
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/docProps/app.xml
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/docProps/core.xml
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/docProps/thumbnail.emf
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/_rels/document.xml.rels
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/document.xml
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/endnotes.xml
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/fontTable.xml
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/footer1.xml
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/footnotes.xml
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/media/image1.jpeg
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/media/image2.png
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/numbering.xml
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/settings.xml
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/styles.xml
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/theme/theme1.xml
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/webSettings.xml
FILE: ../../../third_party/boringssl/src/crypto/obj/obj_mac.num
FILE: ../../../third_party/boringssl/src/crypto/poly1305/poly1305_arm_asm.S
FILE: ../../../third_party/boringssl/src/crypto/rsa_extra/rsa_print.c
FILE: ../../../third_party/boringssl/src/crypto/x509/charmap.h
FILE: ../../../third_party/boringssl/src/crypto/x509/many_constraints.pem
FILE: ../../../third_party/boringssl/src/crypto/x509/many_names1.pem
FILE: ../../../third_party/boringssl/src/crypto/x509/many_names2.pem
FILE: ../../../third_party/boringssl/src/crypto/x509/many_names3.pem
FILE: ../../../third_party/boringssl/src/crypto/x509/some_names1.pem
FILE: ../../../third_party/boringssl/src/crypto/x509/some_names2.pem
FILE: ../../../third_party/boringssl/src/crypto/x509/some_names3.pem
FILE: ../../../third_party/boringssl/src/crypto/x509/x509_time_test.cc
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_ocsp.c
FILE: ../../../third_party/boringssl/src/fipstools/run_cavp.go
FILE: ../../../third_party/boringssl/src/infra/config/cq.cfg
FILE: ../../../third_party/boringssl/src/ssl/bio_ssl.cc
FILE: ../../../third_party/boringssl/src/util/all_tests.json
FILE: ../../../third_party/boringssl/src/util/bot/UPDATING
FILE: ../../../third_party/boringssl/src/util/bot/cmake-linux64.tar.gz.sha1
FILE: ../../../third_party/boringssl/src/util/bot/cmake-mac.tar.gz.sha1
FILE: ../../../third_party/boringssl/src/util/bot/cmake-win32.zip.sha1
FILE: ../../../third_party/boringssl/src/util/bot/nasm-win32.exe.sha1
FILE: ../../../third_party/boringssl/src/util/bot/perl-win32.zip.sha1
FILE: ../../../third_party/boringssl/src/util/bot/sde-linux64.tar.bz2.sha1
FILE: ../../../third_party/boringssl/src/util/bot/yasm-win32.exe.sha1
FILE: ../../../third_party/boringssl/src/util/doc.config
FILE: ../../../third_party/boringssl/src/util/doc.go
FILE: ../../../third_party/boringssl/src/util/fipstools/delocate.peg.go
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/ppc64le-GlobalEntry/in.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/ppc64le-GlobalEntry/out.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/ppc64le-LoadToR0/in.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/ppc64le-LoadToR0/out.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/ppc64le-Sample/in.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/ppc64le-Sample/out.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/ppc64le-Sample2/in.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/ppc64le-Sample2/out.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/ppc64le-TOCWithOffset/in.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/ppc64le-TOCWithOffset/out.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/x86_64-BSS/in.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/x86_64-BSS/out.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/x86_64-Basic/in.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/x86_64-Basic/out.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/x86_64-GOTRewrite/in.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/x86_64-GOTRewrite/out.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/x86_64-LabelRewrite/in1.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/x86_64-LabelRewrite/in2.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/x86_64-LabelRewrite/out.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/x86_64-Sections/in.s
FILE: ../../../third_party/boringssl/src/util/fipstools/testdata/x86_64-Sections/out.s
FILE: ../../../third_party/dart/runtime/lib/bigint_patch.dart
----------------------------------------------------------------------------------------------------
OpenSSL License

 ====================================================================
 Copyright (c) 1998-2011 The OpenSSL Project.  All rights reserved.

 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:

 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.

 3. All advertising materials mentioning features or use of this
    software must display the following acknowledgment:
    "This product includes software developed by the OpenSSL Project
    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
    endorse or promote products derived from this software without
    prior written permission. For written permission, please contact
    openssl-core@openssl.org.

 5. Products derived from this software may not be called "OpenSSL"
    nor may "OpenSSL" appear in their names without prior written
    permission of the OpenSSL Project.

 6. Redistributions of any form whatsoever must retain the following
    acknowledgment:
    "This product includes software developed by the OpenSSL Project
    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
 EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
 ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 OF THE POSSIBILITY OF SUCH DAMAGE.
 ====================================================================

 This product includes cryptographic software written by Eric Young
 (eay@cryptsoft.com).  This product includes software written by Tim
 Hudson (tjh@cryptsoft.com).

Original SSLeay License

* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.

* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.

* This library is free for commercial and non-commercial use as long as
* the following conditions are aheared to.  The following conditions
* apply to all code found in this distribution, be it the RC4, RSA,
* lhash, DES, etc., code; not just the SSL code.  The SSL documentation
* included with this distribution is covered by the same copyright terms
* except that the holder is Tim Hudson (tjh@cryptsoft.com).

* Copyright remains Eric Young's, and as such any Copyright notices in
* the code are not to be removed.
* If this package is used in a product, Eric Young should be given attribution
* as the author of the parts of the library used.
* This can be in the form of a textual message at program startup or
* in documentation (online or textual) provided with the package.

* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the copyright
*    notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
*    notice, this list of conditions and the following disclaimer in the
*    documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
*    must display the following acknowledgement:
*    "This product includes cryptographic software written by
*     Eric Young (eay@cryptsoft.com)"
*    The word 'cryptographic' can be left out if the rouines from the library
*    being used are not cryptographic related :-).
* 4. If you include any Windows specific code (or a derivative thereof) from
*    the apps directory (application code) you must include an acknowledgement:
*    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"

* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.

* The licence and distribution terms for any publically available version or
* derivative of this code cannot be changed.  i.e. this code cannot simply be
* copied and put under another distribution licence
* [including the GNU Public Licence.]

ISC license used for completely new code in BoringSSL:

/* Copyright (c) 2015, Google Inc.
3423

3424 3425 3426
 * Permission to use, copy, modify, and/or distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
3427

3428 3429 3430 3431 3432 3433 3434
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3435

3436
The code in third_party/fiat carries the MIT license:
3437

3438 3439
Copyright (c) 2015-2016 the fiat-crypto authors (see
https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
3440

3441 3442 3443 3444 3445 3446
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
3447

3448 3449
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
3450

3451 3452 3453 3454 3455 3456 3457
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
3458

3459
Licenses for support code
3460

3461 3462 3463
Parts of the TLS test suite are under the Go license. This code is not included
in BoringSSL (i.e. libcrypto and libssl) when compiled, however, so
distributing code linked against BoringSSL does not trigger this license:
3464

3465
Copyright (c) 2009 The Go Authors. All rights reserved.
3466

3467 3468 3469
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
3470

3471 3472 3473 3474 3475 3476 3477 3478 3479
   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
3480

3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/ios-aarch64/crypto/fipsmodule/sha256-armv8.S + ../../../third_party/boringssl/src/LICENSE
TYPE: LicenseType.unknown
FILE: ../../../third_party/boringssl/ios-aarch64/crypto/fipsmodule/sha256-armv8.S
FILE: ../../../third_party/boringssl/ios-aarch64/crypto/fipsmodule/sha512-armv8.S
FILE: ../../../third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha256-armv8.S
FILE: ../../../third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha512-armv8.S
----------------------------------------------------------------------------------------------------
Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.

Licensed under the OpenSSL license (the "License").  You may not use
this file except in compliance with the License.  You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/ios-arm/crypto/fipsmodule/aes-armv4.S + ../../../third_party/boringssl/src/LICENSE
TYPE: LicenseType.unknown
FILE: ../../../third_party/boringssl/ios-arm/crypto/fipsmodule/aes-armv4.S
FILE: ../../../third_party/boringssl/ios-arm/crypto/fipsmodule/sha256-armv4.S
FILE: ../../../third_party/boringssl/ios-arm/crypto/fipsmodule/sha512-armv4.S
FILE: ../../../third_party/boringssl/linux-arm/crypto/fipsmodule/aes-armv4.S
FILE: ../../../third_party/boringssl/linux-arm/crypto/fipsmodule/sha256-armv4.S
FILE: ../../../third_party/boringssl/linux-arm/crypto/fipsmodule/sha512-armv4.S
----------------------------------------------------------------------------------------------------
Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved.

Licensed under the OpenSSL license (the "License").  You may not use
this file except in compliance with the License.  You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/ios-arm/crypto/fipsmodule/bsaes-armv7.S + ../../../third_party/boringssl/src/LICENSE
TYPE: LicenseType.unknown
FILE: ../../../third_party/boringssl/ios-arm/crypto/fipsmodule/bsaes-armv7.S
FILE: ../../../third_party/boringssl/linux-arm/crypto/fipsmodule/bsaes-armv7.S
----------------------------------------------------------------------------------------------------
Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved.

Licensed under the OpenSSL license (the "License").  You may not use
this file except in compliance with the License.  You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/asn1/a_bitstr.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/asn1/a_bitstr.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/a_bool.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/a_d2i_fp.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/a_dup.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/a_enum.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/a_gentm.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/a_i2d_fp.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/a_int.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/a_mbstr.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/a_object.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/a_octet.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/a_print.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/a_strnid.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/a_time.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/a_type.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/a_utctm.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/a_utf8.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/asn1_lib.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/asn1_par.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/asn_pack.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/f_enum.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/f_int.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/f_string.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/tasn_dec.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/tasn_enc.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/tasn_fre.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/tasn_new.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/tasn_typ.c
FILE: ../../../third_party/boringssl/src/crypto/asn1/tasn_utl.c
FILE: ../../../third_party/boringssl/src/crypto/base64/base64.c
FILE: ../../../third_party/boringssl/src/crypto/bio/bio.c
FILE: ../../../third_party/boringssl/src/crypto/bio/bio_mem.c
FILE: ../../../third_party/boringssl/src/crypto/bio/connect.c
FILE: ../../../third_party/boringssl/src/crypto/bio/fd.c
FILE: ../../../third_party/boringssl/src/crypto/bio/file.c
FILE: ../../../third_party/boringssl/src/crypto/bio/hexdump.c
FILE: ../../../third_party/boringssl/src/crypto/bio/internal.h
FILE: ../../../third_party/boringssl/src/crypto/bio/printf.c
FILE: ../../../third_party/boringssl/src/crypto/bio/socket.c
FILE: ../../../third_party/boringssl/src/crypto/bn_extra/convert.c
FILE: ../../../third_party/boringssl/src/crypto/buf/buf.c
FILE: ../../../third_party/boringssl/src/crypto/cipher_extra/cipher_extra.c
FILE: ../../../third_party/boringssl/src/crypto/cipher_extra/derive_key.c
FILE: ../../../third_party/boringssl/src/crypto/cipher_extra/e_null.c
FILE: ../../../third_party/boringssl/src/crypto/cipher_extra/e_rc2.c
FILE: ../../../third_party/boringssl/src/crypto/cipher_extra/e_rc4.c
FILE: ../../../third_party/boringssl/src/crypto/cipher_extra/internal.h
FILE: ../../../third_party/boringssl/src/crypto/conf/conf.c
FILE: ../../../third_party/boringssl/src/crypto/conf/conf_def.h
FILE: ../../../third_party/boringssl/src/crypto/cpu-intel.c
FILE: ../../../third_party/boringssl/src/crypto/dh/check.c
FILE: ../../../third_party/boringssl/src/crypto/dh/dh.c
FILE: ../../../third_party/boringssl/src/crypto/dh/dh_test.cc
FILE: ../../../third_party/boringssl/src/crypto/digest_extra/digest_extra.c
FILE: ../../../third_party/boringssl/src/crypto/dsa/dsa.c
FILE: ../../../third_party/boringssl/src/crypto/dsa/dsa_test.cc
FILE: ../../../third_party/boringssl/src/crypto/err/err.c
FILE: ../../../third_party/boringssl/src/crypto/evp/evp.c
FILE: ../../../third_party/boringssl/src/crypto/evp/evp_asn1.c
FILE: ../../../third_party/boringssl/src/crypto/evp/evp_ctx.c
FILE: ../../../third_party/boringssl/src/crypto/evp/internal.h
FILE: ../../../third_party/boringssl/src/crypto/evp/sign.c
FILE: ../../../third_party/boringssl/src/crypto/ex_data.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/add.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/bn.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/bn_test.cc
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/bytes.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/cmp.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/div.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/gcd.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/generic.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/mul.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/prime.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/random.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/shift.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/cipher/cipher.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/cipher/e_des.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/cipher/internal.h
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/des/des.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/des/internal.h
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/digest/digest.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/digest/digests.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/digest/internal.h
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/hmac/hmac.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/md4/md4.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/md5/md5.c
3637
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.c
3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/rsa/internal.h
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/rsa/rsa.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/rsa/rsa_impl.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/sha/sha1-altivec.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/sha/sha1.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/sha/sha256.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/sha/sha512.c
FILE: ../../../third_party/boringssl/src/crypto/hmac_extra/hmac_test.cc
FILE: ../../../third_party/boringssl/src/crypto/internal.h
FILE: ../../../third_party/boringssl/src/crypto/lhash/lhash.c
FILE: ../../../third_party/boringssl/src/crypto/mem.c
FILE: ../../../third_party/boringssl/src/crypto/obj/obj.c
FILE: ../../../third_party/boringssl/src/crypto/obj/obj_xref.c
FILE: ../../../third_party/boringssl/src/crypto/pem/pem_all.c
FILE: ../../../third_party/boringssl/src/crypto/pem/pem_info.c
FILE: ../../../third_party/boringssl/src/crypto/pem/pem_lib.c
FILE: ../../../third_party/boringssl/src/crypto/pem/pem_oth.c
FILE: ../../../third_party/boringssl/src/crypto/pem/pem_pk8.c
FILE: ../../../third_party/boringssl/src/crypto/pem/pem_pkey.c
FILE: ../../../third_party/boringssl/src/crypto/rc4/rc4.c
FILE: ../../../third_party/boringssl/src/crypto/rsa_extra/rsa_test.cc
FILE: ../../../third_party/boringssl/src/crypto/stack/stack.c
FILE: ../../../third_party/boringssl/src/crypto/thread.c
FILE: ../../../third_party/boringssl/src/crypto/x509/a_digest.c
FILE: ../../../third_party/boringssl/src/crypto/x509/a_sign.c
FILE: ../../../third_party/boringssl/src/crypto/x509/a_strex.c
FILE: ../../../third_party/boringssl/src/crypto/x509/a_verify.c
FILE: ../../../third_party/boringssl/src/crypto/x509/algorithm.c
FILE: ../../../third_party/boringssl/src/crypto/x509/asn1_gen.c
FILE: ../../../third_party/boringssl/src/crypto/x509/by_dir.c
FILE: ../../../third_party/boringssl/src/crypto/x509/by_file.c
FILE: ../../../third_party/boringssl/src/crypto/x509/i2d_pr.c
FILE: ../../../third_party/boringssl/src/crypto/x509/t_crl.c
FILE: ../../../third_party/boringssl/src/crypto/x509/t_req.c
FILE: ../../../third_party/boringssl/src/crypto/x509/t_x509.c
FILE: ../../../third_party/boringssl/src/crypto/x509/t_x509a.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509_att.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509_cmp.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509_d2.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509_def.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509_ext.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509_lu.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509_obj.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509_r2x.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509_req.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509_set.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509_txt.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509_v3.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509_vfy.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509name.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509rset.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x_all.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x_attrib.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x_crl.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x_exten.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x_info.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x_name.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x_pkey.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x_pubkey.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x_req.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x_sig.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x_spki.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x_val.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x_x509.c
FILE: ../../../third_party/boringssl/src/decrepit/bio/base64_bio.c
FILE: ../../../third_party/boringssl/src/decrepit/blowfish/blowfish.c
FILE: ../../../third_party/boringssl/src/decrepit/cast/cast.c
FILE: ../../../third_party/boringssl/src/decrepit/cast/cast_tables.c
FILE: ../../../third_party/boringssl/src/decrepit/cast/internal.h
FILE: ../../../third_party/boringssl/src/decrepit/des/cfb64ede.c
FILE: ../../../third_party/boringssl/src/decrepit/macros.h
FILE: ../../../third_party/boringssl/src/decrepit/rc4/rc4_decrepit.c
FILE: ../../../third_party/boringssl/src/decrepit/ripemd/internal.h
FILE: ../../../third_party/boringssl/src/decrepit/ripemd/ripemd.c
FILE: ../../../third_party/boringssl/src/decrepit/rsa/rsa_decrepit.c
FILE: ../../../third_party/boringssl/src/decrepit/ssl/ssl_decrepit.c
FILE: ../../../third_party/boringssl/src/include/openssl/asn1.h
FILE: ../../../third_party/boringssl/src/include/openssl/base64.h
FILE: ../../../third_party/boringssl/src/include/openssl/bio.h
FILE: ../../../third_party/boringssl/src/include/openssl/blowfish.h
FILE: ../../../third_party/boringssl/src/include/openssl/buf.h
FILE: ../../../third_party/boringssl/src/include/openssl/cast.h
3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748
FILE: ../../../third_party/boringssl/src/include/openssl/cipher.h
FILE: ../../../third_party/boringssl/src/include/openssl/conf.h
FILE: ../../../third_party/boringssl/src/include/openssl/cpu.h
FILE: ../../../third_party/boringssl/src/include/openssl/des.h
FILE: ../../../third_party/boringssl/src/include/openssl/dh.h
FILE: ../../../third_party/boringssl/src/include/openssl/digest.h
FILE: ../../../third_party/boringssl/src/include/openssl/dsa.h
FILE: ../../../third_party/boringssl/src/include/openssl/err.h
FILE: ../../../third_party/boringssl/src/include/openssl/evp.h
FILE: ../../../third_party/boringssl/src/include/openssl/ex_data.h
FILE: ../../../third_party/boringssl/src/include/openssl/hmac.h
FILE: ../../../third_party/boringssl/src/include/openssl/lhash.h
FILE: ../../../third_party/boringssl/src/include/openssl/md4.h
FILE: ../../../third_party/boringssl/src/include/openssl/md5.h
FILE: ../../../third_party/boringssl/src/include/openssl/mem.h
FILE: ../../../third_party/boringssl/src/include/openssl/obj.h
FILE: ../../../third_party/boringssl/src/include/openssl/rc4.h
FILE: ../../../third_party/boringssl/src/include/openssl/ripemd.h
FILE: ../../../third_party/boringssl/src/include/openssl/rsa.h
FILE: ../../../third_party/boringssl/src/include/openssl/sha.h
FILE: ../../../third_party/boringssl/src/include/openssl/ssl.h
FILE: ../../../third_party/boringssl/src/include/openssl/ssl3.h
FILE: ../../../third_party/boringssl/src/include/openssl/stack.h
FILE: ../../../third_party/boringssl/src/include/openssl/thread.h
FILE: ../../../third_party/boringssl/src/include/openssl/tls1.h
FILE: ../../../third_party/boringssl/src/include/openssl/type_check.h
FILE: ../../../third_party/boringssl/src/include/openssl/x509.h
FILE: ../../../third_party/boringssl/src/include/openssl/x509_vfy.h
3749 3750
FILE: ../../../third_party/boringssl/src/ssl/d1_both.cc
FILE: ../../../third_party/boringssl/src/ssl/d1_pkt.cc
3751
FILE: ../../../third_party/boringssl/src/ssl/d1_srtp.cc
3752
FILE: ../../../third_party/boringssl/src/ssl/dtls_record.cc
3753 3754 3755
FILE: ../../../third_party/boringssl/src/ssl/handshake.cc
FILE: ../../../third_party/boringssl/src/ssl/handshake_client.cc
FILE: ../../../third_party/boringssl/src/ssl/handshake_server.cc
3756
FILE: ../../../third_party/boringssl/src/ssl/internal.h
3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773
FILE: ../../../third_party/boringssl/src/ssl/s3_both.cc
FILE: ../../../third_party/boringssl/src/ssl/s3_lib.cc
FILE: ../../../third_party/boringssl/src/ssl/s3_pkt.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_asn1.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_cert.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_cipher.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_file.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_lib.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_privkey.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_session.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_stat.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_transcript.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_x509.cc
FILE: ../../../third_party/boringssl/src/ssl/t1_enc.cc
FILE: ../../../third_party/boringssl/src/ssl/t1_lib.cc
FILE: ../../../third_party/boringssl/src/ssl/tls_method.cc
FILE: ../../../third_party/boringssl/src/ssl/tls_record.cc
3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
All rights reserved.

This package is an SSL implementation written
by Eric Young (eay@cryptsoft.com).
The implementation was written so as to conform with Netscapes SSL.

This library is free for commercial and non-commercial use as long as
the following conditions are aheared to.  The following conditions
apply to all code found in this distribution, be it the RC4, RSA,
lhash, DES, etc., code; not just the SSL code.  The SSL documentation
included with this distribution is covered by the same copyright terms
except that the holder is Tim Hudson (tjh@cryptsoft.com).

Copyright remains Eric Young's, and as such any Copyright notices in
the code are not to be removed.
If this package is used in a product, Eric Young should be given attribution
as the author of the parts of the library used.
This can be in the form of a textual message at program startup or
in documentation (online or textual) provided with the package.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
   "This product includes cryptographic software written by
    Eric Young (eay@cryptsoft.com)"
   The word 'cryptographic' can be left out if the rouines from the library
   being used are not cryptographic related :-).
4. If you include any Windows specific code (or a derivative thereof) from
   the apps directory (application code) you must include an acknowledgement:
   "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"

THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

The licence and distribution terms for any publically available version or
derivative of this code cannot be changed.  i.e. this code cannot simply be
copied and put under another distribution licence
[including the GNU Public Licence.]
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/asn1/asn1_locl.h
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/asn1/asn1_locl.h
FILE: ../../../third_party/boringssl/src/crypto/evp/p_dsa_asn1.c
FILE: ../../../third_party/boringssl/src/crypto/evp/p_ec.c
FILE: ../../../third_party/boringssl/src/crypto/evp/p_ec_asn1.c
FILE: ../../../third_party/boringssl/src/crypto/evp/p_rsa.c
FILE: ../../../third_party/boringssl/src/crypto/evp/p_rsa_asn1.c
FILE: ../../../third_party/boringssl/src/crypto/evp/print.c
FILE: ../../../third_party/boringssl/src/crypto/x509/rsa_pss.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2006 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   licensing@OpenSSL.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/asn1/asn1_test.cc
TYPE: LicenseType.unknown
FILE: ../../../third_party/boringssl/src/crypto/asn1/asn1_test.cc
FILE: ../../../third_party/boringssl/src/crypto/bytestring/asn1_compat.c
FILE: ../../../third_party/boringssl/src/crypto/chacha/chacha_test.cc
FILE: ../../../third_party/boringssl/src/crypto/cpu-aarch64-linux.c
FILE: ../../../third_party/boringssl/src/crypto/cpu-arm-linux.c
FILE: ../../../third_party/boringssl/src/crypto/cpu-ppc64le.c
FILE: ../../../third_party/boringssl/src/crypto/curve25519/spake25519.c
FILE: ../../../third_party/boringssl/src/crypto/curve25519/spake25519_test.cc
3904
FILE: ../../../third_party/boringssl/src/crypto/ecdh_extra/ecdh_test.cc
3905 3906 3907
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/check_bn_tests.go
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/p256-x86_64_test.cc
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/modes/polyval.c
3908
FILE: ../../../third_party/boringssl/src/crypto/obj/obj_test.cc
3909
FILE: ../../../third_party/boringssl/src/crypto/obj/objects.go
3910 3911 3912 3913
FILE: ../../../third_party/boringssl/src/crypto/poly1305/internal.h
FILE: ../../../third_party/boringssl/src/crypto/pool/internal.h
FILE: ../../../third_party/boringssl/src/crypto/pool/pool.c
FILE: ../../../third_party/boringssl/src/crypto/pool/pool_test.cc
3914
FILE: ../../../third_party/boringssl/src/crypto/rand_extra/deterministic.c
3915 3916 3917 3918 3919 3920 3921 3922 3923 3924
FILE: ../../../third_party/boringssl/src/crypto/x509/internal.h
FILE: ../../../third_party/boringssl/src/crypto/x509/x509_test.cc
FILE: ../../../third_party/boringssl/src/decrepit/evp/dss1.c
FILE: ../../../third_party/boringssl/src/decrepit/evp/evp_do_all.c
FILE: ../../../third_party/boringssl/src/decrepit/obj/obj_decrepit.c
FILE: ../../../third_party/boringssl/src/decrepit/ripemd/ripemd_test.cc
FILE: ../../../third_party/boringssl/src/decrepit/x509/x509_decrepit.c
FILE: ../../../third_party/boringssl/src/include/openssl/asn1_mac.h
FILE: ../../../third_party/boringssl/src/include/openssl/obj_mac.h
FILE: ../../../third_party/boringssl/src/include/openssl/pool.h
3925 3926 3927 3928
FILE: ../../../third_party/boringssl/src/ssl/tls13_both.cc
FILE: ../../../third_party/boringssl/src/ssl/tls13_client.cc
FILE: ../../../third_party/boringssl/src/ssl/tls13_enc.cc
FILE: ../../../third_party/boringssl/src/ssl/tls13_server.cc
3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947
FILE: ../../../third_party/boringssl/src/util/BUILD.toplevel
FILE: ../../../third_party/boringssl/src/util/diff_asm.go
FILE: ../../../third_party/boringssl/src/util/run_android_tests.go
----------------------------------------------------------------------------------------------------
Copyright (c) 2016, Google Inc.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================

3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/asn1/time_support.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/asn1/time_support.c
FILE: ../../../third_party/boringssl/src/crypto/pem/pem_x509.c
FILE: ../../../third_party/boringssl/src/crypto/pem/pem_xaux.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509cset.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2001 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   licensing@OpenSSL.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/base64/base64_test.cc
TYPE: LicenseType.unknown
FILE: ../../../third_party/boringssl/src/crypto/base64/base64_test.cc
FILE: ../../../third_party/boringssl/src/crypto/bio/bio_test.cc
FILE: ../../../third_party/boringssl/src/crypto/bio/socket_helper.c
FILE: ../../../third_party/boringssl/src/crypto/bytestring/ber.c
FILE: ../../../third_party/boringssl/src/crypto/bytestring/bytestring_test.cc
FILE: ../../../third_party/boringssl/src/crypto/bytestring/cbb.c
FILE: ../../../third_party/boringssl/src/crypto/bytestring/cbs.c
FILE: ../../../third_party/boringssl/src/crypto/bytestring/internal.h
FILE: ../../../third_party/boringssl/src/crypto/chacha/chacha.c
4017 4018 4019
FILE: ../../../third_party/boringssl/src/crypto/cipher_extra/aead_test.cc
FILE: ../../../third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.c
FILE: ../../../third_party/boringssl/src/crypto/cipher_extra/e_tls.c
4020 4021
FILE: ../../../third_party/boringssl/src/crypto/cpu-arm.c
FILE: ../../../third_party/boringssl/src/crypto/crypto.c
4022
FILE: ../../../third_party/boringssl/src/crypto/digest_extra/digest_test.cc
4023 4024 4025
FILE: ../../../third_party/boringssl/src/crypto/engine/engine.c
FILE: ../../../third_party/boringssl/src/crypto/err/err_test.cc
FILE: ../../../third_party/boringssl/src/crypto/evp/evp_extra_test.cc
4026 4027 4028 4029
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/cipher/aead.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/ec_test.cc
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/rand/rand.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/rand/urandom.c
4030
FILE: ../../../third_party/boringssl/src/crypto/hkdf/hkdf.c
4031 4032 4033 4034
FILE: ../../../third_party/boringssl/src/crypto/hkdf/hkdf_test.cc
FILE: ../../../third_party/boringssl/src/crypto/lhash/lhash_test.cc
FILE: ../../../third_party/boringssl/src/crypto/pkcs7/pkcs7.c
FILE: ../../../third_party/boringssl/src/crypto/pkcs7/pkcs7_test.cc
4035 4036 4037 4038
FILE: ../../../third_party/boringssl/src/crypto/pkcs8/pkcs12_test.cc
FILE: ../../../third_party/boringssl/src/crypto/poly1305/poly1305.c
FILE: ../../../third_party/boringssl/src/crypto/poly1305/poly1305_arm.c
FILE: ../../../third_party/boringssl/src/crypto/poly1305/poly1305_vec.c
4039
FILE: ../../../third_party/boringssl/src/crypto/rand_extra/windows.c
4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139
FILE: ../../../third_party/boringssl/src/include/openssl/aead.h
FILE: ../../../third_party/boringssl/src/include/openssl/bytestring.h
FILE: ../../../third_party/boringssl/src/include/openssl/chacha.h
FILE: ../../../third_party/boringssl/src/include/openssl/crypto.h
FILE: ../../../third_party/boringssl/src/include/openssl/engine.h
FILE: ../../../third_party/boringssl/src/include/openssl/hkdf.h
FILE: ../../../third_party/boringssl/src/include/openssl/lhash_macros.h
FILE: ../../../third_party/boringssl/src/include/openssl/objects.h
FILE: ../../../third_party/boringssl/src/include/openssl/opensslconf.h
FILE: ../../../third_party/boringssl/src/include/openssl/opensslv.h
FILE: ../../../third_party/boringssl/src/include/openssl/ossl_typ.h
FILE: ../../../third_party/boringssl/src/include/openssl/pkcs12.h
FILE: ../../../third_party/boringssl/src/include/openssl/pkcs7.h
FILE: ../../../third_party/boringssl/src/include/openssl/poly1305.h
FILE: ../../../third_party/boringssl/src/include/openssl/rand.h
FILE: ../../../third_party/boringssl/src/include/openssl/safestack.h
FILE: ../../../third_party/boringssl/src/ssl/ssl_test.cc
FILE: ../../../third_party/boringssl/src/tool/args.cc
FILE: ../../../third_party/boringssl/src/tool/client.cc
FILE: ../../../third_party/boringssl/src/tool/const.cc
FILE: ../../../third_party/boringssl/src/tool/digest.cc
FILE: ../../../third_party/boringssl/src/tool/internal.h
FILE: ../../../third_party/boringssl/src/tool/pkcs12.cc
FILE: ../../../third_party/boringssl/src/tool/server.cc
FILE: ../../../third_party/boringssl/src/tool/speed.cc
FILE: ../../../third_party/boringssl/src/tool/tool.cc
FILE: ../../../third_party/boringssl/src/tool/transport_common.cc
FILE: ../../../third_party/boringssl/src/tool/transport_common.h
FILE: ../../../third_party/boringssl/src/util/make_errors.go
----------------------------------------------------------------------------------------------------
Copyright (c) 2014, Google Inc.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/bio/pair.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/bio/pair.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1998-2003 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   openssl-core@openssl.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.openssl.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177
ORIGIN: ../../../third_party/boringssl/src/crypto/bn_extra/bn_asn1.c
TYPE: LicenseType.unknown
FILE: ../../../third_party/boringssl/err_data.c
FILE: ../../../third_party/boringssl/src/crypto/bn_extra/bn_asn1.c
FILE: ../../../third_party/boringssl/src/crypto/cmac/cmac_test.cc
FILE: ../../../third_party/boringssl/src/crypto/conf/internal.h
FILE: ../../../third_party/boringssl/src/crypto/curve25519/asm/x25519-asm-arm.S
FILE: ../../../third_party/boringssl/src/crypto/curve25519/ed25519_test.cc
FILE: ../../../third_party/boringssl/src/crypto/curve25519/x25519_test.cc
FILE: ../../../third_party/boringssl/src/crypto/err/err_data_generate.go
FILE: ../../../third_party/boringssl/src/crypto/evp/pbkdf_test.cc
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/aes/aes_test.cc
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/p224-64.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/util.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/rand/internal.h
FILE: ../../../third_party/boringssl/src/crypto/pkcs8/pkcs8_test.cc
FILE: ../../../third_party/boringssl/src/crypto/poly1305/poly1305_test.cc
FILE: ../../../third_party/boringssl/src/crypto/refcount_c11.c
FILE: ../../../third_party/boringssl/src/crypto/refcount_lock.c
FILE: ../../../third_party/boringssl/src/crypto/refcount_test.cc
FILE: ../../../third_party/boringssl/src/crypto/thread_none.c
FILE: ../../../third_party/boringssl/src/crypto/thread_pthread.c
FILE: ../../../third_party/boringssl/src/crypto/thread_test.cc
FILE: ../../../third_party/boringssl/src/crypto/thread_win.c
FILE: ../../../third_party/boringssl/src/include/openssl/buffer.h
FILE: ../../../third_party/boringssl/src/include/openssl/cmac.h
FILE: ../../../third_party/boringssl/src/include/openssl/curve25519.h
FILE: ../../../third_party/boringssl/src/include/openssl/dtls1.h
FILE: ../../../third_party/boringssl/src/include/openssl/srtp.h
FILE: ../../../third_party/boringssl/src/ssl/ssl_aead_ctx.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_buffer.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_key_share.cc
FILE: ../../../third_party/boringssl/src/tool/ciphers.cc
FILE: ../../../third_party/boringssl/src/tool/generate_ed25519.cc
FILE: ../../../third_party/boringssl/src/tool/genrsa.cc
FILE: ../../../third_party/boringssl/src/tool/rand.cc
FILE: ../../../third_party/boringssl/src/util/all_tests.go
FILE: ../../../third_party/boringssl/src/util/bot/DEPS
4178
----------------------------------------------------------------------------------------------------
4179
Copyright (c) 2015, Google Inc.
4180

4181 4182 4183
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
4184

4185 4186 4187 4188 4189 4190 4191
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4192 4193 4194 4195
====================================================================================================

====================================================================================================
LIBRARY: boringssl
4196
ORIGIN: ../../../third_party/boringssl/src/crypto/buf/buf_test.cc
4197
TYPE: LicenseType.unknown
4198
FILE: ../../../third_party/boringssl/crypto_test_data.cc
4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259
FILE: ../../../third_party/boringssl/src/crypto/buf/buf_test.cc
FILE: ../../../third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.c
FILE: ../../../third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.c
FILE: ../../../third_party/boringssl/src/crypto/compiler_test.cc
FILE: ../../../third_party/boringssl/src/crypto/err/internal.h
FILE: ../../../third_party/boringssl/src/crypto/evp/p_ed25519.c
FILE: ../../../third_party/boringssl/src/crypto/evp/p_ed25519_asn1.c
FILE: ../../../third_party/boringssl/src/crypto/evp/scrypt_test.cc
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/aes/internal.h
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bcm.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/bn_test_to_fuzzer.go
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/delocate.h
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/is_fips.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg_test.cc
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/self_check/self_check.c
FILE: ../../../third_party/boringssl/src/crypto/pkcs7/internal.h
FILE: ../../../third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.c
FILE: ../../../third_party/boringssl/src/crypto/rand_extra/forkunsafe.c
FILE: ../../../third_party/boringssl/src/crypto/rand_extra/fuchsia.c
FILE: ../../../third_party/boringssl/src/crypto/rand_extra/rand_extra.c
FILE: ../../../third_party/boringssl/src/crypto/x509/make_many_constraints.go
FILE: ../../../third_party/boringssl/src/decrepit/cfb/cfb.c
FILE: ../../../third_party/boringssl/src/decrepit/cfb/cfb_test.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_aes_gcm_test.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_aes_test.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_ctr_drbg_test.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_ecdsa2_keypair_test.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_ecdsa2_pkv_test.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_ecdsa2_siggen_test.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_ecdsa2_sigver_test.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_hmac_test.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_keywrap_test.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_main.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_rsa2_keygen_test.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_rsa2_siggen_test.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_rsa2_sigver_test.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_sha_monte_test.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_sha_test.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_tdes_test.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_test_util.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_test_util.h
FILE: ../../../third_party/boringssl/src/fipstools/test_fips.c
FILE: ../../../third_party/boringssl/src/include/openssl/is_boringssl.h
FILE: ../../../third_party/boringssl/src/include/openssl/span.h
FILE: ../../../third_party/boringssl/src/ssl/span_test.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_versions.cc
FILE: ../../../third_party/boringssl/src/tool/file.cc
FILE: ../../../third_party/boringssl/src/tool/sign.cc
FILE: ../../../third_party/boringssl/src/util/check_imported_libraries.go
FILE: ../../../third_party/boringssl/src/util/convert_comments.go
FILE: ../../../third_party/boringssl/src/util/embed_test_data.go
FILE: ../../../third_party/boringssl/src/util/fipstools/ar.go
FILE: ../../../third_party/boringssl/src/util/fipstools/break-hash.go
FILE: ../../../third_party/boringssl/src/util/fipstools/const.go
FILE: ../../../third_party/boringssl/src/util/fipstools/delocate.go
FILE: ../../../third_party/boringssl/src/util/fipstools/delocate.peg
FILE: ../../../third_party/boringssl/src/util/fipstools/delocate_test.go
FILE: ../../../third_party/boringssl/src/util/fipstools/inject-hash.go
----------------------------------------------------------------------------------------------------
Copyright (c) 2017, Google Inc.
4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================

4274 4275 4276 4277 4278
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/bytestring/unicode.c
TYPE: LicenseType.unknown
FILE: ../../../third_party/boringssl/src/crypto/bytestring/unicode.c
4279
FILE: ../../../third_party/boringssl/src/crypto/chacha/internal.h
4280 4281 4282 4283 4284 4285 4286 4287 4288 4289
FILE: ../../../third_party/boringssl/src/crypto/cipher_extra/e_aesccm.c
FILE: ../../../third_party/boringssl/src/crypto/cpu-aarch64-fuchsia.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/div_extra.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/gcd_extra.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/felem.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/make_ec_scalar_base_mult_tests.go
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/make_p256-x86_64-table.go
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/scalar.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/simple_mul.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/tls/internal.h
4290
FILE: ../../../third_party/boringssl/src/crypto/pem/pem_test.cc
4291 4292 4293 4294 4295
FILE: ../../../third_party/boringssl/src/crypto/self_test.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_kas_test.cc
FILE: ../../../third_party/boringssl/src/fipstools/cavp_tlskdf_test.cc
FILE: ../../../third_party/boringssl/src/include/openssl/e_os2.h
FILE: ../../../third_party/boringssl/src/ssl/handoff.cc
4296 4297
FILE: ../../../third_party/boringssl/src/util/check_filenames.go
FILE: ../../../third_party/boringssl/src/util/convert_wycheproof.go
4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313
----------------------------------------------------------------------------------------------------
Copyright (c) 2018, Google Inc.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================

4314 4315
====================================================================================================
LIBRARY: boringssl
4316
ORIGIN: ../../../third_party/boringssl/src/crypto/cipher_extra/cipher_test.cc
4317
TYPE: LicenseType.bsd
4318
FILE: ../../../third_party/boringssl/src/crypto/cipher_extra/cipher_test.cc
4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369
FILE: ../../../third_party/boringssl/src/crypto/evp/evp_test.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 2015 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   licensing@OpenSSL.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
4370
ORIGIN: ../../../third_party/boringssl/src/crypto/cipher_extra/tls_cbc.c
4371
TYPE: LicenseType.bsd
4372
FILE: ../../../third_party/boringssl/src/crypto/cipher_extra/tls_cbc.c
4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475
----------------------------------------------------------------------------------------------------
Copyright (c) 2012 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   openssl-core@openssl.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.openssl.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/cmac/cmac.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/cmac/cmac.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2010 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   licensing@OpenSSL.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
4476
ORIGIN: ../../../third_party/boringssl/src/crypto/constant_time_test.cc
4477
TYPE: LicenseType.bsd
4478
FILE: ../../../third_party/boringssl/src/crypto/constant_time_test.cc
4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523
----------------------------------------------------------------------------------------------------
Copyright (c) 2014 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
   "This product includes cryptographic software written by
    Eric Young (eay@cryptsoft.com)"
   The word 'cryptographic' can be left out if the rouines from the library
   being used are not cryptographic related :-).
4. If you include any Windows specific code (or a derivative thereof) from
   the apps directory (application code) you must include an acknowledgement:
   "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"

THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

The licence and distribution terms for any publically available version or
derivative of this code cannot be changed.  i.e. this code cannot simply be
copied and put under another distribution licence
[including the GNU Public Licence.]
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/dh/dh_asn1.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/dh/dh_asn1.c
FILE: ../../../third_party/boringssl/src/crypto/dsa/dsa_asn1.c
4524
FILE: ../../../third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.c
4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628
FILE: ../../../third_party/boringssl/src/include/openssl/asn1t.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2000-2005 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   licensing@OpenSSL.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/dh/params.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/dh/params.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2011 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   licensing@OpenSSL.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
4629
ORIGIN: ../../../third_party/boringssl/src/crypto/ec_extra/ec_asn1.c
4630
TYPE: LicenseType.bsd
4631
FILE: ../../../third_party/boringssl/src/crypto/ec_extra/ec_asn1.c
4632
----------------------------------------------------------------------------------------------------
4633
Copyright (c) 2000-2003 The OpenSSL Project.  All rights reserved.
4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   licensing@OpenSSL.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
4682
ORIGIN: ../../../third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c
4683
TYPE: LicenseType.bsd
4684 4685
FILE: ../../../third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.c
4686
FILE: ../../../third_party/boringssl/src/include/openssl/ecdh.h
4687
----------------------------------------------------------------------------------------------------
4688
Copyright (c) 2000-2002 The OpenSSL Project.  All rights reserved.
4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
4705
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4706 4707 4708 4709

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
4710
   licensing@OpenSSL.org.
4711 4712 4713 4714 4715 4716 4717 4718

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
4719
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
4737
ORIGIN: ../../../third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c + ../../../third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c
4738
TYPE: LicenseType.bsd
4739 4740
FILE: ../../../third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.c
4741
FILE: ../../../third_party/boringssl/src/include/openssl/ecdh.h
4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759
----------------------------------------------------------------------------------------------------
Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
4760
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
4761 4762 4763 4764

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
4765
   licensing@OpenSSL.org.
4766 4767 4768 4769 4770 4771 4772 4773

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
4774
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
4792
ORIGIN: ../../../third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.c
4793
TYPE: LicenseType.bsd
4794 4795 4796 4797
FILE: ../../../third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa_test.cc
FILE: ../../../third_party/boringssl/src/include/openssl/ecdsa.h
4798
----------------------------------------------------------------------------------------------------
4799
Copyright (c) 1998-2005 The OpenSSL Project.  All rights reserved.
4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
4821
   openssl-core@OpenSSL.org.
4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/err/err.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/err/err.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/internal.h
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.c
FILE: ../../../third_party/boringssl/src/include/openssl/bn.h
FILE: ../../../third_party/boringssl/src/include/openssl/err.h
FILE: ../../../third_party/boringssl/src/include/openssl/tls1.h
FILE: ../../../third_party/boringssl/src/ssl/d1_srtp.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_session.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   openssl-core@openssl.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.openssl.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

4907 4908
====================================================================================================
LIBRARY: boringssl
4909 4910 4911
ORIGIN: ../../../third_party/boringssl/src/crypto/evp/digestsign.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/evp/digestsign.c
4912
----------------------------------------------------------------------------------------------------
4913
Copyright (c) 2006,2007 The OpenSSL Project.  All rights reserved.
4914

4915 4916 4917
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   licensing@OpenSSL.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
4962
ORIGIN: ../../../third_party/boringssl/src/crypto/evp/pbkdf.c
4963
TYPE: LicenseType.bsd
4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986
FILE: ../../../third_party/boringssl/src/crypto/evp/pbkdf.c
FILE: ../../../third_party/boringssl/src/crypto/pkcs8/internal.h
FILE: ../../../third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c
FILE: ../../../third_party/boringssl/src/crypto/pkcs8/pkcs8.c
FILE: ../../../third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509_trs.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x509spki.c
FILE: ../../../third_party/boringssl/src/crypto/x509/x_x509a.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/tab_test.cc
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_akey.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_akeya.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_bcons.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_bitst.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_enum.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_extku.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_ia5.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_info.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_lib.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_pku.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_prn.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_skey.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_sxnet.c
FILE: ../../../third_party/boringssl/src/include/openssl/pkcs8.h
4987
----------------------------------------------------------------------------------------------------
4988
Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   licensing@OpenSSL.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051
ORIGIN: ../../../third_party/boringssl/src/crypto/evp/scrypt.c + ../../../third_party/boringssl/src/LICENSE
TYPE: LicenseType.unknown
FILE: ../../../third_party/boringssl/src/crypto/evp/scrypt.c
----------------------------------------------------------------------------------------------------
Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.

Licensed under the OpenSSL license (the "License").  You may not use
this file except in compliance with the License.  You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/fipsmodule/aes/aes.c
5052
TYPE: LicenseType.bsd
5053 5054 5055
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/aes/aes.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/aes/mode_wrappers.c
FILE: ../../../third_party/boringssl/src/include/openssl/aes.h
5056
----------------------------------------------------------------------------------------------------
5057
Copyright (c) 2002-2006 The OpenSSL Project.  All rights reserved.
5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
5074
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
5075 5076 5077 5078

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
5079
   openssl-core@openssl.org.
5080 5081 5082 5083 5084 5085 5086 5087

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
5088
   for use in the OpenSSL Toolkit (http://www.openssl.org/)"
5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
5106
ORIGIN: ../../../third_party/boringssl/src/crypto/fipsmodule/aes/key_wrap.c
5107
TYPE: LicenseType.bsd
5108 5109
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/aes/key_wrap.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/cipher/e_aes.c
5110
----------------------------------------------------------------------------------------------------
5111
Copyright (c) 2001-2011 The OpenSSL Project.  All rights reserved.
5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
5128
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
5129 5130 5131 5132

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
5133
   openssl-core@openssl.org.
5134 5135 5136 5137 5138 5139 5140 5141

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
5142
   for use in the OpenSSL Toolkit (http://www.openssl.org/)"
5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
5160
ORIGIN: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/ctx.c
5161
TYPE: LicenseType.bsd
5162
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/ctx.c
5163
----------------------------------------------------------------------------------------------------
5164
Copyright (c) 1998-2004 The OpenSSL Project.  All rights reserved.
5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
5181
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
5182 5183 5184 5185

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
5186
   openssl-core@openssl.org.
5187 5188 5189 5190 5191 5192 5193 5194

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
5195
   for use in the OpenSSL Toolkit (http://www.openssl.org/)"
5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/ec.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/internal.h
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/oct.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/simple.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.c
FILE: ../../../third_party/boringssl/src/include/openssl/ec.h
FILE: ../../../third_party/boringssl/src/include/openssl/ec_key.h
FILE: ../../../third_party/boringssl/src/ssl/d1_both.cc
FILE: ../../../third_party/boringssl/src/ssl/d1_pkt.cc
FILE: ../../../third_party/boringssl/src/ssl/dtls_record.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 1998-2005 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   openssl-core@openssl.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.openssl.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/gcd.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/ex_data.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/gcd.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/prime.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/random.c
FILE: ../../../third_party/boringssl/src/crypto/internal.h
FILE: ../../../third_party/boringssl/src/include/openssl/base.h
FILE: ../../../third_party/boringssl/src/include/openssl/ex_data.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1998-2001 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   openssl-core@openssl.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.openssl.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

5335 5336
====================================================================================================
LIBRARY: boringssl
5337
ORIGIN: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/internal.h
5338
TYPE: LicenseType.bsd
5339 5340 5341 5342 5343
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/internal.h
FILE: ../../../third_party/boringssl/src/crypto/obj/obj_dat.h
FILE: ../../../third_party/boringssl/src/include/openssl/bn.h
FILE: ../../../third_party/boringssl/src/include/openssl/nid.h
FILE: ../../../third_party/boringssl/src/include/openssl/pem.h
5344
----------------------------------------------------------------------------------------------------
5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409
Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
All rights reserved.

This package is an SSL implementation written
by Eric Young (eay@cryptsoft.com).
The implementation was written so as to conform with Netscapes SSL.

This library is free for commercial and non-commercial use as long as
the following conditions are aheared to.  The following conditions
apply to all code found in this distribution, be it the RC4, RSA,
lhash, DES, etc., code; not just the SSL code.  The SSL documentation
included with this distribution is covered by the same copyright terms
except that the holder is Tim Hudson (tjh@cryptsoft.com).

Copyright remains Eric Young's, and as such any Copyright notices in
the code are not to be removed.
If this package is used in a product, Eric Young should be given attribution
as the author of the parts of the library used.
This can be in the form of a textual message at program startup or
in documentation (online or textual) provided with the package.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
   "This product includes cryptographic software written by
    Eric Young (eay@cryptsoft.com)"
   The word 'cryptographic' can be left out if the rouines from the library
   being used are not cryptographic related :-).
4. If you include any Windows specific code (or a derivative thereof) from
   the apps directory (application code) you must include an acknowledgement:
   "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"

THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

The licence and distribution terms for any publically available version or
derivative of this code cannot be changed.  i.e. this code cannot simply be
copied and put under another distribution licence
[including the GNU Public Licence.]
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/jacobi.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/jacobi.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/sqrt.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   openssl-core@openssl.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.openssl.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478
ORIGIN: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/montgomery_inv.c
TYPE: LicenseType.unknown
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/montgomery_inv.c
----------------------------------------------------------------------------------------------------
Copyright 2016 Brian Smith.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
5479 5480
ORIGIN: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.c + ../../../third_party/boringssl/src/LICENSE
TYPE: LicenseType.unknown
5481 5482
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.h
5483
----------------------------------------------------------------------------------------------------
5484 5485
Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved.
Copyright (c) 2012, Intel Corporation. All Rights Reserved.
5486

5487 5488 5489 5490
Licensed under the OpenSSL license (the "License").  You may not use
this file except in compliance with the License.  You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
5491 5492 5493 5494 5495 5496 5497 5498 5499
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/fipsmodule/digest/md32_common.h
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/digest/md32_common.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1999-2007 The OpenSSL Project.  All rights reserved.
5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   licensing@OpenSSL.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
5548
ORIGIN: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/ec.c + ../../../third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.c
5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/ec.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/internal.h
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/oct.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/simple.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.c
FILE: ../../../third_party/boringssl/src/include/openssl/ec.h
FILE: ../../../third_party/boringssl/src/include/openssl/ec_key.h
----------------------------------------------------------------------------------------------------
Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   openssl-core@openssl.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.openssl.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/p256-x86_64-table.h
TYPE: LicenseType.unknown
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/p256-x86_64-table.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2015, Intel Inc.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
5630
ORIGIN: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/p256-x86_64.c + ../../../third_party/boringssl/src/LICENSE
5631 5632 5633 5634
TYPE: LicenseType.unknown
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/p256-x86_64.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/ec/p256-x86_64.h
----------------------------------------------------------------------------------------------------
5635 5636
Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
Copyright (c) 2014, Intel Corporation. All Rights Reserved.
5637

5638 5639 5640 5641
Licensed under the OpenSSL license (the "License").  You may not use
this file except in compliance with the License.  You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/fipsmodule/modes/cbc.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/modes/cbc.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/modes/cfb.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/modes/ctr.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/modes/gcm.c
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/modes/gcm_test.cc
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/modes/internal.h
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/modes/ofb.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2008 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   openssl-core@openssl.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.openssl.org/)"
5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/fipsmodule/modes/ccm.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/modes/ccm.c
FILE: ../../../third_party/boringssl/src/decrepit/xts/xts.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2011 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   openssl-core@openssl.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.openssl.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

5757 5758
====================================================================================================
LIBRARY: boringssl
5759
ORIGIN: ../../../third_party/boringssl/src/crypto/fipsmodule/rsa/padding.c
5760
TYPE: LicenseType.bsd
5761
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/rsa/padding.c
5762
----------------------------------------------------------------------------------------------------
5763
Copyright (c) 2005 The OpenSSL Project.  All rights reserved.
5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
5780
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
5781 5782 5783 5784

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
5785
   licensing@OpenSSL.org.
5786 5787 5788 5789 5790 5791 5792 5793

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
5794
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
5812
ORIGIN: ../../../third_party/boringssl/src/crypto/fipsmodule/tls/kdf.c
5813
TYPE: LicenseType.bsd
5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828
FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/tls/kdf.c
FILE: ../../../third_party/boringssl/src/decrepit/ssl/ssl_decrepit.c
FILE: ../../../third_party/boringssl/src/include/openssl/ssl.h
FILE: ../../../third_party/boringssl/src/ssl/handshake_client.cc
FILE: ../../../third_party/boringssl/src/ssl/handshake_server.cc
FILE: ../../../third_party/boringssl/src/ssl/internal.h
FILE: ../../../third_party/boringssl/src/ssl/s3_lib.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_cert.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_cipher.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_file.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_lib.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_transcript.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_x509.cc
FILE: ../../../third_party/boringssl/src/ssl/t1_enc.cc
FILE: ../../../third_party/boringssl/src/ssl/t1_lib.cc
5829
----------------------------------------------------------------------------------------------------
5830
Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
5847
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
5848 5849 5850 5851

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
5852
   openssl-core@openssl.org.
5853 5854 5855 5856 5857 5858 5859 5860

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
5861
   for use in the OpenSSL Toolkit (http://www.openssl.org/)"
5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

5877 5878
====================================================================================================
LIBRARY: boringssl
5879
ORIGIN: ../../../third_party/boringssl/src/crypto/pem/pem_all.c
5880
TYPE: LicenseType.bsd
5881 5882 5883 5884 5885 5886 5887 5888
FILE: ../../../third_party/boringssl/src/crypto/pem/pem_all.c
FILE: ../../../third_party/boringssl/src/decrepit/dh/dh_decrepit.c
FILE: ../../../third_party/boringssl/src/decrepit/dsa/dsa_decrepit.c
FILE: ../../../third_party/boringssl/src/include/openssl/ssl3.h
FILE: ../../../third_party/boringssl/src/ssl/handshake.cc
FILE: ../../../third_party/boringssl/src/ssl/s3_both.cc
FILE: ../../../third_party/boringssl/src/ssl/s3_pkt.cc
FILE: ../../../third_party/boringssl/src/ssl/tls_record.cc
5889
----------------------------------------------------------------------------------------------------
5890
Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   openssl-core@openssl.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.openssl.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

5937 5938
====================================================================================================
LIBRARY: boringssl
5939
ORIGIN: ../../../third_party/boringssl/src/crypto/rsa_extra/rsa_print.c + ../../../third_party/boringssl/src/LICENSE
5940
TYPE: LicenseType.unknown
5941
FILE: ../../../third_party/boringssl/src/crypto/rsa_extra/rsa_print.c
5942 5943 5944 5945 5946 5947 5948 5949 5950
----------------------------------------------------------------------------------------------------
Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved.

Licensed under the OpenSSL license (the "License").  You may not use
this file except in compliance with the License.  You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================

5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/x509/vpm_int.h
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/x509/vpm_int.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2013 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   licensing@OpenSSL.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/x509/x509_time_test.cc + ../../../third_party/boringssl/src/LICENSE
TYPE: LicenseType.unknown
FILE: ../../../third_party/boringssl/src/crypto/x509/x509_time_test.cc
----------------------------------------------------------------------------------------------------
Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.

Licensed under the OpenSSL license (the "License").  You may not use
this file except in compliance with the License.  You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================

6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/x509/x509_vpm.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/x509/x509_vpm.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/pcy_cache.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/pcy_data.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/pcy_int.h
FILE: ../../../third_party/boringssl/src/crypto/x509v3/pcy_lib.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/pcy_map.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/pcy_node.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/pcy_tree.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2004 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   licensing@OpenSSL.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/x509/x_algor.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/x509/x_algor.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2000 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   licensing@OpenSSL.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/x509v3/ext_dat.h
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/x509v3/ext_dat.h
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_cpols.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_int.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_purp.c
6139
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3name_test.cc
6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353
FILE: ../../../third_party/boringssl/src/include/openssl/x509v3.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1999-2004 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   licensing@OpenSSL.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/x509v3/v3_alt.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_alt.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_utl.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1999-2003 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   licensing@OpenSSL.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/x509v3/v3_conf.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_conf.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1999-2002 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   licensing@OpenSSL.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/x509v3/v3_crld.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_crld.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_genn.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1999-2008 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   licensing@OpenSSL.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/x509v3/v3_ncons.c
TYPE: LicenseType.bsd
6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399 6400 6401 6402 6403 6404
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_ncons.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_pcons.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_pmaps.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2003 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   licensing@OpenSSL.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

6405 6406 6407 6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/x509v3/v3_ocsp.c + ../../../third_party/boringssl/src/LICENSE
TYPE: LicenseType.unknown
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_ocsp.c
----------------------------------------------------------------------------------------------------
Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.

Licensed under the OpenSSL license (the "License").  You may not use
this file except in compliance with the License.  You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
====================================================================================================

6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 6440 6441 6442 6443 6444 6445 6446 6447 6448 6449 6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 6508 6509 6510
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/crypto/x509v3/v3_pci.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_pci.c
FILE: ../../../third_party/boringssl/src/crypto/x509v3/v3_pcia.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2004 Kungliga Tekniska Högskolan
(Royal Institute of Technology, Stockholm, Sweden).
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

3. Neither the name of the Institute nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/include/openssl/arm_arch.h
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/include/openssl/arm_arch.h
----------------------------------------------------------------------------------------------------
Copyright (c) 1998-2011 The OpenSSL Project.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   openssl-core@openssl.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.openssl.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

6511 6512
====================================================================================================
LIBRARY: boringssl
6513 6514 6515
ORIGIN: ../../../third_party/boringssl/src/ssl/bio_ssl.cc + ../../../third_party/boringssl/src/LICENSE
TYPE: LicenseType.unknown
FILE: ../../../third_party/boringssl/src/ssl/bio_ssl.cc
6516
----------------------------------------------------------------------------------------------------
6517
Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
6518

6519 6520 6521 6522
Licensed under the OpenSSL license (the "License").  You may not use
this file except in compliance with the License.  You can obtain a copy
in the file LICENSE in the source distribution or at
https://www.openssl.org/source/license.html
6523 6524 6525 6526
====================================================================================================

====================================================================================================
LIBRARY: boringssl
6527
ORIGIN: ../../../third_party/boringssl/src/ssl/d1_lib.cc
6528
TYPE: LicenseType.bsd
6529 6530
FILE: ../../../third_party/boringssl/src/ssl/d1_lib.cc
FILE: ../../../third_party/boringssl/src/ssl/dtls_method.cc
6531
----------------------------------------------------------------------------------------------------
6532
Copyright (c) 1999-2005 The OpenSSL Project.  All rights reserved.
6533 6534 6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 6545 6546 6547 6548

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
6549
   for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
6550 6551 6552 6553

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
6554
   openssl-core@OpenSSL.org.
6555 6556 6557 6558 6559 6560 6561 6562

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
6563
   for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
6581 6582 6583 6584
ORIGIN: ../../../third_party/boringssl/src/ssl/ssl_asn1.cc
TYPE: LicenseType.unknown
FILE: ../../../third_party/boringssl/src/ssl/ssl_asn1.cc
FILE: ../../../third_party/boringssl/src/ssl/ssl_stat.cc
6585
----------------------------------------------------------------------------------------------------
6586
Copyright 2005 Nokia. All rights reserved.
6587

6588 6589 6590
The portions of the attached software ("Contribution") is developed by
Nokia Corporation and is licensed pursuant to the OpenSSL open source
license.
6591

6592 6593 6594
The Contribution, originally written by Mika Kousa and Pasi Eronen of
Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
support (see RFC 4279) to OpenSSL.
6595

6596 6597 6598
No patent licenses or other rights except those expressly stated in
the OpenSSL open source license shall be deemed granted or received
expressly, by implication, estoppel, or otherwise.
6599

6600 6601 6602 6603
No assurances are provided by Nokia that the Contribution does not
infringe the patent or other intellectual property rights of any third
party or that the license provides you with all the necessary rights
to make use of the Contribution.
6604

6605 6606 6607 6608 6609 6610
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
OTHERWISE.
====================================================================================================
6611

6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/third_party/fiat/LICENSE
TYPE: LicenseType.mit
FILE: ../../../third_party/boringssl/src/third_party/fiat/METADATA
----------------------------------------------------------------------------------------------------
The MIT License (MIT)

Copyright (c) 2015-2016 the fiat-crypto authors (see
https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/third_party/fiat/curve25519.c
TYPE: LicenseType.mit
FILE: ../../../third_party/boringssl/src/third_party/fiat/curve25519.c
FILE: ../../../third_party/boringssl/src/third_party/fiat/internal.h
FILE: ../../../third_party/boringssl/src/third_party/fiat/p256.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2015-2016 the fiat-crypto authors (see the AUTHORS file).

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/third_party/fiat/curve25519_tables.h
TYPE: LicenseType.mit
FILE: ../../../third_party/boringssl/src/third_party/fiat/curve25519_tables.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2015-2016 the fiat-crypto authors (see the AUTHORS file).

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/third_party/googletest/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/third_party/googletest/CHANGES
FILE: ../../../third_party/boringssl/src/third_party/googletest/CONTRIBUTORS
FILE: ../../../third_party/boringssl/src/third_party/googletest/METADATA
FILE: ../../../third_party/boringssl/src/third_party/googletest/cmake/gtest.pc.in
FILE: ../../../third_party/boringssl/src/third_party/googletest/cmake/gtest_main.pc.in
FILE: ../../../third_party/boringssl/src/third_party/googletest/codegear/gtest.cbproj
FILE: ../../../third_party/boringssl/src/third_party/googletest/codegear/gtest.groupproj
FILE: ../../../third_party/boringssl/src/third_party/googletest/codegear/gtest_main.cbproj
FILE: ../../../third_party/boringssl/src/third_party/googletest/codegear/gtest_unittest.cbproj
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/gtest-param-test.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/gtest-param-test.h.pump
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/gtest-test-part.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/gtest-filepath.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/msvc/2010/gtest-md.sln
FILE: ../../../third_party/boringssl/src/third_party/googletest/msvc/2010/gtest-md.vcxproj
FILE: ../../../third_party/boringssl/src/third_party/googletest/msvc/2010/gtest-md.vcxproj.filters
FILE: ../../../third_party/boringssl/src/third_party/googletest/msvc/2010/gtest.sln
FILE: ../../../third_party/boringssl/src/third_party/googletest/msvc/2010/gtest.vcxproj
FILE: ../../../third_party/boringssl/src/third_party/googletest/msvc/2010/gtest.vcxproj.filters
FILE: ../../../third_party/boringssl/src/third_party/googletest/msvc/2010/gtest_main-md.vcxproj
FILE: ../../../third_party/boringssl/src/third_party/googletest/msvc/2010/gtest_main-md.vcxproj.filters
FILE: ../../../third_party/boringssl/src/third_party/googletest/msvc/2010/gtest_main.vcxproj
FILE: ../../../third_party/boringssl/src/third_party/googletest/msvc/2010/gtest_main.vcxproj.filters
FILE: ../../../third_party/boringssl/src/third_party/googletest/msvc/2010/gtest_prod_test-md.vcxproj
FILE: ../../../third_party/boringssl/src/third_party/googletest/msvc/2010/gtest_prod_test-md.vcxproj.filters
FILE: ../../../third_party/boringssl/src/third_party/googletest/msvc/2010/gtest_prod_test.vcxproj
FILE: ../../../third_party/boringssl/src/third_party/googletest/msvc/2010/gtest_prod_test.vcxproj.filters
FILE: ../../../third_party/boringssl/src/third_party/googletest/msvc/2010/gtest_unittest-md.vcxproj
FILE: ../../../third_party/boringssl/src/third_party/googletest/msvc/2010/gtest_unittest-md.vcxproj.filters
FILE: ../../../third_party/boringssl/src/third_party/googletest/msvc/2010/gtest_unittest.vcxproj
FILE: ../../../third_party/boringssl/src/third_party/googletest/msvc/2010/gtest_unittest.vcxproj.filters
FILE: ../../../third_party/boringssl/src/third_party/googletest/src/gtest-all.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/src/gtest-filepath.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/src/gtest-port.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/src/gtest-test-part.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/xcode/Config/DebugProject.xcconfig
FILE: ../../../third_party/boringssl/src/third_party/googletest/xcode/Config/FrameworkTarget.xcconfig
FILE: ../../../third_party/boringssl/src/third_party/googletest/xcode/Config/General.xcconfig
FILE: ../../../third_party/boringssl/src/third_party/googletest/xcode/Config/ReleaseProject.xcconfig
FILE: ../../../third_party/boringssl/src/third_party/googletest/xcode/Config/StaticLibraryTarget.xcconfig
FILE: ../../../third_party/boringssl/src/third_party/googletest/xcode/Config/TestTarget.xcconfig
FILE: ../../../third_party/boringssl/src/third_party/googletest/xcode/Resources/Info.plist
FILE: ../../../third_party/boringssl/src/third_party/googletest/xcode/Samples/FrameworkSample/Info.plist
FILE: ../../../third_party/boringssl/src/third_party/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj
FILE: ../../../third_party/boringssl/src/third_party/googletest/xcode/Samples/FrameworkSample/widget.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/xcode/Samples/FrameworkSample/widget.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/xcode/Samples/FrameworkSample/widget_test.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/xcode/gtest.xcodeproj/project.pbxproj
----------------------------------------------------------------------------------------------------
Copyright 2008, Google Inc.
All rights reserved.
6753

6754 6755 6756
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
6757

6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778
    * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
    * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6779 6780 6781 6782
====================================================================================================

====================================================================================================
LIBRARY: boringssl
6783
ORIGIN: ../../../third_party/boringssl/src/third_party/googletest/codegear/gtest_all.cc
6784
TYPE: LicenseType.bsd
6785 6786
FILE: ../../../third_party/boringssl/src/third_party/googletest/codegear/gtest_all.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/codegear/gtest_link.cc
6787
----------------------------------------------------------------------------------------------------
6788 6789
Copyright 2009, Google Inc.
All rights reserved.
6790 6791

Redistribution and use in source and binary forms, with or without
6792 6793
modification, are permitted provided that the following conditions are
met:
6794

6795 6796 6797 6798 6799 6800 6801 6802 6803
    * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
    * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
6804

6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
6817

6818 6819 6820 6821 6822 6823 6824 6825 6826 6827
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/gtest-printers.h
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/gtest-printers.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/gtest-spi.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/src/gtest-printers.cc
----------------------------------------------------------------------------------------------------
Copyright 2007, Google Inc.
All rights reserved.
6828

6829 6830 6831
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
6832

6833 6834 6835 6836 6837 6838 6839 6840 6841
    * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
    * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
6842

6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6854 6855 6856 6857
====================================================================================================

====================================================================================================
LIBRARY: boringssl
6858 6859 6860 6861 6862
ORIGIN: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/gtest_pred_impl.h
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/gtest_pred_impl.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/gtest_prod.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/src/gtest_main.cc
6863
----------------------------------------------------------------------------------------------------
6864 6865
Copyright 2006, Google Inc.
All rights reserved.
6866

6867 6868 6869 6870 6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
    * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6892 6893 6894 6895
====================================================================================================

====================================================================================================
LIBRARY: boringssl
6896
ORIGIN: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/custom/gtest-port.h
6897
TYPE: LicenseType.bsd
6898 6899 6900 6901
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/custom/gtest-port.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/custom/gtest-printers.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/custom/gtest.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/gtest-port-arch.h
6902
----------------------------------------------------------------------------------------------------
6903 6904
Copyright 2015, Google Inc.
All rights reserved.
6905 6906

Redistribution and use in source and binary forms, with or without
6907 6908
modification, are permitted provided that the following conditions are
met:
6909

6910 6911 6912 6913 6914 6915 6916 6917 6918
    * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
    * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
6919

6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
6932

6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 6961
====================================================================================================
LIBRARY: boringssl
ORIGIN: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/gtest-death-test-internal.h
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/gtest-death-test.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/gtest-message.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/gtest.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/gtest-death-test-internal.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/gtest-internal.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/gtest-port.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/gtest-string.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/samples/sample1.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/samples/sample1.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/samples/sample1_unittest.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/samples/sample2.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/samples/sample2.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/samples/sample2_unittest.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/samples/sample3-inl.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/samples/sample3_unittest.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/samples/sample4.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/samples/sample4.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/samples/sample4_unittest.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/samples/sample5_unittest.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/src/gtest-death-test.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/src/gtest-internal-inl.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/src/gtest.cc
----------------------------------------------------------------------------------------------------
Copyright 2005, Google Inc.
All rights reserved.
6962

6963 6964 6965
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
6966

6967 6968 6969 6970 6971 6972 6973 6974 6975
    * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
    * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
6976

6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 6987
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6988 6989 6990 6991
====================================================================================================

====================================================================================================
LIBRARY: boringssl
6992 6993 6994
ORIGIN: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/gtest-linked_ptr.h
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/gtest-linked_ptr.h
6995
----------------------------------------------------------------------------------------------------
6996 6997
Copyright 2003 Google Inc.
All rights reserved.
6998

6999 7000 7001
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
7002

7003 7004 7005 7006 7007 7008 7009 7010 7011
    * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
    * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
7012

7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7024 7025 7026 7027
====================================================================================================

====================================================================================================
LIBRARY: boringssl
7028 7029 7030 7031 7032 7033 7034 7035 7036 7037 7038 7039 7040
ORIGIN: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/gtest-param-util-generated.h
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/gtest-typed-test.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/gtest-param-util-generated.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/gtest-param-util-generated.h.pump
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/gtest-param-util.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/gtest-type-util.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/gtest-type-util.h.pump
FILE: ../../../third_party/boringssl/src/third_party/googletest/samples/prime_tables.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/samples/sample6_unittest.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/samples/sample7_unittest.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/samples/sample8_unittest.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/src/gtest-typed-test.cc
7041
----------------------------------------------------------------------------------------------------
7042 7043
Copyright 2008 Google Inc.
All Rights Reserved.
7044

7045 7046 7047
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
7048

7049 7050 7051 7052 7053 7054 7055 7056 7057
    * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
    * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
7058

7059 7060 7061 7062 7063 7064 7065 7066 7067 7068 7069
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7070 7071 7072 7073
====================================================================================================

====================================================================================================
LIBRARY: boringssl
7074 7075 7076 7077
ORIGIN: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/gtest-tuple.h
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/gtest-tuple.h
FILE: ../../../third_party/boringssl/src/third_party/googletest/include/gtest/internal/gtest-tuple.h.pump
7078
----------------------------------------------------------------------------------------------------
7079 7080
Copyright 2009 Google Inc.
All Rights Reserved.
7081

7082 7083 7084
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
7085

7086 7087 7088 7089 7090 7091 7092 7093 7094
    * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
    * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
7095

7096 7097 7098 7099 7100 7101 7102 7103 7104 7105 7106
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7107 7108 7109 7110
====================================================================================================

====================================================================================================
LIBRARY: boringssl
7111 7112 7113 7114
ORIGIN: ../../../third_party/boringssl/src/third_party/googletest/samples/sample10_unittest.cc
TYPE: LicenseType.bsd
FILE: ../../../third_party/boringssl/src/third_party/googletest/samples/sample10_unittest.cc
FILE: ../../../third_party/boringssl/src/third_party/googletest/samples/sample9_unittest.cc
7115
----------------------------------------------------------------------------------------------------
7116
Copyright 2009 Google Inc. All Rights Reserved.
7117

7118 7119 7120
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
7121

7122 7123 7124 7125 7126 7127 7128 7129 7130
    * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
    * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
7131

7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172
====================================================================================================

====================================================================================================
LIBRARY: boringssl
ORIGIN: null
TYPE: LicenseType.unknown
FILE: ../../../third_party/boringssl/ios-aarch64/crypto/chacha/chacha-armv8.S
FILE: ../../../third_party/boringssl/ios-aarch64/crypto/fipsmodule/aesv8-armx64.S
FILE: ../../../third_party/boringssl/ios-aarch64/crypto/fipsmodule/armv8-mont.S
FILE: ../../../third_party/boringssl/ios-aarch64/crypto/fipsmodule/ghashv8-armx64.S
FILE: ../../../third_party/boringssl/ios-aarch64/crypto/fipsmodule/sha1-armv8.S
FILE: ../../../third_party/boringssl/ios-arm/crypto/chacha/chacha-armv4.S
FILE: ../../../third_party/boringssl/ios-arm/crypto/fipsmodule/aesv8-armx32.S
FILE: ../../../third_party/boringssl/ios-arm/crypto/fipsmodule/armv4-mont.S
FILE: ../../../third_party/boringssl/ios-arm/crypto/fipsmodule/ghash-armv4.S
FILE: ../../../third_party/boringssl/ios-arm/crypto/fipsmodule/ghashv8-armx32.S
FILE: ../../../third_party/boringssl/ios-arm/crypto/fipsmodule/sha1-armv4-large.S
FILE: ../../../third_party/boringssl/linux-aarch64/crypto/chacha/chacha-armv8.S
FILE: ../../../third_party/boringssl/linux-aarch64/crypto/fipsmodule/aesv8-armx64.S
FILE: ../../../third_party/boringssl/linux-aarch64/crypto/fipsmodule/armv8-mont.S
FILE: ../../../third_party/boringssl/linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S
FILE: ../../../third_party/boringssl/linux-aarch64/crypto/fipsmodule/sha1-armv8.S
FILE: ../../../third_party/boringssl/linux-arm/crypto/chacha/chacha-armv4.S
FILE: ../../../third_party/boringssl/linux-arm/crypto/fipsmodule/aesv8-armx32.S
FILE: ../../../third_party/boringssl/linux-arm/crypto/fipsmodule/armv4-mont.S
FILE: ../../../third_party/boringssl/linux-arm/crypto/fipsmodule/ghash-armv4.S
FILE: ../../../third_party/boringssl/linux-arm/crypto/fipsmodule/ghashv8-armx32.S
FILE: ../../../third_party/boringssl/linux-arm/crypto/fipsmodule/sha1-armv4-large.S
FILE: ../../../third_party/boringssl/linux-ppc64le/crypto/fipsmodule/aesp8-ppc.S
FILE: ../../../third_party/boringssl/linux-ppc64le/crypto/fipsmodule/ghashp8-ppc.S
7173
FILE: ../../../third_party/boringssl/linux-x86/crypto/chacha/chacha-x86.S
7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 7184
FILE: ../../../third_party/boringssl/linux-x86/crypto/fipsmodule/aes-586.S
FILE: ../../../third_party/boringssl/linux-x86/crypto/fipsmodule/aesni-x86.S
FILE: ../../../third_party/boringssl/linux-x86/crypto/fipsmodule/bn-586.S
FILE: ../../../third_party/boringssl/linux-x86/crypto/fipsmodule/co-586.S
FILE: ../../../third_party/boringssl/linux-x86/crypto/fipsmodule/ghash-x86.S
FILE: ../../../third_party/boringssl/linux-x86/crypto/fipsmodule/md5-586.S
FILE: ../../../third_party/boringssl/linux-x86/crypto/fipsmodule/sha1-586.S
FILE: ../../../third_party/boringssl/linux-x86/crypto/fipsmodule/sha256-586.S
FILE: ../../../third_party/boringssl/linux-x86/crypto/fipsmodule/sha512-586.S
FILE: ../../../third_party/boringssl/linux-x86/crypto/fipsmodule/vpaes-x86.S
FILE: ../../../third_party/boringssl/linux-x86/crypto/fipsmodule/x86-mont.S
7185
FILE: ../../../third_party/boringssl/linux-x86_64/crypto/chacha/chacha-x86_64.S
7186 7187 7188 7189 7190 7191 7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202
FILE: ../../../third_party/boringssl/linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S
FILE: ../../../third_party/boringssl/linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S
FILE: ../../../third_party/boringssl/linux-x86_64/crypto/fipsmodule/aes-x86_64.S
FILE: ../../../third_party/boringssl/linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S
FILE: ../../../third_party/boringssl/linux-x86_64/crypto/fipsmodule/aesni-x86_64.S
FILE: ../../../third_party/boringssl/linux-x86_64/crypto/fipsmodule/bsaes-x86_64.S
FILE: ../../../third_party/boringssl/linux-x86_64/crypto/fipsmodule/ghash-x86_64.S
FILE: ../../../third_party/boringssl/linux-x86_64/crypto/fipsmodule/md5-x86_64.S
FILE: ../../../third_party/boringssl/linux-x86_64/crypto/fipsmodule/p256-x86_64-asm.S
FILE: ../../../third_party/boringssl/linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S
FILE: ../../../third_party/boringssl/linux-x86_64/crypto/fipsmodule/rsaz-avx2.S
FILE: ../../../third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha1-x86_64.S
FILE: ../../../third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha256-x86_64.S
FILE: ../../../third_party/boringssl/linux-x86_64/crypto/fipsmodule/sha512-x86_64.S
FILE: ../../../third_party/boringssl/linux-x86_64/crypto/fipsmodule/vpaes-x86_64.S
FILE: ../../../third_party/boringssl/linux-x86_64/crypto/fipsmodule/x86_64-mont.S
FILE: ../../../third_party/boringssl/linux-x86_64/crypto/fipsmodule/x86_64-mont5.S
7203
FILE: ../../../third_party/boringssl/mac-x86/crypto/chacha/chacha-x86.S
7204 7205 7206 7207 7208 7209 7210 7211 7212 7213 7214
FILE: ../../../third_party/boringssl/mac-x86/crypto/fipsmodule/aes-586.S
FILE: ../../../third_party/boringssl/mac-x86/crypto/fipsmodule/aesni-x86.S
FILE: ../../../third_party/boringssl/mac-x86/crypto/fipsmodule/bn-586.S
FILE: ../../../third_party/boringssl/mac-x86/crypto/fipsmodule/co-586.S
FILE: ../../../third_party/boringssl/mac-x86/crypto/fipsmodule/ghash-x86.S
FILE: ../../../third_party/boringssl/mac-x86/crypto/fipsmodule/md5-586.S
FILE: ../../../third_party/boringssl/mac-x86/crypto/fipsmodule/sha1-586.S
FILE: ../../../third_party/boringssl/mac-x86/crypto/fipsmodule/sha256-586.S
FILE: ../../../third_party/boringssl/mac-x86/crypto/fipsmodule/sha512-586.S
FILE: ../../../third_party/boringssl/mac-x86/crypto/fipsmodule/vpaes-x86.S
FILE: ../../../third_party/boringssl/mac-x86/crypto/fipsmodule/x86-mont.S
7215
FILE: ../../../third_party/boringssl/mac-x86_64/crypto/chacha/chacha-x86_64.S
7216 7217 7218 7219 7220 7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232
FILE: ../../../third_party/boringssl/mac-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S
FILE: ../../../third_party/boringssl/mac-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S
FILE: ../../../third_party/boringssl/mac-x86_64/crypto/fipsmodule/aes-x86_64.S
FILE: ../../../third_party/boringssl/mac-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S
FILE: ../../../third_party/boringssl/mac-x86_64/crypto/fipsmodule/aesni-x86_64.S
FILE: ../../../third_party/boringssl/mac-x86_64/crypto/fipsmodule/bsaes-x86_64.S
FILE: ../../../third_party/boringssl/mac-x86_64/crypto/fipsmodule/ghash-x86_64.S
FILE: ../../../third_party/boringssl/mac-x86_64/crypto/fipsmodule/md5-x86_64.S
FILE: ../../../third_party/boringssl/mac-x86_64/crypto/fipsmodule/p256-x86_64-asm.S
FILE: ../../../third_party/boringssl/mac-x86_64/crypto/fipsmodule/rdrand-x86_64.S
FILE: ../../../third_party/boringssl/mac-x86_64/crypto/fipsmodule/rsaz-avx2.S
FILE: ../../../third_party/boringssl/mac-x86_64/crypto/fipsmodule/sha1-x86_64.S
FILE: ../../../third_party/boringssl/mac-x86_64/crypto/fipsmodule/sha256-x86_64.S
FILE: ../../../third_party/boringssl/mac-x86_64/crypto/fipsmodule/sha512-x86_64.S
FILE: ../../../third_party/boringssl/mac-x86_64/crypto/fipsmodule/vpaes-x86_64.S
FILE: ../../../third_party/boringssl/mac-x86_64/crypto/fipsmodule/x86_64-mont.S
FILE: ../../../third_party/boringssl/mac-x86_64/crypto/fipsmodule/x86_64-mont5.S
7233
FILE: ../../../third_party/boringssl/win-x86/crypto/chacha/chacha-x86.asm
7234 7235 7236 7237 7238 7239 7240 7241 7242 7243 7244
FILE: ../../../third_party/boringssl/win-x86/crypto/fipsmodule/aes-586.asm
FILE: ../../../third_party/boringssl/win-x86/crypto/fipsmodule/aesni-x86.asm
FILE: ../../../third_party/boringssl/win-x86/crypto/fipsmodule/bn-586.asm
FILE: ../../../third_party/boringssl/win-x86/crypto/fipsmodule/co-586.asm
FILE: ../../../third_party/boringssl/win-x86/crypto/fipsmodule/ghash-x86.asm
FILE: ../../../third_party/boringssl/win-x86/crypto/fipsmodule/md5-586.asm
FILE: ../../../third_party/boringssl/win-x86/crypto/fipsmodule/sha1-586.asm
FILE: ../../../third_party/boringssl/win-x86/crypto/fipsmodule/sha256-586.asm
FILE: ../../../third_party/boringssl/win-x86/crypto/fipsmodule/sha512-586.asm
FILE: ../../../third_party/boringssl/win-x86/crypto/fipsmodule/vpaes-x86.asm
FILE: ../../../third_party/boringssl/win-x86/crypto/fipsmodule/x86-mont.asm
7245
FILE: ../../../third_party/boringssl/win-x86_64/crypto/chacha/chacha-x86_64.asm
7246 7247 7248 7249 7250 7251 7252 7253 7254 7255 7256 7257 7258 7259 7260 7261 7262
FILE: ../../../third_party/boringssl/win-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.asm
FILE: ../../../third_party/boringssl/win-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.asm
FILE: ../../../third_party/boringssl/win-x86_64/crypto/fipsmodule/aes-x86_64.asm
FILE: ../../../third_party/boringssl/win-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.asm
FILE: ../../../third_party/boringssl/win-x86_64/crypto/fipsmodule/aesni-x86_64.asm
FILE: ../../../third_party/boringssl/win-x86_64/crypto/fipsmodule/bsaes-x86_64.asm
FILE: ../../../third_party/boringssl/win-x86_64/crypto/fipsmodule/ghash-x86_64.asm
FILE: ../../../third_party/boringssl/win-x86_64/crypto/fipsmodule/md5-x86_64.asm
FILE: ../../../third_party/boringssl/win-x86_64/crypto/fipsmodule/p256-x86_64-asm.asm
FILE: ../../../third_party/boringssl/win-x86_64/crypto/fipsmodule/rdrand-x86_64.asm
FILE: ../../../third_party/boringssl/win-x86_64/crypto/fipsmodule/rsaz-avx2.asm
FILE: ../../../third_party/boringssl/win-x86_64/crypto/fipsmodule/sha1-x86_64.asm
FILE: ../../../third_party/boringssl/win-x86_64/crypto/fipsmodule/sha256-x86_64.asm
FILE: ../../../third_party/boringssl/win-x86_64/crypto/fipsmodule/sha512-x86_64.asm
FILE: ../../../third_party/boringssl/win-x86_64/crypto/fipsmodule/vpaes-x86_64.asm
FILE: ../../../third_party/boringssl/win-x86_64/crypto/fipsmodule/x86_64-mont.asm
FILE: ../../../third_party/boringssl/win-x86_64/crypto/fipsmodule/x86_64-mont5.asm
7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 7303
----------------------------------------------------------------------------------------------------
<THIS BLOCK INTENTIONALLY LEFT BLANK>
====================================================================================================

====================================================================================================
LIBRARY: colorama
ORIGIN: ../../../third_party/colorama/src/LICENSE.txt
TYPE: LicenseType.bsd
FILE: ../../../third_party/colorama/src/MANIFEST.in
FILE: ../../../third_party/colorama/src/screenshots/ubuntu-demo.png
FILE: ../../../third_party/colorama/src/screenshots/windows-demo.png
----------------------------------------------------------------------------------------------------
Copyright (c) 2010 Jonathan Hartley
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
  list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution.

* Neither the name of the copyright holders, nor those of its contributors
  may be used to endorse or promote products derived from this software without
  specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

7304 7305 7306 7307 7308 7309 7310 7311 7312 7313 7314 7315 7316 7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 7333 7334
====================================================================================================
LIBRARY: compiler
ORIGIN: ../../../third_party/angle/src/third_party/compiler/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/angle/src/third_party/compiler/ArrayBoundsClamper.cpp
FILE: ../../../third_party/angle/src/third_party/compiler/ArrayBoundsClamper.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2012 Apple Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY APPLE, INC. ``AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE, INC. OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

7335 7336
====================================================================================================
LIBRARY: dart
7337
ORIGIN: ../../../third_party/dart/LICENSE
7338
TYPE: LicenseType.bsd
7339
FILE: ../../../third_party/dart/.gitconfig
7340
FILE: ../../../third_party/dart/.mailmap
7341
FILE: ../../../third_party/dart/.style.yapf
7342
FILE: ../../../third_party/dart/.vpython
7343
FILE: ../../../third_party/dart/PATENT_GRANT
7344 7345 7346
FILE: ../../../third_party/dart/client/idea/.idea/.name
FILE: ../../../third_party/dart/client/idea/.idea/inspectionProfiles/Project_Default.xml
FILE: ../../../third_party/dart/client/idea/.idea/vcs.xml
7347
FILE: ../../../third_party/dart/runtime/.clang-tidy
7348
FILE: ../../../third_party/dart/runtime/CPPLINT.cfg
7349 7350 7351 7352 7353 7354
FILE: ../../../third_party/dart/runtime/bin/ffi_test/clobber_arm.S
FILE: ../../../third_party/dart/runtime/bin/ffi_test/clobber_arm64.S
FILE: ../../../third_party/dart/runtime/bin/ffi_test/clobber_x64.S
FILE: ../../../third_party/dart/runtime/bin/ffi_test/clobber_x64_win.S
FILE: ../../../third_party/dart/runtime/bin/ffi_test/clobber_x86.S
FILE: ../../../third_party/dart/runtime/bin/ffi_test/ffi_test_functions_helpers.S
7355 7356
FILE: ../../../third_party/dart/runtime/docs/compiler/images/catch-block-entry-0.png
FILE: ../../../third_party/dart/runtime/docs/compiler/images/catch-block-entry-1.png
7357 7358
FILE: ../../../third_party/dart/runtime/docs/infra/images/isolated-out-browser.png
FILE: ../../../third_party/dart/runtime/docs/infra/images/isolated-out-link.png
7359 7360 7361 7362 7363 7364 7365 7366
FILE: ../../../third_party/dart/runtime/observatory/lib/elements.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/img/chromium_icon.png
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/img/dart_icon.png
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/img/isolate_icon.png
FILE: ../../../third_party/dart/runtime/observatory/web/favicon.ico
FILE: ../../../third_party/dart/runtime/observatory/web/index.html
FILE: ../../../third_party/dart/runtime/observatory/web/third_party/trace_viewer_full.html
FILE: ../../../third_party/dart/runtime/observatory/web/timeline.html
7367
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi_dbc_trampoline_x64_linux_mac.S
7368 7369
FILE: ../../../third_party/dart/samples/ffi/sqlite/docs/lib/scenario-default.svg
FILE: ../../../third_party/dart/samples/ffi/sqlite/docs/lib/scenario-full.svg
7370 7371 7372 7373 7374 7375 7376
FILE: ../../../third_party/dart/sdk/lib/html/html_common/conversions_dart2js.dart
FILE: ../../../third_party/dart/sdk/lib/html/html_common/html_common.dart
FILE: ../../../third_party/dart/sdk/lib/libraries.json
FILE: ../../../third_party/dart/sdk/lib/vmservice_libraries.json
FILE: ../../../third_party/dart/third_party/7zip.tar.gz.sha1
FILE: ../../../third_party/dart/third_party/clang.tar.gz.sha1
----------------------------------------------------------------------------------------------------
7377 7378
Copyright 2012, the Dart project authors.

7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 7389 7390 7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402 7403
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

7404 7405
====================================================================================================
LIBRARY: dart
7406
ORIGIN: ../../../third_party/dart/benchmarks/Calls/dart/Calls.dart + ../../../third_party/dart/LICENSE
7407
TYPE: LicenseType.bsd
7408
FILE: ../../../third_party/dart/benchmarks/Calls/dart/Calls.dart
7409
FILE: ../../../third_party/dart/benchmarks/Example/dart/Example.dart
7410 7411 7412 7413 7414 7415 7416 7417 7418
FILE: ../../../third_party/dart/benchmarks/FfiBoringssl/dart/FfiBoringssl.dart
FILE: ../../../third_party/dart/benchmarks/FfiBoringssl/dart/digest.dart
FILE: ../../../third_party/dart/benchmarks/FfiBoringssl/dart/dlopen_helper.dart
FILE: ../../../third_party/dart/benchmarks/FfiBoringssl/dart/types.dart
FILE: ../../../third_party/dart/benchmarks/FfiCall/dart/FfiCall.dart
FILE: ../../../third_party/dart/benchmarks/FfiCall/dart/dlopen_helper.dart
FILE: ../../../third_party/dart/benchmarks/FfiCall/dart/native/native_functions.c
FILE: ../../../third_party/dart/benchmarks/FfiMemory/dart/FfiMemory.dart
FILE: ../../../third_party/dart/benchmarks/FfiStruct/dart/FfiStruct.dart
7419
FILE: ../../../third_party/dart/benchmarks/Isolate/dart/Isolate.dart
7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 7431 7432 7433 7434 7435
FILE: ../../../third_party/dart/runtime/bin/abi_version.h
FILE: ../../../third_party/dart/runtime/bin/abi_version_in.cc
FILE: ../../../third_party/dart/runtime/bin/entrypoints_verification_test_extension.cc
FILE: ../../../third_party/dart/runtime/bin/entrypoints_verification_test_extension_dllmain_win.cc
FILE: ../../../third_party/dart/runtime/bin/ffi_test/ffi_test_dynamic_library.cc
FILE: ../../../third_party/dart/runtime/bin/ffi_test/ffi_test_functions.cc
FILE: ../../../third_party/dart/runtime/bin/ifaddrs-android.cc
FILE: ../../../third_party/dart/runtime/bin/ifaddrs-android.h
FILE: ../../../third_party/dart/runtime/bin/namespace_fuchsia.h
FILE: ../../../third_party/dart/runtime/bin/socket_base_android.cc
FILE: ../../../third_party/dart/runtime/lib/ffi.cc
FILE: ../../../third_party/dart/runtime/lib/ffi.h
FILE: ../../../third_party/dart/runtime/lib/ffi_dynamic_library.cc
FILE: ../../../third_party/dart/runtime/lib/ffi_dynamic_library_patch.dart
FILE: ../../../third_party/dart/runtime/lib/ffi_native_type_patch.dart
FILE: ../../../third_party/dart/runtime/lib/ffi_patch.dart
7436 7437
FILE: ../../../third_party/dart/runtime/lib/wasm.cc
FILE: ../../../third_party/dart/runtime/lib/wasm_patch.dart
7438 7439 7440 7441
FILE: ../../../third_party/dart/runtime/llvm_codegen/bit/bit.h
FILE: ../../../third_party/dart/runtime/llvm_codegen/bit/main.cc
FILE: ../../../third_party/dart/runtime/llvm_codegen/bit/test.cc
FILE: ../../../third_party/dart/runtime/llvm_codegen/codegen/main.cc
7442
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/tree_map.dart
7443
FILE: ../../../third_party/dart/runtime/tools/dartfuzz/dartfuzz_api_table.dart
7444
FILE: ../../../third_party/dart/runtime/tools/dartfuzz/dartfuzz_ffiapi.dart
7445 7446 7447
FILE: ../../../third_party/dart/runtime/tools/dartfuzz/gen_api_table.dart
FILE: ../../../third_party/dart/runtime/tools/graphexplorer/graphexplorer.html
FILE: ../../../third_party/dart/runtime/tools/graphexplorer/graphexplorer.js
7448
FILE: ../../../third_party/dart/runtime/tools/run_clang_tidy.dart
7449 7450
FILE: ../../../third_party/dart/runtime/vm/catch_entry_moves_test.cc
FILE: ../../../third_party/dart/runtime/vm/class_id.h
7451 7452
FILE: ../../../third_party/dart/runtime/vm/code_comments.cc
FILE: ../../../third_party/dart/runtime/vm/code_comments.h
7453 7454 7455 7456 7457 7458 7459
FILE: ../../../third_party/dart/runtime/vm/code_entry_kind.h
FILE: ../../../third_party/dart/runtime/vm/compiler/asm_intrinsifier.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/asm_intrinsifier.h
FILE: ../../../third_party/dart/runtime/vm/compiler/asm_intrinsifier_arm.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/asm_intrinsifier_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/asm_intrinsifier_ia32.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/asm_intrinsifier_x64.cc
7460
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/bce_test.cc
7461 7462 7463
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/block_builder.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_checker.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_checker.h
7464 7465
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_deserializer.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_deserializer.h
7466 7467
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_serializer.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_serializer.h
7468 7469 7470
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_test_helper.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_test_helper.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/inliner_test.cc
7471 7472
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/sexpression.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/sexpression.h
7473
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/sexpression_test.cc
7474 7475 7476 7477 7478 7479
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/slot_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/type_propagator_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/typed_data_aot_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi.h
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi_dbc_trampoline.h
7480 7481
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/bytecode_fingerprints.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/bytecode_fingerprints.h
7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509
FILE: ../../../third_party/dart/runtime/vm/compiler/graph_intrinsifier.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/graph_intrinsifier.h
FILE: ../../../third_party/dart/runtime/vm/compiler/graph_intrinsifier_arm.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/graph_intrinsifier_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/graph_intrinsifier_ia32.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/graph_intrinsifier_x64.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/offsets_extractor.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/recognized_methods_list.h
FILE: ../../../third_party/dart/runtime/vm/compiler/relocation.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/runtime_api.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/runtime_api.h
FILE: ../../../third_party/dart/runtime/vm/compiler/runtime_offsets_extracted.h
FILE: ../../../third_party/dart/runtime/vm/compiler/runtime_offsets_list.h
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler.h
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_arm.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_dbc.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_ia32.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_x64.cc
FILE: ../../../third_party/dart/runtime/vm/constants_arm.cc
FILE: ../../../third_party/dart/runtime/vm/constants_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/constants_dbc.cc
FILE: ../../../third_party/dart/runtime/vm/constants_ia32.cc
FILE: ../../../third_party/dart/runtime/vm/constants_kbc.cc
FILE: ../../../third_party/dart/runtime/vm/constants_x64.cc
FILE: ../../../third_party/dart/runtime/vm/debugger_kbc.cc
FILE: ../../../third_party/dart/runtime/vm/elf.cc
FILE: ../../../third_party/dart/runtime/vm/elf.h
7510 7511
FILE: ../../../third_party/dart/runtime/vm/ffi_callback_trampolines.cc
FILE: ../../../third_party/dart/runtime/vm/ffi_callback_trampolines.h
7512 7513 7514 7515 7516 7517 7518 7519 7520 7521 7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 7538 7539 7540 7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553
FILE: ../../../third_party/dart/runtime/vm/frame_layout.h
FILE: ../../../third_party/dart/runtime/vm/intrusive_dlist.h
FILE: ../../../third_party/dart/runtime/vm/intrusive_dlist_test.cc
FILE: ../../../third_party/dart/runtime/vm/libfuzzer/dart_libfuzzer.cc
FILE: ../../../third_party/dart/runtime/vm/longjump.h
FILE: ../../../third_party/dart/runtime/vm/pointer_tagging.h
FILE: ../../../third_party/dart/runtime/vm/splay-tree.h
FILE: ../../../third_party/dart/runtime/vm/static_type_exactness_state.h
FILE: ../../../third_party/dart/runtime/vm/stub_code_list.h
FILE: ../../../third_party/dart/runtime/vm/thread_stack_resource.cc
FILE: ../../../third_party/dart/runtime/vm/thread_stack_resource.h
FILE: ../../../third_party/dart/runtime/vm/thread_state.cc
FILE: ../../../third_party/dart/runtime/vm/thread_state.h
FILE: ../../../third_party/dart/runtime/vm/type_testing_stubs_arm.cc
FILE: ../../../third_party/dart/runtime/vm/type_testing_stubs_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/type_testing_stubs_x64.cc
FILE: ../../../third_party/dart/samples/ffi/coordinate.dart
FILE: ../../../third_party/dart/samples/ffi/dylib_utils.dart
FILE: ../../../third_party/dart/samples/ffi/sample_ffi_data.dart
FILE: ../../../third_party/dart/samples/ffi/sample_ffi_dynamic_library.dart
FILE: ../../../third_party/dart/samples/ffi/sample_ffi_functions.dart
FILE: ../../../third_party/dart/samples/ffi/sample_ffi_functions_callbacks.dart
FILE: ../../../third_party/dart/samples/ffi/sample_ffi_functions_structs.dart
FILE: ../../../third_party/dart/samples/ffi/sample_ffi_structs.dart
FILE: ../../../third_party/dart/samples/ffi/sqlite/example/main.dart
FILE: ../../../third_party/dart/samples/ffi/sqlite/lib/sqlite.dart
FILE: ../../../third_party/dart/samples/ffi/sqlite/lib/src/bindings/bindings.dart
FILE: ../../../third_party/dart/samples/ffi/sqlite/lib/src/bindings/constants.dart
FILE: ../../../third_party/dart/samples/ffi/sqlite/lib/src/bindings/signatures.dart
FILE: ../../../third_party/dart/samples/ffi/sqlite/lib/src/bindings/types.dart
FILE: ../../../third_party/dart/samples/ffi/sqlite/lib/src/collections/closable_iterator.dart
FILE: ../../../third_party/dart/samples/ffi/sqlite/lib/src/database.dart
FILE: ../../../third_party/dart/samples/ffi/sqlite/lib/src/ffi/arena.dart
FILE: ../../../third_party/dart/samples/ffi/sqlite/lib/src/ffi/dylib_utils.dart
FILE: ../../../third_party/dart/samples/ffi/sqlite/lib/src/ffi/utf8.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/rti.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/shared/recipe_syntax.dart
FILE: ../../../third_party/dart/sdk/lib/ffi/annotations.dart
FILE: ../../../third_party/dart/sdk/lib/ffi/dynamic_library.dart
FILE: ../../../third_party/dart/sdk/lib/ffi/ffi.dart
FILE: ../../../third_party/dart/sdk/lib/ffi/native_type.dart
FILE: ../../../third_party/dart/sdk/lib/ffi/struct.dart
7554
FILE: ../../../third_party/dart/sdk/lib/wasm/wasm.dart
7555 7556 7557 7558 7559 7560 7561 7562 7563 7564 7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583
----------------------------------------------------------------------------------------------------
Copyright (c) 2019, the Dart project authors.  Please see the AUTHORS file
for details. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

7584 7585 7586 7587 7588 7589 7590 7591 7592 7593 7594 7595 7596
====================================================================================================
LIBRARY: dart
ORIGIN: ../../../third_party/dart/client/dart.js + ../../../third_party/dart/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/DEPS
FILE: ../../../third_party/dart/client/dart.js
FILE: ../../../third_party/dart/runtime/bin/builtin.cc
FILE: ../../../third_party/dart/runtime/bin/builtin.dart
FILE: ../../../third_party/dart/runtime/bin/builtin.h
FILE: ../../../third_party/dart/runtime/bin/builtin_gen_snapshot.cc
FILE: ../../../third_party/dart/runtime/bin/builtin_in.cc
FILE: ../../../third_party/dart/runtime/bin/builtin_natives.cc
FILE: ../../../third_party/dart/runtime/bin/common_patch.dart
7597
FILE: ../../../third_party/dart/runtime/bin/crashpad.cc
7598 7599 7600 7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 7620 7621 7622 7623 7624 7625 7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 7653 7654 7655 7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7677 7678 7679 7680 7681 7682 7683 7684 7685 7686 7687 7688 7689 7690 7691 7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 7726 7727 7728 7729 7730 7731 7732 7733 7734 7735 7736
FILE: ../../../third_party/dart/runtime/bin/crypto.cc
FILE: ../../../third_party/dart/runtime/bin/crypto.h
FILE: ../../../third_party/dart/runtime/bin/crypto_android.cc
FILE: ../../../third_party/dart/runtime/bin/crypto_linux.cc
FILE: ../../../third_party/dart/runtime/bin/crypto_macos.cc
FILE: ../../../third_party/dart/runtime/bin/crypto_win.cc
FILE: ../../../third_party/dart/runtime/bin/dartutils.cc
FILE: ../../../third_party/dart/runtime/bin/dartutils.h
FILE: ../../../third_party/dart/runtime/bin/directory.cc
FILE: ../../../third_party/dart/runtime/bin/directory.h
FILE: ../../../third_party/dart/runtime/bin/directory_android.cc
FILE: ../../../third_party/dart/runtime/bin/directory_linux.cc
FILE: ../../../third_party/dart/runtime/bin/directory_macos.cc
FILE: ../../../third_party/dart/runtime/bin/directory_patch.dart
FILE: ../../../third_party/dart/runtime/bin/directory_win.cc
FILE: ../../../third_party/dart/runtime/bin/eventhandler.cc
FILE: ../../../third_party/dart/runtime/bin/eventhandler.h
FILE: ../../../third_party/dart/runtime/bin/eventhandler_android.cc
FILE: ../../../third_party/dart/runtime/bin/eventhandler_android.h
FILE: ../../../third_party/dart/runtime/bin/eventhandler_linux.cc
FILE: ../../../third_party/dart/runtime/bin/eventhandler_linux.h
FILE: ../../../third_party/dart/runtime/bin/eventhandler_macos.cc
FILE: ../../../third_party/dart/runtime/bin/eventhandler_macos.h
FILE: ../../../third_party/dart/runtime/bin/eventhandler_patch.dart
FILE: ../../../third_party/dart/runtime/bin/eventhandler_test.cc
FILE: ../../../third_party/dart/runtime/bin/eventhandler_win.h
FILE: ../../../third_party/dart/runtime/bin/extensions.cc
FILE: ../../../third_party/dart/runtime/bin/extensions.h
FILE: ../../../third_party/dart/runtime/bin/extensions_android.cc
FILE: ../../../third_party/dart/runtime/bin/extensions_linux.cc
FILE: ../../../third_party/dart/runtime/bin/extensions_macos.cc
FILE: ../../../third_party/dart/runtime/bin/extensions_win.cc
FILE: ../../../third_party/dart/runtime/bin/fdutils.h
FILE: ../../../third_party/dart/runtime/bin/fdutils_android.cc
FILE: ../../../third_party/dart/runtime/bin/fdutils_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/fdutils_linux.cc
FILE: ../../../third_party/dart/runtime/bin/fdutils_macos.cc
FILE: ../../../third_party/dart/runtime/bin/file_android.cc
FILE: ../../../third_party/dart/runtime/bin/file_linux.cc
FILE: ../../../third_party/dart/runtime/bin/file_macos.cc
FILE: ../../../third_party/dart/runtime/bin/file_patch.dart
FILE: ../../../third_party/dart/runtime/bin/file_test.cc
FILE: ../../../third_party/dart/runtime/bin/file_win.cc
FILE: ../../../third_party/dart/runtime/bin/hashmap_test.cc
FILE: ../../../third_party/dart/runtime/bin/io_buffer.cc
FILE: ../../../third_party/dart/runtime/bin/io_buffer.h
FILE: ../../../third_party/dart/runtime/bin/io_natives.h
FILE: ../../../third_party/dart/runtime/bin/isolate_data.h
FILE: ../../../third_party/dart/runtime/bin/lockers.h
FILE: ../../../third_party/dart/runtime/bin/main.cc
FILE: ../../../third_party/dart/runtime/bin/platform.cc
FILE: ../../../third_party/dart/runtime/bin/platform.h
FILE: ../../../third_party/dart/runtime/bin/platform_android.cc
FILE: ../../../third_party/dart/runtime/bin/platform_linux.cc
FILE: ../../../third_party/dart/runtime/bin/platform_macos.cc
FILE: ../../../third_party/dart/runtime/bin/platform_patch.dart
FILE: ../../../third_party/dart/runtime/bin/platform_win.cc
FILE: ../../../third_party/dart/runtime/bin/process.h
FILE: ../../../third_party/dart/runtime/bin/process_android.cc
FILE: ../../../third_party/dart/runtime/bin/process_linux.cc
FILE: ../../../third_party/dart/runtime/bin/process_macos.cc
FILE: ../../../third_party/dart/runtime/bin/process_win.cc
FILE: ../../../third_party/dart/runtime/bin/run_vm_tests.cc
FILE: ../../../third_party/dart/runtime/bin/secure_socket_patch.dart
FILE: ../../../third_party/dart/runtime/bin/secure_socket_unsupported.cc
FILE: ../../../third_party/dart/runtime/bin/socket_android.cc
FILE: ../../../third_party/dart/runtime/bin/socket_base_android.h
FILE: ../../../third_party/dart/runtime/bin/socket_base_linux.h
FILE: ../../../third_party/dart/runtime/bin/socket_base_macos.h
FILE: ../../../third_party/dart/runtime/bin/socket_base_win.h
FILE: ../../../third_party/dart/runtime/bin/test_extension.c
FILE: ../../../third_party/dart/runtime/bin/test_extension_dllmain_win.cc
FILE: ../../../third_party/dart/runtime/bin/thread.h
FILE: ../../../third_party/dart/runtime/bin/thread_android.cc
FILE: ../../../third_party/dart/runtime/bin/thread_android.h
FILE: ../../../third_party/dart/runtime/bin/thread_linux.cc
FILE: ../../../third_party/dart/runtime/bin/thread_linux.h
FILE: ../../../third_party/dart/runtime/bin/thread_macos.cc
FILE: ../../../third_party/dart/runtime/bin/thread_macos.h
FILE: ../../../third_party/dart/runtime/bin/thread_win.cc
FILE: ../../../third_party/dart/runtime/bin/thread_win.h
FILE: ../../../third_party/dart/runtime/bin/utils.h
FILE: ../../../third_party/dart/runtime/bin/utils_android.cc
FILE: ../../../third_party/dart/runtime/bin/utils_linux.cc
FILE: ../../../third_party/dart/runtime/bin/utils_macos.cc
FILE: ../../../third_party/dart/runtime/bin/utils_win.cc
FILE: ../../../third_party/dart/runtime/bin/utils_win.h
FILE: ../../../third_party/dart/runtime/include/dart_api.h
FILE: ../../../third_party/dart/runtime/lib/array.cc
FILE: ../../../third_party/dart/runtime/lib/array.dart
FILE: ../../../third_party/dart/runtime/lib/array_patch.dart
FILE: ../../../third_party/dart/runtime/lib/bool.cc
FILE: ../../../third_party/dart/runtime/lib/bool_patch.dart
FILE: ../../../third_party/dart/runtime/lib/date.cc
FILE: ../../../third_party/dart/runtime/lib/date_patch.dart
FILE: ../../../third_party/dart/runtime/lib/double.dart
FILE: ../../../third_party/dart/runtime/lib/double_patch.dart
FILE: ../../../third_party/dart/runtime/lib/empty_source.dart
FILE: ../../../third_party/dart/runtime/lib/errors.cc
FILE: ../../../third_party/dart/runtime/lib/errors_patch.dart
FILE: ../../../third_party/dart/runtime/lib/expando_patch.dart
FILE: ../../../third_party/dart/runtime/lib/function.cc
FILE: ../../../third_party/dart/runtime/lib/function_patch.dart
FILE: ../../../third_party/dart/runtime/lib/growable_array.cc
FILE: ../../../third_party/dart/runtime/lib/growable_array.dart
FILE: ../../../third_party/dart/runtime/lib/identical.cc
FILE: ../../../third_party/dart/runtime/lib/identical_patch.dart
FILE: ../../../third_party/dart/runtime/lib/immutable_map.dart
FILE: ../../../third_party/dart/runtime/lib/integers.cc
FILE: ../../../third_party/dart/runtime/lib/integers.dart
FILE: ../../../third_party/dart/runtime/lib/integers_patch.dart
FILE: ../../../third_party/dart/runtime/lib/invocation_mirror_patch.dart
FILE: ../../../third_party/dart/runtime/lib/isolate.cc
FILE: ../../../third_party/dart/runtime/lib/isolate_patch.dart
FILE: ../../../third_party/dart/runtime/lib/map_patch.dart
FILE: ../../../third_party/dart/runtime/lib/math_patch.dart
FILE: ../../../third_party/dart/runtime/lib/mirrors.cc
FILE: ../../../third_party/dart/runtime/lib/mirrors_impl.dart
FILE: ../../../third_party/dart/runtime/lib/mirrors_patch.dart
FILE: ../../../third_party/dart/runtime/lib/object_patch.dart
FILE: ../../../third_party/dart/runtime/lib/print_patch.dart
FILE: ../../../third_party/dart/runtime/lib/regexp.cc
FILE: ../../../third_party/dart/runtime/lib/regexp_patch.dart
FILE: ../../../third_party/dart/runtime/lib/stopwatch.cc
FILE: ../../../third_party/dart/runtime/lib/stopwatch_patch.dart
FILE: ../../../third_party/dart/runtime/lib/string_buffer_patch.dart
FILE: ../../../third_party/dart/runtime/lib/string_patch.dart
FILE: ../../../third_party/dart/runtime/lib/timer_patch.dart
FILE: ../../../third_party/dart/runtime/lib/type_patch.dart
FILE: ../../../third_party/dart/runtime/lib/weak_property.cc
FILE: ../../../third_party/dart/runtime/lib/weak_property.dart
FILE: ../../../third_party/dart/runtime/platform/assert.cc
FILE: ../../../third_party/dart/runtime/platform/assert.h
FILE: ../../../third_party/dart/runtime/platform/floating_point.h
FILE: ../../../third_party/dart/runtime/platform/floating_point_win.cc
FILE: ../../../third_party/dart/runtime/platform/floating_point_win.h
FILE: ../../../third_party/dart/runtime/platform/globals.h
FILE: ../../../third_party/dart/runtime/platform/hashmap.cc
FILE: ../../../third_party/dart/runtime/platform/hashmap.h
7737 7738 7739 7740 7741
FILE: ../../../third_party/dart/runtime/platform/syslog.h
FILE: ../../../third_party/dart/runtime/platform/syslog_android.cc
FILE: ../../../third_party/dart/runtime/platform/syslog_linux.cc
FILE: ../../../third_party/dart/runtime/platform/syslog_macos.cc
FILE: ../../../third_party/dart/runtime/platform/syslog_win.cc
7742 7743
FILE: ../../../third_party/dart/runtime/platform/text_buffer.cc
FILE: ../../../third_party/dart/runtime/platform/text_buffer.h
7744 7745
FILE: ../../../third_party/dart/runtime/platform/unicode.cc
FILE: ../../../third_party/dart/runtime/platform/unicode.h
7746 7747 7748 7749 7750 7751 7752 7753 7754 7755 7756 7757 7758 7759 7760 7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 7771 7772 7773 7774 7775 7776 7777 7778 7779 7780 7781 7782 7783 7784 7785 7786 7787 7788 7789 7790 7791 7792 7793 7794
FILE: ../../../third_party/dart/runtime/platform/utils.cc
FILE: ../../../third_party/dart/runtime/platform/utils.h
FILE: ../../../third_party/dart/runtime/platform/utils_android.cc
FILE: ../../../third_party/dart/runtime/platform/utils_android.h
FILE: ../../../third_party/dart/runtime/platform/utils_linux.cc
FILE: ../../../third_party/dart/runtime/platform/utils_linux.h
FILE: ../../../third_party/dart/runtime/platform/utils_macos.cc
FILE: ../../../third_party/dart/runtime/platform/utils_macos.h
FILE: ../../../third_party/dart/runtime/platform/utils_win.cc
FILE: ../../../third_party/dart/runtime/platform/utils_win.h
FILE: ../../../third_party/dart/runtime/vm/allocation.cc
FILE: ../../../third_party/dart/runtime/vm/allocation_test.cc
FILE: ../../../third_party/dart/runtime/vm/assert_test.cc
FILE: ../../../third_party/dart/runtime/vm/base_isolate.h
FILE: ../../../third_party/dart/runtime/vm/benchmark_test.cc
FILE: ../../../third_party/dart/runtime/vm/benchmark_test.h
FILE: ../../../third_party/dart/runtime/vm/bit_set.h
FILE: ../../../third_party/dart/runtime/vm/bit_vector.cc
FILE: ../../../third_party/dart/runtime/vm/bit_vector.h
FILE: ../../../third_party/dart/runtime/vm/bit_vector_test.cc
FILE: ../../../third_party/dart/runtime/vm/bitfield_test.cc
FILE: ../../../third_party/dart/runtime/vm/bitmap.cc
FILE: ../../../third_party/dart/runtime/vm/bitmap.h
FILE: ../../../third_party/dart/runtime/vm/bitmap_test.cc
FILE: ../../../third_party/dart/runtime/vm/boolfield.h
FILE: ../../../third_party/dart/runtime/vm/boolfield_test.cc
FILE: ../../../third_party/dart/runtime/vm/bootstrap.cc
FILE: ../../../third_party/dart/runtime/vm/bootstrap.h
FILE: ../../../third_party/dart/runtime/vm/bootstrap_natives.cc
FILE: ../../../third_party/dart/runtime/vm/bootstrap_natives.h
FILE: ../../../third_party/dart/runtime/vm/class_finalizer.h
FILE: ../../../third_party/dart/runtime/vm/class_finalizer_test.cc
FILE: ../../../third_party/dart/runtime/vm/class_table.cc
FILE: ../../../third_party/dart/runtime/vm/class_table.h
FILE: ../../../third_party/dart/runtime/vm/code_descriptors.cc
FILE: ../../../third_party/dart/runtime/vm/code_descriptors.h
FILE: ../../../third_party/dart/runtime/vm/code_descriptors_test.cc
FILE: ../../../third_party/dart/runtime/vm/code_observers.cc
FILE: ../../../third_party/dart/runtime/vm/code_observers.h
FILE: ../../../third_party/dart/runtime/vm/code_patcher.cc
FILE: ../../../third_party/dart/runtime/vm/code_patcher.h
FILE: ../../../third_party/dart/runtime/vm/code_patcher_ia32.cc
FILE: ../../../third_party/dart/runtime/vm/code_patcher_x64.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/aot/aot_call_specializer.h
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler.h
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_ia32_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_x64_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler_x86.cc
7795
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/object_pool_builder.h
7796 7797 7798 7799 7800 7801 7802 7803 7804 7805 7806 7807 7808 7809 7810 7811 7812 7813 7814 7815 7816 7817 7818 7819 7820 7821 7822 7823 7824 7825 7826 7827 7828 7829 7830 7831 7832 7833 7834 7835 7836 7837 7838 7839 7840
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/constant_propagator.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_compiler.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_printer.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_printer.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/inliner.h
FILE: ../../../third_party/dart/runtime/vm/compiler/cha.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/cha.h
FILE: ../../../third_party/dart/runtime/vm/compiler/cha_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/flow_graph_builder.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/flow_graph_builder.h
FILE: ../../../third_party/dart/runtime/vm/compiler/intrinsifier.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/intrinsifier.h
FILE: ../../../third_party/dart/runtime/vm/compiler/jit/compiler.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/jit/compiler.h
FILE: ../../../third_party/dart/runtime/vm/compiler_test.cc
FILE: ../../../third_party/dart/runtime/vm/cpu.h
FILE: ../../../third_party/dart/runtime/vm/cpu_arm.cc
FILE: ../../../third_party/dart/runtime/vm/cpu_test.cc
FILE: ../../../third_party/dart/runtime/vm/cpu_x64.cc
FILE: ../../../third_party/dart/runtime/vm/cpuinfo_linux.cc
FILE: ../../../third_party/dart/runtime/vm/cpuinfo_macos.cc
FILE: ../../../third_party/dart/runtime/vm/dart_api_impl_test.cc
FILE: ../../../third_party/dart/runtime/vm/dart_api_message.cc
FILE: ../../../third_party/dart/runtime/vm/dart_api_message.h
FILE: ../../../third_party/dart/runtime/vm/dart_api_state.h
FILE: ../../../third_party/dart/runtime/vm/datastream.h
FILE: ../../../third_party/dart/runtime/vm/debugger.cc
FILE: ../../../third_party/dart/runtime/vm/debugger.h
FILE: ../../../third_party/dart/runtime/vm/debugger_api_impl_test.cc
FILE: ../../../third_party/dart/runtime/vm/double_internals.h
FILE: ../../../third_party/dart/runtime/vm/exceptions_test.cc
FILE: ../../../third_party/dart/runtime/vm/flag_list.h
FILE: ../../../third_party/dart/runtime/vm/flags.cc
FILE: ../../../third_party/dart/runtime/vm/flags.h
FILE: ../../../third_party/dart/runtime/vm/flags_test.cc
FILE: ../../../third_party/dart/runtime/vm/globals.h
FILE: ../../../third_party/dart/runtime/vm/growable_array.h
FILE: ../../../third_party/dart/runtime/vm/growable_array_test.cc
FILE: ../../../third_party/dart/runtime/vm/handles.cc
FILE: ../../../third_party/dart/runtime/vm/handles_impl.h
FILE: ../../../third_party/dart/runtime/vm/handles_test.cc
FILE: ../../../third_party/dart/runtime/vm/hash_map.h
FILE: ../../../third_party/dart/runtime/vm/hash_map_test.cc
7841 7842 7843 7844 7845 7846 7847
FILE: ../../../third_party/dart/runtime/vm/heap/freelist.h
FILE: ../../../third_party/dart/runtime/vm/heap/freelist_test.cc
FILE: ../../../third_party/dart/runtime/vm/heap/heap.cc
FILE: ../../../third_party/dart/runtime/vm/heap/heap.h
FILE: ../../../third_party/dart/runtime/vm/heap/heap_test.cc
FILE: ../../../third_party/dart/runtime/vm/heap/pages.cc
FILE: ../../../third_party/dart/runtime/vm/heap/pages_test.cc
7848 7849
FILE: ../../../third_party/dart/runtime/vm/heap/pointer_block.cc
FILE: ../../../third_party/dart/runtime/vm/heap/pointer_block.h
7850 7851
FILE: ../../../third_party/dart/runtime/vm/heap/scavenger.h
FILE: ../../../third_party/dart/runtime/vm/heap/verifier.cc
7852 7853 7854 7855 7856 7857 7858 7859 7860 7861 7862 7863 7864 7865 7866 7867 7868 7869 7870 7871 7872 7873 7874 7875 7876 7877 7878 7879 7880 7881 7882 7883 7884 7885 7886 7887 7888 7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 7900 7901 7902 7903 7904 7905 7906 7907 7908 7909 7910 7911 7912 7913 7914 7915 7916 7917 7918 7919 7920 7921 7922 7923
FILE: ../../../third_party/dart/runtime/vm/instructions_ia32.cc
FILE: ../../../third_party/dart/runtime/vm/instructions_ia32.h
FILE: ../../../third_party/dart/runtime/vm/instructions_ia32_test.cc
FILE: ../../../third_party/dart/runtime/vm/instructions_x64.cc
FILE: ../../../third_party/dart/runtime/vm/instructions_x64.h
FILE: ../../../third_party/dart/runtime/vm/instructions_x64_test.cc
FILE: ../../../third_party/dart/runtime/vm/isolate_test.cc
FILE: ../../../third_party/dart/runtime/vm/json_test.cc
FILE: ../../../third_party/dart/runtime/vm/lockers.h
FILE: ../../../third_party/dart/runtime/vm/megamorphic_cache_table.cc
FILE: ../../../third_party/dart/runtime/vm/megamorphic_cache_table.h
FILE: ../../../third_party/dart/runtime/vm/memory_region.h
FILE: ../../../third_party/dart/runtime/vm/memory_region_test.cc
FILE: ../../../third_party/dart/runtime/vm/message_handler_test.cc
FILE: ../../../third_party/dart/runtime/vm/message_test.cc
FILE: ../../../third_party/dart/runtime/vm/native_arguments.h
FILE: ../../../third_party/dart/runtime/vm/native_message_handler.cc
FILE: ../../../third_party/dart/runtime/vm/native_message_handler.h
FILE: ../../../third_party/dart/runtime/vm/object.cc
FILE: ../../../third_party/dart/runtime/vm/object.h
FILE: ../../../third_party/dart/runtime/vm/object_arm_test.cc
FILE: ../../../third_party/dart/runtime/vm/object_ia32_test.cc
FILE: ../../../third_party/dart/runtime/vm/object_set.h
FILE: ../../../third_party/dart/runtime/vm/object_store.h
FILE: ../../../third_party/dart/runtime/vm/object_test.cc
FILE: ../../../third_party/dart/runtime/vm/object_x64_test.cc
FILE: ../../../third_party/dart/runtime/vm/os_android.cc
FILE: ../../../third_party/dart/runtime/vm/os_linux.cc
FILE: ../../../third_party/dart/runtime/vm/os_macos.cc
FILE: ../../../third_party/dart/runtime/vm/os_thread.h
FILE: ../../../third_party/dart/runtime/vm/os_thread_android.cc
FILE: ../../../third_party/dart/runtime/vm/os_thread_android.h
FILE: ../../../third_party/dart/runtime/vm/os_thread_linux.cc
FILE: ../../../third_party/dart/runtime/vm/os_thread_linux.h
FILE: ../../../third_party/dart/runtime/vm/os_thread_macos.cc
FILE: ../../../third_party/dart/runtime/vm/os_thread_macos.h
FILE: ../../../third_party/dart/runtime/vm/os_thread_win.cc
FILE: ../../../third_party/dart/runtime/vm/os_thread_win.h
FILE: ../../../third_party/dart/runtime/vm/os_win.cc
FILE: ../../../third_party/dart/runtime/vm/parser.cc
FILE: ../../../third_party/dart/runtime/vm/parser.h
FILE: ../../../third_party/dart/runtime/vm/port.cc
FILE: ../../../third_party/dart/runtime/vm/port_test.cc
FILE: ../../../third_party/dart/runtime/vm/proccpuinfo.cc
FILE: ../../../third_party/dart/runtime/vm/proccpuinfo.h
FILE: ../../../third_party/dart/runtime/vm/raw_object.cc
FILE: ../../../third_party/dart/runtime/vm/raw_object.h
FILE: ../../../third_party/dart/runtime/vm/raw_object_snapshot.cc
FILE: ../../../third_party/dart/runtime/vm/scopes.cc
FILE: ../../../third_party/dart/runtime/vm/scopes.h
FILE: ../../../third_party/dart/runtime/vm/scopes_test.cc
FILE: ../../../third_party/dart/runtime/vm/snapshot.cc
FILE: ../../../third_party/dart/runtime/vm/snapshot.h
FILE: ../../../third_party/dart/runtime/vm/snapshot_ids.h
FILE: ../../../third_party/dart/runtime/vm/snapshot_test.cc
FILE: ../../../third_party/dart/runtime/vm/stack_frame.cc
FILE: ../../../third_party/dart/runtime/vm/stack_frame_test.cc
FILE: ../../../third_party/dart/runtime/vm/stub_code.cc
FILE: ../../../third_party/dart/runtime/vm/symbols.cc
FILE: ../../../third_party/dart/runtime/vm/symbols.h
FILE: ../../../third_party/dart/runtime/vm/thread_pool.cc
FILE: ../../../third_party/dart/runtime/vm/thread_pool.h
FILE: ../../../third_party/dart/runtime/vm/thread_pool_test.cc
FILE: ../../../third_party/dart/runtime/vm/thread_test.cc
FILE: ../../../third_party/dart/runtime/vm/token.h
FILE: ../../../third_party/dart/runtime/vm/unicode.cc
FILE: ../../../third_party/dart/runtime/vm/unit_test.cc
FILE: ../../../third_party/dart/runtime/vm/utils_test.cc
FILE: ../../../third_party/dart/runtime/vm/version.h
FILE: ../../../third_party/dart/runtime/vm/version_in.cc
FILE: ../../../third_party/dart/runtime/vm/virtual_memory.cc
FILE: ../../../third_party/dart/runtime/vm/virtual_memory.h
7924
FILE: ../../../third_party/dart/runtime/vm/virtual_memory_posix.cc
7925 7926 7927 7928 7929 7930 7931 7932 7933 7934 7935 7936 7937 7938
FILE: ../../../third_party/dart/runtime/vm/virtual_memory_test.cc
FILE: ../../../third_party/dart/runtime/vm/virtual_memory_win.cc
FILE: ../../../third_party/dart/runtime/vm/zone.cc
FILE: ../../../third_party/dart/runtime/vm/zone.h
FILE: ../../../third_party/dart/runtime/vm/zone_test.cc
FILE: ../../../third_party/dart/samples/sample_extension/sample_asynchronous_extension.dart
FILE: ../../../third_party/dart/samples/sample_extension/sample_extension.cc
FILE: ../../../third_party/dart/samples/sample_extension/sample_extension_dllmain_win.cc
FILE: ../../../third_party/dart/samples/sample_extension/sample_synchronous_extension.dart
FILE: ../../../third_party/dart/samples/sample_extension/test_sample_asynchronous_extension.dart
FILE: ../../../third_party/dart/samples/sample_extension/test_sample_synchronous_extension.dart
FILE: ../../../third_party/dart/samples/samples.status
FILE: ../../../third_party/dart/sdk/lib/_http/crypto.dart
FILE: ../../../third_party/dart/sdk/lib/_http/http_date.dart
7939 7940 7941 7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/libraries.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/core_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/isolate_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/math_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/mirrors_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/foreign_helper.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/interceptors.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/isolate_helper.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/js_array.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/js_number.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/js_string.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/native_helper.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/regexp_helper.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/string_helper.dart
7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 7969 7970 7971 7972 7973 7974 7975 7976 7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 7987 7988 7989 7990 7991 7992 7993 7994 7995 7996 7997 7998 7999 8000 8001 8002 8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 8013 8014 8015 8016 8017 8018 8019 8020 8021 8022 8023
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/async_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/constant_map.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/core_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/foreign_helper.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/interceptors.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/isolate_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/js_array.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/js_number.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/js_string.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/math_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/mirrors_patch_cfe.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/native_helper.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/regexp_helper.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/string_helper.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart
FILE: ../../../third_party/dart/sdk/lib/async/async.dart
FILE: ../../../third_party/dart/sdk/lib/async/async_error.dart
FILE: ../../../third_party/dart/sdk/lib/async/broadcast_stream_controller.dart
FILE: ../../../third_party/dart/sdk/lib/async/future.dart
FILE: ../../../third_party/dart/sdk/lib/async/future_impl.dart
FILE: ../../../third_party/dart/sdk/lib/async/stream_controller.dart
FILE: ../../../third_party/dart/sdk/lib/async/stream_impl.dart
FILE: ../../../third_party/dart/sdk/lib/async/stream_pipe.dart
FILE: ../../../third_party/dart/sdk/lib/async/timer.dart
FILE: ../../../third_party/dart/sdk/lib/collection/collection.dart
FILE: ../../../third_party/dart/sdk/lib/collection/iterable.dart
FILE: ../../../third_party/dart/sdk/lib/collection/iterator.dart
FILE: ../../../third_party/dart/sdk/lib/collection/maps.dart
FILE: ../../../third_party/dart/sdk/lib/collection/splay_tree.dart
FILE: ../../../third_party/dart/sdk/lib/core/bool.dart
FILE: ../../../third_party/dart/sdk/lib/core/core.dart
FILE: ../../../third_party/dart/sdk/lib/core/double.dart
FILE: ../../../third_party/dart/sdk/lib/core/errors.dart
FILE: ../../../third_party/dart/sdk/lib/core/exceptions.dart
FILE: ../../../third_party/dart/sdk/lib/core/expando.dart
FILE: ../../../third_party/dart/sdk/lib/core/identical.dart
FILE: ../../../third_party/dart/sdk/lib/core/int.dart
FILE: ../../../third_party/dart/sdk/lib/core/invocation.dart
FILE: ../../../third_party/dart/sdk/lib/core/iterator.dart
FILE: ../../../third_party/dart/sdk/lib/core/list.dart
FILE: ../../../third_party/dart/sdk/lib/core/num.dart
FILE: ../../../third_party/dart/sdk/lib/core/object.dart
FILE: ../../../third_party/dart/sdk/lib/core/print.dart
FILE: ../../../third_party/dart/sdk/lib/core/regexp.dart
FILE: ../../../third_party/dart/sdk/lib/core/string.dart
FILE: ../../../third_party/dart/sdk/lib/core/type.dart
FILE: ../../../third_party/dart/sdk/lib/core/uri.dart
FILE: ../../../third_party/dart/sdk/lib/html/dart2js/html_dart2js.dart
FILE: ../../../third_party/dart/sdk/lib/html/dartium/nativewrappers.dart
FILE: ../../../third_party/dart/sdk/lib/html/html_common/conversions.dart
FILE: ../../../third_party/dart/sdk/lib/html/html_common/css_class_set.dart
FILE: ../../../third_party/dart/sdk/lib/html/html_common/html_common_dart2js.dart
FILE: ../../../third_party/dart/sdk/lib/html/html_common/metadata.dart
FILE: ../../../third_party/dart/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart
FILE: ../../../third_party/dart/sdk/lib/internal/async_cast.dart
FILE: ../../../third_party/dart/sdk/lib/internal/cast.dart
FILE: ../../../third_party/dart/sdk/lib/internal/internal.dart
FILE: ../../../third_party/dart/sdk/lib/io/common.dart
FILE: ../../../third_party/dart/sdk/lib/io/directory.dart
FILE: ../../../third_party/dart/sdk/lib/io/directory_impl.dart
FILE: ../../../third_party/dart/sdk/lib/io/eventhandler.dart
FILE: ../../../third_party/dart/sdk/lib/io/io.dart
FILE: ../../../third_party/dart/sdk/lib/io/platform.dart
FILE: ../../../third_party/dart/sdk/lib/io/platform_impl.dart
FILE: ../../../third_party/dart/sdk/lib/io/secure_server_socket.dart
FILE: ../../../third_party/dart/sdk/lib/isolate/isolate.dart
FILE: ../../../third_party/dart/sdk/lib/math/math.dart
FILE: ../../../third_party/dart/sdk/lib/math/random.dart
FILE: ../../../third_party/dart/sdk/lib/svg/dart2js/svg_dart2js.dart
FILE: ../../../third_party/dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart
8024
FILE: ../../../third_party/dart/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
8025 8026 8027 8028 8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 8042 8043 8044 8045 8046 8047 8048 8049 8050 8051 8052 8053 8054 8055 8056 8057 8058 8059 8060 8061 8062 8063 8064 8065 8066 8067 8068 8069 8070 8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 8095 8096 8097 8098 8099 8100 8101 8102 8103 8104 8105 8106 8107 8108 8109 8110 8111 8112 8113 8114 8115 8116 8117 8118 8119 8120 8121 8122 8123 8124 8125 8126 8127 8128 8129 8130 8131 8132 8133 8134 8135 8136 8137 8138 8139 8140 8141 8142 8143 8144 8145 8146 8147 8148 8149
FILE: ../../../third_party/dart/sdk/lib/web_sql/dart2js/web_sql_dart2js.dart
----------------------------------------------------------------------------------------------------
Copyright (c) 2012, the Dart project authors.  Please see the AUTHORS file
for details. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: dart
ORIGIN: ../../../third_party/dart/runtime/bin/cli.cc + ../../../third_party/dart/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/runtime/bin/cli.cc
FILE: ../../../third_party/dart/runtime/bin/cli_patch.dart
FILE: ../../../third_party/dart/runtime/bin/dfe.cc
FILE: ../../../third_party/dart/runtime/bin/dfe.h
FILE: ../../../third_party/dart/runtime/bin/error_exit.cc
FILE: ../../../third_party/dart/runtime/bin/error_exit.h
FILE: ../../../third_party/dart/runtime/bin/gzip.cc
FILE: ../../../third_party/dart/runtime/bin/gzip.h
FILE: ../../../third_party/dart/runtime/bin/isolate_data.cc
FILE: ../../../third_party/dart/runtime/bin/main_options.cc
FILE: ../../../third_party/dart/runtime/bin/main_options.h
FILE: ../../../third_party/dart/runtime/bin/namespace.cc
FILE: ../../../third_party/dart/runtime/bin/namespace.h
FILE: ../../../third_party/dart/runtime/bin/namespace_android.cc
FILE: ../../../third_party/dart/runtime/bin/namespace_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/namespace_linux.cc
FILE: ../../../third_party/dart/runtime/bin/namespace_macos.cc
FILE: ../../../third_party/dart/runtime/bin/namespace_patch.dart
FILE: ../../../third_party/dart/runtime/bin/namespace_win.cc
FILE: ../../../third_party/dart/runtime/bin/options.cc
FILE: ../../../third_party/dart/runtime/bin/options.h
FILE: ../../../third_party/dart/runtime/bin/secure_socket_filter.cc
FILE: ../../../third_party/dart/runtime/bin/secure_socket_filter.h
FILE: ../../../third_party/dart/runtime/bin/secure_socket_utils.cc
FILE: ../../../third_party/dart/runtime/bin/secure_socket_utils.h
FILE: ../../../third_party/dart/runtime/bin/security_context.cc
FILE: ../../../third_party/dart/runtime/bin/security_context.h
FILE: ../../../third_party/dart/runtime/bin/security_context_android.cc
FILE: ../../../third_party/dart/runtime/bin/security_context_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/security_context_linux.cc
FILE: ../../../third_party/dart/runtime/bin/security_context_macos.cc
FILE: ../../../third_party/dart/runtime/bin/security_context_win.cc
FILE: ../../../third_party/dart/runtime/bin/snapshot_utils.cc
FILE: ../../../third_party/dart/runtime/bin/snapshot_utils.h
FILE: ../../../third_party/dart/runtime/bin/socket_base.cc
FILE: ../../../third_party/dart/runtime/bin/socket_base.h
FILE: ../../../third_party/dart/runtime/bin/sync_socket.cc
FILE: ../../../third_party/dart/runtime/bin/sync_socket.h
FILE: ../../../third_party/dart/runtime/bin/sync_socket_android.cc
FILE: ../../../third_party/dart/runtime/bin/sync_socket_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/sync_socket_linux.cc
FILE: ../../../third_party/dart/runtime/bin/sync_socket_macos.cc
FILE: ../../../third_party/dart/runtime/bin/sync_socket_patch.dart
FILE: ../../../third_party/dart/runtime/bin/sync_socket_win.cc
FILE: ../../../third_party/dart/runtime/lib/async.cc
FILE: ../../../third_party/dart/runtime/lib/bigint_patch.dart
FILE: ../../../third_party/dart/runtime/lib/class_id_fasta.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/containers/search_bar.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/reload.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/singletargetcache_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/singletargetcache_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/subtypetestcache_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/subtypetestcache_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/timeline/dashboard.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/unlinkedcall_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/unlinkedcall_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/service.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/single_target_cache.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/subtype_test_cache.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/timeline.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/unlinked_call.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/single_target_cache.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/subtype_test_cache.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/timeline.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/unlinked_call.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/vm.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/single_target_cache.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/subtype_test_cache.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/timeline.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/unlinked_call.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/vm.dart
FILE: ../../../third_party/dart/runtime/platform/allocation.h
FILE: ../../../third_party/dart/runtime/platform/growable_array.h
FILE: ../../../third_party/dart/runtime/vm/compilation_trace.cc
FILE: ../../../third_party/dart/runtime/vm/compilation_trace.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/locations_helpers.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/locations_helpers_arm.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/locations_helpers_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/call_specializer.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/call_specializer.h
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/kernel_binary_flowgraph.h
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/prologue_builder.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/prologue_builder.h
FILE: ../../../third_party/dart/runtime/vm/compiler/jit/jit_call_specializer.h
FILE: ../../../third_party/dart/runtime/vm/constants_x86.h
FILE: ../../../third_party/dart/runtime/vm/debugger_api_impl_test.h
FILE: ../../../third_party/dart/runtime/vm/dwarf.cc
FILE: ../../../third_party/dart/runtime/vm/dwarf.h
FILE: ../../../third_party/dart/runtime/vm/fixed_cache.h
FILE: ../../../third_party/dart/runtime/vm/fixed_cache_test.cc
FILE: ../../../third_party/dart/runtime/vm/gdb_helpers.cc
8150 8151
FILE: ../../../third_party/dart/runtime/vm/heap/compactor.cc
FILE: ../../../third_party/dart/runtime/vm/heap/compactor.h
8152 8153 8154 8155 8156 8157 8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 8168 8169 8170 8171 8172 8173
FILE: ../../../third_party/dart/runtime/vm/image_snapshot.cc
FILE: ../../../third_party/dart/runtime/vm/image_snapshot.h
FILE: ../../../third_party/dart/runtime/vm/json_writer.cc
FILE: ../../../third_party/dart/runtime/vm/json_writer.h
FILE: ../../../third_party/dart/runtime/vm/kernel_binary.h
FILE: ../../../third_party/dart/runtime/vm/malloc_hooks.h
FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_arm.cc
FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_ia32.cc
FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_tcmalloc.cc
FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_test.cc
FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_unsupported.cc
FILE: ../../../third_party/dart/runtime/vm/malloc_hooks_x64.cc
FILE: ../../../third_party/dart/runtime/vm/mixin_test.cc
FILE: ../../../third_party/dart/runtime/vm/stack_trace.cc
FILE: ../../../third_party/dart/runtime/vm/stack_trace.h
FILE: ../../../third_party/dart/runtime/vm/timeline_android.cc
FILE: ../../../third_party/dart/runtime/vm/timeline_fuchsia.cc
FILE: ../../../third_party/dart/runtime/vm/timeline_linux.cc
FILE: ../../../third_party/dart/runtime/vm/zone_text_buffer.cc
FILE: ../../../third_party/dart/runtime/vm/zone_text_buffer.h
FILE: ../../../third_party/dart/sdk/lib/_http/overrides.dart
8174 8175 8176 8177 8178
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/cli_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/custom_hash_map.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/identity_hash_map.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/linked_hash_map.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/profile.dart
8179 8180 8181 8182 8183 8184 8185 8186 8187 8188 8189
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/cli_patch.dart
FILE: ../../../third_party/dart/sdk/lib/cli/cli.dart
FILE: ../../../third_party/dart/sdk/lib/cli/wait_for.dart
FILE: ../../../third_party/dart/sdk/lib/core/bigint.dart
FILE: ../../../third_party/dart/sdk/lib/internal/linked_list.dart
FILE: ../../../third_party/dart/sdk/lib/internal/patch.dart
FILE: ../../../third_party/dart/sdk/lib/io/embedder_config.dart
FILE: ../../../third_party/dart/sdk/lib/io/namespace_impl.dart
FILE: ../../../third_party/dart/sdk/lib/io/overrides.dart
FILE: ../../../third_party/dart/sdk/lib/io/sync_socket.dart
FILE: ../../../third_party/dart/sdk/lib/vmservice/named_lookup.dart
8190
FILE: ../../../third_party/dart/utils/bazel/kernel_worker.dart
8191 8192 8193 8194 8195 8196 8197 8198 8199 8200 8201 8202 8203 8204 8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 8215 8216 8217 8218 8219 8220 8221 8222 8223 8224 8225 8226 8227 8228 8229 8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255
----------------------------------------------------------------------------------------------------
Copyright (c) 2017, the Dart project authors.  Please see the AUTHORS file
for details. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: dart
ORIGIN: ../../../third_party/dart/runtime/bin/console.h + ../../../third_party/dart/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/runtime/bin/console.h
FILE: ../../../third_party/dart/runtime/bin/console_posix.cc
FILE: ../../../third_party/dart/runtime/bin/console_win.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

8256 8257 8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 8277 8278 8279
====================================================================================================
LIBRARY: dart
ORIGIN: ../../../third_party/dart/runtime/bin/crashpad.h + ../../../third_party/dart/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/runtime/bin/crashpad.h
FILE: ../../../third_party/dart/runtime/bin/dart_embedder_api_impl.cc
FILE: ../../../third_party/dart/runtime/bin/typed_data_utils.cc
FILE: ../../../third_party/dart/runtime/bin/typed_data_utils.h
FILE: ../../../third_party/dart/runtime/include/dart_embedder_api.h
FILE: ../../../third_party/dart/runtime/tools/dartfuzz/dartfuzz.dart
FILE: ../../../third_party/dart/runtime/tools/dartfuzz/dartfuzz_test.dart
FILE: ../../../third_party/dart/runtime/tools/dartfuzz/dartfuzz_values.dart
FILE: ../../../third_party/dart/runtime/vm/base64.cc
FILE: ../../../third_party/dart/runtime/vm/base64.h
FILE: ../../../third_party/dart/runtime/vm/base64_test.cc
FILE: ../../../third_party/dart/runtime/vm/code_patcher_kbc.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler_kbc.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler_kbc.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/code_statistics.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/code_statistics.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/compile_type.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/loops.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/loops.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/loops_test.cc
8280
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/redundancy_elimination_test.cc
8281 8282 8283 8284 8285 8286 8287 8288 8289 8290 8291 8292
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/slot.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/slot.h
FILE: ../../../third_party/dart/runtime/vm/compiler/compiler_pass.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/compiler_pass.h
FILE: ../../../third_party/dart/runtime/vm/compiler/compiler_state.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/compiler_state.h
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/base_flow_graph_builder.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/base_flow_graph_builder.h
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/bytecode_flow_graph_builder.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/bytecode_flow_graph_builder.h
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/bytecode_reader.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/bytecode_reader.h
8293
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/bytecode_scope_builder.cc
8294 8295 8296 8297 8298 8299 8300 8301 8302 8303 8304 8305 8306 8307 8308 8309 8310 8311 8312 8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 8323 8324 8325 8326 8327 8328 8329 8330 8331 8332 8333 8334 8335 8336 8337 8338 8339 8340 8341 8342 8343 8344 8345 8346 8347 8348 8349 8350 8351 8352 8353 8354
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/constant_evaluator.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/constant_evaluator.h
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/kernel_fingerprints.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/kernel_fingerprints.h
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/kernel_translation_helper.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/kernel_translation_helper.h
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/scope_builder.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/scope_builder.h
FILE: ../../../third_party/dart/runtime/vm/compiler/relocation.h
FILE: ../../../third_party/dart/runtime/vm/constants.h
FILE: ../../../third_party/dart/runtime/vm/constants_kbc.h
FILE: ../../../third_party/dart/runtime/vm/datastream.cc
FILE: ../../../third_party/dart/runtime/vm/finalizable_data.h
FILE: ../../../third_party/dart/runtime/vm/hash.h
FILE: ../../../third_party/dart/runtime/vm/instructions_kbc.cc
FILE: ../../../third_party/dart/runtime/vm/instructions_kbc.h
FILE: ../../../third_party/dart/runtime/vm/interpreter.cc
FILE: ../../../third_party/dart/runtime/vm/interpreter.h
FILE: ../../../third_party/dart/runtime/vm/raw_object_fields.cc
FILE: ../../../third_party/dart/runtime/vm/raw_object_fields.h
FILE: ../../../third_party/dart/runtime/vm/reverse_pc_lookup_cache.cc
FILE: ../../../third_party/dart/runtime/vm/reverse_pc_lookup_cache.h
FILE: ../../../third_party/dart/runtime/vm/stack_frame_kbc.h
FILE: ../../../third_party/dart/runtime/vm/type_testing_stubs.cc
FILE: ../../../third_party/dart/runtime/vm/type_testing_stubs.h
FILE: ../../../third_party/dart/runtime/vm/v8_snapshot_writer.cc
FILE: ../../../third_party/dart/runtime/vm/v8_snapshot_writer.h
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/instantiation.dart
FILE: ../../../third_party/dart/sdk/lib/js/_js.dart
FILE: ../../../third_party/dart/sdk/lib/js/_js_client.dart
FILE: ../../../third_party/dart/sdk/lib/js/_js_server.dart
FILE: ../../../third_party/dart/sdk/lib/typed_data/unmodifiable_typed_data.dart
----------------------------------------------------------------------------------------------------
Copyright (c) 2018, the Dart project authors.  Please see the AUTHORS file
for details. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

8355 8356 8357 8358 8359 8360 8361 8362 8363 8364 8365 8366 8367 8368 8369 8370 8371 8372 8373 8374 8375 8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 8387 8388 8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 8405 8406 8407 8408 8409 8410 8411 8412 8413 8414 8415 8416 8417 8418 8419 8420 8421 8422 8423 8424 8425 8426 8427 8428 8429 8430 8431 8432 8433 8434 8435 8436 8437 8438 8439 8440 8441 8442 8443 8444 8445 8446 8447 8448 8449 8450 8451 8452 8453 8454 8455 8456 8457 8458 8459 8460 8461 8462 8463 8464 8465 8466 8467 8468 8469 8470 8471 8472 8473 8474 8475 8476 8477 8478 8479 8480 8481 8482 8483 8484 8485 8486 8487 8488 8489 8490 8491 8492 8493 8494 8495 8496 8497 8498 8499 8500 8501 8502 8503 8504 8505 8506 8507 8508 8509 8510 8511 8512 8513 8514 8515 8516 8517 8518 8519 8520 8521 8522 8523 8524 8525 8526 8527 8528 8529 8530 8531
====================================================================================================
LIBRARY: dart
ORIGIN: ../../../third_party/dart/runtime/bin/crypto_fuchsia.cc + ../../../third_party/dart/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/runtime/bin/crypto_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/crypto_test.cc
FILE: ../../../third_party/dart/runtime/bin/directory_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/directory_test.cc
FILE: ../../../third_party/dart/runtime/bin/eventhandler_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/eventhandler_fuchsia.h
FILE: ../../../third_party/dart/runtime/bin/extensions_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/file_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/file_support.cc
FILE: ../../../third_party/dart/runtime/bin/file_system_watcher_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/loader.cc
FILE: ../../../third_party/dart/runtime/bin/loader.h
FILE: ../../../third_party/dart/runtime/bin/platform_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/process_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/reference_counting.h
FILE: ../../../third_party/dart/runtime/bin/root_certificates_unsupported.cc
FILE: ../../../third_party/dart/runtime/bin/socket_base_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/socket_base_fuchsia.h
FILE: ../../../third_party/dart/runtime/bin/socket_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/stdio_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/thread_fuchsia.cc
FILE: ../../../third_party/dart/runtime/bin/thread_fuchsia.h
FILE: ../../../third_party/dart/runtime/bin/utils_fuchsia.cc
FILE: ../../../third_party/dart/runtime/lib/stacktrace.h
FILE: ../../../third_party/dart/runtime/observatory/lib/event.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/models.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/repositories.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/app/notification.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/class_allocation_profile.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/containers/virtual_collection.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/containers/virtual_tree.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/error_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/general_error.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/helpers/nav_bar.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/helpers/nav_menu.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/helpers/rendering_queue.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/helpers/rendering_scheduler.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/helpers/tag.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/helpers/uris.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/inbound_references.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/isolate/counter_chart.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/isolate/location.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/isolate/run_state.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/isolate/shared_summary.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/isolate/summary.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/metric/details.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/metric/graph.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/class_menu.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/isolate_menu.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/library_menu.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/menu_item.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/notify.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/notify_event.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/notify_exception.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/refresh.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/top_menu.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/nav/vm_menu.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/retaining_path.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/source_link.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/strongly_reachable_instances.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/vm_connect_target.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/heap_snapshot/heap_snapshot.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/exceptions.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/allocation_profile.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/breakpoint.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/class.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/code.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/context.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/error.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/event.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/extension_data.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/field.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/flag.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/frame.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/function.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/guarded.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/heap_snapshot.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/heap_space.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/icdata.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/inbound_references.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/instance.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/isolate.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/library.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/local_var_descriptors.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/map_association.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/megamorphiccache.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/metric.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/notification.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/object.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/objectpool.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/objectstore.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/pc_descriptors.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/persistent_handles.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/ports.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/retaining_path.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/sample_profile.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/script.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/sentinel.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/source_location.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/target.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/thread.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/timeline_event.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/type_arguments.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/unknown.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/vm.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/zone.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/allocation_profile.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/breakpoint.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/class.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/context.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/editor.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/eval.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/event.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/field.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/flag.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/function.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/heap_snapshot.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/icdata.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/inbound_references.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/instance.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/isolate.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/library.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/megamorphiccache.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/metric.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/notification.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/object.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/objectpool.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/objectstore.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/persistent_handles.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/ports.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/reachable_size.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/retained_size.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/retaining_path.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/sample_profile.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/script.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/strongly_reachable_instances.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/target.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/repositories/type_arguments.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/allocation_profile.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/breakpoint.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/class.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/context.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/editor.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/eval.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/event.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/field.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/flag.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/function.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/heap_snapshot.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/icdata.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/inbound_references.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/instance.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/isolate.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/library.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/megamorphiccache.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/metric.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/notification.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/object.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/objectpool.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/objectstore.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/persistent_handles.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/ports.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/reachable_size.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/retained_size.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/retaining_path.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/sample_profile.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/script.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/settings.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/strongly_reachable_instances.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/target.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/repositories/type_arguments.dart
FILE: ../../../third_party/dart/runtime/observatory/web/timeline_message_handler.js
FILE: ../../../third_party/dart/runtime/platform/atomic_fuchsia.h
8532
FILE: ../../../third_party/dart/runtime/platform/syslog_fuchsia.cc
8533 8534 8535 8536 8537
FILE: ../../../third_party/dart/runtime/platform/utils_fuchsia.cc
FILE: ../../../third_party/dart/runtime/platform/utils_fuchsia.h
FILE: ../../../third_party/dart/runtime/vm/clustered_snapshot.cc
FILE: ../../../third_party/dart/runtime/vm/clustered_snapshot.h
FILE: ../../../third_party/dart/runtime/vm/code_patcher_dbc.cc
8538
FILE: ../../../third_party/dart/runtime/vm/compiler/asm_intrinsifier_dbc.cc
8539 8540 8541 8542 8543 8544 8545 8546 8547 8548 8549
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_dbc.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_dbc.h
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_dbc_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler_dbc.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/branch_optimizer.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/branch_optimizer.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_compiler_dbc.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_dbc.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/redundancy_elimination.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/redundancy_elimination.h
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/kernel_binary_flowgraph.cc
8550
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/kernel_to_il.cc
8551 8552 8553 8554 8555 8556 8557
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/kernel_to_il.h
FILE: ../../../third_party/dart/runtime/vm/constants_dbc.h
FILE: ../../../third_party/dart/runtime/vm/cpu_dbc.cc
FILE: ../../../third_party/dart/runtime/vm/cpu_dbc.h
FILE: ../../../third_party/dart/runtime/vm/cpuinfo_fuchsia.cc
FILE: ../../../third_party/dart/runtime/vm/dart_api_state.cc
FILE: ../../../third_party/dart/runtime/vm/debugger_dbc.cc
8558 8559 8560 8561
FILE: ../../../third_party/dart/runtime/vm/heap/become.cc
FILE: ../../../third_party/dart/runtime/vm/heap/become.h
FILE: ../../../third_party/dart/runtime/vm/heap/safepoint.cc
FILE: ../../../third_party/dart/runtime/vm/heap/safepoint.h
8562 8563 8564 8565 8566 8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 8577 8578 8579 8580 8581 8582 8583 8584 8585 8586 8587 8588 8589 8590 8591 8592 8593 8594
FILE: ../../../third_party/dart/runtime/vm/instructions_dbc.cc
FILE: ../../../third_party/dart/runtime/vm/instructions_dbc.h
FILE: ../../../third_party/dart/runtime/vm/isolate_reload.cc
FILE: ../../../third_party/dart/runtime/vm/isolate_reload.h
FILE: ../../../third_party/dart/runtime/vm/isolate_reload_test.cc
FILE: ../../../third_party/dart/runtime/vm/kernel.cc
FILE: ../../../third_party/dart/runtime/vm/kernel.h
FILE: ../../../third_party/dart/runtime/vm/kernel_binary.cc
FILE: ../../../third_party/dart/runtime/vm/kernel_isolate.cc
FILE: ../../../third_party/dart/runtime/vm/kernel_isolate.h
FILE: ../../../third_party/dart/runtime/vm/kernel_loader.cc
FILE: ../../../third_party/dart/runtime/vm/kernel_loader.h
FILE: ../../../third_party/dart/runtime/vm/lockers.cc
FILE: ../../../third_party/dart/runtime/vm/native_symbol_fuchsia.cc
FILE: ../../../third_party/dart/runtime/vm/object_dbc_test.cc
FILE: ../../../third_party/dart/runtime/vm/object_reload.cc
FILE: ../../../third_party/dart/runtime/vm/object_service.cc
FILE: ../../../third_party/dart/runtime/vm/os_fuchsia.cc
FILE: ../../../third_party/dart/runtime/vm/os_thread_fuchsia.cc
FILE: ../../../third_party/dart/runtime/vm/os_thread_fuchsia.h
FILE: ../../../third_party/dart/runtime/vm/runtime_entry_dbc.cc
FILE: ../../../third_party/dart/runtime/vm/signal_handler_fuchsia.cc
FILE: ../../../third_party/dart/runtime/vm/simulator_dbc.cc
FILE: ../../../third_party/dart/runtime/vm/simulator_dbc.h
FILE: ../../../third_party/dart/runtime/vm/stack_frame_dbc.h
FILE: ../../../third_party/dart/runtime/vm/thread_interrupter_fuchsia.cc
FILE: ../../../third_party/dart/runtime/vm/token_position.cc
FILE: ../../../third_party/dart/runtime/vm/token_position.h
FILE: ../../../third_party/dart/runtime/vm/type_table.h
FILE: ../../../third_party/dart/runtime/vm/uri.cc
FILE: ../../../third_party/dart/runtime/vm/uri.h
FILE: ../../../third_party/dart/runtime/vm/uri_test.cc
FILE: ../../../third_party/dart/runtime/vm/virtual_memory_fuchsia.cc
8595
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/lib/js_util/dart2js/js_util_dart2js.dart
8596 8597 8598 8599
FILE: ../../../third_party/dart/sdk/lib/developer/service.dart
FILE: ../../../third_party/dart/sdk/lib/js_util/dart2js/js_util_dart2js.dart
FILE: ../../../third_party/dart/sdk/lib/vmservice/devfs.dart
----------------------------------------------------------------------------------------------------
8600 8601 8602 8603
Copyright (c) 2016, the Dart project authors.  Please see the AUTHORS file
for details. All rights reserved.

Redistribution and use in source and binary forms, with or without
8604 8605 8606 8607 8608 8609 8610 8611 8612 8613 8614 8615 8616 8617
modification, are permitted provided that the following conditions are
met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
8618 8619 8620 8621 8622 8623 8624 8625 8626 8627
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

8628 8629 8630 8631 8632 8633 8634 8635 8636 8637 8638 8639 8640 8641 8642 8643 8644 8645 8646 8647 8648 8649 8650 8651 8652 8653 8654 8655 8656 8657 8658 8659
====================================================================================================
LIBRARY: dart
ORIGIN: ../../../third_party/dart/runtime/bin/process_test.cc + ../../../third_party/dart/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/runtime/bin/process_test.cc
FILE: ../../../third_party/dart/runtime/bin/snapshot_empty.cc
FILE: ../../../third_party/dart/runtime/bin/snapshot_in.cc
FILE: ../../../third_party/dart/runtime/include/dart_tools_api.h
FILE: ../../../third_party/dart/runtime/lib/double.cc
FILE: ../../../third_party/dart/runtime/lib/math.cc
FILE: ../../../third_party/dart/runtime/lib/mirrors.h
FILE: ../../../third_party/dart/runtime/lib/object.cc
FILE: ../../../third_party/dart/runtime/lib/string.cc
FILE: ../../../third_party/dart/runtime/vm/bitfield.h
FILE: ../../../third_party/dart/runtime/vm/code_patcher_ia32_test.cc
FILE: ../../../third_party/dart/runtime/vm/code_patcher_x64_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler.h
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler_test.cc
FILE: ../../../third_party/dart/runtime/vm/cpu_ia32.cc
FILE: ../../../third_party/dart/runtime/vm/custom_isolate_test.cc
FILE: ../../../third_party/dart/runtime/vm/dart.h
FILE: ../../../third_party/dart/runtime/vm/dart_api_impl.h
FILE: ../../../third_party/dart/runtime/vm/dart_entry.cc
FILE: ../../../third_party/dart/runtime/vm/dart_entry.h
FILE: ../../../third_party/dart/runtime/vm/debugger_arm.cc
FILE: ../../../third_party/dart/runtime/vm/debugger_ia32.cc
FILE: ../../../third_party/dart/runtime/vm/debugger_x64.cc
FILE: ../../../third_party/dart/runtime/vm/double_conversion.cc
FILE: ../../../third_party/dart/runtime/vm/double_conversion.h
FILE: ../../../third_party/dart/runtime/vm/exceptions.cc
FILE: ../../../third_party/dart/runtime/vm/exceptions.h
8660
FILE: ../../../third_party/dart/runtime/vm/handle_visitor.h
8661
FILE: ../../../third_party/dart/runtime/vm/handles.h
8662 8663 8664 8665 8666 8667 8668 8669
FILE: ../../../third_party/dart/runtime/vm/heap/freelist.cc
FILE: ../../../third_party/dart/runtime/vm/heap/marker.cc
FILE: ../../../third_party/dart/runtime/vm/heap/marker.h
FILE: ../../../third_party/dart/runtime/vm/heap/pages.h
FILE: ../../../third_party/dart/runtime/vm/heap/scavenger.cc
FILE: ../../../third_party/dart/runtime/vm/heap/sweeper.cc
FILE: ../../../third_party/dart/runtime/vm/heap/sweeper.h
FILE: ../../../third_party/dart/runtime/vm/heap/verifier.h
8670 8671 8672 8673 8674 8675 8676 8677 8678 8679 8680
FILE: ../../../third_party/dart/runtime/vm/longjump.cc
FILE: ../../../third_party/dart/runtime/vm/longjump_test.cc
FILE: ../../../third_party/dart/runtime/vm/memory_region.cc
FILE: ../../../third_party/dart/runtime/vm/message.cc
FILE: ../../../third_party/dart/runtime/vm/message.h
FILE: ../../../third_party/dart/runtime/vm/message_handler.cc
FILE: ../../../third_party/dart/runtime/vm/message_handler.h
FILE: ../../../third_party/dart/runtime/vm/native_entry.cc
FILE: ../../../third_party/dart/runtime/vm/native_entry.h
FILE: ../../../third_party/dart/runtime/vm/native_entry_test.cc
FILE: ../../../third_party/dart/runtime/vm/native_entry_test.h
8681
FILE: ../../../third_party/dart/runtime/vm/native_function.h
8682 8683 8684 8685 8686 8687 8688 8689 8690 8691 8692 8693 8694 8695 8696 8697 8698 8699 8700 8701 8702 8703 8704 8705 8706 8707 8708 8709 8710 8711 8712 8713 8714 8715 8716 8717 8718 8719 8720 8721
FILE: ../../../third_party/dart/runtime/vm/object_store_test.cc
FILE: ../../../third_party/dart/runtime/vm/os.h
FILE: ../../../third_party/dart/runtime/vm/port.h
FILE: ../../../third_party/dart/runtime/vm/resolver.cc
FILE: ../../../third_party/dart/runtime/vm/resolver.h
FILE: ../../../third_party/dart/runtime/vm/runtime_entry.cc
FILE: ../../../third_party/dart/runtime/vm/runtime_entry.h
FILE: ../../../third_party/dart/runtime/vm/runtime_entry_arm.cc
FILE: ../../../third_party/dart/runtime/vm/runtime_entry_ia32.cc
FILE: ../../../third_party/dart/runtime/vm/runtime_entry_list.h
FILE: ../../../third_party/dart/runtime/vm/runtime_entry_x64.cc
FILE: ../../../third_party/dart/runtime/vm/stack_frame.h
FILE: ../../../third_party/dart/runtime/vm/stub_code.h
FILE: ../../../third_party/dart/runtime/vm/stub_code_ia32_test.cc
FILE: ../../../third_party/dart/runtime/vm/stub_code_x64_test.cc
FILE: ../../../third_party/dart/runtime/vm/timer.cc
FILE: ../../../third_party/dart/runtime/vm/timer.h
FILE: ../../../third_party/dart/runtime/vm/token.cc
FILE: ../../../third_party/dart/runtime/vm/unicode_data.cc
FILE: ../../../third_party/dart/runtime/vm/unicode_test.cc
FILE: ../../../third_party/dart/runtime/vm/unit_test.h
FILE: ../../../third_party/dart/runtime/vm/visitor.h
FILE: ../../../third_party/dart/sdk/lib/collection/queue.dart
FILE: ../../../third_party/dart/sdk/lib/core/comparable.dart
FILE: ../../../third_party/dart/sdk/lib/core/date_time.dart
FILE: ../../../third_party/dart/sdk/lib/core/duration.dart
FILE: ../../../third_party/dart/sdk/lib/core/function.dart
FILE: ../../../third_party/dart/sdk/lib/core/iterable.dart
FILE: ../../../third_party/dart/sdk/lib/core/map.dart
FILE: ../../../third_party/dart/sdk/lib/core/pattern.dart
FILE: ../../../third_party/dart/sdk/lib/core/set.dart
FILE: ../../../third_party/dart/sdk/lib/core/stopwatch.dart
FILE: ../../../third_party/dart/sdk/lib/core/string_buffer.dart
FILE: ../../../third_party/dart/sdk/lib/html/html_common/device.dart
FILE: ../../../third_party/dart/sdk/lib/html/html_common/filtered_element_list.dart
FILE: ../../../third_party/dart/sdk/lib/html/html_common/lists.dart
FILE: ../../../third_party/dart/sdk/lib/internal/iterable.dart
FILE: ../../../third_party/dart/sdk/lib/internal/sort.dart
FILE: ../../../third_party/dart/utils/peg/pegparser.dart
----------------------------------------------------------------------------------------------------
8722 8723 8724 8725 8726 8727 8728 8729 8730 8731 8732 8733 8734 8735 8736 8737 8738 8739 8740 8741 8742 8743 8744 8745 8746 8747 8748 8749
Copyright (c) 2011, the Dart project authors.  Please see the AUTHORS file
for details. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

8750 8751 8752 8753 8754 8755
====================================================================================================
LIBRARY: dart
ORIGIN: ../../../third_party/dart/runtime/bin/vmservice/loader.dart + ../../../third_party/dart/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/runtime/bin/address_sanitizer.cc
FILE: ../../../third_party/dart/runtime/bin/builtin_common.cc
B
Ben Konyi 已提交
8756
FILE: ../../../third_party/dart/runtime/bin/dart_io_api_impl.cc
8757 8758
FILE: ../../../third_party/dart/runtime/bin/observatory_assets_empty.cc
FILE: ../../../third_party/dart/runtime/bin/vmservice/loader.dart
B
Ben Konyi 已提交
8759
FILE: ../../../third_party/dart/runtime/include/bin/dart_io_api.h
8760 8761 8762 8763 8764 8765 8766 8767 8768 8769 8770 8771 8772 8773 8774 8775 8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 8799 8800 8801 8802 8803 8804 8805 8806 8807 8808 8809 8810 8811 8812 8813 8814 8815 8816 8817 8818 8819 8820 8821 8822
FILE: ../../../third_party/dart/runtime/lib/async_patch.dart
FILE: ../../../third_party/dart/runtime/lib/compact_hash.dart
FILE: ../../../third_party/dart/runtime/lib/developer.cc
FILE: ../../../third_party/dart/runtime/lib/developer.dart
FILE: ../../../third_party/dart/runtime/lib/timeline.cc
FILE: ../../../third_party/dart/runtime/lib/timeline.dart
FILE: ../../../third_party/dart/runtime/lib/vmservice.cc
FILE: ../../../third_party/dart/runtime/observatory/lib/allocation_profile.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/cli.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/debugger.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/heap_snapshot.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/sample_profile.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/allocation_profile/allocation_profile.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/app/analytics.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/cli/command.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/debugger/debugger.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/debugger/debugger_location.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/heap_snapshot.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/logging.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/logging_list.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/megamorphiccache_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/objectpool_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/persistent_handles.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/ports.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/timeline_page.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/view_footer.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/sample_profile/sample_profile.dart
FILE: ../../../third_party/dart/runtime/observatory/web/timeline.js
FILE: ../../../third_party/dart/runtime/vm/atomic_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/aot/precompiler.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/aot/precompiler.h
FILE: ../../../third_party/dart/runtime/vm/log.cc
FILE: ../../../third_party/dart/runtime/vm/log.h
FILE: ../../../third_party/dart/runtime/vm/log_test.cc
FILE: ../../../third_party/dart/runtime/vm/os_thread.cc
FILE: ../../../third_party/dart/runtime/vm/profiler_service.cc
FILE: ../../../third_party/dart/runtime/vm/profiler_service.h
FILE: ../../../third_party/dart/runtime/vm/program_visitor.cc
FILE: ../../../third_party/dart/runtime/vm/program_visitor.h
FILE: ../../../third_party/dart/runtime/vm/regexp_assembler_bytecode.cc
FILE: ../../../third_party/dart/runtime/vm/regexp_assembler_bytecode.h
FILE: ../../../third_party/dart/runtime/vm/regexp_assembler_bytecode_inl.h
FILE: ../../../third_party/dart/runtime/vm/regexp_bytecodes.h
FILE: ../../../third_party/dart/runtime/vm/regexp_interpreter.cc
FILE: ../../../third_party/dart/runtime/vm/regexp_interpreter.h
FILE: ../../../third_party/dart/runtime/vm/scope_timer.h
FILE: ../../../third_party/dart/runtime/vm/service_event.cc
FILE: ../../../third_party/dart/runtime/vm/service_event.h
FILE: ../../../third_party/dart/runtime/vm/service_isolate.cc
FILE: ../../../third_party/dart/runtime/vm/source_report.cc
FILE: ../../../third_party/dart/runtime/vm/source_report.h
FILE: ../../../third_party/dart/runtime/vm/source_report_test.cc
FILE: ../../../third_party/dart/runtime/vm/thread.cc
FILE: ../../../third_party/dart/runtime/vm/thread.h
FILE: ../../../third_party/dart/runtime/vm/thread_barrier.h
FILE: ../../../third_party/dart/runtime/vm/thread_barrier_test.cc
FILE: ../../../third_party/dart/runtime/vm/thread_registry.cc
FILE: ../../../third_party/dart/runtime/vm/thread_registry.h
FILE: ../../../third_party/dart/runtime/vm/timeline.cc
FILE: ../../../third_party/dart/runtime/vm/timeline.h
FILE: ../../../third_party/dart/runtime/vm/timeline_analysis.cc
FILE: ../../../third_party/dart/runtime/vm/timeline_analysis.h
FILE: ../../../third_party/dart/runtime/vm/timeline_test.cc
8823 8824 8825 8826 8827 8828 8829 8830 8831 8832 8833
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/lib/js/dart2js/js_dart2js.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/developer_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/classes.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/operations.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/rtti.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/runtime.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/types.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/utils.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/debugger.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/js_mirrors.dart
8834 8835 8836 8837 8838 8839 8840 8841 8842 8843 8844 8845 8846 8847
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/developer_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/preambles/d8.js
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/preambles/jsshell.js
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/shared/async_await_error_codes.dart
FILE: ../../../third_party/dart/sdk/lib/convert/base64.dart
FILE: ../../../third_party/dart/sdk/lib/developer/developer.dart
FILE: ../../../third_party/dart/sdk/lib/developer/extension.dart
FILE: ../../../third_party/dart/sdk/lib/developer/timeline.dart
FILE: ../../../third_party/dart/sdk/lib/io/io_resource_info.dart
FILE: ../../../third_party/dart/sdk/lib/io/security_context.dart
FILE: ../../../third_party/dart/sdk/lib/vmservice/asset.dart
FILE: ../../../third_party/dart/sdk/lib/vmservice/vmservice.dart
----------------------------------------------------------------------------------------------------
Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
8848 8849 8850 8851 8852 8853 8854 8855 8856 8857 8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 8868 8869 8870 8871 8872 8873 8874 8875 8876
for details. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: dart
8877
ORIGIN: ../../../third_party/dart/runtime/bin/vmservice/server.dart + ../../../third_party/dart/LICENSE
8878
TYPE: LicenseType.bsd
8879 8880 8881 8882 8883 8884 8885 8886 8887 8888 8889 8890 8891 8892 8893 8894 8895 8896 8897 8898 8899 8900 8901 8902 8903 8904 8905 8906 8907 8908 8909 8910 8911 8912 8913 8914 8915 8916 8917 8918 8919 8920 8921 8922 8923 8924 8925 8926 8927 8928 8929 8930 8931 8932 8933 8934 8935 8936 8937 8938
FILE: ../../../third_party/dart/WATCHLISTS
FILE: ../../../third_party/dart/runtime/bin/eventhandler_win.cc
FILE: ../../../third_party/dart/runtime/bin/file.cc
FILE: ../../../third_party/dart/runtime/bin/file.h
FILE: ../../../third_party/dart/runtime/bin/file_system_entity_patch.dart
FILE: ../../../third_party/dart/runtime/bin/file_system_watcher.cc
FILE: ../../../third_party/dart/runtime/bin/file_system_watcher.h
FILE: ../../../third_party/dart/runtime/bin/file_system_watcher_android.cc
FILE: ../../../third_party/dart/runtime/bin/file_system_watcher_linux.cc
FILE: ../../../third_party/dart/runtime/bin/file_system_watcher_macos.cc
FILE: ../../../third_party/dart/runtime/bin/file_system_watcher_win.cc
FILE: ../../../third_party/dart/runtime/bin/filter.cc
FILE: ../../../third_party/dart/runtime/bin/filter.h
FILE: ../../../third_party/dart/runtime/bin/filter_patch.dart
FILE: ../../../third_party/dart/runtime/bin/gen_snapshot.cc
FILE: ../../../third_party/dart/runtime/bin/io_natives.cc
FILE: ../../../third_party/dart/runtime/bin/io_service.cc
FILE: ../../../third_party/dart/runtime/bin/io_service.h
FILE: ../../../third_party/dart/runtime/bin/io_service_no_ssl.cc
FILE: ../../../third_party/dart/runtime/bin/io_service_no_ssl.h
FILE: ../../../third_party/dart/runtime/bin/io_service_patch.dart
FILE: ../../../third_party/dart/runtime/bin/process.cc
FILE: ../../../third_party/dart/runtime/bin/process_patch.dart
FILE: ../../../third_party/dart/runtime/bin/socket.cc
FILE: ../../../third_party/dart/runtime/bin/socket.h
FILE: ../../../third_party/dart/runtime/bin/socket_base_linux.cc
FILE: ../../../third_party/dart/runtime/bin/socket_base_macos.cc
FILE: ../../../third_party/dart/runtime/bin/socket_base_win.cc
FILE: ../../../third_party/dart/runtime/bin/socket_linux.cc
FILE: ../../../third_party/dart/runtime/bin/socket_macos.cc
FILE: ../../../third_party/dart/runtime/bin/socket_patch.dart
FILE: ../../../third_party/dart/runtime/bin/socket_win.cc
FILE: ../../../third_party/dart/runtime/bin/stdio.cc
FILE: ../../../third_party/dart/runtime/bin/stdio.h
FILE: ../../../third_party/dart/runtime/bin/stdio_android.cc
FILE: ../../../third_party/dart/runtime/bin/stdio_linux.cc
FILE: ../../../third_party/dart/runtime/bin/stdio_macos.cc
FILE: ../../../third_party/dart/runtime/bin/stdio_patch.dart
FILE: ../../../third_party/dart/runtime/bin/stdio_win.cc
FILE: ../../../third_party/dart/runtime/bin/vmservice/server.dart
FILE: ../../../third_party/dart/runtime/bin/vmservice/vmservice_io.dart
FILE: ../../../third_party/dart/runtime/bin/vmservice_impl.cc
FILE: ../../../third_party/dart/runtime/bin/vmservice_impl.h
FILE: ../../../third_party/dart/runtime/include/dart_native_api.h
FILE: ../../../third_party/dart/runtime/lib/collection_patch.dart
FILE: ../../../third_party/dart/runtime/lib/core_patch.dart
FILE: ../../../third_party/dart/runtime/lib/deferred_load_patch.dart
FILE: ../../../third_party/dart/runtime/lib/function.dart
FILE: ../../../third_party/dart/runtime/lib/internal_patch.dart
FILE: ../../../third_party/dart/runtime/lib/invocation_mirror.h
FILE: ../../../third_party/dart/runtime/lib/libgen_in.cc
FILE: ../../../third_party/dart/runtime/lib/mirror_reference.dart
FILE: ../../../third_party/dart/runtime/lib/null_patch.dart
FILE: ../../../third_party/dart/runtime/lib/schedule_microtask_patch.dart
FILE: ../../../third_party/dart/runtime/lib/simd128.cc
FILE: ../../../third_party/dart/runtime/lib/stacktrace.cc
FILE: ../../../third_party/dart/runtime/lib/stacktrace.dart
FILE: ../../../third_party/dart/runtime/lib/symbol_patch.dart
FILE: ../../../third_party/dart/runtime/lib/timer_impl.dart
FILE: ../../../third_party/dart/runtime/lib/typed_data.cc
8939
FILE: ../../../third_party/dart/runtime/lib/typed_data_patch.dart
8940 8941 8942 8943 8944 8945 8946 8947 8948 8949 8950 8951 8952 8953 8954 8955 8956 8957 8958 8959 8960 8961 8962 8963 8964 8965 8966 8967 8968 8969 8970 8971 8972 8973 8974 8975 8976 8977 8978 8979 8980 8981 8982 8983 8984 8985 8986 8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 9022 9023 9024 9025 9026 9027 9028 9029 9030 9031 9032 9033 9034 9035 9036 9037 9038 9039 9040 9041 9042 9043 9044 9045
FILE: ../../../third_party/dart/runtime/lib/uri.cc
FILE: ../../../third_party/dart/runtime/lib/uri_patch.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/app/application.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/app/location_manager.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/class_instances.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/class_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/class_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/code_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/code_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/context_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/context_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/cpu_profile.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/cpu_profile/virtual_tree.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/cpu_profile_table.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/curly_block.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/error_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/eval_box.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/field_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/field_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/flag_list.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/function_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/function_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/heap_snapshot.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/helpers/any_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/icdata_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/icdata_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/instance_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/instance_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/isolate_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/isolate_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/json_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/library_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/library_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/local_var_descriptors_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/megamorphiccache_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/native_memory_profiler.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/object_common.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/object_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/objectpool_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/objectstore_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/observatory_application.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/pc_descriptors_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/sample_buffer_control.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/script_inset.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/script_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/script_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/sentinel_value.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/sentinel_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/source_inset.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/stack_trace_tree_config.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/type_arguments_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/unknown_ref.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/vm_view.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/tracer.dart
FILE: ../../../third_party/dart/runtime/platform/atomic.h
FILE: ../../../third_party/dart/runtime/platform/atomic_android.h
FILE: ../../../third_party/dart/runtime/platform/atomic_linux.h
FILE: ../../../third_party/dart/runtime/platform/atomic_macos.h
FILE: ../../../third_party/dart/runtime/platform/atomic_win.h
FILE: ../../../third_party/dart/runtime/platform/signal_blocker.h
FILE: ../../../third_party/dart/runtime/vm/allocation.h
FILE: ../../../third_party/dart/runtime/vm/class_finalizer.cc
FILE: ../../../third_party/dart/runtime/vm/code_patcher_arm.cc
FILE: ../../../third_party/dart/runtime/vm/code_patcher_arm_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/aot/aot_call_specializer.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_arm.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_arm.h
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_arm64_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_arm_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_ia32.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_ia32.h
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_x64.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_x64.h
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler_arm.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/block_scheduler.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/block_scheduler.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/constant_propagator.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_compiler.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_compiler_arm.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_compiler_ia32.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_compiler_x64.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_arm.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_ia32.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_x64.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/inliner.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/linearscan.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/linearscan.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/locations.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/locations.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/type_propagator.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/type_propagator.h
FILE: ../../../third_party/dart/runtime/vm/compiler/jit/jit_call_specializer.cc
FILE: ../../../third_party/dart/runtime/vm/constants_arm.h
FILE: ../../../third_party/dart/runtime/vm/constants_ia32.h
FILE: ../../../third_party/dart/runtime/vm/constants_x64.h
FILE: ../../../third_party/dart/runtime/vm/dart.cc
FILE: ../../../third_party/dart/runtime/vm/dart_api_impl.cc
FILE: ../../../third_party/dart/runtime/vm/deferred_objects.cc
FILE: ../../../third_party/dart/runtime/vm/deferred_objects.h
FILE: ../../../third_party/dart/runtime/vm/deopt_instructions.cc
FILE: ../../../third_party/dart/runtime/vm/deopt_instructions.h
FILE: ../../../third_party/dart/runtime/vm/guard_field_test.cc
9046 9047
FILE: ../../../third_party/dart/runtime/vm/heap/weak_table.cc
FILE: ../../../third_party/dart/runtime/vm/heap/weak_table.h
9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 9064 9065 9066 9067 9068 9069 9070 9071 9072 9073 9074 9075 9076 9077 9078 9079 9080 9081 9082 9083 9084 9085 9086 9087 9088 9089 9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103
FILE: ../../../third_party/dart/runtime/vm/instructions.h
FILE: ../../../third_party/dart/runtime/vm/instructions_arm.cc
FILE: ../../../third_party/dart/runtime/vm/instructions_arm.h
FILE: ../../../third_party/dart/runtime/vm/instructions_arm_test.cc
FILE: ../../../third_party/dart/runtime/vm/isolate.cc
FILE: ../../../third_party/dart/runtime/vm/isolate.h
FILE: ../../../third_party/dart/runtime/vm/json_stream.cc
FILE: ../../../third_party/dart/runtime/vm/json_stream.h
FILE: ../../../third_party/dart/runtime/vm/native_api_impl.cc
FILE: ../../../third_party/dart/runtime/vm/native_symbol.h
FILE: ../../../third_party/dart/runtime/vm/native_symbol_android.cc
FILE: ../../../third_party/dart/runtime/vm/native_symbol_linux.cc
FILE: ../../../third_party/dart/runtime/vm/native_symbol_macos.cc
FILE: ../../../third_party/dart/runtime/vm/native_symbol_win.cc
FILE: ../../../third_party/dart/runtime/vm/object_id_ring.cc
FILE: ../../../third_party/dart/runtime/vm/object_id_ring.h
FILE: ../../../third_party/dart/runtime/vm/object_id_ring_test.cc
FILE: ../../../third_party/dart/runtime/vm/object_store.cc
FILE: ../../../third_party/dart/runtime/vm/os_test.cc
FILE: ../../../third_party/dart/runtime/vm/profiler.cc
FILE: ../../../third_party/dart/runtime/vm/profiler.h
FILE: ../../../third_party/dart/runtime/vm/profiler_test.cc
FILE: ../../../third_party/dart/runtime/vm/random.cc
FILE: ../../../third_party/dart/runtime/vm/random.h
FILE: ../../../third_party/dart/runtime/vm/reusable_handles.h
FILE: ../../../third_party/dart/runtime/vm/service.cc
FILE: ../../../third_party/dart/runtime/vm/service.h
FILE: ../../../third_party/dart/runtime/vm/service_isolate.h
FILE: ../../../third_party/dart/runtime/vm/service_test.cc
FILE: ../../../third_party/dart/runtime/vm/signal_handler.h
FILE: ../../../third_party/dart/runtime/vm/signal_handler_android.cc
FILE: ../../../third_party/dart/runtime/vm/signal_handler_linux.cc
FILE: ../../../third_party/dart/runtime/vm/signal_handler_macos.cc
FILE: ../../../third_party/dart/runtime/vm/signal_handler_win.cc
FILE: ../../../third_party/dart/runtime/vm/simulator.h
FILE: ../../../third_party/dart/runtime/vm/simulator_arm.cc
FILE: ../../../third_party/dart/runtime/vm/simulator_arm.h
FILE: ../../../third_party/dart/runtime/vm/stack_frame_arm.h
FILE: ../../../third_party/dart/runtime/vm/stack_frame_ia32.h
FILE: ../../../third_party/dart/runtime/vm/stack_frame_x64.h
FILE: ../../../third_party/dart/runtime/vm/stub_code_arm_test.cc
FILE: ../../../third_party/dart/runtime/vm/tags.h
FILE: ../../../third_party/dart/runtime/vm/thread_interrupter.cc
FILE: ../../../third_party/dart/runtime/vm/thread_interrupter.h
FILE: ../../../third_party/dart/runtime/vm/thread_interrupter_android.cc
FILE: ../../../third_party/dart/runtime/vm/thread_interrupter_linux.cc
FILE: ../../../third_party/dart/runtime/vm/thread_interrupter_macos.cc
FILE: ../../../third_party/dart/runtime/vm/thread_interrupter_win.cc
FILE: ../../../third_party/dart/sdk/lib/_chrome/dart2js/chrome_dart2js.dart
FILE: ../../../third_party/dart/sdk/lib/_http/http.dart
FILE: ../../../third_party/dart/sdk/lib/_http/http_headers.dart
FILE: ../../../third_party/dart/sdk/lib/_http/http_impl.dart
FILE: ../../../third_party/dart/sdk/lib/_http/http_parser.dart
FILE: ../../../third_party/dart/sdk/lib/_http/http_session.dart
FILE: ../../../third_party/dart/sdk/lib/_http/websocket.dart
FILE: ../../../third_party/dart/sdk/lib/_http/websocket_impl.dart
9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/collection_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/convert_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/internal_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/io_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/typed_data_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/annotations.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/js_helper.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/js_primitives.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/js_rti.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/mirror_helper.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/native_typed_data.dart
9115 9116 9117 9118 9119 9120 9121 9122 9123 9124 9125 9126 9127 9128 9129 9130 9131 9132 9133 9134 9135 9136 9137 9138 9139 9140 9141 9142 9143 9144 9145 9146 9147 9148 9149 9150 9151 9152 9153 9154 9155 9156 9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 9168 9169 9170 9171 9172 9173 9174 9175 9176 9177 9178 9179 9180 9181 9182 9183 9184
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/annotations.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/collection_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/convert_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/internal_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/io_patch.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/js_helper.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/js_names.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/js_primitives.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/js_rti.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/native_typed_data.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/typed_data_patch.dart
FILE: ../../../third_party/dart/sdk/lib/async/deferred_load.dart
FILE: ../../../third_party/dart/sdk/lib/async/schedule_microtask.dart
FILE: ../../../third_party/dart/sdk/lib/async/stream.dart
FILE: ../../../third_party/dart/sdk/lib/async/stream_transformers.dart
FILE: ../../../third_party/dart/sdk/lib/async/zone.dart
FILE: ../../../third_party/dart/sdk/lib/collection/collections.dart
FILE: ../../../third_party/dart/sdk/lib/collection/hash_map.dart
FILE: ../../../third_party/dart/sdk/lib/collection/hash_set.dart
FILE: ../../../third_party/dart/sdk/lib/collection/linked_hash_map.dart
FILE: ../../../third_party/dart/sdk/lib/collection/linked_hash_set.dart
FILE: ../../../third_party/dart/sdk/lib/collection/linked_list.dart
FILE: ../../../third_party/dart/sdk/lib/collection/list.dart
FILE: ../../../third_party/dart/sdk/lib/convert/ascii.dart
FILE: ../../../third_party/dart/sdk/lib/convert/byte_conversion.dart
FILE: ../../../third_party/dart/sdk/lib/convert/chunked_conversion.dart
FILE: ../../../third_party/dart/sdk/lib/convert/codec.dart
FILE: ../../../third_party/dart/sdk/lib/convert/convert.dart
FILE: ../../../third_party/dart/sdk/lib/convert/converter.dart
FILE: ../../../third_party/dart/sdk/lib/convert/encoding.dart
FILE: ../../../third_party/dart/sdk/lib/convert/html_escape.dart
FILE: ../../../third_party/dart/sdk/lib/convert/json.dart
FILE: ../../../third_party/dart/sdk/lib/convert/latin1.dart
FILE: ../../../third_party/dart/sdk/lib/convert/line_splitter.dart
FILE: ../../../third_party/dart/sdk/lib/convert/string_conversion.dart
FILE: ../../../third_party/dart/sdk/lib/convert/utf.dart
FILE: ../../../third_party/dart/sdk/lib/core/annotations.dart
FILE: ../../../third_party/dart/sdk/lib/core/null.dart
FILE: ../../../third_party/dart/sdk/lib/core/stacktrace.dart
FILE: ../../../third_party/dart/sdk/lib/core/string_sink.dart
FILE: ../../../third_party/dart/sdk/lib/core/symbol.dart
FILE: ../../../third_party/dart/sdk/lib/internal/list.dart
FILE: ../../../third_party/dart/sdk/lib/internal/print.dart
FILE: ../../../third_party/dart/sdk/lib/internal/symbol.dart
FILE: ../../../third_party/dart/sdk/lib/io/bytes_builder.dart
FILE: ../../../third_party/dart/sdk/lib/io/data_transformer.dart
FILE: ../../../third_party/dart/sdk/lib/io/file.dart
FILE: ../../../third_party/dart/sdk/lib/io/file_impl.dart
FILE: ../../../third_party/dart/sdk/lib/io/file_system_entity.dart
FILE: ../../../third_party/dart/sdk/lib/io/io_service.dart
FILE: ../../../third_party/dart/sdk/lib/io/io_sink.dart
FILE: ../../../third_party/dart/sdk/lib/io/link.dart
FILE: ../../../third_party/dart/sdk/lib/io/secure_socket.dart
FILE: ../../../third_party/dart/sdk/lib/io/socket.dart
FILE: ../../../third_party/dart/sdk/lib/io/stdio.dart
FILE: ../../../third_party/dart/sdk/lib/io/string_transformer.dart
FILE: ../../../third_party/dart/sdk/lib/js/dart2js/js_dart2js.dart
FILE: ../../../third_party/dart/sdk/lib/math/jenkins_smi_hash.dart
FILE: ../../../third_party/dart/sdk/lib/math/point.dart
FILE: ../../../third_party/dart/sdk/lib/math/rectangle.dart
FILE: ../../../third_party/dart/sdk/lib/mirrors/mirrors.dart
FILE: ../../../third_party/dart/sdk/lib/typed_data/typed_data.dart
FILE: ../../../third_party/dart/sdk/lib/vmservice/client.dart
FILE: ../../../third_party/dart/sdk/lib/vmservice/constants.dart
FILE: ../../../third_party/dart/sdk/lib/vmservice/message.dart
FILE: ../../../third_party/dart/sdk/lib/vmservice/message_router.dart
FILE: ../../../third_party/dart/sdk/lib/vmservice/running_isolate.dart
FILE: ../../../third_party/dart/sdk/lib/vmservice/running_isolates.dart
FILE: ../../../third_party/dart/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
FILE: ../../../third_party/dart/utils/compiler/create_snapshot_entry.dart
9185
----------------------------------------------------------------------------------------------------
9186
Copyright (c) 2013, the Dart project authors.  Please see the AUTHORS file
9187 9188 9189 9190 9191 9192 9193 9194 9195 9196 9197 9198 9199 9200 9201 9202 9203 9204 9205 9206 9207 9208 9209 9210 9211 9212 9213 9214 9215
for details. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: dart
9216
ORIGIN: ../../../third_party/dart/runtime/lib/bigint_patch.dart
9217
TYPE: LicenseType.mit
9218
FILE: ../../../third_party/dart/runtime/lib/bigint_patch.dart
9219 9220 9221 9222 9223 9224 9225 9226 9227 9228 9229 9230 9231 9232 9233 9234 9235 9236 9237 9238 9239 9240 9241 9242 9243 9244 9245 9246 9247 9248 9249 9250 9251 9252
----------------------------------------------------------------------------------------------------
Copyright (c) 2003-2005  Tom Wu
Copyright (c) 2012 Adam Singer (adam@solvr.io)
All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

In addition, the following condition applies:

All redistributions must retain an intact copy of this copyright notice
and disclaimer.
====================================================================================================

====================================================================================================
LIBRARY: dart
9253
ORIGIN: ../../../third_party/dart/runtime/lib/bigint_patch.dart + ../../../third_party/boringssl/src/LICENSE
9254
TYPE: LicenseType.unknown
9255
FILE: ../../../third_party/dart/runtime/lib/bigint_patch.dart
9256 9257
----------------------------------------------------------------------------------------------------
Copyright 2009 The Go Authors. All rights reserved.
9258 9259
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file
9260 9261
====================================================================================================

9262
====================================================================================================
9263 9264
LIBRARY: dart
ORIGIN: ../../../third_party/dart/runtime/lib/class_id.cc + ../../../third_party/dart/LICENSE
9265
TYPE: LicenseType.bsd
9266 9267 9268 9269 9270 9271 9272 9273 9274 9275 9276 9277 9278 9279 9280 9281 9282 9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 9298 9299 9300 9301 9302 9303 9304 9305 9306 9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 9337 9338 9339 9340 9341 9342 9343 9344 9345 9346 9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362
FILE: ../../../third_party/dart/runtime/lib/class_id.cc
FILE: ../../../third_party/dart/runtime/lib/class_id.dart
FILE: ../../../third_party/dart/runtime/lib/convert_patch.dart
FILE: ../../../third_party/dart/runtime/lib/lib_prefix.dart
FILE: ../../../third_party/dart/runtime/lib/linked_hash_map.cc
FILE: ../../../third_party/dart/runtime/lib/profiler.cc
FILE: ../../../third_party/dart/runtime/lib/profiler.dart
FILE: ../../../third_party/dart/runtime/observatory/bin/shell.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/app.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/object_graph.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/service.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/service_common.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/service_html.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/service_io.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/app/page.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/app/settings.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/app/view_model.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/allocation_profile.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/class_tree.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/debugger.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/heap_map.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/isolate_reconnect.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/metrics.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/vm_connect.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/service/object.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/utils.dart
FILE: ../../../third_party/dart/runtime/observatory/web/main.dart
FILE: ../../../third_party/dart/runtime/platform/address_sanitizer.h
FILE: ../../../third_party/dart/runtime/platform/memory_sanitizer.h
FILE: ../../../third_party/dart/runtime/platform/safe_stack.h
FILE: ../../../third_party/dart/runtime/tools/verbose_gc_to_bmu.dart
FILE: ../../../third_party/dart/runtime/vm/bit_set_test.cc
FILE: ../../../third_party/dart/runtime/vm/code_patcher_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/code_patcher_arm64_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/assembler_arm64.h
FILE: ../../../third_party/dart/runtime/vm/compiler/assembler/disassembler_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_compiler_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/il_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/range_analysis.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/range_analysis.h
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/range_analysis_test.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/method_recognizer.cc
FILE: ../../../third_party/dart/runtime/vm/compiler/method_recognizer.h
FILE: ../../../third_party/dart/runtime/vm/constants_arm64.h
FILE: ../../../third_party/dart/runtime/vm/cpu_arm.h
FILE: ../../../third_party/dart/runtime/vm/cpu_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/cpu_arm64.h
FILE: ../../../third_party/dart/runtime/vm/cpu_ia32.h
FILE: ../../../third_party/dart/runtime/vm/cpu_x64.h
FILE: ../../../third_party/dart/runtime/vm/cpuid.cc
FILE: ../../../third_party/dart/runtime/vm/cpuid.h
FILE: ../../../third_party/dart/runtime/vm/cpuinfo.h
FILE: ../../../third_party/dart/runtime/vm/cpuinfo_android.cc
FILE: ../../../third_party/dart/runtime/vm/cpuinfo_test.cc
FILE: ../../../third_party/dart/runtime/vm/cpuinfo_win.cc
FILE: ../../../third_party/dart/runtime/vm/debugger_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/hash_table.h
FILE: ../../../third_party/dart/runtime/vm/hash_table_test.cc
FILE: ../../../third_party/dart/runtime/vm/heap/scavenger_test.cc
FILE: ../../../third_party/dart/runtime/vm/heap/spaces.h
FILE: ../../../third_party/dart/runtime/vm/heap/weak_code.cc
FILE: ../../../third_party/dart/runtime/vm/heap/weak_code.h
FILE: ../../../third_party/dart/runtime/vm/instructions_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/instructions_arm64.h
FILE: ../../../third_party/dart/runtime/vm/instructions_arm64_test.cc
FILE: ../../../third_party/dart/runtime/vm/metrics.cc
FILE: ../../../third_party/dart/runtime/vm/metrics.h
FILE: ../../../third_party/dart/runtime/vm/metrics_test.cc
FILE: ../../../third_party/dart/runtime/vm/object_arm64_test.cc
FILE: ../../../third_party/dart/runtime/vm/object_graph.cc
FILE: ../../../third_party/dart/runtime/vm/object_graph.h
FILE: ../../../third_party/dart/runtime/vm/object_graph_test.cc
FILE: ../../../third_party/dart/runtime/vm/regexp.cc
FILE: ../../../third_party/dart/runtime/vm/regexp.h
FILE: ../../../third_party/dart/runtime/vm/regexp_assembler.cc
FILE: ../../../third_party/dart/runtime/vm/regexp_assembler.h
FILE: ../../../third_party/dart/runtime/vm/regexp_assembler_ir.cc
FILE: ../../../third_party/dart/runtime/vm/regexp_assembler_ir.h
FILE: ../../../third_party/dart/runtime/vm/regexp_ast.cc
FILE: ../../../third_party/dart/runtime/vm/regexp_ast.h
FILE: ../../../third_party/dart/runtime/vm/regexp_parser.cc
FILE: ../../../third_party/dart/runtime/vm/regexp_parser.h
FILE: ../../../third_party/dart/runtime/vm/regexp_test.cc
FILE: ../../../third_party/dart/runtime/vm/report.cc
FILE: ../../../third_party/dart/runtime/vm/report.h
FILE: ../../../third_party/dart/runtime/vm/ring_buffer.h
FILE: ../../../third_party/dart/runtime/vm/ring_buffer_test.cc
FILE: ../../../third_party/dart/runtime/vm/runtime_entry_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/simulator_arm64.cc
FILE: ../../../third_party/dart/runtime/vm/simulator_arm64.h
FILE: ../../../third_party/dart/runtime/vm/stack_frame_arm64.h
FILE: ../../../third_party/dart/runtime/vm/stub_code_arm64_test.cc
FILE: ../../../third_party/dart/runtime/vm/tags.cc
FILE: ../../../third_party/dart/runtime/vm/unibrow-inl.h
FILE: ../../../third_party/dart/runtime/vm/unibrow.cc
FILE: ../../../third_party/dart/runtime/vm/unibrow.h
9363 9364
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/preambles/d8.js
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/preambles/jsshell.js
9365 9366 9367 9368 9369 9370 9371 9372
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/linked_hash_map.dart
FILE: ../../../third_party/dart/sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart
FILE: ../../../third_party/dart/sdk/lib/collection/set.dart
FILE: ../../../third_party/dart/sdk/lib/core/sink.dart
FILE: ../../../third_party/dart/sdk/lib/developer/profiler.dart
FILE: ../../../third_party/dart/sdk/lib/io/process.dart
FILE: ../../../third_party/dart/sdk/lib/io/service_object.dart
FILE: ../../../third_party/dart/sdk/lib/isolate/capability.dart
9373
FILE: ../../../third_party/dart/sdk/lib/profiler/profiler.dart
9374 9375 9376 9377 9378 9379
----------------------------------------------------------------------------------------------------
Copyright (c) 2014, the Dart project authors.  Please see the AUTHORS file
for details. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
B
Ben Konyi 已提交
9380 9381 9382 9383 9384 9385 9386 9387 9388 9389 9390 9391 9392 9393 9394 9395 9396 9397 9398 9399 9400 9401 9402
met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

B
Ben Konyi 已提交
9403 9404 9405 9406 9407 9408 9409 9410 9411 9412 9413 9414 9415 9416 9417 9418 9419 9420 9421 9422 9423 9424 9425 9426 9427 9428 9429 9430 9431 9432 9433 9434 9435 9436 9437
====================================================================================================
LIBRARY: dart
ORIGIN: ../../../third_party/dart/runtime/platform/splay-tree-inl.h + ../../../third_party/dart/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/runtime/platform/splay-tree-inl.h
FILE: ../../../third_party/dart/runtime/platform/splay-tree.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2010, the Dart project authors.  Please see the AUTHORS file
for details. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

9438 9439 9440 9441 9442 9443 9444 9445 9446 9447 9448 9449 9450 9451 9452 9453 9454 9455 9456 9457 9458 9459 9460 9461 9462 9463 9464 9465 9466 9467 9468 9469 9470 9471
====================================================================================================
LIBRARY: dart
ORIGIN: ../../../third_party/dart/runtime/vm/compiler/frontend/bytecode_scope_builder.h + ../../../third_party/dart/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/bytecode_scope_builder.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

9472 9473
====================================================================================================
LIBRARY: double-conversion
9474
LIBRARY: icu
9475 9476 9477 9478 9479 9480 9481 9482 9483 9484 9485 9486 9487 9488 9489 9490
ORIGIN: ../../../third_party/dart/runtime/third_party/double-conversion/src/bignum-dtoa.cc
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/bignum-dtoa.cc
FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/bignum-dtoa.h
FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/bignum.cc
FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/bignum.h
FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/cached-powers.h
FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/diy-fp.cc
FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/diy-fp.h
FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/double-conversion.cc
FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/fast-dtoa.h
FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/fixed-dtoa.cc
FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/fixed-dtoa.h
FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/strtod.cc
FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/strtod.h
FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/utils.h
9491 9492 9493 9494 9495 9496 9497 9498 9499 9500 9501 9502
FILE: ../../../third_party/icu/source/i18n/double-conversion-bignum-dtoa.cpp
FILE: ../../../third_party/icu/source/i18n/double-conversion-bignum-dtoa.h
FILE: ../../../third_party/icu/source/i18n/double-conversion-bignum.cpp
FILE: ../../../third_party/icu/source/i18n/double-conversion-bignum.h
FILE: ../../../third_party/icu/source/i18n/double-conversion-cached-powers.h
FILE: ../../../third_party/icu/source/i18n/double-conversion-diy-fp.cpp
FILE: ../../../third_party/icu/source/i18n/double-conversion-diy-fp.h
FILE: ../../../third_party/icu/source/i18n/double-conversion-fast-dtoa.h
FILE: ../../../third_party/icu/source/i18n/double-conversion-strtod.cpp
FILE: ../../../third_party/icu/source/i18n/double-conversion-strtod.h
FILE: ../../../third_party/icu/source/i18n/double-conversion-utils.h
FILE: ../../../third_party/icu/source/i18n/double-conversion.cpp
9503 9504 9505 9506 9507 9508 9509 9510 9511 9512 9513 9514 9515 9516 9517 9518 9519 9520 9521 9522 9523 9524 9525 9526 9527 9528 9529 9530 9531 9532 9533
----------------------------------------------------------------------------------------------------
Copyright 2010 the V8 project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: double-conversion
9534
LIBRARY: icu
9535 9536 9537
ORIGIN: ../../../third_party/dart/runtime/third_party/double-conversion/src/cached-powers.cc
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/cached-powers.cc
9538
FILE: ../../../third_party/icu/source/i18n/double-conversion-cached-powers.cpp
9539 9540 9541 9542 9543 9544 9545 9546 9547 9548 9549 9550 9551 9552 9553 9554 9555 9556 9557 9558 9559 9560 9561 9562 9563 9564 9565 9566 9567 9568 9569
----------------------------------------------------------------------------------------------------
Copyright 2006-2008 the V8 project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: double-conversion
9570
LIBRARY: icu
9571 9572 9573 9574 9575
ORIGIN: ../../../third_party/dart/runtime/third_party/double-conversion/src/double-conversion.h
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/double-conversion.h
FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/fast-dtoa.cc
FILE: ../../../third_party/dart/runtime/third_party/double-conversion/src/ieee.h
9576 9577 9578
FILE: ../../../third_party/icu/source/i18n/double-conversion-fast-dtoa.cpp
FILE: ../../../third_party/icu/source/i18n/double-conversion-ieee.h
FILE: ../../../third_party/icu/source/i18n/double-conversion.h
9579 9580 9581 9582 9583 9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 9595 9596 9597 9598 9599 9600
----------------------------------------------------------------------------------------------------
Copyright 2012 the V8 project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
9601 9602 9603 9604 9605 9606 9607 9608
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
9609 9610 9611 9612 9613 9614 9615 9616 9617 9618 9619
LIBRARY: files
ORIGIN: ../../../third_party/expat/files/COPYING
TYPE: LicenseType.mit
FILE: ../../../third_party/expat/files/Changes
FILE: ../../../third_party/expat/files/MANIFEST
FILE: ../../../third_party/expat/files/lib/amigaconfig.h
FILE: ../../../third_party/expat/files/lib/expat_config.h
FILE: ../../../third_party/expat/files/lib/internal.h
FILE: ../../../third_party/expat/files/lib/libexpat.def
FILE: ../../../third_party/expat/files/lib/libexpatw.def
FILE: ../../../third_party/expat/files/lib/nametab.h
9620
----------------------------------------------------------------------------------------------------
9621 9622 9623
Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
                               and Clark Cooper
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
9624

9625 9626 9627 9628 9629 9630 9631
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
9632

9633 9634
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
9635

9636 9637 9638 9639 9640 9641 9642 9643
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
9644

9645 9646 9647 9648 9649 9650 9651 9652 9653 9654 9655 9656 9657 9658 9659 9660 9661 9662 9663
====================================================================================================
LIBRARY: files
ORIGIN: ../../../third_party/expat/files/lib/ascii.h + ../../../third_party/expat/files/COPYING
TYPE: LicenseType.mit
FILE: ../../../third_party/expat/files/lib/ascii.h
FILE: ../../../third_party/expat/files/lib/asciitab.h
FILE: ../../../third_party/expat/files/lib/iasciitab.h
FILE: ../../../third_party/expat/files/lib/latin1tab.h
FILE: ../../../third_party/expat/files/lib/utf8tab.h
FILE: ../../../third_party/expat/files/lib/xmlrole.c
FILE: ../../../third_party/expat/files/lib/xmlrole.h
FILE: ../../../third_party/expat/files/lib/xmltok.c
FILE: ../../../third_party/expat/files/lib/xmltok.h
FILE: ../../../third_party/expat/files/lib/xmltok_impl.c
FILE: ../../../third_party/expat/files/lib/xmltok_impl.c.original
FILE: ../../../third_party/expat/files/lib/xmltok_impl.h
FILE: ../../../third_party/expat/files/lib/xmltok_ns.c
----------------------------------------------------------------------------------------------------
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
9664

9665 9666 9667 9668 9669 9670 9671
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
9672

9673 9674
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
9675

9676 9677 9678 9679 9680 9681 9682 9683
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
9684

9685 9686 9687 9688 9689 9690 9691 9692 9693 9694
====================================================================================================
LIBRARY: files
ORIGIN: ../../../third_party/expat/files/lib/expat.h + ../../../third_party/expat/files/COPYING
TYPE: LicenseType.mit
FILE: ../../../third_party/expat/files/lib/expat.h
FILE: ../../../third_party/expat/files/lib/expat_external.h
FILE: ../../../third_party/expat/files/lib/xmlparse.c
FILE: ../../../third_party/expat/files/lib/xmlparse.c.original
----------------------------------------------------------------------------------------------------
Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
9695

9696 9697 9698 9699 9700 9701 9702
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
9703

9704 9705
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
9706

9707 9708 9709 9710 9711 9712 9713 9714
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
9715

9716 9717 9718 9719 9720 9721 9722 9723 9724 9725
====================================================================================================
LIBRARY: files
ORIGIN: ../../../third_party/expat/files/lib/macconfig.h + ../../../third_party/expat/files/COPYING
TYPE: LicenseType.mit
FILE: ../../../third_party/expat/files/lib/macconfig.h
FILE: ../../../third_party/expat/files/lib/winconfig.h
FILE: ../../../third_party/expat/files/lib/winconfig.h.original
----------------------------------------------------------------------------------------------------
Copyright 2000, Clark Cooper
All rights reserved.
9726

9727 9728 9729 9730 9731 9732 9733
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
9734 9735 9736 9737 9738 9739 9740 9741 9742 9743 9744 9745 9746 9747 9748

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: freetype2
9749
ORIGIN: ../../../third_party/freetype2/docs/FTL.TXT
9750 9751 9752 9753 9754 9755 9756 9757
TYPE: LicenseType.freetype
FILE: ../../../third_party/freetype2/.mailmap
FILE: ../../../third_party/freetype2/Jamfile
FILE: ../../../third_party/freetype2/Jamrules
FILE: ../../../third_party/freetype2/devel/ft2build.h
FILE: ../../../third_party/freetype2/devel/ftoption.h
FILE: ../../../third_party/freetype2/include/freetype-fuchsia-config/ftmodule.h
FILE: ../../../third_party/freetype2/include/freetype-fuchsia-config/ftoption.h
J
Jason Simmons 已提交
9758 9759 9760 9761 9762 9763 9764 9765 9766 9767 9768 9769 9770 9771 9772 9773 9774 9775 9776 9777 9778 9779 9780 9781 9782 9783 9784 9785 9786 9787 9788 9789 9790 9791 9792 9793 9794 9795 9796 9797 9798 9799 9800 9801 9802 9803 9804 9805 9806 9807 9808 9809 9810 9811 9812 9813 9814 9815 9816 9817 9818 9819 9820 9821 9822 9823 9824 9825 9826 9827 9828 9829 9830 9831 9832 9833 9834 9835 9836 9837 9838 9839 9840 9841 9842 9843 9844 9845 9846 9847
FILE: ../../../third_party/freetype2/include/freetype/config/ftconfig.h
FILE: ../../../third_party/freetype2/include/freetype/config/ftheader.h
FILE: ../../../third_party/freetype2/include/freetype/config/ftmodule.h
FILE: ../../../third_party/freetype2/include/freetype/config/ftoption.h
FILE: ../../../third_party/freetype2/include/freetype/config/ftstdlib.h
FILE: ../../../third_party/freetype2/include/freetype/freetype.h
FILE: ../../../third_party/freetype2/include/freetype/ftadvanc.h
FILE: ../../../third_party/freetype2/include/freetype/ftbbox.h
FILE: ../../../third_party/freetype2/include/freetype/ftbdf.h
FILE: ../../../third_party/freetype2/include/freetype/ftbitmap.h
FILE: ../../../third_party/freetype2/include/freetype/ftbzip2.h
FILE: ../../../third_party/freetype2/include/freetype/ftcache.h
FILE: ../../../third_party/freetype2/include/freetype/ftchapters.h
FILE: ../../../third_party/freetype2/include/freetype/ftcid.h
FILE: ../../../third_party/freetype2/include/freetype/ftdriver.h
FILE: ../../../third_party/freetype2/include/freetype/fterrdef.h
FILE: ../../../third_party/freetype2/include/freetype/fterrors.h
FILE: ../../../third_party/freetype2/include/freetype/ftfntfmt.h
FILE: ../../../third_party/freetype2/include/freetype/ftgasp.h
FILE: ../../../third_party/freetype2/include/freetype/ftglyph.h
FILE: ../../../third_party/freetype2/include/freetype/ftgxval.h
FILE: ../../../third_party/freetype2/include/freetype/ftgzip.h
FILE: ../../../third_party/freetype2/include/freetype/ftimage.h
FILE: ../../../third_party/freetype2/include/freetype/ftincrem.h
FILE: ../../../third_party/freetype2/include/freetype/ftlcdfil.h
FILE: ../../../third_party/freetype2/include/freetype/ftlist.h
FILE: ../../../third_party/freetype2/include/freetype/ftlzw.h
FILE: ../../../third_party/freetype2/include/freetype/ftmac.h
FILE: ../../../third_party/freetype2/include/freetype/ftmm.h
FILE: ../../../third_party/freetype2/include/freetype/ftmodapi.h
FILE: ../../../third_party/freetype2/include/freetype/ftmoderr.h
FILE: ../../../third_party/freetype2/include/freetype/ftotval.h
FILE: ../../../third_party/freetype2/include/freetype/ftoutln.h
FILE: ../../../third_party/freetype2/include/freetype/ftparams.h
FILE: ../../../third_party/freetype2/include/freetype/ftpfr.h
FILE: ../../../third_party/freetype2/include/freetype/ftrender.h
FILE: ../../../third_party/freetype2/include/freetype/ftsizes.h
FILE: ../../../third_party/freetype2/include/freetype/ftsnames.h
FILE: ../../../third_party/freetype2/include/freetype/ftstroke.h
FILE: ../../../third_party/freetype2/include/freetype/ftsynth.h
FILE: ../../../third_party/freetype2/include/freetype/ftsystem.h
FILE: ../../../third_party/freetype2/include/freetype/fttrigon.h
FILE: ../../../third_party/freetype2/include/freetype/fttypes.h
FILE: ../../../third_party/freetype2/include/freetype/ftwinfnt.h
FILE: ../../../third_party/freetype2/include/freetype/internal/autohint.h
FILE: ../../../third_party/freetype2/include/freetype/internal/cffotypes.h
FILE: ../../../third_party/freetype2/include/freetype/internal/cfftypes.h
FILE: ../../../third_party/freetype2/include/freetype/internal/ftcalc.h
FILE: ../../../third_party/freetype2/include/freetype/internal/ftdebug.h
FILE: ../../../third_party/freetype2/include/freetype/internal/ftdrv.h
FILE: ../../../third_party/freetype2/include/freetype/internal/ftgloadr.h
FILE: ../../../third_party/freetype2/include/freetype/internal/ftmemory.h
FILE: ../../../third_party/freetype2/include/freetype/internal/ftobjs.h
FILE: ../../../third_party/freetype2/include/freetype/internal/ftpic.h
FILE: ../../../third_party/freetype2/include/freetype/internal/ftpsprop.h
FILE: ../../../third_party/freetype2/include/freetype/internal/ftrfork.h
FILE: ../../../third_party/freetype2/include/freetype/internal/ftserv.h
FILE: ../../../third_party/freetype2/include/freetype/internal/ftstream.h
FILE: ../../../third_party/freetype2/include/freetype/internal/fttrace.h
FILE: ../../../third_party/freetype2/include/freetype/internal/ftvalid.h
FILE: ../../../third_party/freetype2/include/freetype/internal/internal.h
FILE: ../../../third_party/freetype2/include/freetype/internal/psaux.h
FILE: ../../../third_party/freetype2/include/freetype/internal/pshints.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svbdf.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svcfftl.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svcid.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svfntfmt.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svgldict.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svgxval.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svkern.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svmetric.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svmm.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svotval.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svpfr.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svpostnm.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svprop.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svpscmap.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svpsinfo.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svsfnt.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svttcmap.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svtteng.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svttglyf.h
FILE: ../../../third_party/freetype2/include/freetype/internal/services/svwinfnt.h
FILE: ../../../third_party/freetype2/include/freetype/internal/sfnt.h
FILE: ../../../third_party/freetype2/include/freetype/internal/t1types.h
FILE: ../../../third_party/freetype2/include/freetype/internal/tttypes.h
FILE: ../../../third_party/freetype2/include/freetype/t1tables.h
FILE: ../../../third_party/freetype2/include/freetype/ttnameid.h
FILE: ../../../third_party/freetype2/include/freetype/tttables.h
FILE: ../../../third_party/freetype2/include/freetype/tttags.h
9848 9849 9850 9851 9852 9853 9854 9855 9856 9857 9858 9859 9860 9861 9862 9863 9864 9865 9866 9867 9868 9869 9870 9871 9872 9873 9874 9875 9876 9877 9878 9879 9880 9881 9882 9883
FILE: ../../../third_party/freetype2/include/ft2build.h
FILE: ../../../third_party/freetype2/modules.cfg
FILE: ../../../third_party/freetype2/src/Jamfile
FILE: ../../../third_party/freetype2/src/autofit/Jamfile
FILE: ../../../third_party/freetype2/src/autofit/afangles.c
FILE: ../../../third_party/freetype2/src/autofit/afangles.h
FILE: ../../../third_party/freetype2/src/autofit/afblue.c
FILE: ../../../third_party/freetype2/src/autofit/afblue.cin
FILE: ../../../third_party/freetype2/src/autofit/afblue.dat
FILE: ../../../third_party/freetype2/src/autofit/afblue.h
FILE: ../../../third_party/freetype2/src/autofit/afblue.hin
FILE: ../../../third_party/freetype2/src/autofit/afcjk.c
FILE: ../../../third_party/freetype2/src/autofit/afcjk.h
FILE: ../../../third_party/freetype2/src/autofit/afcover.h
FILE: ../../../third_party/freetype2/src/autofit/afdummy.c
FILE: ../../../third_party/freetype2/src/autofit/afdummy.h
FILE: ../../../third_party/freetype2/src/autofit/aferrors.h
FILE: ../../../third_party/freetype2/src/autofit/afglobal.c
FILE: ../../../third_party/freetype2/src/autofit/afglobal.h
FILE: ../../../third_party/freetype2/src/autofit/afhints.c
FILE: ../../../third_party/freetype2/src/autofit/afhints.h
FILE: ../../../third_party/freetype2/src/autofit/afindic.c
FILE: ../../../third_party/freetype2/src/autofit/afindic.h
FILE: ../../../third_party/freetype2/src/autofit/aflatin.c
FILE: ../../../third_party/freetype2/src/autofit/aflatin.h
FILE: ../../../third_party/freetype2/src/autofit/aflatin2.c
FILE: ../../../third_party/freetype2/src/autofit/aflatin2.h
FILE: ../../../third_party/freetype2/src/autofit/afloader.c
FILE: ../../../third_party/freetype2/src/autofit/afloader.h
FILE: ../../../third_party/freetype2/src/autofit/afmodule.c
FILE: ../../../third_party/freetype2/src/autofit/afmodule.h
FILE: ../../../third_party/freetype2/src/autofit/afpic.c
FILE: ../../../third_party/freetype2/src/autofit/afpic.h
FILE: ../../../third_party/freetype2/src/autofit/afranges.c
FILE: ../../../third_party/freetype2/src/autofit/afranges.h
FILE: ../../../third_party/freetype2/src/autofit/afscript.h
J
Jason Simmons 已提交
9884 9885
FILE: ../../../third_party/freetype2/src/autofit/afshaper.c
FILE: ../../../third_party/freetype2/src/autofit/afshaper.h
9886 9887 9888 9889 9890 9891 9892 9893 9894 9895 9896 9897 9898 9899 9900 9901 9902 9903 9904 9905 9906 9907 9908 9909 9910 9911 9912
FILE: ../../../third_party/freetype2/src/autofit/afstyles.h
FILE: ../../../third_party/freetype2/src/autofit/aftypes.h
FILE: ../../../third_party/freetype2/src/autofit/afwarp.c
FILE: ../../../third_party/freetype2/src/autofit/afwarp.h
FILE: ../../../third_party/freetype2/src/autofit/afwrtsys.h
FILE: ../../../third_party/freetype2/src/autofit/autofit.c
FILE: ../../../third_party/freetype2/src/base/Jamfile
FILE: ../../../third_party/freetype2/src/base/basepic.c
FILE: ../../../third_party/freetype2/src/base/basepic.h
FILE: ../../../third_party/freetype2/src/base/ftadvanc.c
FILE: ../../../third_party/freetype2/src/base/ftapi.c
FILE: ../../../third_party/freetype2/src/base/ftbase.c
FILE: ../../../third_party/freetype2/src/base/ftbase.h
FILE: ../../../third_party/freetype2/src/base/ftbbox.c
FILE: ../../../third_party/freetype2/src/base/ftbdf.c
FILE: ../../../third_party/freetype2/src/base/ftbitmap.c
FILE: ../../../third_party/freetype2/src/base/ftcalc.c
FILE: ../../../third_party/freetype2/src/base/ftcid.c
FILE: ../../../third_party/freetype2/src/base/ftdbgmem.c
FILE: ../../../third_party/freetype2/src/base/ftdebug.c
FILE: ../../../third_party/freetype2/src/base/ftfntfmt.c
FILE: ../../../third_party/freetype2/src/base/ftfstype.c
FILE: ../../../third_party/freetype2/src/base/ftgasp.c
FILE: ../../../third_party/freetype2/src/base/ftgloadr.c
FILE: ../../../third_party/freetype2/src/base/ftglyph.c
FILE: ../../../third_party/freetype2/src/base/ftgxval.c
FILE: ../../../third_party/freetype2/src/base/ftinit.c
9913
FILE: ../../../third_party/freetype2/src/base/ftlcdfil.c
9914 9915 9916 9917 9918 9919 9920 9921
FILE: ../../../third_party/freetype2/src/base/ftmac.c
FILE: ../../../third_party/freetype2/src/base/ftmm.c
FILE: ../../../third_party/freetype2/src/base/ftobjs.c
FILE: ../../../third_party/freetype2/src/base/ftotval.c
FILE: ../../../third_party/freetype2/src/base/ftoutln.c
FILE: ../../../third_party/freetype2/src/base/ftpatent.c
FILE: ../../../third_party/freetype2/src/base/ftpfr.c
FILE: ../../../third_party/freetype2/src/base/ftpic.c
J
Jason Simmons 已提交
9922
FILE: ../../../third_party/freetype2/src/base/ftpsprop.c
9923 9924 9925 9926 9927 9928 9929 9930 9931
FILE: ../../../third_party/freetype2/src/base/ftrfork.c
FILE: ../../../third_party/freetype2/src/base/ftsnames.c
FILE: ../../../third_party/freetype2/src/base/ftstream.c
FILE: ../../../third_party/freetype2/src/base/ftstroke.c
FILE: ../../../third_party/freetype2/src/base/ftsynth.c
FILE: ../../../third_party/freetype2/src/base/ftsystem.c
FILE: ../../../third_party/freetype2/src/base/fttrigon.c
FILE: ../../../third_party/freetype2/src/base/fttype1.c
FILE: ../../../third_party/freetype2/src/base/ftutil.c
J
Jason Simmons 已提交
9932
FILE: ../../../third_party/freetype2/src/base/ftver.rc
9933 9934 9935 9936 9937 9938 9939 9940 9941 9942 9943 9944 9945 9946 9947 9948 9949 9950 9951 9952 9953 9954 9955 9956 9957 9958 9959 9960 9961 9962 9963 9964 9965 9966 9967 9968 9969 9970 9971 9972 9973 9974 9975 9976 9977 9978 9979 9980 9981 9982 9983 9984 9985 9986 9987 9988 9989 9990 9991 9992 9993 9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 10015 10016 10017 10018 10019 10020 10021 10022 10023
FILE: ../../../third_party/freetype2/src/base/ftwinfnt.c
FILE: ../../../third_party/freetype2/src/base/md5.c
FILE: ../../../third_party/freetype2/src/base/md5.h
FILE: ../../../third_party/freetype2/src/bdf/Jamfile
FILE: ../../../third_party/freetype2/src/bzip2/Jamfile
FILE: ../../../third_party/freetype2/src/bzip2/ftbzip2.c
FILE: ../../../third_party/freetype2/src/cache/Jamfile
FILE: ../../../third_party/freetype2/src/cache/ftcache.c
FILE: ../../../third_party/freetype2/src/cache/ftcbasic.c
FILE: ../../../third_party/freetype2/src/cache/ftccache.c
FILE: ../../../third_party/freetype2/src/cache/ftccache.h
FILE: ../../../third_party/freetype2/src/cache/ftccback.h
FILE: ../../../third_party/freetype2/src/cache/ftccmap.c
FILE: ../../../third_party/freetype2/src/cache/ftcerror.h
FILE: ../../../third_party/freetype2/src/cache/ftcglyph.c
FILE: ../../../third_party/freetype2/src/cache/ftcglyph.h
FILE: ../../../third_party/freetype2/src/cache/ftcimage.c
FILE: ../../../third_party/freetype2/src/cache/ftcimage.h
FILE: ../../../third_party/freetype2/src/cache/ftcmanag.c
FILE: ../../../third_party/freetype2/src/cache/ftcmanag.h
FILE: ../../../third_party/freetype2/src/cache/ftcmru.c
FILE: ../../../third_party/freetype2/src/cache/ftcmru.h
FILE: ../../../third_party/freetype2/src/cache/ftcsbits.c
FILE: ../../../third_party/freetype2/src/cache/ftcsbits.h
FILE: ../../../third_party/freetype2/src/cff/Jamfile
FILE: ../../../third_party/freetype2/src/cff/cff.c
FILE: ../../../third_party/freetype2/src/cff/cffcmap.c
FILE: ../../../third_party/freetype2/src/cff/cffcmap.h
FILE: ../../../third_party/freetype2/src/cff/cffdrivr.c
FILE: ../../../third_party/freetype2/src/cff/cffdrivr.h
FILE: ../../../third_party/freetype2/src/cff/cfferrs.h
FILE: ../../../third_party/freetype2/src/cff/cffgload.c
FILE: ../../../third_party/freetype2/src/cff/cffgload.h
FILE: ../../../third_party/freetype2/src/cff/cffload.c
FILE: ../../../third_party/freetype2/src/cff/cffload.h
FILE: ../../../third_party/freetype2/src/cff/cffobjs.c
FILE: ../../../third_party/freetype2/src/cff/cffobjs.h
FILE: ../../../third_party/freetype2/src/cff/cffparse.c
FILE: ../../../third_party/freetype2/src/cff/cffparse.h
FILE: ../../../third_party/freetype2/src/cff/cffpic.c
FILE: ../../../third_party/freetype2/src/cff/cffpic.h
FILE: ../../../third_party/freetype2/src/cff/cfftoken.h
FILE: ../../../third_party/freetype2/src/cid/Jamfile
FILE: ../../../third_party/freetype2/src/cid/ciderrs.h
FILE: ../../../third_party/freetype2/src/cid/cidgload.c
FILE: ../../../third_party/freetype2/src/cid/cidgload.h
FILE: ../../../third_party/freetype2/src/cid/cidload.c
FILE: ../../../third_party/freetype2/src/cid/cidload.h
FILE: ../../../third_party/freetype2/src/cid/cidobjs.c
FILE: ../../../third_party/freetype2/src/cid/cidobjs.h
FILE: ../../../third_party/freetype2/src/cid/cidparse.c
FILE: ../../../third_party/freetype2/src/cid/cidparse.h
FILE: ../../../third_party/freetype2/src/cid/cidriver.c
FILE: ../../../third_party/freetype2/src/cid/cidriver.h
FILE: ../../../third_party/freetype2/src/cid/cidtoken.h
FILE: ../../../third_party/freetype2/src/cid/type1cid.c
FILE: ../../../third_party/freetype2/src/gxvalid/Jamfile
FILE: ../../../third_party/freetype2/src/gxvalid/gxvalid.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvalid.h
FILE: ../../../third_party/freetype2/src/gxvalid/gxvbsln.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvcommn.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvcommn.h
FILE: ../../../third_party/freetype2/src/gxvalid/gxverror.h
FILE: ../../../third_party/freetype2/src/gxvalid/gxvfeat.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvfeat.h
FILE: ../../../third_party/freetype2/src/gxvalid/gxvfgen.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvjust.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvkern.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvlcar.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvmod.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvmod.h
FILE: ../../../third_party/freetype2/src/gxvalid/gxvmort.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvmort.h
FILE: ../../../third_party/freetype2/src/gxvalid/gxvmort0.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvmort1.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvmort2.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvmort4.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvmort5.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvmorx.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvmorx.h
FILE: ../../../third_party/freetype2/src/gxvalid/gxvmorx0.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvmorx1.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvmorx2.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvmorx4.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvmorx5.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvopbd.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvprop.c
FILE: ../../../third_party/freetype2/src/gxvalid/gxvtrak.c
FILE: ../../../third_party/freetype2/src/gzip/Jamfile
FILE: ../../../third_party/freetype2/src/gzip/ftgzip.c
FILE: ../../../third_party/freetype2/src/lzw/Jamfile
10024
FILE: ../../../third_party/freetype2/src/lzw/ftlzw.c
10025 10026 10027 10028 10029 10030 10031 10032 10033 10034 10035 10036 10037 10038 10039 10040 10041 10042 10043 10044 10045 10046 10047 10048 10049 10050 10051 10052 10053 10054 10055 10056 10057 10058 10059 10060 10061 10062
FILE: ../../../third_party/freetype2/src/lzw/ftzopen.c
FILE: ../../../third_party/freetype2/src/lzw/ftzopen.h
FILE: ../../../third_party/freetype2/src/otvalid/Jamfile
FILE: ../../../third_party/freetype2/src/otvalid/otvalid.c
FILE: ../../../third_party/freetype2/src/otvalid/otvalid.h
FILE: ../../../third_party/freetype2/src/otvalid/otvbase.c
FILE: ../../../third_party/freetype2/src/otvalid/otvcommn.c
FILE: ../../../third_party/freetype2/src/otvalid/otvcommn.h
FILE: ../../../third_party/freetype2/src/otvalid/otverror.h
FILE: ../../../third_party/freetype2/src/otvalid/otvgdef.c
FILE: ../../../third_party/freetype2/src/otvalid/otvgpos.c
FILE: ../../../third_party/freetype2/src/otvalid/otvgpos.h
FILE: ../../../third_party/freetype2/src/otvalid/otvgsub.c
FILE: ../../../third_party/freetype2/src/otvalid/otvjstf.c
FILE: ../../../third_party/freetype2/src/otvalid/otvmath.c
FILE: ../../../third_party/freetype2/src/otvalid/otvmod.c
FILE: ../../../third_party/freetype2/src/otvalid/otvmod.h
FILE: ../../../third_party/freetype2/src/pcf/Jamfile
FILE: ../../../third_party/freetype2/src/pcf/pcferror.h
FILE: ../../../third_party/freetype2/src/pfr/Jamfile
FILE: ../../../third_party/freetype2/src/pfr/pfr.c
FILE: ../../../third_party/freetype2/src/pfr/pfrcmap.c
FILE: ../../../third_party/freetype2/src/pfr/pfrcmap.h
FILE: ../../../third_party/freetype2/src/pfr/pfrdrivr.c
FILE: ../../../third_party/freetype2/src/pfr/pfrdrivr.h
FILE: ../../../third_party/freetype2/src/pfr/pfrerror.h
FILE: ../../../third_party/freetype2/src/pfr/pfrgload.c
FILE: ../../../third_party/freetype2/src/pfr/pfrgload.h
FILE: ../../../third_party/freetype2/src/pfr/pfrload.c
FILE: ../../../third_party/freetype2/src/pfr/pfrload.h
FILE: ../../../third_party/freetype2/src/pfr/pfrobjs.c
FILE: ../../../third_party/freetype2/src/pfr/pfrobjs.h
FILE: ../../../third_party/freetype2/src/pfr/pfrsbit.c
FILE: ../../../third_party/freetype2/src/pfr/pfrsbit.h
FILE: ../../../third_party/freetype2/src/pfr/pfrtypes.h
FILE: ../../../third_party/freetype2/src/psaux/Jamfile
FILE: ../../../third_party/freetype2/src/psaux/afmparse.c
FILE: ../../../third_party/freetype2/src/psaux/afmparse.h
J
Jason Simmons 已提交
10063 10064 10065 10066
FILE: ../../../third_party/freetype2/src/psaux/cffdecode.c
FILE: ../../../third_party/freetype2/src/psaux/cffdecode.h
FILE: ../../../third_party/freetype2/src/psaux/psarrst.c
FILE: ../../../third_party/freetype2/src/psaux/psarrst.h
10067 10068 10069 10070
FILE: ../../../third_party/freetype2/src/psaux/psaux.c
FILE: ../../../third_party/freetype2/src/psaux/psauxerr.h
FILE: ../../../third_party/freetype2/src/psaux/psauxmod.c
FILE: ../../../third_party/freetype2/src/psaux/psauxmod.h
J
Jason Simmons 已提交
10071 10072
FILE: ../../../third_party/freetype2/src/psaux/psblues.c
FILE: ../../../third_party/freetype2/src/psaux/psblues.h
10073 10074
FILE: ../../../third_party/freetype2/src/psaux/psconv.c
FILE: ../../../third_party/freetype2/src/psaux/psconv.h
J
Jason Simmons 已提交
10075 10076 10077 10078 10079 10080 10081 10082 10083 10084 10085 10086
FILE: ../../../third_party/freetype2/src/psaux/pserror.c
FILE: ../../../third_party/freetype2/src/psaux/pserror.h
FILE: ../../../third_party/freetype2/src/psaux/psfixed.h
FILE: ../../../third_party/freetype2/src/psaux/psfont.c
FILE: ../../../third_party/freetype2/src/psaux/psfont.h
FILE: ../../../third_party/freetype2/src/psaux/psft.c
FILE: ../../../third_party/freetype2/src/psaux/psft.h
FILE: ../../../third_party/freetype2/src/psaux/psglue.h
FILE: ../../../third_party/freetype2/src/psaux/pshints.c
FILE: ../../../third_party/freetype2/src/psaux/pshints.h
FILE: ../../../third_party/freetype2/src/psaux/psintrp.c
FILE: ../../../third_party/freetype2/src/psaux/psintrp.h
10087 10088
FILE: ../../../third_party/freetype2/src/psaux/psobjs.c
FILE: ../../../third_party/freetype2/src/psaux/psobjs.h
J
Jason Simmons 已提交
10089 10090 10091 10092 10093
FILE: ../../../third_party/freetype2/src/psaux/psread.c
FILE: ../../../third_party/freetype2/src/psaux/psread.h
FILE: ../../../third_party/freetype2/src/psaux/psstack.c
FILE: ../../../third_party/freetype2/src/psaux/psstack.h
FILE: ../../../third_party/freetype2/src/psaux/pstypes.h
10094 10095 10096 10097 10098 10099 10100 10101 10102 10103 10104 10105 10106 10107 10108 10109 10110 10111 10112 10113 10114 10115 10116 10117 10118 10119 10120 10121 10122 10123 10124 10125 10126 10127 10128 10129 10130 10131 10132 10133 10134 10135 10136 10137 10138 10139 10140 10141 10142 10143 10144 10145 10146 10147 10148 10149 10150 10151 10152 10153 10154 10155 10156 10157 10158 10159 10160 10161 10162 10163 10164 10165 10166 10167 10168 10169 10170 10171 10172 10173 10174 10175 10176 10177 10178 10179 10180 10181 10182 10183 10184 10185 10186 10187 10188 10189 10190 10191 10192 10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 10211 10212 10213 10214 10215 10216 10217 10218 10219 10220 10221 10222 10223 10224 10225 10226 10227 10228 10229 10230 10231 10232 10233 10234 10235 10236 10237 10238 10239 10240 10241 10242 10243 10244 10245 10246 10247 10248 10249 10250 10251 10252 10253 10254 10255 10256 10257 10258 10259 10260 10261 10262 10263 10264 10265 10266 10267 10268 10269 10270 10271 10272 10273 10274 10275 10276 10277 10278 10279 10280 10281 10282 10283 10284 10285 10286 10287 10288 10289 10290 10291 10292 10293 10294 10295 10296 10297 10298 10299 10300 10301 10302 10303 10304 10305 10306 10307 10308 10309 10310 10311 10312 10313
FILE: ../../../third_party/freetype2/src/psaux/t1cmap.c
FILE: ../../../third_party/freetype2/src/psaux/t1cmap.h
FILE: ../../../third_party/freetype2/src/psaux/t1decode.c
FILE: ../../../third_party/freetype2/src/psaux/t1decode.h
FILE: ../../../third_party/freetype2/src/pshinter/Jamfile
FILE: ../../../third_party/freetype2/src/pshinter/pshalgo.c
FILE: ../../../third_party/freetype2/src/pshinter/pshalgo.h
FILE: ../../../third_party/freetype2/src/pshinter/pshglob.c
FILE: ../../../third_party/freetype2/src/pshinter/pshglob.h
FILE: ../../../third_party/freetype2/src/pshinter/pshinter.c
FILE: ../../../third_party/freetype2/src/pshinter/pshmod.c
FILE: ../../../third_party/freetype2/src/pshinter/pshmod.h
FILE: ../../../third_party/freetype2/src/pshinter/pshnterr.h
FILE: ../../../third_party/freetype2/src/pshinter/pshpic.c
FILE: ../../../third_party/freetype2/src/pshinter/pshpic.h
FILE: ../../../third_party/freetype2/src/pshinter/pshrec.c
FILE: ../../../third_party/freetype2/src/pshinter/pshrec.h
FILE: ../../../third_party/freetype2/src/psnames/Jamfile
FILE: ../../../third_party/freetype2/src/psnames/psmodule.c
FILE: ../../../third_party/freetype2/src/psnames/psmodule.h
FILE: ../../../third_party/freetype2/src/psnames/psnamerr.h
FILE: ../../../third_party/freetype2/src/psnames/psnames.c
FILE: ../../../third_party/freetype2/src/psnames/pspic.c
FILE: ../../../third_party/freetype2/src/psnames/pspic.h
FILE: ../../../third_party/freetype2/src/psnames/pstables.h
FILE: ../../../third_party/freetype2/src/raster/Jamfile
FILE: ../../../third_party/freetype2/src/raster/ftmisc.h
FILE: ../../../third_party/freetype2/src/raster/ftraster.c
FILE: ../../../third_party/freetype2/src/raster/ftraster.h
FILE: ../../../third_party/freetype2/src/raster/ftrend1.c
FILE: ../../../third_party/freetype2/src/raster/ftrend1.h
FILE: ../../../third_party/freetype2/src/raster/raster.c
FILE: ../../../third_party/freetype2/src/raster/rasterrs.h
FILE: ../../../third_party/freetype2/src/raster/rastpic.c
FILE: ../../../third_party/freetype2/src/raster/rastpic.h
FILE: ../../../third_party/freetype2/src/sfnt/Jamfile
FILE: ../../../third_party/freetype2/src/sfnt/pngshim.c
FILE: ../../../third_party/freetype2/src/sfnt/pngshim.h
FILE: ../../../third_party/freetype2/src/sfnt/sfdriver.c
FILE: ../../../third_party/freetype2/src/sfnt/sfdriver.h
FILE: ../../../third_party/freetype2/src/sfnt/sferrors.h
FILE: ../../../third_party/freetype2/src/sfnt/sfnt.c
FILE: ../../../third_party/freetype2/src/sfnt/sfntpic.c
FILE: ../../../third_party/freetype2/src/sfnt/sfntpic.h
FILE: ../../../third_party/freetype2/src/sfnt/sfobjs.c
FILE: ../../../third_party/freetype2/src/sfnt/sfobjs.h
FILE: ../../../third_party/freetype2/src/sfnt/ttbdf.c
FILE: ../../../third_party/freetype2/src/sfnt/ttbdf.h
FILE: ../../../third_party/freetype2/src/sfnt/ttcmap.c
FILE: ../../../third_party/freetype2/src/sfnt/ttcmap.h
FILE: ../../../third_party/freetype2/src/sfnt/ttcmapc.h
FILE: ../../../third_party/freetype2/src/sfnt/ttkern.c
FILE: ../../../third_party/freetype2/src/sfnt/ttkern.h
FILE: ../../../third_party/freetype2/src/sfnt/ttload.c
FILE: ../../../third_party/freetype2/src/sfnt/ttload.h
FILE: ../../../third_party/freetype2/src/sfnt/ttmtx.c
FILE: ../../../third_party/freetype2/src/sfnt/ttmtx.h
FILE: ../../../third_party/freetype2/src/sfnt/ttpost.c
FILE: ../../../third_party/freetype2/src/sfnt/ttpost.h
FILE: ../../../third_party/freetype2/src/sfnt/ttsbit.c
FILE: ../../../third_party/freetype2/src/sfnt/ttsbit.h
FILE: ../../../third_party/freetype2/src/smooth/Jamfile
FILE: ../../../third_party/freetype2/src/smooth/ftgrays.c
FILE: ../../../third_party/freetype2/src/smooth/ftgrays.h
FILE: ../../../third_party/freetype2/src/smooth/ftsmerrs.h
FILE: ../../../third_party/freetype2/src/smooth/ftsmooth.c
FILE: ../../../third_party/freetype2/src/smooth/ftsmooth.h
FILE: ../../../third_party/freetype2/src/smooth/ftspic.c
FILE: ../../../third_party/freetype2/src/smooth/ftspic.h
FILE: ../../../third_party/freetype2/src/smooth/smooth.c
FILE: ../../../third_party/freetype2/src/truetype/Jamfile
FILE: ../../../third_party/freetype2/src/truetype/truetype.c
FILE: ../../../third_party/freetype2/src/truetype/ttdriver.c
FILE: ../../../third_party/freetype2/src/truetype/ttdriver.h
FILE: ../../../third_party/freetype2/src/truetype/tterrors.h
FILE: ../../../third_party/freetype2/src/truetype/ttgload.c
FILE: ../../../third_party/freetype2/src/truetype/ttgload.h
FILE: ../../../third_party/freetype2/src/truetype/ttgxvar.c
FILE: ../../../third_party/freetype2/src/truetype/ttgxvar.h
FILE: ../../../third_party/freetype2/src/truetype/ttinterp.c
FILE: ../../../third_party/freetype2/src/truetype/ttinterp.h
FILE: ../../../third_party/freetype2/src/truetype/ttobjs.c
FILE: ../../../third_party/freetype2/src/truetype/ttobjs.h
FILE: ../../../third_party/freetype2/src/truetype/ttpic.c
FILE: ../../../third_party/freetype2/src/truetype/ttpic.h
FILE: ../../../third_party/freetype2/src/truetype/ttpload.c
FILE: ../../../third_party/freetype2/src/truetype/ttpload.h
FILE: ../../../third_party/freetype2/src/truetype/ttsubpix.c
FILE: ../../../third_party/freetype2/src/truetype/ttsubpix.h
FILE: ../../../third_party/freetype2/src/type1/Jamfile
FILE: ../../../third_party/freetype2/src/type1/t1afm.c
FILE: ../../../third_party/freetype2/src/type1/t1afm.h
FILE: ../../../third_party/freetype2/src/type1/t1driver.c
FILE: ../../../third_party/freetype2/src/type1/t1driver.h
FILE: ../../../third_party/freetype2/src/type1/t1errors.h
FILE: ../../../third_party/freetype2/src/type1/t1gload.c
FILE: ../../../third_party/freetype2/src/type1/t1gload.h
FILE: ../../../third_party/freetype2/src/type1/t1load.c
FILE: ../../../third_party/freetype2/src/type1/t1load.h
FILE: ../../../third_party/freetype2/src/type1/t1objs.c
FILE: ../../../third_party/freetype2/src/type1/t1objs.h
FILE: ../../../third_party/freetype2/src/type1/t1parse.c
FILE: ../../../third_party/freetype2/src/type1/t1parse.h
FILE: ../../../third_party/freetype2/src/type1/t1tokens.h
FILE: ../../../third_party/freetype2/src/type1/type1.c
FILE: ../../../third_party/freetype2/src/type42/Jamfile
FILE: ../../../third_party/freetype2/src/type42/t42drivr.c
FILE: ../../../third_party/freetype2/src/type42/t42drivr.h
FILE: ../../../third_party/freetype2/src/type42/t42error.h
FILE: ../../../third_party/freetype2/src/type42/t42objs.c
FILE: ../../../third_party/freetype2/src/type42/t42objs.h
FILE: ../../../third_party/freetype2/src/type42/t42parse.c
FILE: ../../../third_party/freetype2/src/type42/t42parse.h
FILE: ../../../third_party/freetype2/src/type42/t42types.h
FILE: ../../../third_party/freetype2/src/type42/type42.c
FILE: ../../../third_party/freetype2/src/winfonts/Jamfile
FILE: ../../../third_party/freetype2/src/winfonts/fnterrs.h
FILE: ../../../third_party/freetype2/src/winfonts/winfnt.c
FILE: ../../../third_party/freetype2/src/winfonts/winfnt.h
FILE: ../../../third_party/freetype2/version.sed
----------------------------------------------------------------------------------------------------
The FreeType Project LICENSE

        2006-Jan-27

Copyright 1996-2002, 2006 by
David Turner, Robert Wilhelm, and Werner Lemberg

Introduction
============

  The FreeType  Project is distributed in  several archive packages;
  some of them may contain, in addition to the FreeType font engine,
  various tools and  contributions which rely on, or  relate to, the
  FreeType Project.

  This  license applies  to all  files found  in such  packages, and
  which do not  fall under their own explicit  license.  The license
  affects  thus  the  FreeType   font  engine,  the  test  programs,
  documentation and makefiles, at the very least.

  This  license   was  inspired  by  the  BSD,   Artistic,  and  IJG
  (Independent JPEG  Group) licenses, which  all encourage inclusion
  and  use of  free  software in  commercial  and freeware  products
  alike.  As a consequence, its main points are that:

    o We don't promise that this software works. However, we will be
      interested in any kind of bug reports. (`as is' distribution)

    o You can  use this software for whatever you  want, in parts or
      full form, without having to pay us. (`royalty-free' usage)

    o You may not pretend that  you wrote this software.  If you use
      it, or  only parts of it,  in a program,  you must acknowledge
      somewhere  in  your  documentation  that  you  have  used  the
      FreeType code. (`credits')

  We  specifically  permit  and  encourage  the  inclusion  of  this
  software, with  or without modifications,  in commercial products.
  We  disclaim  all warranties  covering  The  FreeType Project  and
  assume no liability related to The FreeType Project.

  Finally,  many  people  asked  us  for  a  preferred  form  for  a
  credit/disclaimer to use in compliance with this license.  We thus
  encourage you to use the following text:

    Portions of this software are copyright © <year> The FreeType
    Project (www.freetype.org).  All rights reserved.

  Please replace <year> with the value from the FreeType version you
  actually use.

Legal Terms
===========

0. Definitions

  Throughout this license,  the terms `package', `FreeType Project',
  and  `FreeType  archive' refer  to  the  set  of files  originally
  distributed  by the  authors  (David Turner,  Robert Wilhelm,  and
  Werner Lemberg) as the `FreeType Project', be they named as alpha,
  beta or final release.

  `You' refers to  the licensee, or person using  the project, where
  `using' is a generic term including compiling the project's source
  code as  well as linking it  to form a  `program' or `executable'.
  This  program is  referred to  as  `a program  using the  FreeType
  engine'.

  This  license applies  to all  files distributed  in  the original
  FreeType  Project,   including  all  source   code,  binaries  and
  documentation,  unless  otherwise  stated   in  the  file  in  its
  original, unmodified form as  distributed in the original archive.
  If you are  unsure whether or not a particular  file is covered by
  this license, you must contact us to verify this.

  The FreeType  Project is copyright (C) 1996-2000  by David Turner,
  Robert Wilhelm, and Werner Lemberg.  All rights reserved except as
  specified below.

1. No Warranty

  THE FREETYPE PROJECT  IS PROVIDED `AS IS' WITHOUT  WARRANTY OF ANY
  KIND, EITHER  EXPRESS OR IMPLIED,  INCLUDING, BUT NOT  LIMITED TO,
  WARRANTIES  OF  MERCHANTABILITY   AND  FITNESS  FOR  A  PARTICULAR
  PURPOSE.  IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
  BE LIABLE  FOR ANY DAMAGES CAUSED  BY THE USE OR  THE INABILITY TO
  USE, OF THE FREETYPE PROJECT.

2. Redistribution

  This  license  grants  a  worldwide, royalty-free,  perpetual  and
  irrevocable right  and license to use,  execute, perform, compile,
  display,  copy,   create  derivative  works   of,  distribute  and
  sublicense the  FreeType Project (in  both source and  object code
  forms)  and  derivative works  thereof  for  any  purpose; and  to
  authorize others  to exercise  some or all  of the  rights granted
  herein, subject to the following conditions:

    o Redistribution of  source code  must retain this  license file
10314
      (`FTL.TXT') unaltered; any  additions, deletions or changes to
10315 10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 10338 10339 10340 10341 10342 10343 10344 10345 10346 10347 10348 10349 10350 10351 10352 10353 10354 10355 10356 10357 10358 10359 10360 10361 10362 10363 10364 10365 10366 10367
      the original  files must be clearly  indicated in accompanying
      documentation.   The  copyright   notices  of  the  unaltered,
      original  files must  be  preserved in  all  copies of  source
      files.

    o Redistribution in binary form must provide a  disclaimer  that
      states  that  the software is based in part of the work of the
      FreeType Team,  in  the  distribution  documentation.  We also
      encourage you to put an URL to the FreeType web page  in  your
      documentation, though this isn't mandatory.

  These conditions  apply to any  software derived from or  based on
  the FreeType Project,  not just the unmodified files.   If you use
  our work, you  must acknowledge us.  However, no  fee need be paid
  to us.

3. Advertising

  Neither the  FreeType authors and  contributors nor you  shall use
  the name of the  other for commercial, advertising, or promotional
  purposes without specific prior written permission.

  We suggest,  but do not require, that  you use one or  more of the
  following phrases to refer  to this software in your documentation
  or advertising  materials: `FreeType Project',  `FreeType Engine',
  `FreeType library', or `FreeType Distribution'.

  As  you have  not signed  this license,  you are  not  required to
  accept  it.   However,  as  the FreeType  Project  is  copyrighted
  material, only  this license, or  another one contracted  with the
  authors, grants you  the right to use, distribute,  and modify it.
  Therefore,  by  using,  distributing,  or modifying  the  FreeType
  Project, you indicate that you understand and accept all the terms
  of this license.

4. Contacts

  There are two mailing lists related to FreeType:

    o freetype@nongnu.org

      Discusses general use and applications of FreeType, as well as
      future and  wanted additions to the  library and distribution.
      If  you are looking  for support,  start in  this list  if you
      haven't found anything to help you in the documentation.

    o freetype-devel@nongnu.org

      Discusses bugs,  as well  as engine internals,  design issues,
      specific licenses, porting, etc.

  Our home page can be found at

J
Jason Simmons 已提交
10368
    https://www.freetype.org
10369

10370
--- end of FTL.TXT ---
10371 10372
====================================================================================================

J
Jason Simmons 已提交
10373 10374 10375 10376 10377 10378 10379 10380 10381 10382 10383 10384 10385 10386 10387 10388 10389 10390 10391 10392 10393 10394 10395 10396 10397 10398 10399 10400 10401 10402
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../third_party/freetype2/include/freetype/internal/fthash.h
TYPE: LicenseType.mit
FILE: ../../../third_party/freetype2/include/freetype/internal/fthash.h
FILE: ../../../third_party/freetype2/src/base/fthash.c
----------------------------------------------------------------------------------------------------
Copyright 2000 Computing Research Labs, New Mexico State University
Copyright 2001-2015
  Francesco Zappa Nardelli

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================

10403 10404 10405 10406 10407 10408 10409 10410 10411 10412 10413 10414 10415 10416 10417 10418 10419 10420 10421 10422 10423 10424 10425 10426 10427 10428 10429 10430 10431 10432 10433 10434 10435 10436 10437 10438 10439 10440 10441 10442 10443 10444 10445 10446 10447 10448 10449 10450 10451 10452 10453 10454 10455 10456 10457 10458 10459 10460 10461 10462 10463 10464 10465 10466 10467 10468 10469 10470 10471 10472 10473 10474 10475 10476 10477 10478 10479 10480 10481 10482 10483 10484 10485 10486 10487 10488 10489 10490 10491 10492 10493 10494 10495 10496 10497 10498 10499 10500 10501 10502 10503 10504 10505 10506 10507 10508 10509 10510 10511 10512 10513 10514 10515 10516 10517 10518 10519 10520 10521 10522 10523 10524 10525 10526 10527 10528 10529 10530 10531 10532 10533 10534 10535 10536 10537 10538 10539 10540 10541 10542 10543 10544 10545 10546 10547 10548 10549 10550 10551 10552 10553 10554 10555 10556 10557 10558 10559 10560 10561 10562 10563 10564 10565 10566 10567 10568 10569 10570 10571 10572 10573 10574 10575 10576 10577 10578 10579 10580 10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 10591 10592 10593 10594 10595 10596 10597 10598 10599 10600 10601 10602 10603 10604 10605 10606
====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../third_party/freetype2/src/bdf/bdf.c
TYPE: LicenseType.mit
FILE: ../../../third_party/freetype2/src/bdf/bdf.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2001, 2002 by
Francesco Zappa Nardelli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../third_party/freetype2/src/bdf/bdf.h
TYPE: LicenseType.mit
FILE: ../../../third_party/freetype2/src/bdf/bdf.h
----------------------------------------------------------------------------------------------------
Copyright 2000 Computing Research Labs, New Mexico State University
Copyright 2001-2004, 2011 Francesco Zappa Nardelli

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../third_party/freetype2/src/bdf/bdfdrivr.c
TYPE: LicenseType.mit
FILE: ../../../third_party/freetype2/src/bdf/bdfdrivr.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2001-2008, 2011, 2013, 2014 by
Francesco Zappa Nardelli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../third_party/freetype2/src/bdf/bdfdrivr.h
TYPE: LicenseType.mit
FILE: ../../../third_party/freetype2/src/bdf/bdfdrivr.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2001, 2002, 2003, 2004 by
Francesco Zappa Nardelli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../third_party/freetype2/src/bdf/bdferror.h
TYPE: LicenseType.mit
FILE: ../../../third_party/freetype2/src/bdf/bdferror.h
----------------------------------------------------------------------------------------------------
Copyright 2001, 2002, 2012 Francesco Zappa Nardelli

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../third_party/freetype2/src/bdf/bdflib.c
TYPE: LicenseType.mit
FILE: ../../../third_party/freetype2/src/bdf/bdflib.c
----------------------------------------------------------------------------------------------------
Copyright 2000 Computing Research Labs, New Mexico State University
Copyright 2001-2014
  Francesco Zappa Nardelli

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../third_party/freetype2/src/gzip/adler32.c + ../../../third_party/freetype2/src/gzip/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/freetype2/src/gzip/adler32.c
FILE: ../../../third_party/freetype2/src/gzip/infblock.c
FILE: ../../../third_party/freetype2/src/gzip/infblock.h
FILE: ../../../third_party/freetype2/src/gzip/infcodes.c
FILE: ../../../third_party/freetype2/src/gzip/infcodes.h
FILE: ../../../third_party/freetype2/src/gzip/inflate.c
FILE: ../../../third_party/freetype2/src/gzip/inftrees.c
FILE: ../../../third_party/freetype2/src/gzip/inftrees.h
FILE: ../../../third_party/freetype2/src/gzip/infutil.c
FILE: ../../../third_party/freetype2/src/gzip/infutil.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2002 Mark Adler

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: freetype2
J
Jason Simmons 已提交
10607
ORIGIN: ../../../third_party/freetype2/src/gzip/ftzconf.h + ../../../third_party/freetype2/src/gzip/zlib.h
10608
TYPE: LicenseType.zlib
J
Jason Simmons 已提交
10609
FILE: ../../../third_party/freetype2/src/gzip/ftzconf.h
10610 10611 10612 10613 10614 10615 10616 10617 10618 10619 10620 10621 10622 10623 10624 10625 10626 10627 10628 10629 10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 10661 10662 10663 10664 10665 10666 10667 10668 10669 10670 10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 10685 10686 10687 10688 10689 10690 10691 10692 10693 10694 10695 10696 10697 10698 10699 10700 10701 10702 10703 10704 10705 10706 10707 10708 10709 10710 10711 10712 10713 10714 10715 10716 10717 10718 10719 10720 10721 10722 10723 10724 10725 10726 10727 10728 10729 10730 10731 10732 10733 10734 10735 10736 10737 10738 10739 10740 10741 10742 10743 10744 10745 10746 10747 10748 10749 10750 10751 10752 10753 10754 10755 10756 10757 10758 10759 10760 10761 10762 10763 10764 10765 10766 10767 10768 10769 10770 10771 10772 10773 10774 10775 10776 10777 10778 10779 10780 10781 10782 10783 10784 10785 10786 10787 10788 10789 10790 10791 10792 10793 10794 10795 10796 10797 10798 10799 10800 10801 10802 10803 10804 10805 10806 10807 10808 10809 10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 10834 10835 10836 10837 10838 10839 10840 10841 10842 10843 10844 10845 10846 10847 10848 10849 10850 10851 10852 10853 10854 10855 10856 10857 10858 10859 10860 10861 10862 10863 10864 10865 10866 10867 10868 10869 10870 10871 10872 10873 10874 10875 10876 10877 10878 10879 10880 10881 10882
FILE: ../../../third_party/freetype2/src/gzip/zutil.c
FILE: ../../../third_party/freetype2/src/gzip/zutil.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2002 Jean-loup Gailly.

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../third_party/freetype2/src/gzip/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/freetype2/src/gzip/inffixed.h
FILE: ../../../third_party/freetype2/src/gzip/zlib.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../third_party/freetype2/src/pcf/pcf.c
TYPE: LicenseType.mit
FILE: ../../../third_party/freetype2/src/pcf/pcf.c
----------------------------------------------------------------------------------------------------
Copyright 2000-2001, 2003 by
Francesco Zappa Nardelli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../third_party/freetype2/src/pcf/pcf.h
TYPE: LicenseType.mit
FILE: ../../../third_party/freetype2/src/pcf/pcf.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2000, 2001, 2002, 2003, 2006, 2010 by
Francesco Zappa Nardelli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../third_party/freetype2/src/pcf/pcfdrivr.c
TYPE: LicenseType.mit
FILE: ../../../third_party/freetype2/src/pcf/pcfdrivr.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2000-2004, 2006-2011, 2013, 2014 by
Francesco Zappa Nardelli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../third_party/freetype2/src/pcf/pcfdrivr.h
TYPE: LicenseType.mit
FILE: ../../../third_party/freetype2/src/pcf/pcfdrivr.h
----------------------------------------------------------------------------------------------------
Copyright 2000-2001, 2002 by
Francesco Zappa Nardelli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../third_party/freetype2/src/pcf/pcfread.c
TYPE: LicenseType.mit
FILE: ../../../third_party/freetype2/src/pcf/pcfread.c
----------------------------------------------------------------------------------------------------
Copyright 2000-2010, 2012-2014 by
Francesco Zappa Nardelli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../third_party/freetype2/src/pcf/pcfread.h
TYPE: LicenseType.mit
FILE: ../../../third_party/freetype2/src/pcf/pcfread.h
----------------------------------------------------------------------------------------------------
Copyright 2003 by
Francesco Zappa Nardelli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../third_party/freetype2/src/pcf/pcfutil.c
TYPE: LicenseType.unknown
FILE: ../../../third_party/freetype2/src/pcf/pcfutil.c
----------------------------------------------------------------------------------------------------
Copyright 1990, 1994, 1998  The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
====================================================================================================

====================================================================================================
LIBRARY: freetype2
ORIGIN: ../../../third_party/freetype2/src/pcf/pcfutil.h
TYPE: LicenseType.mit
FILE: ../../../third_party/freetype2/src/pcf/pcfutil.h
----------------------------------------------------------------------------------------------------
Copyright 2000, 2001, 2004 by
Francesco Zappa Nardelli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================

10883 10884 10885 10886 10887 10888 10889 10890 10891 10892 10893 10894 10895 10896 10897 10898 10899 10900 10901 10902 10903 10904 10905 10906 10907 10908 10909 10910 10911 10912 10913 10914 10915 10916 10917 10918 10919 10920 10921 10922 10923 10924 10925 10926 10927 10928 10929 10930 10931 10932 10933 10934 10935 10936 10937 10938 10939 10940 10941 10942 10943 10944 10945 10946 10947 10948 10949 10950 10951 10952 10953 10954 10955 10956 10957 10958 10959 10960 10961 10962 10963 10964 10965 10966 10967 10968 10969 10970 10971 10972 10973 10974 10975 10976 10977 10978 10979 10980 10981 10982 10983 10984 10985 10986 10987 10988 10989 10990 10991 10992 10993 10994 10995 10996 10997 10998 10999 11000 11001 11002 11003 11004 11005 11006 11007 11008 11009 11010 11011 11012 11013 11014 11015 11016 11017 11018 11019 11020 11021 11022 11023 11024 11025 11026 11027 11028 11029 11030 11031 11032 11033 11034 11035 11036 11037 11038 11039 11040 11041 11042 11043 11044 11045 11046 11047 11048 11049 11050 11051 11052 11053 11054 11055 11056 11057 11058 11059 11060 11061 11062 11063 11064 11065 11066 11067 11068 11069 11070 11071 11072 11073 11074 11075 11076 11077 11078 11079 11080 11081 11082 11083 11084 11085 11086 11087 11088 11089 11090 11091 11092 11093 11094 11095 11096 11097 11098 11099 11100 11101 11102 11103 11104 11105 11106 11107 11108 11109 11110 11111 11112 11113 11114 11115 11116 11117 11118 11119 11120 11121 11122 11123 11124 11125 11126 11127 11128 11129 11130 11131 11132 11133 11134 11135 11136 11137 11138 11139 11140 11141 11142 11143 11144 11145 11146 11147 11148 11149 11150 11151 11152 11153 11154 11155 11156 11157 11158 11159 11160 11161 11162 11163 11164 11165 11166 11167 11168 11169 11170 11171 11172 11173 11174 11175 11176 11177 11178 11179 11180
====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../third_party/glfw/COPYING.txt
TYPE: LicenseType.zlib
FILE: ../../../third_party/glfw/.appveyor.yml
FILE: ../../../third_party/glfw/CMake/MacOSXBundleInfo.plist.in
FILE: ../../../third_party/glfw/cmake_uninstall.cmake.in
FILE: ../../../third_party/glfw/docs/Doxyfile.in
FILE: ../../../third_party/glfw/docs/DoxygenLayout.xml
FILE: ../../../third_party/glfw/docs/build.dox
FILE: ../../../third_party/glfw/docs/compat.dox
FILE: ../../../third_party/glfw/docs/compile.dox
FILE: ../../../third_party/glfw/docs/context.dox
FILE: ../../../third_party/glfw/docs/extra.less
FILE: ../../../third_party/glfw/docs/footer.html
FILE: ../../../third_party/glfw/docs/header.html
FILE: ../../../third_party/glfw/docs/input.dox
FILE: ../../../third_party/glfw/docs/internal.dox
FILE: ../../../third_party/glfw/docs/intro.dox
FILE: ../../../third_party/glfw/docs/main.dox
FILE: ../../../third_party/glfw/docs/monitor.dox
FILE: ../../../third_party/glfw/docs/moving.dox
FILE: ../../../third_party/glfw/docs/news.dox
FILE: ../../../third_party/glfw/docs/quick.dox
FILE: ../../../third_party/glfw/docs/spaces.svg
FILE: ../../../third_party/glfw/docs/vulkan.dox
FILE: ../../../third_party/glfw/docs/window.dox
FILE: ../../../third_party/glfw/include/GLFW/glfw3.h
FILE: ../../../third_party/glfw/include/GLFW/glfw3native.h
FILE: ../../../third_party/glfw/src/cocoa_monitor.m
FILE: ../../../third_party/glfw/src/context.c
FILE: ../../../third_party/glfw/src/egl_context.c
FILE: ../../../third_party/glfw/src/egl_context.h
FILE: ../../../third_party/glfw/src/glfw3.pc.in
FILE: ../../../third_party/glfw/src/glfw3Config.cmake.in
FILE: ../../../third_party/glfw/src/glx_context.c
FILE: ../../../third_party/glfw/src/glx_context.h
FILE: ../../../third_party/glfw/src/init.c
FILE: ../../../third_party/glfw/src/input.c
FILE: ../../../third_party/glfw/src/internal.h
FILE: ../../../third_party/glfw/src/linux_joystick.c
FILE: ../../../third_party/glfw/src/monitor.c
FILE: ../../../third_party/glfw/src/posix_time.c
FILE: ../../../third_party/glfw/src/posix_time.h
FILE: ../../../third_party/glfw/src/posix_tls.c
FILE: ../../../third_party/glfw/src/posix_tls.h
FILE: ../../../third_party/glfw/src/vulkan.c
FILE: ../../../third_party/glfw/src/wgl_context.c
FILE: ../../../third_party/glfw/src/wgl_context.h
FILE: ../../../third_party/glfw/src/win32_init.c
FILE: ../../../third_party/glfw/src/win32_joystick.c
FILE: ../../../third_party/glfw/src/win32_monitor.c
FILE: ../../../third_party/glfw/src/win32_platform.h
FILE: ../../../third_party/glfw/src/win32_time.c
FILE: ../../../third_party/glfw/src/win32_tls.c
FILE: ../../../third_party/glfw/src/win32_window.c
FILE: ../../../third_party/glfw/src/x11_init.c
FILE: ../../../third_party/glfw/src/x11_monitor.c
FILE: ../../../third_party/glfw/src/x11_platform.h
FILE: ../../../third_party/glfw/src/x11_window.c
FILE: ../../../third_party/glfw/src/xkb_unicode.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2006 Marcus Geelnard
Copyright (c) 2006-2016 Camilla Berglund <elmindreda@glfw.org>

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would
   be appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not
   be misrepresented as being the original software.

3. This notice may not be removed or altered from any source
   distribution.
====================================================================================================

====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../third_party/glfw/src/cocoa_init.m
TYPE: LicenseType.zlib
FILE: ../../../third_party/glfw/src/cocoa_init.m
FILE: ../../../third_party/glfw/src/cocoa_platform.h
FILE: ../../../third_party/glfw/src/cocoa_time.c
FILE: ../../../third_party/glfw/src/cocoa_window.m
FILE: ../../../third_party/glfw/src/nsgl_context.h
FILE: ../../../third_party/glfw/src/nsgl_context.m
----------------------------------------------------------------------------------------------------
Copyright (c) 2009-2016 Camilla Berglund <elmindreda@glfw.org>

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would
   be appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not
   be misrepresented as being the original software.

3. This notice may not be removed or altered from any source
   distribution.
====================================================================================================

====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../third_party/glfw/src/cocoa_joystick.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/glfw/src/cocoa_joystick.h
FILE: ../../../third_party/glfw/src/win32_joystick.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2006-2016 Camilla Berglund <elmindreda@glfw.org>

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would
   be appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not
   be misrepresented as being the original software.

3. This notice may not be removed or altered from any source
   distribution.
====================================================================================================

====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../third_party/glfw/src/cocoa_joystick.m
TYPE: LicenseType.zlib
FILE: ../../../third_party/glfw/src/cocoa_joystick.m
----------------------------------------------------------------------------------------------------
Copyright (c) 2009-2016 Camilla Berglund <elmindreda@glfw.org>
Copyright (c) 2012 Torsten Walluhn <tw@mad-cad.net>

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would
   be appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not
   be misrepresented as being the original software.

3. This notice may not be removed or altered from any source
   distribution.
====================================================================================================

====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../third_party/glfw/src/glfw_config.h.in
TYPE: LicenseType.zlib
FILE: ../../../third_party/glfw/src/glfw_config.h.in
----------------------------------------------------------------------------------------------------
Copyright (c) 2010-2016 Camilla Berglund <elmindreda@glfw.org>

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would
   be appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not
   be misrepresented as being the original software.

3. This notice may not be removed or altered from any source
   distribution.
====================================================================================================

====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../third_party/glfw/src/linux_joystick.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/glfw/src/linux_joystick.h
FILE: ../../../third_party/glfw/src/wl_init.c
FILE: ../../../third_party/glfw/src/wl_monitor.c
FILE: ../../../third_party/glfw/src/wl_platform.h
FILE: ../../../third_party/glfw/src/wl_window.c
FILE: ../../../third_party/glfw/src/xkb_unicode.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2014 Jonas Ådahl <jadahl@gmail.com>

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would
   be appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not
   be misrepresented as being the original software.

3. This notice may not be removed or altered from any source
   distribution.
====================================================================================================

====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../third_party/glfw/src/mir_init.c
TYPE: LicenseType.zlib
FILE: ../../../third_party/glfw/src/mir_init.c
FILE: ../../../third_party/glfw/src/mir_monitor.c
FILE: ../../../third_party/glfw/src/mir_platform.h
FILE: ../../../third_party/glfw/src/mir_window.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2014-2015 Brandon Schaefer <brandon.schaefer@canonical.com>

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would
   be appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not
   be misrepresented as being the original software.

3. This notice may not be removed or altered from any source
   distribution.
====================================================================================================

====================================================================================================
LIBRARY: glfw
ORIGIN: ../../../third_party/glfw/src/window.c
TYPE: LicenseType.zlib
FILE: ../../../third_party/glfw/src/window.c
----------------------------------------------------------------------------------------------------
Copyright (c) 2002-2006 Marcus Geelnard
Copyright (c) 2006-2016 Camilla Berglund <elmindreda@glfw.org>
Copyright (c) 2012 Torsten Walluhn <tw@mad-cad.net>

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would
   be appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not
   be misrepresented as being the original software.

3. This notice may not be removed or altered from any source
   distribution.
====================================================================================================

11181 11182 11183 11184
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/COPYING
TYPE: LicenseType.unknown
11185 11186 11187 11188 11189
FILE: ../../../third_party/harfbuzz/.circleci/config.yml
FILE: ../../../third_party/harfbuzz/.editorconfig
FILE: ../../../third_party/harfbuzz/THANKS
FILE: ../../../third_party/harfbuzz/TODO
FILE: ../../../third_party/harfbuzz/appveyor.yml
11190
FILE: ../../../third_party/harfbuzz/azure-pipelines.yml
11191 11192 11193 11194 11195 11196
FILE: ../../../third_party/harfbuzz/docs/HarfBuzz.png
FILE: ../../../third_party/harfbuzz/docs/HarfBuzz.svg
FILE: ../../../third_party/harfbuzz/docs/harfbuzz-docs.xml
FILE: ../../../third_party/harfbuzz/docs/usermanual-buffers-language-script-and-direction.xml
FILE: ../../../third_party/harfbuzz/docs/usermanual-clusters.xml
FILE: ../../../third_party/harfbuzz/docs/usermanual-fonts-and-faces.xml
11197
FILE: ../../../third_party/harfbuzz/docs/usermanual-getting-started.xml
11198 11199
FILE: ../../../third_party/harfbuzz/docs/usermanual-glyph-information.xml
FILE: ../../../third_party/harfbuzz/docs/usermanual-install-harfbuzz.xml
11200
FILE: ../../../third_party/harfbuzz/docs/usermanual-object-model.xml
11201
FILE: ../../../third_party/harfbuzz/docs/usermanual-opentype-features.xml
11202
FILE: ../../../third_party/harfbuzz/docs/usermanual-shaping-concepts.xml
11203
FILE: ../../../third_party/harfbuzz/docs/usermanual-utilities.xml
11204 11205 11206 11207 11208 11209 11210 11211 11212
FILE: ../../../third_party/harfbuzz/docs/usermanual-what-is-harfbuzz.xml
FILE: ../../../third_party/harfbuzz/docs/version.xml.in
FILE: ../../../third_party/harfbuzz/harfbuzz.doap
FILE: ../../../third_party/harfbuzz/src/Makefile.sources
FILE: ../../../third_party/harfbuzz/src/harfbuzz-config.cmake.in
FILE: ../../../third_party/harfbuzz/src/harfbuzz-gobject.pc.in
FILE: ../../../third_party/harfbuzz/src/harfbuzz-icu.pc.in
FILE: ../../../third_party/harfbuzz/src/harfbuzz-subset.pc.in
FILE: ../../../third_party/harfbuzz/src/harfbuzz.pc.in
11213 11214
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-arabic-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-indic-table.cc
11215
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-use-table.cc
11216 11217
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-vowel-constraints.cc
FILE: ../../../third_party/harfbuzz/src/hb-ot-tag-table.hh
11218
FILE: ../../../third_party/harfbuzz/src/hb-ucd-table.hh
11219
FILE: ../../../third_party/harfbuzz/src/hb-unicode-emoji-table.hh
11220 11221 11222 11223 11224
----------------------------------------------------------------------------------------------------
HarfBuzz is licensed under the so-called "Old MIT" license.  Details follow.
For parts of HarfBuzz that are licensed under different licenses see individual
files names COPYING in subdirectories where applicable.

11225 11226
Copyright © 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019  Google, Inc.
Copyright © 2019  Facebook, Inc.
11227 11228 11229 11230 11231 11232 11233 11234 11235 11236 11237 11238 11239 11240 11241 11242 11243 11244 11245 11246 11247 11248 11249 11250 11251 11252 11253 11254 11255 11256 11257 11258 11259 11260
Copyright © 2012  Mozilla Foundation
Copyright © 2011  Codethink Limited
Copyright © 2008,2010  Nokia Corporation and/or its subsidiary(-ies)
Copyright © 2009  Keith Stribley
Copyright © 2009  Martin Hosken and SIL International
Copyright © 2007  Chris Wilson
Copyright © 2006  Behdad Esfahbod
Copyright © 2005  David Turner
Copyright © 2004,2007,2008,2009,2010  Red Hat, Inc.
Copyright © 1998-2004  David Turner and Werner Lemberg

For full copyright notices consult the individual files in the package.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
11261
ORIGIN: ../../../third_party/harfbuzz/src/dump-indic-data.cc
11262
TYPE: LicenseType.unknown
11263 11264 11265 11266
FILE: ../../../third_party/harfbuzz/src/dump-indic-data.cc
FILE: ../../../third_party/harfbuzz/src/dump-khmer-data.cc
FILE: ../../../third_party/harfbuzz/src/dump-myanmar-data.cc
FILE: ../../../third_party/harfbuzz/src/dump-use-data.cc
11267
FILE: ../../../third_party/harfbuzz/src/hb-aat-map.hh
11268
FILE: ../../../third_party/harfbuzz/src/hb-array.hh
11269 11270
FILE: ../../../third_party/harfbuzz/src/hb-map.cc
FILE: ../../../third_party/harfbuzz/src/hb-map.h
11271
FILE: ../../../third_party/harfbuzz/src/hb-map.hh
11272
FILE: ../../../third_party/harfbuzz/src/hb-meta.hh
11273
FILE: ../../../third_party/harfbuzz/src/hb-null.hh
11274
FILE: ../../../third_party/harfbuzz/src/hb-ot-deprecated.h
11275
FILE: ../../../third_party/harfbuzz/src/hb-ot-face.cc
11276
FILE: ../../../third_party/harfbuzz/src/hb-ot-hdmx-table.hh
11277
FILE: ../../../third_party/harfbuzz/src/hb-ot-name-language-static.hh
11278 11279
FILE: ../../../third_party/harfbuzz/src/hb-ot-name-language.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-name.cc
11280
FILE: ../../../third_party/harfbuzz/src/hb-ot-os2-unicode-ranges.hh
11281 11282 11283
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-khmer.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-myanmar.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-vowel-constraints.hh
11284 11285
FILE: ../../../third_party/harfbuzz/src/hb-static.cc
FILE: ../../../third_party/harfbuzz/src/hb-subset-input.cc
11286
FILE: ../../../third_party/harfbuzz/src/hb-subset-input.hh
11287 11288 11289 11290
FILE: ../../../third_party/harfbuzz/src/hb-subset-plan.cc
FILE: ../../../third_party/harfbuzz/src/hb-subset-plan.hh
FILE: ../../../third_party/harfbuzz/src/hb-subset.cc
FILE: ../../../third_party/harfbuzz/src/hb-subset.h
11291
FILE: ../../../third_party/harfbuzz/src/hb-subset.hh
11292 11293
FILE: ../../../third_party/harfbuzz/src/test-iter.cc
FILE: ../../../third_party/harfbuzz/src/test-ot-name.cc
11294 11295 11296
FILE: ../../../third_party/harfbuzz/src/test-unicode-ranges.cc
----------------------------------------------------------------------------------------------------
Copyright © 2018  Google, Inc.
11297 11298 11299 11300 11301 11302 11303 11304 11305 11306 11307 11308 11309 11310 11311 11312 11313 11314 11315 11316 11317 11318 11319 11320

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
11321 11322 11323 11324 11325 11326 11327 11328 11329 11330 11331 11332 11333 11334 11335 11336 11337 11338 11339 11340 11341 11342 11343 11344 11345 11346 11347 11348 11349 11350 11351 11352 11353 11354 11355 11356 11357 11358 11359 11360 11361 11362 11363
ORIGIN: ../../../third_party/harfbuzz/src/hb-aat-fdsc-table.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-aat-fdsc-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-aat-layout-ankr-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-aat-layout-bsln-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-aat-layout-feat-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-aat-layout-just-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-aat-layout-lcar-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-aat-layout.h
FILE: ../../../third_party/harfbuzz/src/hb-aat-ltag-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-aat.h
FILE: ../../../third_party/harfbuzz/src/hb-ot-color-colr-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-color-sbix-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-color-svg-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-gasp-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-stat-table.hh
----------------------------------------------------------------------------------------------------
Copyright © 2018  Ebrahim Byagowi

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-aat-layout-common.hh
11364
TYPE: LicenseType.unknown
11365
FILE: ../../../third_party/harfbuzz/src/hb-aat-layout-common.hh
11366
FILE: ../../../third_party/harfbuzz/src/hb-aat-layout-morx-table.hh
11367
FILE: ../../../third_party/harfbuzz/src/hb-aat-layout.hh
11368
FILE: ../../../third_party/harfbuzz/src/hb-debug.hh
11369
FILE: ../../../third_party/harfbuzz/src/hb-kern.hh
11370 11371 11372 11373 11374 11375 11376 11377 11378
FILE: ../../../third_party/harfbuzz/src/hb-ot-kern-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-post-macroman.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-var-avar-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-var-fvar-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-var-hvar-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-var-mvar-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-var.cc
FILE: ../../../third_party/harfbuzz/src/hb-ot-var.h
FILE: ../../../third_party/harfbuzz/src/hb-string-array.hh
11379
----------------------------------------------------------------------------------------------------
11380
Copyright © 2017  Google, Inc.
11381 11382 11383 11384 11385 11386 11387 11388 11389 11390 11391 11392 11393 11394 11395 11396 11397 11398 11399 11400 11401 11402 11403 11404

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
11405
ORIGIN: ../../../third_party/harfbuzz/src/hb-aat-layout-kerx-table.hh
11406
TYPE: LicenseType.unknown
11407 11408
FILE: ../../../third_party/harfbuzz/src/hb-aat-layout-kerx-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-aat-layout-trak-table.hh
11409
----------------------------------------------------------------------------------------------------
11410 11411
Copyright © 2018  Ebrahim Byagowi
Copyright © 2018  Google, Inc.
11412 11413 11414 11415 11416 11417 11418 11419 11420 11421 11422 11423 11424 11425 11426 11427 11428 11429 11430 11431 11432 11433

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

11434 11435 11436 11437 11438 11439 11440 11441 11442 11443 11444 11445 11446 11447 11448 11449 11450 11451 11452 11453 11454 11455 11456 11457 11458 11459 11460 11461 11462 11463
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-aat-layout.cc
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-aat-layout.cc
----------------------------------------------------------------------------------------------------
Copyright © 2017  Google, Inc.
Copyright © 2018  Ebrahim Byagowi

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

11464 11465 11466 11467 11468 11469 11470 11471 11472 11473 11474 11475 11476 11477 11478 11479 11480 11481 11482 11483 11484 11485 11486 11487 11488 11489 11490 11491 11492 11493 11494
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-aat-map.cc
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-aat-map.cc
FILE: ../../../third_party/harfbuzz/src/hb-ot-map.cc
----------------------------------------------------------------------------------------------------
Copyright © 2009,2010  Red Hat, Inc.
Copyright © 2010,2011,2013  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

11495 11496
====================================================================================================
LIBRARY: harfbuzz
11497
ORIGIN: ../../../third_party/harfbuzz/src/hb-algs.hh
11498
TYPE: LicenseType.unknown
11499
FILE: ../../../third_party/harfbuzz/src/hb-algs.hh
11500
----------------------------------------------------------------------------------------------------
11501 11502
Copyright © 2017  Google, Inc.
Copyright © 2019  Facebook, Inc.
11503 11504 11505 11506 11507 11508 11509 11510 11511 11512 11513 11514 11515 11516 11517 11518 11519 11520 11521 11522 11523 11524 11525 11526

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
11527
ORIGIN: ../../../third_party/harfbuzz/src/hb-atomic.hh
11528
TYPE: LicenseType.unknown
11529 11530 11531
FILE: ../../../third_party/harfbuzz/src/hb-atomic.hh
FILE: ../../../third_party/harfbuzz/src/hb-mutex.hh
FILE: ../../../third_party/harfbuzz/src/hb-object.hh
11532
----------------------------------------------------------------------------------------------------
11533 11534 11535
Copyright © 2007  Chris Wilson
Copyright © 2009,2010  Red Hat, Inc.
Copyright © 2011,2012  Google, Inc.
11536 11537 11538 11539 11540 11541 11542 11543 11544 11545 11546 11547 11548 11549 11550 11551 11552 11553 11554 11555 11556 11557 11558 11559

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
11560
ORIGIN: ../../../third_party/harfbuzz/src/hb-blob.cc
11561
TYPE: LicenseType.unknown
11562
FILE: ../../../third_party/harfbuzz/src/hb-blob.cc
11563
----------------------------------------------------------------------------------------------------
11564 11565
Copyright © 2009  Red Hat, Inc.
Copyright © 2018  Ebrahim Byagowi
11566 11567 11568 11569 11570 11571 11572 11573 11574 11575 11576 11577 11578 11579 11580 11581 11582 11583 11584 11585 11586 11587 11588 11589

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
11590
ORIGIN: ../../../third_party/harfbuzz/src/hb-blob.h
11591
TYPE: LicenseType.unknown
11592 11593 11594 11595 11596
FILE: ../../../third_party/harfbuzz/src/hb-blob.h
FILE: ../../../third_party/harfbuzz/src/hb-face.h
FILE: ../../../third_party/harfbuzz/src/hb-font.h
FILE: ../../../third_party/harfbuzz/src/hb-ot.h
FILE: ../../../third_party/harfbuzz/src/hb.h
11597
----------------------------------------------------------------------------------------------------
11598
Copyright © 2009  Red Hat, Inc.
11599 11600 11601 11602 11603 11604 11605 11606 11607 11608 11609 11610 11611 11612 11613 11614 11615 11616 11617 11618 11619 11620

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

11621 11622 11623 11624 11625 11626 11627 11628 11629 11630 11631 11632 11633 11634 11635 11636 11637 11638 11639 11640 11641 11642 11643 11644 11645 11646 11647 11648 11649 11650
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-blob.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-blob.hh
----------------------------------------------------------------------------------------------------
Copyright © 2009  Red Hat, Inc.
Copyright © 2018  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

11651 11652
====================================================================================================
LIBRARY: harfbuzz
11653
ORIGIN: ../../../third_party/harfbuzz/src/hb-buffer-deserialize-json.hh
11654
TYPE: LicenseType.unknown
11655 11656 11657 11658 11659 11660 11661 11662
FILE: ../../../third_party/harfbuzz/src/hb-buffer-deserialize-json.hh
FILE: ../../../third_party/harfbuzz/src/hb-buffer-deserialize-json.rl
FILE: ../../../third_party/harfbuzz/src/hb-buffer-deserialize-text.hh
FILE: ../../../third_party/harfbuzz/src/hb-buffer-deserialize-text.rl
FILE: ../../../third_party/harfbuzz/src/hb-deprecated.h
FILE: ../../../third_party/harfbuzz/src/hb-gobject-enums.h.tmpl
FILE: ../../../third_party/harfbuzz/src/hb-ot-layout-jstf-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-hangul.cc
11663
----------------------------------------------------------------------------------------------------
11664
Copyright © 2013  Google, Inc.
11665 11666 11667 11668 11669 11670 11671 11672 11673 11674 11675 11676 11677 11678 11679 11680 11681 11682 11683 11684 11685 11686 11687 11688

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
11689
ORIGIN: ../../../third_party/harfbuzz/src/hb-buffer-serialize.cc
11690
TYPE: LicenseType.unknown
11691
FILE: ../../../third_party/harfbuzz/src/hb-buffer-serialize.cc
11692
----------------------------------------------------------------------------------------------------
11693
Copyright © 2012,2013  Google, Inc.
11694 11695 11696 11697 11698 11699 11700 11701 11702 11703 11704 11705 11706 11707 11708 11709 11710 11711 11712 11713 11714 11715 11716 11717

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
11718
ORIGIN: ../../../third_party/harfbuzz/src/hb-buffer.cc
11719
TYPE: LicenseType.unknown
11720 11721
FILE: ../../../third_party/harfbuzz/src/hb-buffer.cc
FILE: ../../../third_party/harfbuzz/src/hb-buffer.hh
11722
----------------------------------------------------------------------------------------------------
11723 11724 11725
Copyright © 1998-2004  David Turner and Werner Lemberg
Copyright © 2004,2007,2009,2010  Red Hat, Inc.
Copyright © 2011,2012  Google, Inc.
11726 11727 11728 11729 11730 11731 11732 11733 11734 11735 11736 11737 11738 11739 11740 11741 11742 11743 11744 11745 11746 11747 11748 11749

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
11750
ORIGIN: ../../../third_party/harfbuzz/src/hb-buffer.h
11751
TYPE: LicenseType.unknown
11752
FILE: ../../../third_party/harfbuzz/src/hb-buffer.h
11753
----------------------------------------------------------------------------------------------------
11754 11755 11756
Copyright © 1998-2004  David Turner and Werner Lemberg
Copyright © 2004,2007,2009  Red Hat, Inc.
Copyright © 2011,2012  Google, Inc.
11757 11758 11759 11760 11761 11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 11774 11775 11776 11777 11778

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

11779 11780 11781 11782 11783 11784 11785 11786 11787 11788 11789 11790 11791 11792 11793 11794 11795 11796 11797 11798 11799 11800 11801 11802 11803 11804 11805 11806 11807 11808 11809 11810 11811 11812 11813 11814 11815 11816 11817 11818 11819 11820 11821
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-cache.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-cache.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-arabic-fallback.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-indic.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-fallback.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-normalize.hh
FILE: ../../../third_party/harfbuzz/src/hb-set-digest.hh
FILE: ../../../third_party/harfbuzz/src/hb-set.cc
FILE: ../../../third_party/harfbuzz/src/hb-set.h
FILE: ../../../third_party/harfbuzz/src/hb-shape-plan.cc
FILE: ../../../third_party/harfbuzz/src/hb-shape-plan.h
FILE: ../../../third_party/harfbuzz/src/hb-shaper-impl.hh
FILE: ../../../third_party/harfbuzz/src/hb-shaper-list.hh
FILE: ../../../third_party/harfbuzz/src/hb-shaper.cc
FILE: ../../../third_party/harfbuzz/src/hb-shaper.hh
FILE: ../../../third_party/harfbuzz/src/hb-warning.cc
----------------------------------------------------------------------------------------------------
Copyright © 2012  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

11822 11823 11824 11825 11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 11846 11847 11848 11849 11850 11851 11852 11853 11854 11855 11856 11857 11858 11859 11860 11861 11862 11863 11864 11865 11866
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-cff-interp-common.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-cff-interp-common.hh
FILE: ../../../third_party/harfbuzz/src/hb-cff-interp-cs-common.hh
FILE: ../../../third_party/harfbuzz/src/hb-cff-interp-dict-common.hh
FILE: ../../../third_party/harfbuzz/src/hb-cff1-interp-cs.hh
FILE: ../../../third_party/harfbuzz/src/hb-cff2-interp-cs.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-cff-common.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-cff1-table.cc
FILE: ../../../third_party/harfbuzz/src/hb-ot-cff1-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-cff2-table.cc
FILE: ../../../third_party/harfbuzz/src/hb-ot-cff2-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-vorg-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-subset-cff-common.cc
FILE: ../../../third_party/harfbuzz/src/hb-subset-cff-common.hh
FILE: ../../../third_party/harfbuzz/src/hb-subset-cff1.cc
FILE: ../../../third_party/harfbuzz/src/hb-subset-cff1.hh
FILE: ../../../third_party/harfbuzz/src/hb-subset-cff2.cc
FILE: ../../../third_party/harfbuzz/src/hb-subset-cff2.hh
----------------------------------------------------------------------------------------------------
Copyright © 2018 Adobe Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

11867 11868
====================================================================================================
LIBRARY: harfbuzz
11869
ORIGIN: ../../../third_party/harfbuzz/src/hb-common.cc
11870
TYPE: LicenseType.unknown
11871
FILE: ../../../third_party/harfbuzz/src/hb-common.cc
11872
----------------------------------------------------------------------------------------------------
11873 11874
Copyright © 2009,2010  Red Hat, Inc.
Copyright © 2011,2012  Google, Inc.
11875 11876 11877 11878 11879 11880 11881 11882 11883 11884 11885 11886 11887 11888 11889 11890 11891 11892 11893 11894 11895 11896 11897 11898

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
11899
ORIGIN: ../../../third_party/harfbuzz/src/hb-common.h
11900
TYPE: LicenseType.unknown
11901
FILE: ../../../third_party/harfbuzz/src/hb-common.h
11902
FILE: ../../../third_party/harfbuzz/src/hb.hh
11903
----------------------------------------------------------------------------------------------------
11904 11905
Copyright © 2007,2008,2009  Red Hat, Inc.
Copyright © 2011,2012  Google, Inc.
11906 11907 11908 11909 11910 11911 11912 11913 11914 11915 11916 11917 11918 11919 11920 11921 11922 11923 11924 11925 11926 11927

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

11928 11929 11930 11931 11932 11933 11934 11935 11936 11937 11938 11939 11940 11941 11942 11943 11944 11945 11946 11947 11948 11949 11950 11951 11952 11953 11954 11955 11956 11957 11958 11959
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-config.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-config.hh
FILE: ../../../third_party/harfbuzz/src/hb-pool.hh
FILE: ../../../third_party/harfbuzz/src/test-algs.cc
FILE: ../../../third_party/harfbuzz/src/test-meta.cc
----------------------------------------------------------------------------------------------------
Copyright © 2019  Facebook, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

11960 11961
====================================================================================================
LIBRARY: harfbuzz
11962
ORIGIN: ../../../third_party/harfbuzz/src/hb-coretext.cc
11963
TYPE: LicenseType.unknown
11964
FILE: ../../../third_party/harfbuzz/src/hb-coretext.cc
11965
----------------------------------------------------------------------------------------------------
11966 11967
Copyright © 2012,2013  Mozilla Foundation.
Copyright © 2012,2013  Google, Inc.
11968 11969 11970 11971 11972 11973 11974 11975 11976 11977 11978 11979 11980 11981 11982 11983 11984 11985 11986 11987 11988 11989 11990 11991

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
11992
ORIGIN: ../../../third_party/harfbuzz/src/hb-coretext.h
11993
TYPE: LicenseType.unknown
11994
FILE: ../../../third_party/harfbuzz/src/hb-coretext.h
11995
----------------------------------------------------------------------------------------------------
11996
Copyright © 2012  Mozilla Foundation.
11997 11998 11999 12000 12001 12002 12003 12004 12005 12006 12007 12008 12009 12010 12011 12012 12013 12014 12015 12016 12017 12018 12019 12020

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
12021
ORIGIN: ../../../third_party/harfbuzz/src/hb-directwrite.cc
12022
TYPE: LicenseType.unknown
12023
FILE: ../../../third_party/harfbuzz/src/hb-directwrite.cc
12024
FILE: ../../../third_party/harfbuzz/src/hb-directwrite.h
12025
----------------------------------------------------------------------------------------------------
12026
Copyright © 2015-2019  Ebrahim Byagowi
12027 12028 12029 12030 12031 12032 12033 12034 12035 12036 12037 12038 12039 12040 12041 12042 12043 12044 12045 12046 12047 12048 12049 12050

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
12051
ORIGIN: ../../../third_party/harfbuzz/src/hb-dispatch.hh
12052
TYPE: LicenseType.unknown
12053 12054 12055
FILE: ../../../third_party/harfbuzz/src/hb-dispatch.hh
FILE: ../../../third_party/harfbuzz/src/hb-machinery.hh
FILE: ../../../third_party/harfbuzz/src/hb-sanitize.hh
12056
----------------------------------------------------------------------------------------------------
12057 12058
Copyright © 2007,2008,2009,2010  Red Hat, Inc.
Copyright © 2012,2018  Google, Inc.
12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 12078 12079 12080 12081 12082

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
12083
ORIGIN: ../../../third_party/harfbuzz/src/hb-face.cc
12084
TYPE: LicenseType.unknown
12085 12086 12087 12088
FILE: ../../../third_party/harfbuzz/src/hb-face.cc
FILE: ../../../third_party/harfbuzz/src/hb-font.cc
FILE: ../../../third_party/harfbuzz/src/hb-shape.cc
FILE: ../../../third_party/harfbuzz/src/hb-shape.h
12089
----------------------------------------------------------------------------------------------------
12090
Copyright © 2009  Red Hat, Inc.
12091
Copyright © 2012  Google, Inc.
12092 12093 12094 12095 12096 12097 12098 12099 12100 12101 12102 12103 12104 12105 12106 12107 12108 12109 12110 12111 12112 12113 12114 12115

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
12116
ORIGIN: ../../../third_party/harfbuzz/src/hb-face.hh
12117
TYPE: LicenseType.unknown
12118 12119 12120 12121 12122 12123
FILE: ../../../third_party/harfbuzz/src/hb-face.hh
FILE: ../../../third_party/harfbuzz/src/hb-font.hh
FILE: ../../../third_party/harfbuzz/src/hb-glib.cc
FILE: ../../../third_party/harfbuzz/src/hb-glib.h
FILE: ../../../third_party/harfbuzz/src/hb-icu.h
FILE: ../../../third_party/harfbuzz/src/hb-ot-tag.cc
12124
----------------------------------------------------------------------------------------------------
12125
Copyright © 2009  Red Hat, Inc.
12126
Copyright © 2011  Google, Inc.
12127 12128 12129 12130 12131 12132 12133 12134 12135 12136 12137 12138 12139 12140 12141 12142 12143 12144 12145 12146 12147 12148 12149 12150

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
12151
ORIGIN: ../../../third_party/harfbuzz/src/hb-fallback-shape.cc
12152
TYPE: LicenseType.unknown
12153 12154 12155 12156 12157 12158 12159 12160
FILE: ../../../third_party/harfbuzz/src/hb-fallback-shape.cc
FILE: ../../../third_party/harfbuzz/src/hb-gobject-enums.cc.tmpl
FILE: ../../../third_party/harfbuzz/src/hb-gobject-structs.cc
FILE: ../../../third_party/harfbuzz/src/hb-gobject-structs.h
FILE: ../../../third_party/harfbuzz/src/hb-gobject.h
FILE: ../../../third_party/harfbuzz/src/hb-uniscribe.h
FILE: ../../../third_party/harfbuzz/src/hb-version.h
FILE: ../../../third_party/harfbuzz/src/hb-version.h.in
12161
----------------------------------------------------------------------------------------------------
12162
Copyright © 2011  Google, Inc.
12163 12164 12165 12166 12167 12168 12169 12170 12171 12172 12173 12174 12175 12176 12177 12178 12179 12180 12181 12182 12183 12184 12185 12186

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
12187
ORIGIN: ../../../third_party/harfbuzz/src/hb-ft.cc
12188
TYPE: LicenseType.unknown
12189
FILE: ../../../third_party/harfbuzz/src/hb-ft.cc
12190
----------------------------------------------------------------------------------------------------
12191 12192 12193
Copyright © 2009  Red Hat, Inc.
Copyright © 2009  Keith Stribley
Copyright © 2015  Google, Inc.
12194 12195 12196 12197 12198 12199 12200 12201 12202 12203 12204 12205 12206 12207 12208 12209 12210 12211 12212 12213 12214 12215 12216 12217

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
12218
ORIGIN: ../../../third_party/harfbuzz/src/hb-ft.h
12219
TYPE: LicenseType.unknown
12220
FILE: ../../../third_party/harfbuzz/src/hb-ft.h
12221
----------------------------------------------------------------------------------------------------
12222 12223
Copyright © 2009  Red Hat, Inc.
Copyright © 2015  Google, Inc.
12224 12225 12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 12238 12239 12240 12241 12242 12243 12244 12245 12246 12247

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
12248
ORIGIN: ../../../third_party/harfbuzz/src/hb-graphite2.cc
12249
TYPE: LicenseType.unknown
12250
FILE: ../../../third_party/harfbuzz/src/hb-graphite2.cc
12251
----------------------------------------------------------------------------------------------------
12252 12253 12254 12255 12256 12257 12258 12259 12260 12261 12262 12263 12264 12265 12266 12267 12268 12269 12270 12271 12272 12273 12274 12275 12276 12277 12278 12279 12280 12281 12282 12283 12284 12285 12286 12287 12288 12289 12290 12291 12292 12293 12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 12311 12312 12313 12314 12315 12316 12317 12318 12319 12320 12321 12322 12323 12324 12325 12326 12327 12328 12329 12330 12331 12332 12333 12334 12335 12336 12337 12338 12339
Copyright © 2011  Martin Hosken
Copyright © 2011  SIL International
Copyright © 2011,2012  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-graphite2.h
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-graphite2.h
----------------------------------------------------------------------------------------------------
Copyright © 2011  Martin Hosken
Copyright © 2011  SIL International

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-icu.cc
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-icu.cc
----------------------------------------------------------------------------------------------------
Copyright © 2009  Red Hat, Inc.
Copyright © 2009  Keith Stribley
Copyright © 2011  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
12340
ORIGIN: ../../../third_party/harfbuzz/src/hb-iter.hh
12341
TYPE: LicenseType.unknown
12342
FILE: ../../../third_party/harfbuzz/src/hb-iter.hh
12343
----------------------------------------------------------------------------------------------------
12344 12345
Copyright © 2018  Google, Inc.
Copyright © 2019  Facebook, Inc.
12346 12347 12348 12349 12350 12351 12352 12353 12354 12355 12356 12357 12358 12359 12360 12361 12362 12363 12364 12365 12366 12367 12368 12369

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
12370
ORIGIN: ../../../third_party/harfbuzz/src/hb-open-file.hh
12371
TYPE: LicenseType.unknown
12372
FILE: ../../../third_party/harfbuzz/src/hb-open-file.hh
12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 12383 12384 12385 12386 12387 12388 12389 12390 12391 12392 12393 12394 12395 12396 12397 12398 12399
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009  Red Hat, Inc.
Copyright © 2012  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
12400
ORIGIN: ../../../third_party/harfbuzz/src/hb-open-type.hh
12401
TYPE: LicenseType.unknown
12402
FILE: ../../../third_party/harfbuzz/src/hb-open-type.hh
12403 12404 12405 12406 12407 12408 12409 12410 12411 12412 12413 12414 12415 12416 12417 12418 12419 12420 12421 12422 12423 12424 12425 12426 12427 12428 12429 12430 12431 12432 12433 12434 12435 12436 12437 12438 12439 12440 12441 12442 12443 12444 12445 12446 12447 12448 12449 12450 12451 12452 12453 12454 12455 12456 12457 12458 12459 12460 12461 12462 12463 12464 12465 12466 12467 12468 12469 12470 12471 12472 12473 12474 12475 12476 12477 12478 12479 12480 12481 12482 12483 12484 12485 12486 12487 12488 12489 12490 12491 12492 12493 12494 12495 12496 12497 12498 12499 12500 12501 12502 12503 12504 12505 12506 12507 12508 12509 12510 12511 12512 12513 12514 12515 12516 12517 12518 12519
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009,2010  Red Hat, Inc.
Copyright © 2012  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-cmap-table.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-cmap-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-font.h
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-arabic-win1256.hh
----------------------------------------------------------------------------------------------------
Copyright © 2014  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-color-cbdt-table.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-color-cbdt-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-post-table.hh
----------------------------------------------------------------------------------------------------
Copyright © 2016  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-color-cpal-table.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-color-cpal-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-color.cc
----------------------------------------------------------------------------------------------------
Copyright © 2016  Google, Inc.
Copyright © 2018  Ebrahim Byagowi

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

12520 12521 12522 12523 12524 12525 12526 12527 12528 12529 12530 12531 12532 12533 12534 12535 12536 12537 12538 12539 12540 12541 12542 12543 12544 12545 12546 12547 12548 12549 12550
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-color.h
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-color.h
----------------------------------------------------------------------------------------------------
Copyright © 2016  Google, Inc.
Copyright © 2018  Khaled Hosny
Copyright © 2018  Ebrahim Byagowi

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

12551 12552 12553 12554 12555 12556 12557 12558 12559 12560 12561 12562 12563 12564 12565 12566 12567 12568 12569 12570 12571 12572 12573 12574 12575 12576 12577 12578 12579 12580 12581
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-face-table-list.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-face-table-list.hh
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009  Red Hat, Inc.
Copyright © 2012,2013  Google, Inc.
Copyright © 2019, Facebook Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

12582 12583 12584 12585 12586 12587 12588 12589 12590 12591 12592 12593 12594 12595 12596 12597 12598 12599 12600 12601 12602 12603 12604 12605 12606 12607 12608 12609 12610 12611 12612
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-face.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-face.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-layout.hh
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009  Red Hat, Inc.
Copyright © 2012,2013  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

12613 12614 12615 12616 12617 12618 12619 12620 12621 12622 12623 12624 12625 12626 12627 12628 12629 12630 12631 12632 12633 12634 12635 12636 12637 12638 12639 12640 12641 12642 12643 12644 12645 12646 12647 12648 12649 12650 12651 12652 12653 12654 12655 12656 12657 12658 12659 12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 12671 12672 12673 12674 12675 12676 12677 12678 12679 12680 12681 12682 12683 12684 12685 12686 12687 12688 12689 12690 12691 12692 12693 12694 12695 12696 12697 12698 12699 12700 12701 12702 12703 12704 12705 12706 12707 12708 12709 12710 12711 12712 12713 12714 12715 12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 12735 12736 12737 12738 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-font.cc
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-font.cc
----------------------------------------------------------------------------------------------------
Copyright © 2011,2014  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-glyf-table.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-glyf-table.hh
----------------------------------------------------------------------------------------------------
Copyright © 2015  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-head-table.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-head-table.hh
----------------------------------------------------------------------------------------------------
Copyright © 2010  Red Hat, Inc.
Copyright © 2012  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-hhea-table.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-hhea-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-hmtx-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-maxp-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-name-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-indic-machine.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-indic-machine.rl
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-indic.cc
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-khmer-machine.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-khmer-machine.rl
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-khmer.cc
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-myanmar-machine.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-myanmar-machine.rl
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-fallback.cc
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-normalize.cc
----------------------------------------------------------------------------------------------------
Copyright © 2011,2012  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-layout-base-table.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-layout-base-table.hh
----------------------------------------------------------------------------------------------------
Copyright © 2016 Elie Roux <elie.roux@telecom-bretagne.eu>
Copyright © 2018  Google, Inc.
12751
Copyright © 2018  Ebrahim Byagowi
12752 12753 12754 12755 12756 12757 12758 12759 12760 12761 12762 12763 12764 12765 12766 12767 12768 12769 12770 12771 12772 12773 12774 12775

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
12776
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-layout-common.hh
12777
TYPE: LicenseType.unknown
12778
FILE: ../../../third_party/harfbuzz/src/hb-ot-layout-common.hh
12779 12780 12781
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009  Red Hat, Inc.
Copyright © 2010,2012  Google, Inc.
12782 12783 12784 12785 12786 12787 12788 12789 12790 12791 12792 12793 12794 12795 12796 12797 12798 12799 12800 12801 12802 12803 12804 12805 12806 12807 12808 12809 12810 12811 12812 12813 12814 12815 12816 12817 12818 12819 12820 12821 12822 12823 12824 12825 12826 12827 12828 12829 12830 12831 12832 12833 12834 12835 12836 12837 12838 12839 12840 12841 12842 12843 12844 12845 12846 12847 12848 12849 12850 12851 12852 12853 12854 12855 12856 12857 12858 12859 12860 12861 12862 12863 12864 12865 12866

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-layout-gdef-table.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-layout-gdef-table.hh
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009  Red Hat, Inc.
Copyright © 2010,2011,2012  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-layout-gpos-table.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-layout-gpos-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-layout-gsub-table.hh
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009,2010  Red Hat, Inc.
Copyright © 2010,2012,2013  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
12867
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-layout-gsubgpos.hh
12868
TYPE: LicenseType.unknown
12869
FILE: ../../../third_party/harfbuzz/src/hb-ot-layout-gsubgpos.hh
12870 12871 12872 12873 12874 12875 12876 12877 12878 12879 12880 12881 12882 12883 12884 12885 12886 12887 12888 12889 12890 12891 12892 12893 12894 12895 12896 12897 12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 12910 12911 12912 12913 12914 12915 12916 12917 12918 12919 12920 12921 12922 12923 12924 12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 12935 12936 12937 12938 12939 12940 12941 12942 12943 12944 12945 12946 12947 12948 12949 12950 12951 12952 12953 12954 12955 12956 12957 12958
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009,2010  Red Hat, Inc.
Copyright © 2010,2012  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-layout.cc
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-layout.cc
----------------------------------------------------------------------------------------------------
Copyright © 1998-2004  David Turner and Werner Lemberg
Copyright © 2006  Behdad Esfahbod
Copyright © 2007,2008,2009  Red Hat, Inc.
Copyright © 2012,2013  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-layout.h
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-layout.h
FILE: ../../../third_party/harfbuzz/src/main.cc
----------------------------------------------------------------------------------------------------
Copyright © 2007,2008,2009  Red Hat, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
12959
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-map.hh
12960
TYPE: LicenseType.unknown
12961
FILE: ../../../third_party/harfbuzz/src/hb-ot-map.hh
12962 12963 12964 12965 12966 12967 12968 12969 12970 12971 12972 12973 12974 12975 12976 12977 12978 12979 12980 12981 12982 12983 12984 12985 12986
----------------------------------------------------------------------------------------------------
Copyright © 2009,2010  Red Hat, Inc.
Copyright © 2010,2011,2012,2013  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 13009 13010 13011 13012 13013 13014 13015 13016 13017
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-math-table.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-math-table.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-math.cc
FILE: ../../../third_party/harfbuzz/src/hb-ot-math.h
----------------------------------------------------------------------------------------------------
Copyright © 2016  Igalia S.L.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

13018 13019
====================================================================================================
LIBRARY: harfbuzz
13020
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-name.h
13021
TYPE: LicenseType.unknown
13022
FILE: ../../../third_party/harfbuzz/src/hb-ot-name.h
13023
----------------------------------------------------------------------------------------------------
13024
Copyright © 2018  Ebrahim Byagowi.
13025 13026 13027 13028 13029 13030 13031 13032 13033 13034 13035 13036 13037 13038 13039 13040 13041 13042 13043 13044 13045 13046

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

13047 13048
====================================================================================================
LIBRARY: harfbuzz
13049
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-os2-table.hh
13050
TYPE: LicenseType.unknown
13051
FILE: ../../../third_party/harfbuzz/src/hb-ot-os2-table.hh
13052
----------------------------------------------------------------------------------------------------
13053 13054
Copyright © 2011,2012  Google, Inc.
Copyright © 2018  Ebrahim Byagowi
13055 13056 13057 13058 13059 13060 13061 13062 13063 13064 13065 13066 13067 13068 13069 13070 13071 13072 13073 13074 13075 13076

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

13077 13078 13079 13080 13081 13082 13083 13084 13085 13086 13087 13088 13089 13090 13091 13092 13093 13094 13095 13096 13097 13098 13099 13100 13101 13102 13103 13104 13105 13106 13107 13108 13109 13110
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-arabic.cc
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-arabic.cc
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-default.cc
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-hebrew.cc
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-thai.cc
----------------------------------------------------------------------------------------------------
Copyright © 2010,2012  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
13111
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-arabic.hh
13112
TYPE: LicenseType.unknown
13113 13114 13115 13116 13117
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-arabic.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-use-machine.hh
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-use-machine.rl
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-use.cc
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-use.hh
13118
----------------------------------------------------------------------------------------------------
13119 13120
Copyright © 2015  Mozilla Foundation.
Copyright © 2015  Google, Inc.
13121 13122 13123 13124 13125 13126 13127 13128 13129 13130 13131 13132 13133 13134 13135 13136 13137 13138 13139 13140 13141 13142 13143

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
13144
LIBRARY: harfbuzz
13145
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-myanmar.cc
C
Chinmay Garde 已提交
13146
TYPE: LicenseType.unknown
13147 13148
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex-myanmar.cc
FILE: ../../../third_party/harfbuzz/src/hb-uniscribe.cc
C
Chinmay Garde 已提交
13149
----------------------------------------------------------------------------------------------------
13150
Copyright © 2011,2012,2013  Google, Inc.
C
Chinmay Garde 已提交
13151 13152 13153 13154 13155 13156 13157 13158 13159 13160 13161 13162 13163 13164 13165 13166 13167 13168 13169 13170 13171 13172 13173 13174

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
13175
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-shape-complex.hh
C
Chinmay Garde 已提交
13176
TYPE: LicenseType.unknown
13177
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape-complex.hh
C
Chinmay Garde 已提交
13178
----------------------------------------------------------------------------------------------------
13179
Copyright © 2010,2011,2012  Google, Inc.
C
Chinmay Garde 已提交
13180 13181 13182 13183 13184 13185 13186 13187 13188 13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 13203 13204 13205 13206 13207 13208 13209 13210 13211 13212 13213 13214 13215 13216 13217 13218 13219 13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 13232 13233 13234 13235 13236 13237 13238 13239 13240 13241 13242 13243 13244 13245 13246 13247 13248 13249 13250 13251 13252 13253 13254 13255 13256 13257 13258 13259 13260

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-shape.cc
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape.cc
----------------------------------------------------------------------------------------------------
Copyright © 2009,2010  Red Hat, Inc.
Copyright © 2010,2011,2012  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-shape.h
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape.h
----------------------------------------------------------------------------------------------------
Copyright © 2013  Red Hat, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

13261 13262
====================================================================================================
LIBRARY: harfbuzz
13263
ORIGIN: ../../../third_party/harfbuzz/src/hb-ot-shape.hh
13264
TYPE: LicenseType.unknown
13265 13266 13267 13268 13269 13270 13271 13272 13273 13274 13275 13276 13277 13278 13279 13280 13281 13282 13283 13284 13285 13286 13287 13288 13289 13290 13291 13292 13293 13294
FILE: ../../../third_party/harfbuzz/src/hb-ot-shape.hh
----------------------------------------------------------------------------------------------------
Copyright © 2010  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-serialize.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-serialize.hh
13295
----------------------------------------------------------------------------------------------------
13296 13297 13298
Copyright © 2007,2008,2009,2010  Red Hat, Inc.
Copyright © 2012,2018  Google, Inc.
Copyright © 2019  Facebook, Inc.
13299 13300 13301 13302 13303 13304 13305 13306 13307 13308 13309 13310 13311 13312 13313 13314 13315 13316 13317 13318 13319 13320

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

C
Chinmay Garde 已提交
13321 13322
====================================================================================================
LIBRARY: harfbuzz
13323
ORIGIN: ../../../third_party/harfbuzz/src/hb-set.hh
C
Chinmay Garde 已提交
13324
TYPE: LicenseType.unknown
13325
FILE: ../../../third_party/harfbuzz/src/hb-set.hh
C
Chinmay Garde 已提交
13326
----------------------------------------------------------------------------------------------------
13327
Copyright © 2012,2017  Google, Inc.
C
Chinmay Garde 已提交
13328

13329
 This is part of HarfBuzz, a text shaping library.
C
Chinmay Garde 已提交
13330

13331 13332 13333 13334 13335 13336 13337 13338 13339 13340 13341 13342 13343 13344 13345 13346 13347
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
C
Chinmay Garde 已提交
13348 13349
====================================================================================================

13350 13351
====================================================================================================
LIBRARY: harfbuzz
13352
ORIGIN: ../../../third_party/harfbuzz/src/hb-shape-plan.hh
13353
TYPE: LicenseType.unknown
13354
FILE: ../../../third_party/harfbuzz/src/hb-shape-plan.hh
13355
----------------------------------------------------------------------------------------------------
13356
Copyright © 2012,2018  Google, Inc.
13357

13358
 This is part of HarfBuzz, a text shaping library.
13359

13360 13361 13362 13363 13364 13365 13366 13367 13368 13369 13370 13371 13372 13373 13374 13375 13376
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
13377 13378 13379 13380
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
13381
ORIGIN: ../../../third_party/harfbuzz/src/hb-ucd.cc
13382
TYPE: LicenseType.unknown
13383
FILE: ../../../third_party/harfbuzz/src/hb-ucd.cc
13384 13385 13386 13387 13388 13389 13390 13391 13392 13393 13394 13395 13396 13397 13398 13399
----------------------------------------------------------------------------------------------------
Copyright (C) 2012 Grigori Goronzy <greg@kinoho.net>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
====================================================================================================

C
Chinmay Garde 已提交
13400 13401
====================================================================================================
LIBRARY: harfbuzz
13402
ORIGIN: ../../../third_party/harfbuzz/src/hb-unicode.cc
C
Chinmay Garde 已提交
13403 13404
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-unicode.cc
13405
FILE: ../../../third_party/harfbuzz/src/hb-unicode.hh
C
Chinmay Garde 已提交
13406 13407 13408 13409 13410 13411 13412 13413 13414 13415 13416 13417 13418 13419 13420 13421 13422 13423 13424 13425 13426 13427 13428 13429 13430 13431 13432 13433 13434 13435 13436 13437 13438 13439 13440 13441 13442 13443 13444 13445 13446 13447 13448 13449 13450 13451 13452 13453 13454 13455 13456 13457 13458 13459 13460 13461 13462 13463 13464
----------------------------------------------------------------------------------------------------
Copyright © 2009  Red Hat, Inc.
Copyright © 2011  Codethink Limited
Copyright © 2010,2011,2012  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-unicode.h
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-unicode.h
----------------------------------------------------------------------------------------------------
Copyright © 2009  Red Hat, Inc.
Copyright © 2011  Codethink Limited
Copyright © 2011,2012  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

====================================================================================================
LIBRARY: harfbuzz
13465
ORIGIN: ../../../third_party/harfbuzz/src/hb-utf.hh
C
Chinmay Garde 已提交
13466
TYPE: LicenseType.unknown
13467
FILE: ../../../third_party/harfbuzz/src/hb-utf.hh
C
Chinmay Garde 已提交
13468 13469 13470 13471 13472 13473 13474 13475 13476 13477 13478 13479 13480 13481 13482 13483 13484 13485 13486 13487 13488 13489 13490 13491
----------------------------------------------------------------------------------------------------
Copyright © 2011,2012,2014  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

13492 13493 13494 13495 13496 13497 13498 13499 13500 13501 13502 13503 13504 13505 13506 13507 13508 13509 13510 13511 13512 13513 13514 13515 13516 13517 13518 13519 13520
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/hb-vector.hh
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/hb-vector.hh
----------------------------------------------------------------------------------------------------
Copyright © 2017,2018  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

C
Chinmay Garde 已提交
13521 13522 13523 13524 13525 13526 13527 13528 13529 13530 13531 13532 13533 13534 13535 13536 13537 13538 13539 13540 13541 13542 13543 13544 13545 13546 13547 13548 13549
====================================================================================================
LIBRARY: harfbuzz
ORIGIN: ../../../third_party/harfbuzz/src/test-buffer-serialize.cc
TYPE: LicenseType.unknown
FILE: ../../../third_party/harfbuzz/src/test-buffer-serialize.cc
----------------------------------------------------------------------------------------------------
Copyright © 2010,2011,2013  Google, Inc.

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

13550 13551
====================================================================================================
LIBRARY: harfbuzz
13552
ORIGIN: ../../../third_party/harfbuzz/src/test-gpos-size-params.cc
13553
TYPE: LicenseType.unknown
13554 13555 13556
FILE: ../../../third_party/harfbuzz/src/test-gpos-size-params.cc
FILE: ../../../third_party/harfbuzz/src/test-gsub-would-substitute.cc
FILE: ../../../third_party/harfbuzz/src/test.cc
13557
----------------------------------------------------------------------------------------------------
13558
Copyright © 2010,2011  Google, Inc.
13559 13560 13561 13562 13563 13564 13565 13566 13567 13568 13569 13570 13571 13572 13573 13574 13575 13576 13577 13578 13579 13580

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

C
Chinmay Garde 已提交
13581 13582
====================================================================================================
LIBRARY: harfbuzz
13583
ORIGIN: ../../../third_party/harfbuzz/src/test-ot-color.cc
C
Chinmay Garde 已提交
13584
TYPE: LicenseType.unknown
13585
FILE: ../../../third_party/harfbuzz/src/test-ot-color.cc
C
Chinmay Garde 已提交
13586
----------------------------------------------------------------------------------------------------
13587 13588
Copyright © 2018  Ebrahim Byagowi
Copyright © 2018  Khaled Hosny
C
Chinmay Garde 已提交
13589 13590 13591 13592 13593 13594 13595 13596 13597 13598 13599 13600 13601 13602 13603 13604 13605 13606 13607 13608 13609 13610

 This is part of HarfBuzz, a text shaping library.

Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.

IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
====================================================================================================

13611 13612 13613 13614 13615 13616 13617 13618 13619 13620
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../third_party/dart/runtime/third_party/double-conversion/COPYING
TYPE: LicenseType.bsd
FILE: ../../../third_party/icu/android/brkitr.patch
FILE: ../../../third_party/icu/android/currencies.list
FILE: ../../../third_party/icu/android/icudtl.dat
FILE: ../../../third_party/icu/cast/icudtl.dat
FILE: ../../../third_party/icu/common/icudtb.dat
FILE: ../../../third_party/icu/common/icudtl.dat
13621
FILE: ../../../third_party/icu/flutter/brkitr.patch
13622 13623 13624 13625 13626 13627 13628 13629 13630 13631 13632 13633 13634 13635 13636 13637 13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 13651 13652 13653 13654 13655 13656 13657 13658 13659 13660 13661 13662 13663 13664 13665 13666 13667 13668 13669 13670 13671 13672 13673 13674 13675 13676 13677 13678 13679 13680 13681 13682 13683 13684 13685 13686 13687 13688 13689 13690 13691 13692 13693 13694 13695 13696 13697 13698 13699 13700 13701 13702 13703 13704 13705 13706 13707 13708 13709 13710
FILE: ../../../third_party/icu/flutter/icudtl.dat
FILE: ../../../third_party/icu/fuzzers/fuzzer_utils.h
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_utf32_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_number_format_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_ucasemap_fuzzer.cc
FILE: ../../../third_party/icu/ios/icudtl.dat
FILE: ../../../third_party/icu/patches/cjdict.patch
FILE: ../../../third_party/icu/patches/data.build.patch
FILE: ../../../third_party/icu/patches/data.build.win.patch
FILE: ../../../third_party/icu/patches/data_symb.patch
FILE: ../../../third_party/icu/patches/decimalformat_align.patch
FILE: ../../../third_party/icu/patches/double_conversion.patch
FILE: ../../../third_party/icu/patches/gb_table.patch
FILE: ../../../third_party/icu/patches/greek_lowercase.patch
FILE: ../../../third_party/icu/patches/isvalidenum.patch
FILE: ../../../third_party/icu/patches/khmer-dictbe.patch
FILE: ../../../third_party/icu/patches/locale1.patch
FILE: ../../../third_party/icu/patches/locale_google.patch
FILE: ../../../third_party/icu/patches/locid_map.patch
FILE: ../../../third_party/icu/patches/nf_maxsig.patch
FILE: ../../../third_party/icu/patches/vscomp.patch
FILE: ../../../third_party/icu/patches/wordbrk.patch
FILE: ../../../third_party/icu/patches/wpo.patch
FILE: ../../../third_party/icu/source/data/curr/pool.res
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-implicithan.icu
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-unihan.icu
FILE: ../../../third_party/icu/source/data/in/nfc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
FILE: ../../../third_party/icu/source/data/in/pnames.icu
FILE: ../../../third_party/icu/source/data/in/ubidi.icu
FILE: ../../../third_party/icu/source/data/in/ucase.icu
FILE: ../../../third_party/icu/source/data/in/unames.icu
FILE: ../../../third_party/icu/source/data/in/uprops.icu
FILE: ../../../third_party/icu/source/data/in/uts46.nrm
FILE: ../../../third_party/icu/source/data/lang/pool.res
FILE: ../../../third_party/icu/source/data/locales/pool.res
FILE: ../../../third_party/icu/source/data/mappings/big5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-jp-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-kr-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/gb18030.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm866-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-10-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-13-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-14-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-15-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-16-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-2-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-3-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-4-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-6-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-7-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-8-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-r-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-u-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/macintosh-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/shift_jis-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1250-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1251-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1252-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1253-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1254-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1255-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1256-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1257-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1258-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-874-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-936-2000.ucm
FILE: ../../../third_party/icu/source/data/mappings/x-mac-cyrillic-html.ucm
FILE: ../../../third_party/icu/source/data/region/pool.res
FILE: ../../../third_party/icu/source/data/unit/pool.res
FILE: ../../../third_party/icu/source/data/zone/pool.res
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsp
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsw
FILE: ../../../third_party/icu/source/samples/ucnv/data02.bin
FILE: ../../../third_party/icu/source/tools/tzcode/asctime.c
FILE: ../../../third_party/icu/source/tools/tzcode/ialloc.c
FILE: ../../../third_party/icu/source/tools/tzcode/localtime.c
FILE: ../../../third_party/icu/source/tools/tzcode/private.h
FILE: ../../../third_party/icu/source/tools/tzcode/scheck.c
FILE: ../../../third_party/icu/source/tools/tzcode/tzfile.h
FILE: ../../../third_party/icu/source/tools/tzcode/tzselect.ksh
FILE: ../../../third_party/icu/source/tools/tzcode/zdump.c
FILE: ../../../third_party/icu/source/tools/tzcode/zic.c
FILE: ../../../third_party/icu/windows/icudt.dll
----------------------------------------------------------------------------------------------------
Copyright 2006-2011, the V8 project authors. All rights reserved.
13711 13712 13713 13714
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

13715 13716 13717 13718 13719 13720 13721 13722 13723
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
13724 13725 13726 13727 13728 13729 13730 13731 13732 13733 13734 13735 13736 13737

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

C
Chinmay Garde 已提交
13738 13739 13740 13741 13742 13743 13744
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/icu/android/brkitr.patch
FILE: ../../../third_party/icu/android/currencies.list
FILE: ../../../third_party/icu/android/icudtl.dat
13745
FILE: ../../../third_party/icu/cast/icudtl.dat
13746 13747
FILE: ../../../third_party/icu/common/icudtb.dat
FILE: ../../../third_party/icu/common/icudtl.dat
13748
FILE: ../../../third_party/icu/flutter/brkitr.patch
13749
FILE: ../../../third_party/icu/flutter/icudtl.dat
13750 13751 13752 13753 13754 13755
FILE: ../../../third_party/icu/fuzzers/fuzzer_utils.h
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_utf32_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_number_format_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_ucasemap_fuzzer.cc
FILE: ../../../third_party/icu/ios/icudtl.dat
C
Chinmay Garde 已提交
13756 13757 13758 13759
FILE: ../../../third_party/icu/patches/cjdict.patch
FILE: ../../../third_party/icu/patches/data.build.patch
FILE: ../../../third_party/icu/patches/data.build.win.patch
FILE: ../../../third_party/icu/patches/data_symb.patch
13760 13761
FILE: ../../../third_party/icu/patches/decimalformat_align.patch
FILE: ../../../third_party/icu/patches/double_conversion.patch
C
Chinmay Garde 已提交
13762
FILE: ../../../third_party/icu/patches/gb_table.patch
13763 13764
FILE: ../../../third_party/icu/patches/greek_lowercase.patch
FILE: ../../../third_party/icu/patches/isvalidenum.patch
C
Chinmay Garde 已提交
13765 13766 13767
FILE: ../../../third_party/icu/patches/khmer-dictbe.patch
FILE: ../../../third_party/icu/patches/locale1.patch
FILE: ../../../third_party/icu/patches/locale_google.patch
13768 13769
FILE: ../../../third_party/icu/patches/locid_map.patch
FILE: ../../../third_party/icu/patches/nf_maxsig.patch
C
Chinmay Garde 已提交
13770
FILE: ../../../third_party/icu/patches/vscomp.patch
13771
FILE: ../../../third_party/icu/patches/wordbrk.patch
C
Chinmay Garde 已提交
13772
FILE: ../../../third_party/icu/patches/wpo.patch
13773 13774 13775 13776 13777 13778 13779 13780 13781 13782 13783 13784 13785 13786 13787 13788 13789 13790 13791 13792 13793 13794 13795 13796 13797 13798 13799 13800 13801 13802 13803 13804 13805 13806 13807 13808 13809 13810 13811 13812 13813 13814 13815 13816 13817 13818 13819 13820 13821 13822 13823 13824 13825 13826 13827 13828 13829 13830 13831 13832 13833 13834 13835 13836 13837 13838 13839 13840 13841 13842 13843 13844 13845 13846 13847 13848 13849 13850 13851 13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 13870 13871 13872 13873 13874 13875 13876
FILE: ../../../third_party/icu/source/data/curr/pool.res
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-implicithan.icu
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-unihan.icu
FILE: ../../../third_party/icu/source/data/in/nfc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
FILE: ../../../third_party/icu/source/data/in/pnames.icu
FILE: ../../../third_party/icu/source/data/in/ubidi.icu
FILE: ../../../third_party/icu/source/data/in/ucase.icu
FILE: ../../../third_party/icu/source/data/in/unames.icu
FILE: ../../../third_party/icu/source/data/in/uprops.icu
FILE: ../../../third_party/icu/source/data/in/uts46.nrm
FILE: ../../../third_party/icu/source/data/lang/pool.res
FILE: ../../../third_party/icu/source/data/locales/pool.res
FILE: ../../../third_party/icu/source/data/mappings/big5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-jp-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-kr-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/gb18030.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm866-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-10-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-13-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-14-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-15-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-16-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-2-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-3-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-4-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-6-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-7-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-8-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-r-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-u-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/macintosh-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/shift_jis-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1250-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1251-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1252-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1253-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1254-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1255-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1256-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1257-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1258-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-874-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-936-2000.ucm
FILE: ../../../third_party/icu/source/data/mappings/x-mac-cyrillic-html.ucm
FILE: ../../../third_party/icu/source/data/region/pool.res
FILE: ../../../third_party/icu/source/data/unit/pool.res
FILE: ../../../third_party/icu/source/data/zone/pool.res
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsp
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsw
FILE: ../../../third_party/icu/source/samples/ucnv/data02.bin
FILE: ../../../third_party/icu/source/tools/tzcode/asctime.c
FILE: ../../../third_party/icu/source/tools/tzcode/ialloc.c
FILE: ../../../third_party/icu/source/tools/tzcode/localtime.c
FILE: ../../../third_party/icu/source/tools/tzcode/private.h
FILE: ../../../third_party/icu/source/tools/tzcode/scheck.c
FILE: ../../../third_party/icu/source/tools/tzcode/tzfile.h
FILE: ../../../third_party/icu/source/tools/tzcode/tzselect.ksh
FILE: ../../../third_party/icu/source/tools/tzcode/zdump.c
FILE: ../../../third_party/icu/source/tools/tzcode/zic.c
FILE: ../../../third_party/icu/windows/icudt.dll
----------------------------------------------------------------------------------------------------
Copyright (c) 1999 Computer Systems and Communication Lab,
                   Institute of Information Science, Academia
  *                    Sinica. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

. Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
. Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in
  the documentation and/or other materials provided with the
  distribution.
. Neither the name of the Computer Systems and Communication Lab
  nor the names of its contributors may be used to endorse or
  promote products derived from this software without specific
  prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: icu
ORIGIN: ../../../third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/icu/android/brkitr.patch
FILE: ../../../third_party/icu/android/currencies.list
FILE: ../../../third_party/icu/android/icudtl.dat
13877
FILE: ../../../third_party/icu/cast/icudtl.dat
13878 13879
FILE: ../../../third_party/icu/common/icudtb.dat
FILE: ../../../third_party/icu/common/icudtl.dat
13880
FILE: ../../../third_party/icu/flutter/brkitr.patch
13881
FILE: ../../../third_party/icu/flutter/icudtl.dat
13882 13883 13884 13885 13886 13887 13888 13889 13890 13891
FILE: ../../../third_party/icu/fuzzers/fuzzer_utils.h
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_utf32_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_number_format_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_ucasemap_fuzzer.cc
FILE: ../../../third_party/icu/ios/icudtl.dat
FILE: ../../../third_party/icu/patches/cjdict.patch
FILE: ../../../third_party/icu/patches/data.build.patch
FILE: ../../../third_party/icu/patches/data.build.win.patch
FILE: ../../../third_party/icu/patches/data_symb.patch
13892 13893
FILE: ../../../third_party/icu/patches/decimalformat_align.patch
FILE: ../../../third_party/icu/patches/double_conversion.patch
13894
FILE: ../../../third_party/icu/patches/gb_table.patch
13895 13896
FILE: ../../../third_party/icu/patches/greek_lowercase.patch
FILE: ../../../third_party/icu/patches/isvalidenum.patch
13897 13898 13899
FILE: ../../../third_party/icu/patches/khmer-dictbe.patch
FILE: ../../../third_party/icu/patches/locale1.patch
FILE: ../../../third_party/icu/patches/locale_google.patch
13900 13901
FILE: ../../../third_party/icu/patches/locid_map.patch
FILE: ../../../third_party/icu/patches/nf_maxsig.patch
13902 13903 13904 13905 13906 13907 13908 13909 13910 13911 13912 13913 13914 13915 13916 13917 13918 13919 13920 13921 13922 13923 13924 13925 13926 13927 13928 13929 13930 13931 13932 13933 13934 13935 13936 13937 13938 13939 13940 13941 13942 13943 13944 13945 13946 13947 13948 13949 13950 13951 13952 13953 13954 13955 13956 13957 13958 13959 13960 13961 13962 13963 13964 13965 13966 13967 13968
FILE: ../../../third_party/icu/patches/vscomp.patch
FILE: ../../../third_party/icu/patches/wordbrk.patch
FILE: ../../../third_party/icu/patches/wpo.patch
FILE: ../../../third_party/icu/source/data/curr/pool.res
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-implicithan.icu
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-unihan.icu
FILE: ../../../third_party/icu/source/data/in/nfc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
FILE: ../../../third_party/icu/source/data/in/pnames.icu
FILE: ../../../third_party/icu/source/data/in/ubidi.icu
FILE: ../../../third_party/icu/source/data/in/ucase.icu
FILE: ../../../third_party/icu/source/data/in/unames.icu
FILE: ../../../third_party/icu/source/data/in/uprops.icu
FILE: ../../../third_party/icu/source/data/in/uts46.nrm
FILE: ../../../third_party/icu/source/data/lang/pool.res
FILE: ../../../third_party/icu/source/data/locales/pool.res
FILE: ../../../third_party/icu/source/data/mappings/big5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-jp-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-kr-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/gb18030.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm866-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-10-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-13-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-14-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-15-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-16-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-2-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-3-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-4-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-6-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-7-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-8-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-r-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-u-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/macintosh-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/shift_jis-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1250-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1251-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1252-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1253-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1254-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1255-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1256-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1257-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1258-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-874-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-936-2000.ucm
FILE: ../../../third_party/icu/source/data/mappings/x-mac-cyrillic-html.ucm
FILE: ../../../third_party/icu/source/data/region/pool.res
FILE: ../../../third_party/icu/source/data/unit/pool.res
FILE: ../../../third_party/icu/source/data/zone/pool.res
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsp
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsw
FILE: ../../../third_party/icu/source/samples/ucnv/data02.bin
FILE: ../../../third_party/icu/source/tools/tzcode/asctime.c
FILE: ../../../third_party/icu/source/tools/tzcode/ialloc.c
FILE: ../../../third_party/icu/source/tools/tzcode/localtime.c
FILE: ../../../third_party/icu/source/tools/tzcode/private.h
FILE: ../../../third_party/icu/source/tools/tzcode/scheck.c
FILE: ../../../third_party/icu/source/tools/tzcode/tzfile.h
FILE: ../../../third_party/icu/source/tools/tzcode/tzselect.ksh
FILE: ../../../third_party/icu/source/tools/tzcode/zdump.c
FILE: ../../../third_party/icu/source/tools/tzcode/zic.c
FILE: ../../../third_party/icu/windows/icudt.dll
----------------------------------------------------------------------------------------------------
13969 13970 13971
Copyright (c) 1999 TaBE Project.
Copyright (c) 1999 Pai-Hsiang Hsiao.
All rights reserved.
13972

13973 13974 13975
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
13976

13977 13978 13979 13980 13981 13982 13983 13984 13985
. Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
. Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in
  the documentation and/or other materials provided with the
  distribution.
. Neither the name of the TaBE Project nor the names of its
  contributors may be used to endorse or promote products derived
  from this software without specific prior written permission.
13986 13987 13988 13989 13990

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
13991 13992
REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
13993 13994 13995 13996 13997 13998 13999 14000 14001 14002 14003 14004 14005 14006 14007
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: icu
ORIGIN: ../../../third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/icu/android/brkitr.patch
FILE: ../../../third_party/icu/android/currencies.list
FILE: ../../../third_party/icu/android/icudtl.dat
14008
FILE: ../../../third_party/icu/cast/icudtl.dat
14009 14010
FILE: ../../../third_party/icu/common/icudtb.dat
FILE: ../../../third_party/icu/common/icudtl.dat
14011
FILE: ../../../third_party/icu/flutter/brkitr.patch
14012
FILE: ../../../third_party/icu/flutter/icudtl.dat
14013 14014 14015 14016 14017 14018 14019 14020 14021 14022
FILE: ../../../third_party/icu/fuzzers/fuzzer_utils.h
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_utf32_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_number_format_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_ucasemap_fuzzer.cc
FILE: ../../../third_party/icu/ios/icudtl.dat
FILE: ../../../third_party/icu/patches/cjdict.patch
FILE: ../../../third_party/icu/patches/data.build.patch
FILE: ../../../third_party/icu/patches/data.build.win.patch
FILE: ../../../third_party/icu/patches/data_symb.patch
14023 14024
FILE: ../../../third_party/icu/patches/decimalformat_align.patch
FILE: ../../../third_party/icu/patches/double_conversion.patch
14025
FILE: ../../../third_party/icu/patches/gb_table.patch
14026 14027
FILE: ../../../third_party/icu/patches/greek_lowercase.patch
FILE: ../../../third_party/icu/patches/isvalidenum.patch
14028 14029 14030
FILE: ../../../third_party/icu/patches/khmer-dictbe.patch
FILE: ../../../third_party/icu/patches/locale1.patch
FILE: ../../../third_party/icu/patches/locale_google.patch
14031 14032
FILE: ../../../third_party/icu/patches/locid_map.patch
FILE: ../../../third_party/icu/patches/nf_maxsig.patch
14033 14034 14035 14036 14037 14038 14039 14040 14041 14042 14043 14044 14045 14046 14047 14048 14049 14050 14051 14052 14053 14054 14055 14056 14057 14058 14059 14060 14061 14062 14063 14064 14065 14066 14067 14068 14069 14070 14071 14072 14073 14074 14075 14076 14077 14078 14079 14080 14081 14082 14083 14084 14085 14086 14087 14088 14089 14090 14091 14092 14093 14094 14095 14096 14097 14098 14099
FILE: ../../../third_party/icu/patches/vscomp.patch
FILE: ../../../third_party/icu/patches/wordbrk.patch
FILE: ../../../third_party/icu/patches/wpo.patch
FILE: ../../../third_party/icu/source/data/curr/pool.res
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-implicithan.icu
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-unihan.icu
FILE: ../../../third_party/icu/source/data/in/nfc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
FILE: ../../../third_party/icu/source/data/in/pnames.icu
FILE: ../../../third_party/icu/source/data/in/ubidi.icu
FILE: ../../../third_party/icu/source/data/in/ucase.icu
FILE: ../../../third_party/icu/source/data/in/unames.icu
FILE: ../../../third_party/icu/source/data/in/uprops.icu
FILE: ../../../third_party/icu/source/data/in/uts46.nrm
FILE: ../../../third_party/icu/source/data/lang/pool.res
FILE: ../../../third_party/icu/source/data/locales/pool.res
FILE: ../../../third_party/icu/source/data/mappings/big5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-jp-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-kr-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/gb18030.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm866-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-10-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-13-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-14-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-15-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-16-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-2-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-3-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-4-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-6-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-7-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-8-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-r-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-u-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/macintosh-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/shift_jis-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1250-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1251-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1252-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1253-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1254-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1255-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1256-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1257-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1258-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-874-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-936-2000.ucm
FILE: ../../../third_party/icu/source/data/mappings/x-mac-cyrillic-html.ucm
FILE: ../../../third_party/icu/source/data/region/pool.res
FILE: ../../../third_party/icu/source/data/unit/pool.res
FILE: ../../../third_party/icu/source/data/zone/pool.res
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsp
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsw
FILE: ../../../third_party/icu/source/samples/ucnv/data02.bin
FILE: ../../../third_party/icu/source/tools/tzcode/asctime.c
FILE: ../../../third_party/icu/source/tools/tzcode/ialloc.c
FILE: ../../../third_party/icu/source/tools/tzcode/localtime.c
FILE: ../../../third_party/icu/source/tools/tzcode/private.h
FILE: ../../../third_party/icu/source/tools/tzcode/scheck.c
FILE: ../../../third_party/icu/source/tools/tzcode/tzfile.h
FILE: ../../../third_party/icu/source/tools/tzcode/tzselect.ksh
FILE: ../../../third_party/icu/source/tools/tzcode/zdump.c
FILE: ../../../third_party/icu/source/tools/tzcode/zic.c
FILE: ../../../third_party/icu/windows/icudt.dll
----------------------------------------------------------------------------------------------------
14100
Copyright (c) 2013 International Business Machines Corporation
14101 14102
and others. All Rights Reserved.

14103 14104 14105 14106
Project: http://code.google.com/p/lao-dictionary
Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
             (copied below)
14107

14108 14109
 This file is derived from the above dictionary, with slight
 modifications.
14110

14111 14112
 Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
 All rights reserved.
14113

14114 14115 14116
 Redistribution and use in source and binary forms, with or without
 modification,
 are permitted provided that the following conditions are met:
14117

14118 14119 14120 14121 14122 14123 14124 14125 14126 14127 14128 14129 14130 14131 14132 14133 14134 14135
Redistributions of source code must retain the above copyright notice, this
 list of conditions and the following disclaimer. Redistributions in
 binary form must reproduce the above copyright notice, this list of
 conditions and the following disclaimer in the documentation and/or
 other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
14136 14137 14138 14139 14140 14141 14142 14143 14144
====================================================================================================

====================================================================================================
LIBRARY: icu
ORIGIN: ../../../third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/icu/android/brkitr.patch
FILE: ../../../third_party/icu/android/currencies.list
FILE: ../../../third_party/icu/android/icudtl.dat
14145
FILE: ../../../third_party/icu/cast/icudtl.dat
14146 14147
FILE: ../../../third_party/icu/common/icudtb.dat
FILE: ../../../third_party/icu/common/icudtl.dat
14148
FILE: ../../../third_party/icu/flutter/brkitr.patch
14149
FILE: ../../../third_party/icu/flutter/icudtl.dat
14150 14151 14152 14153 14154 14155 14156 14157 14158 14159
FILE: ../../../third_party/icu/fuzzers/fuzzer_utils.h
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_utf32_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_number_format_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_ucasemap_fuzzer.cc
FILE: ../../../third_party/icu/ios/icudtl.dat
FILE: ../../../third_party/icu/patches/cjdict.patch
FILE: ../../../third_party/icu/patches/data.build.patch
FILE: ../../../third_party/icu/patches/data.build.win.patch
FILE: ../../../third_party/icu/patches/data_symb.patch
14160 14161
FILE: ../../../third_party/icu/patches/decimalformat_align.patch
FILE: ../../../third_party/icu/patches/double_conversion.patch
14162
FILE: ../../../third_party/icu/patches/gb_table.patch
14163 14164
FILE: ../../../third_party/icu/patches/greek_lowercase.patch
FILE: ../../../third_party/icu/patches/isvalidenum.patch
14165 14166 14167
FILE: ../../../third_party/icu/patches/khmer-dictbe.patch
FILE: ../../../third_party/icu/patches/locale1.patch
FILE: ../../../third_party/icu/patches/locale_google.patch
14168 14169
FILE: ../../../third_party/icu/patches/locid_map.patch
FILE: ../../../third_party/icu/patches/nf_maxsig.patch
14170 14171 14172 14173 14174 14175 14176 14177 14178 14179 14180 14181 14182 14183 14184 14185 14186 14187 14188 14189 14190 14191 14192 14193 14194 14195 14196 14197 14198 14199 14200 14201 14202 14203 14204 14205 14206 14207 14208 14209 14210 14211 14212 14213 14214 14215 14216 14217 14218 14219 14220 14221 14222 14223 14224 14225 14226 14227 14228 14229 14230 14231 14232 14233 14234 14235 14236
FILE: ../../../third_party/icu/patches/vscomp.patch
FILE: ../../../third_party/icu/patches/wordbrk.patch
FILE: ../../../third_party/icu/patches/wpo.patch
FILE: ../../../third_party/icu/source/data/curr/pool.res
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-implicithan.icu
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-unihan.icu
FILE: ../../../third_party/icu/source/data/in/nfc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
FILE: ../../../third_party/icu/source/data/in/pnames.icu
FILE: ../../../third_party/icu/source/data/in/ubidi.icu
FILE: ../../../third_party/icu/source/data/in/ucase.icu
FILE: ../../../third_party/icu/source/data/in/unames.icu
FILE: ../../../third_party/icu/source/data/in/uprops.icu
FILE: ../../../third_party/icu/source/data/in/uts46.nrm
FILE: ../../../third_party/icu/source/data/lang/pool.res
FILE: ../../../third_party/icu/source/data/locales/pool.res
FILE: ../../../third_party/icu/source/data/mappings/big5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-jp-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-kr-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/gb18030.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm866-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-10-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-13-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-14-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-15-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-16-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-2-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-3-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-4-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-6-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-7-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-8-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-r-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-u-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/macintosh-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/shift_jis-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1250-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1251-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1252-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1253-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1254-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1255-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1256-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1257-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1258-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-874-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-936-2000.ucm
FILE: ../../../third_party/icu/source/data/mappings/x-mac-cyrillic-html.ucm
FILE: ../../../third_party/icu/source/data/region/pool.res
FILE: ../../../third_party/icu/source/data/unit/pool.res
FILE: ../../../third_party/icu/source/data/zone/pool.res
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsp
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsw
FILE: ../../../third_party/icu/source/samples/ucnv/data02.bin
FILE: ../../../third_party/icu/source/tools/tzcode/asctime.c
FILE: ../../../third_party/icu/source/tools/tzcode/ialloc.c
FILE: ../../../third_party/icu/source/tools/tzcode/localtime.c
FILE: ../../../third_party/icu/source/tools/tzcode/private.h
FILE: ../../../third_party/icu/source/tools/tzcode/scheck.c
FILE: ../../../third_party/icu/source/tools/tzcode/tzfile.h
FILE: ../../../third_party/icu/source/tools/tzcode/tzselect.ksh
FILE: ../../../third_party/icu/source/tools/tzcode/zdump.c
FILE: ../../../third_party/icu/source/tools/tzcode/zic.c
FILE: ../../../third_party/icu/windows/icudt.dll
----------------------------------------------------------------------------------------------------
14237 14238 14239 14240 14241 14242 14243
Copyright (c) 2014 International Business Machines Corporation
and others. All Rights Reserved.

This list is part of a project hosted at:
  github.com/kanyawtech/myanmar-karen-word-lists

Copyright (c) 2013, LeRoy Benjamin Sharon
14244 14245 14246 14247
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
14248 14249 14250 14251 14252 14253
are met: Redistributions of source code must retain the above
copyright notice, this list of conditions and the following
disclaimer.  Redistributions in binary form must reproduce the
above copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
14254

14255
  Neither the name Myanmar Karen Word Lists, nor the names of its
14256 14257 14258
  contributors may be used to endorse or promote products derived
  from this software without specific prior written permission.

14259 14260 14261 14262 14263 14264 14265 14266 14267 14268 14269 14270 14271
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
14272 14273 14274 14275 14276 14277 14278 14279 14280
====================================================================================================

====================================================================================================
LIBRARY: icu
ORIGIN: ../../../third_party/icu/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/icu/android/brkitr.patch
FILE: ../../../third_party/icu/android/currencies.list
FILE: ../../../third_party/icu/android/icudtl.dat
14281
FILE: ../../../third_party/icu/cast/icudtl.dat
14282 14283
FILE: ../../../third_party/icu/common/icudtb.dat
FILE: ../../../third_party/icu/common/icudtl.dat
14284
FILE: ../../../third_party/icu/flutter/brkitr.patch
14285
FILE: ../../../third_party/icu/flutter/icudtl.dat
14286 14287 14288 14289 14290 14291 14292 14293 14294 14295
FILE: ../../../third_party/icu/fuzzers/fuzzer_utils.h
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_utf32_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_number_format_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_ucasemap_fuzzer.cc
FILE: ../../../third_party/icu/ios/icudtl.dat
FILE: ../../../third_party/icu/patches/cjdict.patch
FILE: ../../../third_party/icu/patches/data.build.patch
FILE: ../../../third_party/icu/patches/data.build.win.patch
FILE: ../../../third_party/icu/patches/data_symb.patch
14296 14297
FILE: ../../../third_party/icu/patches/decimalformat_align.patch
FILE: ../../../third_party/icu/patches/double_conversion.patch
14298
FILE: ../../../third_party/icu/patches/gb_table.patch
14299 14300
FILE: ../../../third_party/icu/patches/greek_lowercase.patch
FILE: ../../../third_party/icu/patches/isvalidenum.patch
14301 14302 14303
FILE: ../../../third_party/icu/patches/khmer-dictbe.patch
FILE: ../../../third_party/icu/patches/locale1.patch
FILE: ../../../third_party/icu/patches/locale_google.patch
14304 14305
FILE: ../../../third_party/icu/patches/locid_map.patch
FILE: ../../../third_party/icu/patches/nf_maxsig.patch
14306 14307 14308 14309 14310 14311 14312 14313 14314 14315 14316 14317 14318 14319 14320 14321 14322 14323 14324 14325 14326 14327 14328 14329 14330 14331 14332 14333 14334 14335 14336 14337 14338 14339 14340 14341 14342 14343 14344 14345 14346 14347 14348 14349 14350 14351 14352 14353 14354 14355 14356 14357 14358 14359 14360 14361 14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 14383 14384 14385 14386 14387 14388 14389 14390 14391 14392 14393 14394 14395 14396 14397 14398 14399 14400 14401 14402 14403 14404 14405 14406 14407 14408 14409 14410 14411 14412
FILE: ../../../third_party/icu/patches/vscomp.patch
FILE: ../../../third_party/icu/patches/wordbrk.patch
FILE: ../../../third_party/icu/patches/wpo.patch
FILE: ../../../third_party/icu/source/data/curr/pool.res
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-implicithan.icu
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-unihan.icu
FILE: ../../../third_party/icu/source/data/in/nfc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
FILE: ../../../third_party/icu/source/data/in/pnames.icu
FILE: ../../../third_party/icu/source/data/in/ubidi.icu
FILE: ../../../third_party/icu/source/data/in/ucase.icu
FILE: ../../../third_party/icu/source/data/in/unames.icu
FILE: ../../../third_party/icu/source/data/in/uprops.icu
FILE: ../../../third_party/icu/source/data/in/uts46.nrm
FILE: ../../../third_party/icu/source/data/lang/pool.res
FILE: ../../../third_party/icu/source/data/locales/pool.res
FILE: ../../../third_party/icu/source/data/mappings/big5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-jp-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-kr-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/gb18030.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm866-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-10-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-13-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-14-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-15-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-16-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-2-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-3-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-4-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-6-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-7-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-8-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-r-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-u-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/macintosh-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/shift_jis-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1250-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1251-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1252-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1253-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1254-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1255-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1256-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1257-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1258-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-874-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-936-2000.ucm
FILE: ../../../third_party/icu/source/data/mappings/x-mac-cyrillic-html.ucm
FILE: ../../../third_party/icu/source/data/region/pool.res
FILE: ../../../third_party/icu/source/data/unit/pool.res
FILE: ../../../third_party/icu/source/data/zone/pool.res
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsp
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsw
FILE: ../../../third_party/icu/source/samples/ucnv/data02.bin
FILE: ../../../third_party/icu/source/tools/tzcode/asctime.c
FILE: ../../../third_party/icu/source/tools/tzcode/ialloc.c
FILE: ../../../third_party/icu/source/tools/tzcode/localtime.c
FILE: ../../../third_party/icu/source/tools/tzcode/private.h
FILE: ../../../third_party/icu/source/tools/tzcode/scheck.c
FILE: ../../../third_party/icu/source/tools/tzcode/tzfile.h
FILE: ../../../third_party/icu/source/tools/tzcode/tzselect.ksh
FILE: ../../../third_party/icu/source/tools/tzcode/zdump.c
FILE: ../../../third_party/icu/source/tools/tzcode/zic.c
FILE: ../../../third_party/icu/windows/icudt.dll
----------------------------------------------------------------------------------------------------
The BSD License
http://opensource.org/licenses/bsd-license.php
Copyright (C) 2006-2008, Google Inc.

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

 Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
 Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided with
the distribution.
 Neither the name of  Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: icu
ORIGIN: ../../../third_party/icu/LICENSE
TYPE: LicenseType.icu
FILE: ../../../third_party/icu/android/brkitr.patch
FILE: ../../../third_party/icu/android/currencies.list
FILE: ../../../third_party/icu/android/icudtl.dat
14413
FILE: ../../../third_party/icu/cast/icudtl.dat
14414 14415
FILE: ../../../third_party/icu/common/icudtb.dat
FILE: ../../../third_party/icu/common/icudtl.dat
14416
FILE: ../../../third_party/icu/flutter/brkitr.patch
14417
FILE: ../../../third_party/icu/flutter/icudtl.dat
14418 14419 14420 14421 14422 14423 14424 14425 14426 14427
FILE: ../../../third_party/icu/fuzzers/fuzzer_utils.h
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_utf32_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_number_format_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_ucasemap_fuzzer.cc
FILE: ../../../third_party/icu/ios/icudtl.dat
FILE: ../../../third_party/icu/patches/cjdict.patch
FILE: ../../../third_party/icu/patches/data.build.patch
FILE: ../../../third_party/icu/patches/data.build.win.patch
FILE: ../../../third_party/icu/patches/data_symb.patch
14428 14429
FILE: ../../../third_party/icu/patches/decimalformat_align.patch
FILE: ../../../third_party/icu/patches/double_conversion.patch
14430
FILE: ../../../third_party/icu/patches/gb_table.patch
14431 14432
FILE: ../../../third_party/icu/patches/greek_lowercase.patch
FILE: ../../../third_party/icu/patches/isvalidenum.patch
14433 14434 14435
FILE: ../../../third_party/icu/patches/khmer-dictbe.patch
FILE: ../../../third_party/icu/patches/locale1.patch
FILE: ../../../third_party/icu/patches/locale_google.patch
14436 14437
FILE: ../../../third_party/icu/patches/locid_map.patch
FILE: ../../../third_party/icu/patches/nf_maxsig.patch
14438 14439 14440 14441 14442 14443 14444 14445 14446 14447 14448 14449 14450 14451 14452 14453 14454 14455 14456 14457 14458 14459 14460 14461 14462 14463 14464 14465 14466 14467 14468 14469 14470 14471 14472 14473 14474 14475 14476 14477 14478 14479 14480 14481 14482 14483 14484 14485 14486 14487 14488 14489 14490 14491 14492 14493 14494 14495 14496 14497 14498 14499 14500 14501 14502 14503 14504 14505 14506 14507 14508 14509 14510 14511 14512 14513 14514 14515 14516 14517 14518 14519 14520 14521 14522 14523 14524 14525 14526 14527 14528 14529 14530 14531 14532 14533 14534 14535 14536 14537 14538 14539 14540 14541 14542 14543
FILE: ../../../third_party/icu/patches/vscomp.patch
FILE: ../../../third_party/icu/patches/wordbrk.patch
FILE: ../../../third_party/icu/patches/wpo.patch
FILE: ../../../third_party/icu/source/data/curr/pool.res
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-implicithan.icu
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-unihan.icu
FILE: ../../../third_party/icu/source/data/in/nfc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
FILE: ../../../third_party/icu/source/data/in/pnames.icu
FILE: ../../../third_party/icu/source/data/in/ubidi.icu
FILE: ../../../third_party/icu/source/data/in/ucase.icu
FILE: ../../../third_party/icu/source/data/in/unames.icu
FILE: ../../../third_party/icu/source/data/in/uprops.icu
FILE: ../../../third_party/icu/source/data/in/uts46.nrm
FILE: ../../../third_party/icu/source/data/lang/pool.res
FILE: ../../../third_party/icu/source/data/locales/pool.res
FILE: ../../../third_party/icu/source/data/mappings/big5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-jp-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-kr-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/gb18030.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm866-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-10-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-13-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-14-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-15-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-16-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-2-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-3-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-4-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-6-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-7-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-8-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-r-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-u-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/macintosh-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/shift_jis-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1250-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1251-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1252-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1253-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1254-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1255-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1256-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1257-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1258-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-874-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-936-2000.ucm
FILE: ../../../third_party/icu/source/data/mappings/x-mac-cyrillic-html.ucm
FILE: ../../../third_party/icu/source/data/region/pool.res
FILE: ../../../third_party/icu/source/data/unit/pool.res
FILE: ../../../third_party/icu/source/data/zone/pool.res
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsp
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsw
FILE: ../../../third_party/icu/source/samples/ucnv/data02.bin
FILE: ../../../third_party/icu/source/tools/tzcode/asctime.c
FILE: ../../../third_party/icu/source/tools/tzcode/ialloc.c
FILE: ../../../third_party/icu/source/tools/tzcode/localtime.c
FILE: ../../../third_party/icu/source/tools/tzcode/private.h
FILE: ../../../third_party/icu/source/tools/tzcode/scheck.c
FILE: ../../../third_party/icu/source/tools/tzcode/tzfile.h
FILE: ../../../third_party/icu/source/tools/tzcode/tzselect.ksh
FILE: ../../../third_party/icu/source/tools/tzcode/zdump.c
FILE: ../../../third_party/icu/source/tools/tzcode/zic.c
FILE: ../../../third_party/icu/windows/icudt.dll
----------------------------------------------------------------------------------------------------
Copyright (c) 1995-2016 International Business Machines Corporation and others
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, and/or sell copies of the Software, and to permit persons
to whom the Software is furnished to do so, provided that the above
copyright notice(s) and this permission notice appear in all copies of
the Software and that both the above copyright notice(s) and this
permission notice appear in supporting documentation.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale, use
or other dealings in this Software without prior written authorization
of the copyright holder.

All trademarks and registered trademarks mentioned herein are the
property of their respective owners.
====================================================================================================

====================================================================================================
LIBRARY: icu
ORIGIN: ../../../third_party/icu/LICENSE
TYPE: LicenseType.unknown
FILE: ../../../third_party/icu/android/brkitr.patch
FILE: ../../../third_party/icu/android/currencies.list
FILE: ../../../third_party/icu/android/icudtl.dat
14544
FILE: ../../../third_party/icu/cast/icudtl.dat
14545 14546
FILE: ../../../third_party/icu/common/icudtb.dat
FILE: ../../../third_party/icu/common/icudtl.dat
14547
FILE: ../../../third_party/icu/flutter/brkitr.patch
14548
FILE: ../../../third_party/icu/flutter/icudtl.dat
14549 14550 14551 14552 14553 14554 14555 14556 14557 14558
FILE: ../../../third_party/icu/fuzzers/fuzzer_utils.h
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_utf32_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_number_format_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_ucasemap_fuzzer.cc
FILE: ../../../third_party/icu/ios/icudtl.dat
FILE: ../../../third_party/icu/patches/cjdict.patch
FILE: ../../../third_party/icu/patches/data.build.patch
FILE: ../../../third_party/icu/patches/data.build.win.patch
FILE: ../../../third_party/icu/patches/data_symb.patch
14559 14560
FILE: ../../../third_party/icu/patches/decimalformat_align.patch
FILE: ../../../third_party/icu/patches/double_conversion.patch
14561
FILE: ../../../third_party/icu/patches/gb_table.patch
14562 14563
FILE: ../../../third_party/icu/patches/greek_lowercase.patch
FILE: ../../../third_party/icu/patches/isvalidenum.patch
14564 14565 14566
FILE: ../../../third_party/icu/patches/khmer-dictbe.patch
FILE: ../../../third_party/icu/patches/locale1.patch
FILE: ../../../third_party/icu/patches/locale_google.patch
14567 14568
FILE: ../../../third_party/icu/patches/locid_map.patch
FILE: ../../../third_party/icu/patches/nf_maxsig.patch
14569 14570 14571 14572 14573 14574 14575 14576 14577 14578 14579 14580 14581 14582 14583 14584 14585 14586 14587 14588 14589 14590 14591 14592 14593 14594 14595 14596 14597 14598 14599 14600 14601 14602 14603 14604 14605 14606 14607 14608 14609 14610 14611 14612 14613 14614 14615 14616 14617 14618 14619 14620 14621 14622 14623 14624 14625 14626 14627 14628 14629 14630 14631 14632 14633 14634 14635 14636 14637 14638 14639 14640 14641 14642 14643 14644 14645 14646 14647
FILE: ../../../third_party/icu/patches/vscomp.patch
FILE: ../../../third_party/icu/patches/wordbrk.patch
FILE: ../../../third_party/icu/patches/wpo.patch
FILE: ../../../third_party/icu/source/data/curr/pool.res
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-implicithan.icu
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-unihan.icu
FILE: ../../../third_party/icu/source/data/in/nfc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
FILE: ../../../third_party/icu/source/data/in/pnames.icu
FILE: ../../../third_party/icu/source/data/in/ubidi.icu
FILE: ../../../third_party/icu/source/data/in/ucase.icu
FILE: ../../../third_party/icu/source/data/in/unames.icu
FILE: ../../../third_party/icu/source/data/in/uprops.icu
FILE: ../../../third_party/icu/source/data/in/uts46.nrm
FILE: ../../../third_party/icu/source/data/lang/pool.res
FILE: ../../../third_party/icu/source/data/locales/pool.res
FILE: ../../../third_party/icu/source/data/mappings/big5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-jp-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-kr-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/gb18030.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm866-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-10-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-13-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-14-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-15-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-16-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-2-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-3-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-4-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-6-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-7-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-8-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-r-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-u-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/macintosh-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/shift_jis-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1250-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1251-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1252-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1253-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1254-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1255-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1256-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1257-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1258-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-874-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-936-2000.ucm
FILE: ../../../third_party/icu/source/data/mappings/x-mac-cyrillic-html.ucm
FILE: ../../../third_party/icu/source/data/region/pool.res
FILE: ../../../third_party/icu/source/data/unit/pool.res
FILE: ../../../third_party/icu/source/data/zone/pool.res
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsp
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsw
FILE: ../../../third_party/icu/source/samples/ucnv/data02.bin
FILE: ../../../third_party/icu/source/tools/tzcode/asctime.c
FILE: ../../../third_party/icu/source/tools/tzcode/ialloc.c
FILE: ../../../third_party/icu/source/tools/tzcode/localtime.c
FILE: ../../../third_party/icu/source/tools/tzcode/private.h
FILE: ../../../third_party/icu/source/tools/tzcode/scheck.c
FILE: ../../../third_party/icu/source/tools/tzcode/tzfile.h
FILE: ../../../third_party/icu/source/tools/tzcode/tzselect.ksh
FILE: ../../../third_party/icu/source/tools/tzcode/zdump.c
FILE: ../../../third_party/icu/source/tools/tzcode/zic.c
FILE: ../../../third_party/icu/windows/icudt.dll
----------------------------------------------------------------------------------------------------
Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
    University of Illinois
c-tsai4@uiuc.edu  http://casper.beckman.uiuc.edu/~c-tsai4
====================================================================================================

====================================================================================================
LIBRARY: icu
ORIGIN: ../../../third_party/icu/LICENSE
TYPE: LicenseType.unknown
FILE: ../../../third_party/icu/android/brkitr.patch
FILE: ../../../third_party/icu/android/currencies.list
FILE: ../../../third_party/icu/android/icudtl.dat
14648
FILE: ../../../third_party/icu/cast/icudtl.dat
14649 14650
FILE: ../../../third_party/icu/common/icudtb.dat
FILE: ../../../third_party/icu/common/icudtl.dat
14651
FILE: ../../../third_party/icu/flutter/brkitr.patch
14652
FILE: ../../../third_party/icu/flutter/icudtl.dat
14653 14654 14655 14656 14657 14658 14659 14660 14661 14662
FILE: ../../../third_party/icu/fuzzers/fuzzer_utils.h
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_utf32_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_number_format_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_ucasemap_fuzzer.cc
FILE: ../../../third_party/icu/ios/icudtl.dat
FILE: ../../../third_party/icu/patches/cjdict.patch
FILE: ../../../third_party/icu/patches/data.build.patch
FILE: ../../../third_party/icu/patches/data.build.win.patch
FILE: ../../../third_party/icu/patches/data_symb.patch
14663 14664
FILE: ../../../third_party/icu/patches/decimalformat_align.patch
FILE: ../../../third_party/icu/patches/double_conversion.patch
14665
FILE: ../../../third_party/icu/patches/gb_table.patch
14666 14667
FILE: ../../../third_party/icu/patches/greek_lowercase.patch
FILE: ../../../third_party/icu/patches/isvalidenum.patch
14668 14669 14670
FILE: ../../../third_party/icu/patches/khmer-dictbe.patch
FILE: ../../../third_party/icu/patches/locale1.patch
FILE: ../../../third_party/icu/patches/locale_google.patch
14671 14672
FILE: ../../../third_party/icu/patches/locid_map.patch
FILE: ../../../third_party/icu/patches/nf_maxsig.patch
14673 14674 14675 14676 14677 14678 14679 14680 14681 14682 14683 14684 14685 14686 14687 14688 14689 14690 14691 14692 14693 14694 14695 14696 14697 14698 14699 14700 14701 14702 14703 14704 14705 14706 14707 14708 14709 14710 14711 14712 14713 14714 14715 14716 14717 14718 14719 14720 14721 14722 14723 14724 14725 14726 14727
FILE: ../../../third_party/icu/patches/vscomp.patch
FILE: ../../../third_party/icu/patches/wordbrk.patch
FILE: ../../../third_party/icu/patches/wpo.patch
FILE: ../../../third_party/icu/source/data/curr/pool.res
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-implicithan.icu
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-unihan.icu
FILE: ../../../third_party/icu/source/data/in/nfc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
FILE: ../../../third_party/icu/source/data/in/pnames.icu
FILE: ../../../third_party/icu/source/data/in/ubidi.icu
FILE: ../../../third_party/icu/source/data/in/ucase.icu
FILE: ../../../third_party/icu/source/data/in/unames.icu
FILE: ../../../third_party/icu/source/data/in/uprops.icu
FILE: ../../../third_party/icu/source/data/in/uts46.nrm
FILE: ../../../third_party/icu/source/data/lang/pool.res
FILE: ../../../third_party/icu/source/data/locales/pool.res
FILE: ../../../third_party/icu/source/data/mappings/big5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-jp-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-kr-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/gb18030.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm866-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-10-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-13-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-14-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-15-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-16-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-2-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-3-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-4-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-6-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-7-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-8-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-r-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-u-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/macintosh-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/shift_jis-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1250-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1251-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1252-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1253-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1254-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1255-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1256-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1257-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1258-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-874-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-936-2000.ucm
FILE: ../../../third_party/icu/source/data/mappings/x-mac-cyrillic-html.ucm
FILE: ../../../third_party/icu/source/data/region/pool.res
FILE: ../../../third_party/icu/source/data/unit/pool.res
FILE: ../../../third_party/icu/source/data/zone/pool.res
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsp
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsw
C
Chinmay Garde 已提交
14728 14729 14730 14731 14732 14733 14734 14735 14736 14737 14738 14739 14740 14741 14742 14743 14744 14745 14746 14747 14748 14749 14750 14751 14752 14753 14754 14755 14756 14757 14758 14759 14760 14761 14762 14763 14764 14765 14766 14767 14768 14769 14770 14771 14772 14773 14774 14775 14776 14777 14778 14779 14780 14781 14782 14783 14784 14785 14786 14787 14788 14789 14790 14791 14792 14793 14794 14795 14796 14797 14798 14799 14800 14801 14802 14803 14804 14805 14806 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818
FILE: ../../../third_party/icu/source/samples/ucnv/data02.bin
FILE: ../../../third_party/icu/source/tools/tzcode/asctime.c
FILE: ../../../third_party/icu/source/tools/tzcode/ialloc.c
FILE: ../../../third_party/icu/source/tools/tzcode/localtime.c
FILE: ../../../third_party/icu/source/tools/tzcode/private.h
FILE: ../../../third_party/icu/source/tools/tzcode/scheck.c
FILE: ../../../third_party/icu/source/tools/tzcode/tzfile.h
FILE: ../../../third_party/icu/source/tools/tzcode/tzselect.ksh
FILE: ../../../third_party/icu/source/tools/tzcode/zdump.c
FILE: ../../../third_party/icu/source/tools/tzcode/zic.c
FILE: ../../../third_party/icu/windows/icudt.dll
----------------------------------------------------------------------------------------------------
Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
and Technology.  All Rights Reserved.

Use, reproduction, and distribution of this software is permitted.
Any copy of this software, whether in its original form or modified,
must include both the above copyright notice and the following
paragraphs.

Nara Institute of Science and Technology (NAIST),
the copyright holders, disclaims all warranties with regard to this
software, including all implied warranties of merchantability and
fitness, in no event shall NAIST be liable for
any special, indirect or consequential damages or any damages
whatsoever resulting from loss of use, data or profits, whether in an
action of contract, negligence or other tortuous action, arising out
of or in connection with the use or performance of this software.

A large portion of the dictionary entries
originate from ICOT Free Software.  The following conditions for ICOT
Free Software applies to the current dictionary as well.

Each User may also freely distribute the Program, whether in its
original form or modified, to any third party or parties, PROVIDED
that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
on, or be attached to, the Program, which is distributed substantially
in the same form as set out herein and that such intended
distribution, if actually made, will neither violate or otherwise
contravene any of the laws and regulations of the countries having
jurisdiction over the User or the intended distribution itself.

NO WARRANTY

The program was produced on an experimental basis in the course of the
research and development conducted during the project and is provided
to users as so produced on an experimental basis.  Accordingly, the
program is provided without any warranty whatsoever, whether express,
implied, statutory or otherwise.  The term "warranty" used herein
includes, but is not limited to, any warranty of the quality,
performance, merchantability and fitness for a particular purpose of
the program and the nonexistence of any infringement or violation of
any right of any third party.

Each user of the program will agree and understand, and be deemed to
have agreed and understood, that there is no warranty whatsoever for
the program and, accordingly, the entire risk arising from or
otherwise connected with the program is assumed by the user.

Therefore, neither ICOT, the copyright holder, or any other
organization that participated in or was otherwise related to the
development of the program and their respective officials, directors,
officers and other employees shall be held liable for any and all
damages, including, without limitation, general, special, incidental
and consequential damages, arising out of or otherwise in connection
with the use or inability to use the program or any product, material
or result produced or otherwise obtained by using the program,
regardless of whether they have been advised of, or otherwise had
knowledge of, the possibility of such damages at any time during the
project or thereafter.  Each user will be deemed to have agreed to the
foregoing by his or her commencement of use of the program.  The term
"use" as used herein includes, but is not limited to, the use,
modification, copying and distribution of the program and the
production of secondary products from the program.

In the case where the program, whether in its original form or
modified, was distributed or delivered to or received by a user from
any person, organization or entity other than ICOT, unless it makes or
grants independently of ICOT any specific warranty to the user in
writing, such person, organization or entity, will also be exempted
from and not be held liable to the user for any such damages as noted
above as far as the program is concerned.
====================================================================================================

====================================================================================================
LIBRARY: icu
ORIGIN: ../../../third_party/icu/LICENSE
TYPE: LicenseType.unknown
FILE: ../../../third_party/icu/android/brkitr.patch
FILE: ../../../third_party/icu/android/currencies.list
FILE: ../../../third_party/icu/android/icudtl.dat
14819
FILE: ../../../third_party/icu/cast/icudtl.dat
14820 14821
FILE: ../../../third_party/icu/common/icudtb.dat
FILE: ../../../third_party/icu/common/icudtl.dat
14822
FILE: ../../../third_party/icu/flutter/brkitr.patch
14823
FILE: ../../../third_party/icu/flutter/icudtl.dat
14824 14825 14826 14827 14828 14829
FILE: ../../../third_party/icu/fuzzers/fuzzer_utils.h
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_break_iterator_utf32_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_number_format_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_ucasemap_fuzzer.cc
FILE: ../../../third_party/icu/ios/icudtl.dat
C
Chinmay Garde 已提交
14830 14831 14832 14833
FILE: ../../../third_party/icu/patches/cjdict.patch
FILE: ../../../third_party/icu/patches/data.build.patch
FILE: ../../../third_party/icu/patches/data.build.win.patch
FILE: ../../../third_party/icu/patches/data_symb.patch
14834 14835
FILE: ../../../third_party/icu/patches/decimalformat_align.patch
FILE: ../../../third_party/icu/patches/double_conversion.patch
C
Chinmay Garde 已提交
14836
FILE: ../../../third_party/icu/patches/gb_table.patch
14837 14838
FILE: ../../../third_party/icu/patches/greek_lowercase.patch
FILE: ../../../third_party/icu/patches/isvalidenum.patch
C
Chinmay Garde 已提交
14839 14840 14841
FILE: ../../../third_party/icu/patches/khmer-dictbe.patch
FILE: ../../../third_party/icu/patches/locale1.patch
FILE: ../../../third_party/icu/patches/locale_google.patch
14842 14843
FILE: ../../../third_party/icu/patches/locid_map.patch
FILE: ../../../third_party/icu/patches/nf_maxsig.patch
C
Chinmay Garde 已提交
14844
FILE: ../../../third_party/icu/patches/vscomp.patch
14845
FILE: ../../../third_party/icu/patches/wordbrk.patch
C
Chinmay Garde 已提交
14846
FILE: ../../../third_party/icu/patches/wpo.patch
14847 14848 14849 14850 14851 14852 14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 14863 14864 14865 14866 14867 14868 14869 14870 14871 14872 14873 14874 14875 14876 14877 14878 14879 14880 14881 14882 14883 14884 14885 14886 14887 14888 14889 14890 14891 14892 14893 14894 14895 14896 14897 14898 14899 14900 14901 14902 14903 14904 14905 14906 14907 14908 14909 14910
FILE: ../../../third_party/icu/source/data/curr/pool.res
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-implicithan.icu
FILE: ../../../third_party/icu/source/data/in/coll/ucadata-unihan.icu
FILE: ../../../third_party/icu/source/data/in/nfc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc.nrm
FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
FILE: ../../../third_party/icu/source/data/in/pnames.icu
FILE: ../../../third_party/icu/source/data/in/ubidi.icu
FILE: ../../../third_party/icu/source/data/in/ucase.icu
FILE: ../../../third_party/icu/source/data/in/unames.icu
FILE: ../../../third_party/icu/source/data/in/uprops.icu
FILE: ../../../third_party/icu/source/data/in/uts46.nrm
FILE: ../../../third_party/icu/source/data/lang/pool.res
FILE: ../../../third_party/icu/source/data/locales/pool.res
FILE: ../../../third_party/icu/source/data/mappings/big5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-jp-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-kr-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/gb18030.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm866-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-10-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-13-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-14-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-15-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-16-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-2-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-3-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-4-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-5-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-6-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-7-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859-8-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-r-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/koi8-u-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/macintosh-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/shift_jis-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1250-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1251-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1252-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1253-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1254-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1255-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1256-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1257-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-1258-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-874-html.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-936-2000.ucm
FILE: ../../../third_party/icu/source/data/mappings/x-mac-cyrillic-html.ucm
FILE: ../../../third_party/icu/source/data/region/pool.res
FILE: ../../../third_party/icu/source/data/unit/pool.res
FILE: ../../../third_party/icu/source/data/zone/pool.res
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsp
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.dsw
FILE: ../../../third_party/icu/source/samples/ucnv/data02.bin
FILE: ../../../third_party/icu/source/tools/tzcode/asctime.c
FILE: ../../../third_party/icu/source/tools/tzcode/ialloc.c
FILE: ../../../third_party/icu/source/tools/tzcode/localtime.c
FILE: ../../../third_party/icu/source/tools/tzcode/private.h
FILE: ../../../third_party/icu/source/tools/tzcode/scheck.c
FILE: ../../../third_party/icu/source/tools/tzcode/tzfile.h
FILE: ../../../third_party/icu/source/tools/tzcode/tzselect.ksh
FILE: ../../../third_party/icu/source/tools/tzcode/zdump.c
FILE: ../../../third_party/icu/source/tools/tzcode/zic.c
FILE: ../../../third_party/icu/windows/icudt.dll
----------------------------------------------------------------------------------------------------
14911 14912
Copyright © 1991-2018 Unicode, Inc. All rights reserved.
Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
14913 14914 14915 14916 14917 14918 14919 14920 14921 14922 14923 14924 14925 14926 14927 14928 14929 14930 14931 14932 14933 14934 14935 14936 14937 14938 14939 14940 14941 14942 14943

Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.

THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.

Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================

14944 14945 14946 14947 14948 14949 14950 14951 14952 14953 14954 14955 14956 14957 14958 14959 14960 14961 14962 14963 14964 14965 14966 14967 14968 14969 14970 14971 14972 14973 14974 14975 14976 14977 14978 14979 14980 14981 14982 14983 14984 14985 14986 14987 14988 14989 14990 14991 14992 14993 14994 14995 14996 14997 14998 14999 15000 15001 15002 15003 15004 15005 15006 15007 15008 15009 15010 15011 15012 15013 15014 15015 15016 15017 15018
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../third_party/icu/fuzzers/icu_converter_fuzzer.cc + ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/icu/fuzzers/icu_converter_fuzzer.cc
FILE: ../../../third_party/icu/fuzzers/icu_regex.dict
FILE: ../../../third_party/icu/fuzzers/icu_uregex_open_fuzzer.cc
----------------------------------------------------------------------------------------------------
Copyright 2016 The Chromium Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: icu
ORIGIN: ../../../third_party/icu/scripts/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/icu/fuzzers/icu_unicode_string_codepage_create_fuzzer.cc
FILE: ../../../third_party/icu/scripts/accept_lang.list
FILE: ../../../third_party/icu/scripts/chrome_ui_languages.list
FILE: ../../../third_party/icu/scripts/currencies.list
----------------------------------------------------------------------------------------------------
Copyright 2015 The Chromium Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

15019 15020 15021 15022 15023
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../third_party/icu/source/common/unicode/appendable.h
TYPE: LicenseType.icu
FILE: ../../../third_party/icu/APIChangeReport.html
C
Chinmay Garde 已提交
15024 15025 15026 15027 15028 15029 15030
FILE: ../../../third_party/icu/source/Doxyfile.in
FILE: ../../../third_party/icu/source/common/appendable.cpp
FILE: ../../../third_party/icu/source/common/bmpset.cpp
FILE: ../../../third_party/icu/source/common/bmpset.h
FILE: ../../../third_party/icu/source/common/brkeng.cpp
FILE: ../../../third_party/icu/source/common/brkeng.h
FILE: ../../../third_party/icu/source/common/brkiter.cpp
15031 15032
FILE: ../../../third_party/icu/source/common/bytesinkutil.cpp
FILE: ../../../third_party/icu/source/common/bytesinkutil.h
C
Chinmay Garde 已提交
15033 15034 15035 15036 15037 15038 15039 15040
FILE: ../../../third_party/icu/source/common/bytestream.cpp
FILE: ../../../third_party/icu/source/common/bytestrie.cpp
FILE: ../../../third_party/icu/source/common/bytestriebuilder.cpp
FILE: ../../../third_party/icu/source/common/bytestrieiterator.cpp
FILE: ../../../third_party/icu/source/common/caniter.cpp
FILE: ../../../third_party/icu/source/common/chariter.cpp
FILE: ../../../third_party/icu/source/common/charstr.cpp
FILE: ../../../third_party/icu/source/common/charstr.h
15041
FILE: ../../../third_party/icu/source/common/cmemory.cpp
C
Chinmay Garde 已提交
15042 15043 15044
FILE: ../../../third_party/icu/source/common/cmemory.h
FILE: ../../../third_party/icu/source/common/common.rc
FILE: ../../../third_party/icu/source/common/cpputils.h
15045 15046 15047
FILE: ../../../third_party/icu/source/common/cstr.cpp
FILE: ../../../third_party/icu/source/common/cstr.h
FILE: ../../../third_party/icu/source/common/cstring.cpp
C
Chinmay Garde 已提交
15048
FILE: ../../../third_party/icu/source/common/cstring.h
15049
FILE: ../../../third_party/icu/source/common/cwchar.cpp
C
Chinmay Garde 已提交
15050 15051 15052 15053 15054 15055
FILE: ../../../third_party/icu/source/common/cwchar.h
FILE: ../../../third_party/icu/source/common/dictbe.cpp
FILE: ../../../third_party/icu/source/common/dictbe.h
FILE: ../../../third_party/icu/source/common/dictionarydata.cpp
FILE: ../../../third_party/icu/source/common/dictionarydata.h
FILE: ../../../third_party/icu/source/common/dtintrv.cpp
15056
FILE: ../../../third_party/icu/source/common/edits.cpp
C
Chinmay Garde 已提交
15057
FILE: ../../../third_party/icu/source/common/errorcode.cpp
15058
FILE: ../../../third_party/icu/source/common/filteredbrk.cpp
C
Chinmay Garde 已提交
15059 15060
FILE: ../../../third_party/icu/source/common/filterednormalizer2.cpp
FILE: ../../../third_party/icu/source/common/hash.h
15061
FILE: ../../../third_party/icu/source/common/icudataver.cpp
C
Chinmay Garde 已提交
15062 15063 15064 15065 15066 15067 15068 15069 15070
FILE: ../../../third_party/icu/source/common/icuplug.cpp
FILE: ../../../third_party/icu/source/common/icuplugimp.h
FILE: ../../../third_party/icu/source/common/listformatter.cpp
FILE: ../../../third_party/icu/source/common/loadednormalizer2impl.cpp
FILE: ../../../third_party/icu/source/common/localsvc.h
FILE: ../../../third_party/icu/source/common/locavailable.cpp
FILE: ../../../third_party/icu/source/common/locbased.cpp
FILE: ../../../third_party/icu/source/common/locbased.h
FILE: ../../../third_party/icu/source/common/locdispnames.cpp
15071
FILE: ../../../third_party/icu/source/common/locdspnm.cpp
C
Chinmay Garde 已提交
15072 15073
FILE: ../../../third_party/icu/source/common/locid.cpp
FILE: ../../../third_party/icu/source/common/loclikely.cpp
15074
FILE: ../../../third_party/icu/source/common/locmap.cpp
C
Chinmay Garde 已提交
15075 15076 15077 15078 15079 15080 15081 15082 15083 15084 15085 15086 15087 15088 15089 15090 15091
FILE: ../../../third_party/icu/source/common/locmap.h
FILE: ../../../third_party/icu/source/common/locresdata.cpp
FILE: ../../../third_party/icu/source/common/locutil.cpp
FILE: ../../../third_party/icu/source/common/locutil.h
FILE: ../../../third_party/icu/source/common/messageimpl.h
FILE: ../../../third_party/icu/source/common/messagepattern.cpp
FILE: ../../../third_party/icu/source/common/msvcres.h
FILE: ../../../third_party/icu/source/common/mutex.h
FILE: ../../../third_party/icu/source/common/norm2_nfc_data.h
FILE: ../../../third_party/icu/source/common/norm2allmodes.h
FILE: ../../../third_party/icu/source/common/normalizer2.cpp
FILE: ../../../third_party/icu/source/common/normalizer2impl.cpp
FILE: ../../../third_party/icu/source/common/normalizer2impl.h
FILE: ../../../third_party/icu/source/common/normlzr.cpp
FILE: ../../../third_party/icu/source/common/parsepos.cpp
FILE: ../../../third_party/icu/source/common/patternprops.cpp
FILE: ../../../third_party/icu/source/common/patternprops.h
15092 15093
FILE: ../../../third_party/icu/source/common/pluralmap.cpp
FILE: ../../../third_party/icu/source/common/pluralmap.h
C
Chinmay Garde 已提交
15094 15095 15096
FILE: ../../../third_party/icu/source/common/propname.cpp
FILE: ../../../third_party/icu/source/common/propname.h
FILE: ../../../third_party/icu/source/common/propname_data.h
15097
FILE: ../../../third_party/icu/source/common/propsvec.cpp
C
Chinmay Garde 已提交
15098 15099 15100 15101 15102 15103
FILE: ../../../third_party/icu/source/common/propsvec.h
FILE: ../../../third_party/icu/source/common/punycode.cpp
FILE: ../../../third_party/icu/source/common/punycode.h
FILE: ../../../third_party/icu/source/common/putil.cpp
FILE: ../../../third_party/icu/source/common/putilimp.h
FILE: ../../../third_party/icu/source/common/rbbi.cpp
15104 15105
FILE: ../../../third_party/icu/source/common/rbbi_cache.cpp
FILE: ../../../third_party/icu/source/common/rbbi_cache.h
C
Chinmay Garde 已提交
15106 15107 15108 15109 15110 15111 15112 15113 15114 15115 15116 15117 15118 15119 15120 15121
FILE: ../../../third_party/icu/source/common/rbbidata.cpp
FILE: ../../../third_party/icu/source/common/rbbidata.h
FILE: ../../../third_party/icu/source/common/rbbinode.cpp
FILE: ../../../third_party/icu/source/common/rbbinode.h
FILE: ../../../third_party/icu/source/common/rbbirb.cpp
FILE: ../../../third_party/icu/source/common/rbbirb.h
FILE: ../../../third_party/icu/source/common/rbbirpt.h
FILE: ../../../third_party/icu/source/common/rbbiscan.cpp
FILE: ../../../third_party/icu/source/common/rbbiscan.h
FILE: ../../../third_party/icu/source/common/rbbisetb.cpp
FILE: ../../../third_party/icu/source/common/rbbisetb.h
FILE: ../../../third_party/icu/source/common/rbbistbl.cpp
FILE: ../../../third_party/icu/source/common/rbbitblb.cpp
FILE: ../../../third_party/icu/source/common/rbbitblb.h
FILE: ../../../third_party/icu/source/common/resbund.cpp
FILE: ../../../third_party/icu/source/common/resbund_cnv.cpp
15122 15123
FILE: ../../../third_party/icu/source/common/resource.cpp
FILE: ../../../third_party/icu/source/common/resource.h
C
Chinmay Garde 已提交
15124 15125 15126 15127 15128 15129 15130 15131 15132 15133 15134 15135 15136 15137 15138
FILE: ../../../third_party/icu/source/common/ruleiter.cpp
FILE: ../../../third_party/icu/source/common/ruleiter.h
FILE: ../../../third_party/icu/source/common/schriter.cpp
FILE: ../../../third_party/icu/source/common/serv.cpp
FILE: ../../../third_party/icu/source/common/serv.h
FILE: ../../../third_party/icu/source/common/servlk.cpp
FILE: ../../../third_party/icu/source/common/servlkf.cpp
FILE: ../../../third_party/icu/source/common/servloc.h
FILE: ../../../third_party/icu/source/common/servls.cpp
FILE: ../../../third_party/icu/source/common/servnotf.cpp
FILE: ../../../third_party/icu/source/common/servnotf.h
FILE: ../../../third_party/icu/source/common/servrbf.cpp
FILE: ../../../third_party/icu/source/common/servslkf.cpp
FILE: ../../../third_party/icu/source/common/sharedobject.cpp
FILE: ../../../third_party/icu/source/common/sharedobject.h
15139
FILE: ../../../third_party/icu/source/common/simpleformatter.cpp
C
Chinmay Garde 已提交
15140
FILE: ../../../third_party/icu/source/common/sprpimpl.h
15141 15142
FILE: ../../../third_party/icu/source/common/static_unicode_sets.cpp
FILE: ../../../third_party/icu/source/common/static_unicode_sets.h
C
Chinmay Garde 已提交
15143 15144
FILE: ../../../third_party/icu/source/common/stringpiece.cpp
FILE: ../../../third_party/icu/source/common/stringtriebuilder.cpp
15145
FILE: ../../../third_party/icu/source/common/uarrsort.cpp
C
Chinmay Garde 已提交
15146 15147
FILE: ../../../third_party/icu/source/common/uarrsort.h
FILE: ../../../third_party/icu/source/common/uassert.h
15148 15149
FILE: ../../../third_party/icu/source/common/ubidi.cpp
FILE: ../../../third_party/icu/source/common/ubidi_props.cpp
C
Chinmay Garde 已提交
15150 15151 15152
FILE: ../../../third_party/icu/source/common/ubidi_props.h
FILE: ../../../third_party/icu/source/common/ubidi_props_data.h
FILE: ../../../third_party/icu/source/common/ubidiimp.h
15153 15154 15155
FILE: ../../../third_party/icu/source/common/ubidiln.cpp
FILE: ../../../third_party/icu/source/common/ubiditransform.cpp
FILE: ../../../third_party/icu/source/common/ubidiwrt.cpp
C
Chinmay Garde 已提交
15156 15157 15158 15159 15160 15161
FILE: ../../../third_party/icu/source/common/ubrk.cpp
FILE: ../../../third_party/icu/source/common/ubrkimpl.h
FILE: ../../../third_party/icu/source/common/ucase.cpp
FILE: ../../../third_party/icu/source/common/ucase.h
FILE: ../../../third_party/icu/source/common/ucase_props_data.h
FILE: ../../../third_party/icu/source/common/ucasemap.cpp
15162
FILE: ../../../third_party/icu/source/common/ucasemap_imp.h
C
Chinmay Garde 已提交
15163
FILE: ../../../third_party/icu/source/common/ucasemap_titlecase_brkiter.cpp
15164 15165
FILE: ../../../third_party/icu/source/common/ucat.cpp
FILE: ../../../third_party/icu/source/common/uchar.cpp
C
Chinmay Garde 已提交
15166 15167 15168 15169 15170 15171 15172 15173 15174
FILE: ../../../third_party/icu/source/common/uchar_props_data.h
FILE: ../../../third_party/icu/source/common/ucharstrie.cpp
FILE: ../../../third_party/icu/source/common/ucharstriebuilder.cpp
FILE: ../../../third_party/icu/source/common/ucharstrieiterator.cpp
FILE: ../../../third_party/icu/source/common/uchriter.cpp
FILE: ../../../third_party/icu/source/common/ucln.h
FILE: ../../../third_party/icu/source/common/ucln_cmn.cpp
FILE: ../../../third_party/icu/source/common/ucln_cmn.h
FILE: ../../../third_party/icu/source/common/ucln_imp.h
15175
FILE: ../../../third_party/icu/source/common/ucmndata.cpp
C
Chinmay Garde 已提交
15176
FILE: ../../../third_party/icu/source/common/ucmndata.h
15177
FILE: ../../../third_party/icu/source/common/ucnv.cpp
C
Chinmay Garde 已提交
15178 15179 15180
FILE: ../../../third_party/icu/source/common/ucnv2022.cpp
FILE: ../../../third_party/icu/source/common/ucnv_bld.cpp
FILE: ../../../third_party/icu/source/common/ucnv_bld.h
15181 15182
FILE: ../../../third_party/icu/source/common/ucnv_cb.cpp
FILE: ../../../third_party/icu/source/common/ucnv_cnv.cpp
C
Chinmay Garde 已提交
15183
FILE: ../../../third_party/icu/source/common/ucnv_cnv.h
15184 15185
FILE: ../../../third_party/icu/source/common/ucnv_ct.cpp
FILE: ../../../third_party/icu/source/common/ucnv_err.cpp
C
Chinmay Garde 已提交
15186 15187 15188 15189 15190
FILE: ../../../third_party/icu/source/common/ucnv_ext.cpp
FILE: ../../../third_party/icu/source/common/ucnv_ext.h
FILE: ../../../third_party/icu/source/common/ucnv_imp.h
FILE: ../../../third_party/icu/source/common/ucnv_io.cpp
FILE: ../../../third_party/icu/source/common/ucnv_io.h
15191 15192 15193 15194 15195 15196
FILE: ../../../third_party/icu/source/common/ucnv_lmb.cpp
FILE: ../../../third_party/icu/source/common/ucnv_set.cpp
FILE: ../../../third_party/icu/source/common/ucnv_u16.cpp
FILE: ../../../third_party/icu/source/common/ucnv_u32.cpp
FILE: ../../../third_party/icu/source/common/ucnv_u7.cpp
FILE: ../../../third_party/icu/source/common/ucnv_u8.cpp
C
Chinmay Garde 已提交
15197
FILE: ../../../third_party/icu/source/common/ucnvbocu.cpp
15198 15199 15200 15201
FILE: ../../../third_party/icu/source/common/ucnvdisp.cpp
FILE: ../../../third_party/icu/source/common/ucnvhz.cpp
FILE: ../../../third_party/icu/source/common/ucnvisci.cpp
FILE: ../../../third_party/icu/source/common/ucnvlat1.cpp
C
Chinmay Garde 已提交
15202 15203
FILE: ../../../third_party/icu/source/common/ucnvmbcs.cpp
FILE: ../../../third_party/icu/source/common/ucnvmbcs.h
15204
FILE: ../../../third_party/icu/source/common/ucnvscsu.cpp
C
Chinmay Garde 已提交
15205 15206 15207 15208
FILE: ../../../third_party/icu/source/common/ucnvsel.cpp
FILE: ../../../third_party/icu/source/common/ucol_data.h
FILE: ../../../third_party/icu/source/common/ucol_swp.cpp
FILE: ../../../third_party/icu/source/common/ucol_swp.h
15209 15210
FILE: ../../../third_party/icu/source/common/ucurr.cpp
FILE: ../../../third_party/icu/source/common/ucurrimp.h
C
Chinmay Garde 已提交
15211
FILE: ../../../third_party/icu/source/common/udata.cpp
15212
FILE: ../../../third_party/icu/source/common/udatamem.cpp
C
Chinmay Garde 已提交
15213
FILE: ../../../third_party/icu/source/common/udatamem.h
15214
FILE: ../../../third_party/icu/source/common/udataswp.cpp
C
Chinmay Garde 已提交
15215 15216
FILE: ../../../third_party/icu/source/common/udataswp.h
FILE: ../../../third_party/icu/source/common/uelement.h
15217
FILE: ../../../third_party/icu/source/common/uenum.cpp
C
Chinmay Garde 已提交
15218
FILE: ../../../third_party/icu/source/common/uenumimp.h
15219
FILE: ../../../third_party/icu/source/common/uhash.cpp
C
Chinmay Garde 已提交
15220 15221 15222 15223
FILE: ../../../third_party/icu/source/common/uhash.h
FILE: ../../../third_party/icu/source/common/uhash_us.cpp
FILE: ../../../third_party/icu/source/common/uidna.cpp
FILE: ../../../third_party/icu/source/common/uinit.cpp
15224
FILE: ../../../third_party/icu/source/common/uinvchar.cpp
C
Chinmay Garde 已提交
15225 15226
FILE: ../../../third_party/icu/source/common/uinvchar.h
FILE: ../../../third_party/icu/source/common/uiter.cpp
15227
FILE: ../../../third_party/icu/source/common/ulist.cpp
C
Chinmay Garde 已提交
15228
FILE: ../../../third_party/icu/source/common/ulist.h
15229
FILE: ../../../third_party/icu/source/common/ulistformatter.cpp
C
Chinmay Garde 已提交
15230 15231
FILE: ../../../third_party/icu/source/common/uloc.cpp
FILE: ../../../third_party/icu/source/common/uloc_keytype.cpp
15232
FILE: ../../../third_party/icu/source/common/uloc_tag.cpp
C
Chinmay Garde 已提交
15233
FILE: ../../../third_party/icu/source/common/ulocimp.h
15234
FILE: ../../../third_party/icu/source/common/umapfile.cpp
C
Chinmay Garde 已提交
15235
FILE: ../../../third_party/icu/source/common/umapfile.h
15236
FILE: ../../../third_party/icu/source/common/umath.cpp
C
Chinmay Garde 已提交
15237 15238 15239 15240 15241 15242 15243 15244 15245
FILE: ../../../third_party/icu/source/common/umutex.cpp
FILE: ../../../third_party/icu/source/common/umutex.h
FILE: ../../../third_party/icu/source/common/unames.cpp
FILE: ../../../third_party/icu/source/common/unicode/appendable.h
FILE: ../../../third_party/icu/source/common/unicode/brkiter.h
FILE: ../../../third_party/icu/source/common/unicode/bytestream.h
FILE: ../../../third_party/icu/source/common/unicode/bytestrie.h
FILE: ../../../third_party/icu/source/common/unicode/bytestriebuilder.h
FILE: ../../../third_party/icu/source/common/unicode/caniter.h
15246 15247
FILE: ../../../third_party/icu/source/common/unicode/casemap.h
FILE: ../../../third_party/icu/source/common/unicode/char16ptr.h
C
Chinmay Garde 已提交
15248 15249 15250 15251
FILE: ../../../third_party/icu/source/common/unicode/chariter.h
FILE: ../../../third_party/icu/source/common/unicode/dbbi.h
FILE: ../../../third_party/icu/source/common/unicode/docmain.h
FILE: ../../../third_party/icu/source/common/unicode/dtintrv.h
15252
FILE: ../../../third_party/icu/source/common/unicode/edits.h
C
Chinmay Garde 已提交
15253 15254
FILE: ../../../third_party/icu/source/common/unicode/enumset.h
FILE: ../../../third_party/icu/source/common/unicode/errorcode.h
15255
FILE: ../../../third_party/icu/source/common/unicode/filteredbrk.h
C
Chinmay Garde 已提交
15256 15257 15258 15259 15260
FILE: ../../../third_party/icu/source/common/unicode/icudataver.h
FILE: ../../../third_party/icu/source/common/unicode/icuplug.h
FILE: ../../../third_party/icu/source/common/unicode/idna.h
FILE: ../../../third_party/icu/source/common/unicode/listformatter.h
FILE: ../../../third_party/icu/source/common/unicode/localpointer.h
15261
FILE: ../../../third_party/icu/source/common/unicode/locdspnm.h
C
Chinmay Garde 已提交
15262 15263 15264 15265 15266 15267 15268 15269 15270 15271 15272 15273 15274
FILE: ../../../third_party/icu/source/common/unicode/locid.h
FILE: ../../../third_party/icu/source/common/unicode/messagepattern.h
FILE: ../../../third_party/icu/source/common/unicode/normalizer2.h
FILE: ../../../third_party/icu/source/common/unicode/normlzr.h
FILE: ../../../third_party/icu/source/common/unicode/parseerr.h
FILE: ../../../third_party/icu/source/common/unicode/parsepos.h
FILE: ../../../third_party/icu/source/common/unicode/platform.h
FILE: ../../../third_party/icu/source/common/unicode/ptypes.h
FILE: ../../../third_party/icu/source/common/unicode/putil.h
FILE: ../../../third_party/icu/source/common/unicode/rbbi.h
FILE: ../../../third_party/icu/source/common/unicode/rep.h
FILE: ../../../third_party/icu/source/common/unicode/resbund.h
FILE: ../../../third_party/icu/source/common/unicode/schriter.h
15275
FILE: ../../../third_party/icu/source/common/unicode/simpleformatter.h
C
Chinmay Garde 已提交
15276 15277
FILE: ../../../third_party/icu/source/common/unicode/std_string.h
FILE: ../../../third_party/icu/source/common/unicode/strenum.h
15278
FILE: ../../../third_party/icu/source/common/unicode/stringoptions.h
C
Chinmay Garde 已提交
15279 15280 15281 15282
FILE: ../../../third_party/icu/source/common/unicode/stringpiece.h
FILE: ../../../third_party/icu/source/common/unicode/stringtriebuilder.h
FILE: ../../../third_party/icu/source/common/unicode/symtable.h
FILE: ../../../third_party/icu/source/common/unicode/ubidi.h
15283
FILE: ../../../third_party/icu/source/common/unicode/ubiditransform.h
C
Chinmay Garde 已提交
15284 15285 15286 15287 15288 15289 15290 15291 15292 15293 15294 15295 15296
FILE: ../../../third_party/icu/source/common/unicode/ubrk.h
FILE: ../../../third_party/icu/source/common/unicode/ucasemap.h
FILE: ../../../third_party/icu/source/common/unicode/ucat.h
FILE: ../../../third_party/icu/source/common/unicode/uchar.h
FILE: ../../../third_party/icu/source/common/unicode/ucharstrie.h
FILE: ../../../third_party/icu/source/common/unicode/ucharstriebuilder.h
FILE: ../../../third_party/icu/source/common/unicode/uchriter.h
FILE: ../../../third_party/icu/source/common/unicode/uclean.h
FILE: ../../../third_party/icu/source/common/unicode/ucnv.h
FILE: ../../../third_party/icu/source/common/unicode/ucnv_cb.h
FILE: ../../../third_party/icu/source/common/unicode/ucnv_err.h
FILE: ../../../third_party/icu/source/common/unicode/ucnvsel.h
FILE: ../../../third_party/icu/source/common/unicode/uconfig.h
15297
FILE: ../../../third_party/icu/source/common/unicode/ucurr.h
C
Chinmay Garde 已提交
15298
FILE: ../../../third_party/icu/source/common/unicode/udata.h
15299
FILE: ../../../third_party/icu/source/common/unicode/udisplaycontext.h
C
Chinmay Garde 已提交
15300 15301 15302
FILE: ../../../third_party/icu/source/common/unicode/uenum.h
FILE: ../../../third_party/icu/source/common/unicode/uidna.h
FILE: ../../../third_party/icu/source/common/unicode/uiter.h
15303 15304
FILE: ../../../third_party/icu/source/common/unicode/uldnames.h
FILE: ../../../third_party/icu/source/common/unicode/ulistformatter.h
C
Chinmay Garde 已提交
15305 15306 15307 15308 15309 15310 15311 15312 15313 15314 15315 15316 15317 15318 15319 15320 15321 15322 15323 15324 15325 15326 15327 15328 15329 15330 15331 15332 15333 15334 15335 15336 15337 15338 15339 15340 15341 15342 15343 15344 15345 15346 15347 15348 15349 15350
FILE: ../../../third_party/icu/source/common/unicode/uloc.h
FILE: ../../../third_party/icu/source/common/unicode/umachine.h
FILE: ../../../third_party/icu/source/common/unicode/umisc.h
FILE: ../../../third_party/icu/source/common/unicode/unifilt.h
FILE: ../../../third_party/icu/source/common/unicode/unifunct.h
FILE: ../../../third_party/icu/source/common/unicode/unimatch.h
FILE: ../../../third_party/icu/source/common/unicode/uniset.h
FILE: ../../../third_party/icu/source/common/unicode/unistr.h
FILE: ../../../third_party/icu/source/common/unicode/unorm.h
FILE: ../../../third_party/icu/source/common/unicode/unorm2.h
FILE: ../../../third_party/icu/source/common/unicode/uobject.h
FILE: ../../../third_party/icu/source/common/unicode/urename.h
FILE: ../../../third_party/icu/source/common/unicode/urep.h
FILE: ../../../third_party/icu/source/common/unicode/ures.h
FILE: ../../../third_party/icu/source/common/unicode/uscript.h
FILE: ../../../third_party/icu/source/common/unicode/uset.h
FILE: ../../../third_party/icu/source/common/unicode/usetiter.h
FILE: ../../../third_party/icu/source/common/unicode/ushape.h
FILE: ../../../third_party/icu/source/common/unicode/usprep.h
FILE: ../../../third_party/icu/source/common/unicode/ustring.h
FILE: ../../../third_party/icu/source/common/unicode/ustringtrie.h
FILE: ../../../third_party/icu/source/common/unicode/utext.h
FILE: ../../../third_party/icu/source/common/unicode/utf.h
FILE: ../../../third_party/icu/source/common/unicode/utf16.h
FILE: ../../../third_party/icu/source/common/unicode/utf32.h
FILE: ../../../third_party/icu/source/common/unicode/utf8.h
FILE: ../../../third_party/icu/source/common/unicode/utf_old.h
FILE: ../../../third_party/icu/source/common/unicode/utrace.h
FILE: ../../../third_party/icu/source/common/unicode/utypes.h
FILE: ../../../third_party/icu/source/common/unicode/uvernum.h
FILE: ../../../third_party/icu/source/common/unicode/uversion.h
FILE: ../../../third_party/icu/source/common/unifiedcache.cpp
FILE: ../../../third_party/icu/source/common/unifiedcache.h
FILE: ../../../third_party/icu/source/common/unifilt.cpp
FILE: ../../../third_party/icu/source/common/unifunct.cpp
FILE: ../../../third_party/icu/source/common/uniset.cpp
FILE: ../../../third_party/icu/source/common/uniset_closure.cpp
FILE: ../../../third_party/icu/source/common/uniset_props.cpp
FILE: ../../../third_party/icu/source/common/unisetspan.cpp
FILE: ../../../third_party/icu/source/common/unisetspan.h
FILE: ../../../third_party/icu/source/common/unistr.cpp
FILE: ../../../third_party/icu/source/common/unistr_case.cpp
FILE: ../../../third_party/icu/source/common/unistr_case_locale.cpp
FILE: ../../../third_party/icu/source/common/unistr_cnv.cpp
FILE: ../../../third_party/icu/source/common/unistr_props.cpp
FILE: ../../../third_party/icu/source/common/unistr_titlecase_brkiter.cpp
15351
FILE: ../../../third_party/icu/source/common/unistrappender.h
C
Chinmay Garde 已提交
15352 15353 15354 15355 15356 15357 15358
FILE: ../../../third_party/icu/source/common/unorm.cpp
FILE: ../../../third_party/icu/source/common/unormcmp.cpp
FILE: ../../../third_party/icu/source/common/unormimp.h
FILE: ../../../third_party/icu/source/common/uobject.cpp
FILE: ../../../third_party/icu/source/common/uposixdefs.h
FILE: ../../../third_party/icu/source/common/uprops.cpp
FILE: ../../../third_party/icu/source/common/uprops.h
15359
FILE: ../../../third_party/icu/source/common/ures_cnv.cpp
C
Chinmay Garde 已提交
15360
FILE: ../../../third_party/icu/source/common/uresbund.cpp
15361
FILE: ../../../third_party/icu/source/common/uresdata.cpp
C
Chinmay Garde 已提交
15362 15363 15364
FILE: ../../../third_party/icu/source/common/uresdata.h
FILE: ../../../third_party/icu/source/common/uresimp.h
FILE: ../../../third_party/icu/source/common/ureslocs.h
15365
FILE: ../../../third_party/icu/source/common/usc_impl.cpp
C
Chinmay Garde 已提交
15366
FILE: ../../../third_party/icu/source/common/usc_impl.h
15367
FILE: ../../../third_party/icu/source/common/uscript.cpp
C
Chinmay Garde 已提交
15368 15369 15370 15371 15372 15373 15374 15375 15376 15377 15378 15379 15380 15381 15382 15383 15384
FILE: ../../../third_party/icu/source/common/uscript_props.cpp
FILE: ../../../third_party/icu/source/common/uset.cpp
FILE: ../../../third_party/icu/source/common/uset_imp.h
FILE: ../../../third_party/icu/source/common/uset_props.cpp
FILE: ../../../third_party/icu/source/common/usetiter.cpp
FILE: ../../../third_party/icu/source/common/ushape.cpp
FILE: ../../../third_party/icu/source/common/usprep.cpp
FILE: ../../../third_party/icu/source/common/ustack.cpp
FILE: ../../../third_party/icu/source/common/ustr_cnv.cpp
FILE: ../../../third_party/icu/source/common/ustr_cnv.h
FILE: ../../../third_party/icu/source/common/ustr_imp.h
FILE: ../../../third_party/icu/source/common/ustr_titlecase_brkiter.cpp
FILE: ../../../third_party/icu/source/common/ustr_wcs.cpp
FILE: ../../../third_party/icu/source/common/ustrcase.cpp
FILE: ../../../third_party/icu/source/common/ustrcase_locale.cpp
FILE: ../../../third_party/icu/source/common/ustrenum.cpp
FILE: ../../../third_party/icu/source/common/ustrenum.h
15385
FILE: ../../../third_party/icu/source/common/ustrfmt.cpp
C
Chinmay Garde 已提交
15386 15387 15388 15389
FILE: ../../../third_party/icu/source/common/ustrfmt.h
FILE: ../../../third_party/icu/source/common/ustring.cpp
FILE: ../../../third_party/icu/source/common/ustrtrns.cpp
FILE: ../../../third_party/icu/source/common/utext.cpp
15390
FILE: ../../../third_party/icu/source/common/utf_impl.cpp
C
Chinmay Garde 已提交
15391 15392 15393
FILE: ../../../third_party/icu/source/common/util.cpp
FILE: ../../../third_party/icu/source/common/util.h
FILE: ../../../third_party/icu/source/common/util_props.cpp
15394
FILE: ../../../third_party/icu/source/common/utrace.cpp
C
Chinmay Garde 已提交
15395 15396 15397 15398 15399 15400 15401 15402 15403
FILE: ../../../third_party/icu/source/common/utracimp.h
FILE: ../../../third_party/icu/source/common/utrie.cpp
FILE: ../../../third_party/icu/source/common/utrie.h
FILE: ../../../third_party/icu/source/common/utrie2.cpp
FILE: ../../../third_party/icu/source/common/utrie2.h
FILE: ../../../third_party/icu/source/common/utrie2_builder.cpp
FILE: ../../../third_party/icu/source/common/utrie2_impl.h
FILE: ../../../third_party/icu/source/common/uts46.cpp
FILE: ../../../third_party/icu/source/common/utypeinfo.h
15404
FILE: ../../../third_party/icu/source/common/utypes.cpp
C
Chinmay Garde 已提交
15405 15406 15407 15408 15409 15410
FILE: ../../../third_party/icu/source/common/uvector.cpp
FILE: ../../../third_party/icu/source/common/uvector.h
FILE: ../../../third_party/icu/source/common/uvectr32.cpp
FILE: ../../../third_party/icu/source/common/uvectr32.h
FILE: ../../../third_party/icu/source/common/uvectr64.cpp
FILE: ../../../third_party/icu/source/common/uvectr64.h
15411
FILE: ../../../third_party/icu/source/common/wintz.cpp
C
Chinmay Garde 已提交
15412 15413 15414 15415 15416 15417 15418 15419 15420 15421 15422 15423 15424 15425 15426 15427 15428 15429 15430 15431 15432 15433 15434 15435 15436 15437 15438 15439 15440 15441 15442 15443 15444 15445 15446 15447 15448
FILE: ../../../third_party/icu/source/common/wintz.h
FILE: ../../../third_party/icu/source/config/icu-config-bottom
FILE: ../../../third_party/icu/source/config/icu-config.1.in
FILE: ../../../third_party/icu/source/config/icu.pc.in
FILE: ../../../third_party/icu/source/config/make2sh.sed
FILE: ../../../third_party/icu/source/config/mh-aix-gcc
FILE: ../../../third_party/icu/source/config/mh-aix-va
FILE: ../../../third_party/icu/source/config/mh-alpha-linux-cc
FILE: ../../../third_party/icu/source/config/mh-alpha-linux-gcc
FILE: ../../../third_party/icu/source/config/mh-alpha-osf
FILE: ../../../third_party/icu/source/config/mh-beos
FILE: ../../../third_party/icu/source/config/mh-bsd-gcc
FILE: ../../../third_party/icu/source/config/mh-cygwin
FILE: ../../../third_party/icu/source/config/mh-cygwin-msvc
FILE: ../../../third_party/icu/source/config/mh-cygwin64
FILE: ../../../third_party/icu/source/config/mh-darwin
FILE: ../../../third_party/icu/source/config/mh-haiku
FILE: ../../../third_party/icu/source/config/mh-hpux-acc
FILE: ../../../third_party/icu/source/config/mh-hpux-gcc
FILE: ../../../third_party/icu/source/config/mh-irix
FILE: ../../../third_party/icu/source/config/mh-linux
FILE: ../../../third_party/icu/source/config/mh-linux-va
FILE: ../../../third_party/icu/source/config/mh-mingw
FILE: ../../../third_party/icu/source/config/mh-mingw64
FILE: ../../../third_party/icu/source/config/mh-mpras
FILE: ../../../third_party/icu/source/config/mh-msys-msvc
FILE: ../../../third_party/icu/source/config/mh-os390
FILE: ../../../third_party/icu/source/config/mh-os400
FILE: ../../../third_party/icu/source/config/mh-qnx
FILE: ../../../third_party/icu/source/config/mh-solaris
FILE: ../../../third_party/icu/source/config/mh-solaris-gcc
FILE: ../../../third_party/icu/source/config/mh-unknown
FILE: ../../../third_party/icu/source/config/windows-update.sed.in
FILE: ../../../third_party/icu/source/data/build.xml
FILE: ../../../third_party/icu/source/data/icu-coll-deprecates.xml
FILE: ../../../third_party/icu/source/data/icu-config.xml
FILE: ../../../third_party/icu/source/data/icu-locale-deprecates.xml
15449
FILE: ../../../third_party/icu/source/data/icu-rbnf-deprecates.xml
C
Chinmay Garde 已提交
15450 15451 15452 15453 15454 15455
FILE: ../../../third_party/icu/source/data/icupkg.inc.in
FILE: ../../../third_party/icu/source/data/makedata.mak
FILE: ../../../third_party/icu/source/data/mappings/cns-11643-1992.ucm
FILE: ../../../third_party/icu/source/data/mappings/ebcdic-xml-us.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-jp-2007.ucm
FILE: ../../../third_party/icu/source/data/mappings/euc-tw-2014.ucm
15456
FILE: ../../../third_party/icu/source/data/mappings/gsm-03.38-2009.ucm
C
Chinmay Garde 已提交
15457 15458 15459 15460 15461 15462 15463 15464 15465 15466 15467 15468 15469 15470 15471 15472 15473 15474 15475 15476 15477 15478 15479 15480 15481 15482 15483 15484 15485 15486 15487 15488 15489 15490 15491 15492 15493 15494 15495 15496 15497 15498 15499 15500 15501 15502 15503 15504 15505 15506 15507 15508 15509 15510 15511 15512 15513 15514 15515 15516 15517 15518 15519 15520 15521 15522 15523 15524 15525 15526 15527 15528 15529 15530 15531 15532 15533 15534 15535 15536 15537 15538 15539 15540 15541 15542 15543 15544 15545 15546 15547 15548 15549 15550 15551 15552 15553 15554 15555 15556 15557 15558 15559 15560 15561 15562 15563 15564 15565 15566 15567 15568 15569 15570 15571 15572 15573 15574 15575 15576 15577 15578 15579 15580 15581 15582 15583 15584 15585 15586 15587 15588 15589 15590 15591 15592 15593 15594 15595 15596 15597 15598 15599 15600 15601 15602 15603 15604 15605 15606 15607 15608 15609 15610 15611 15612 15613 15614 15615 15616 15617 15618 15619 15620 15621 15622 15623 15624 15625
FILE: ../../../third_party/icu/source/data/mappings/ibm-1006_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1025_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1026_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1047_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1051_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1089_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1097_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1098_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1112_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1122_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1123_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1124_P100-1996.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1125_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1129_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1130_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1131_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1132_P100-1998.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1133_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1137_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1140_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1141_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1142_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1143_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1144_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1145_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1146_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1147_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1148_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1149_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1153_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1154_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1155_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1156_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1157_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1158_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1160_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1162_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1164_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1168_P100-2002.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1250_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1251_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1252_P100-2000.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1253_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1254_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1255_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1256_P110-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1257_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1258_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-12712_P100-1998.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1276_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1363_P110-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1363_P11B-1998.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1364_P110-2007.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1371_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1373_P100-2002.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1375_P100-2008.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1383_P110-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1386_P100-2001.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1388_P103-2001.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1390_P110-2003.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-1399_P110-2003.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-16684_P110-2003.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-16804_X110-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-273_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-277_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-278_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-280_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-284_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-285_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-290_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-297_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-33722_P120-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-33722_P12A_P12A-2004_U2.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-33722_P12A_P12A-2009_U2.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-37_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-420_X120-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-424_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-437_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-4517_P100-2005.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-4899_P100-1998.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-4909_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-4971_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-500_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-5012_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-5123_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-5346_P100-1998.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-5347_P100-1998.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-5348_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-5349_P100-1998.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-5350_P100-1998.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-5351_P100-1998.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-5352_P100-1998.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-5353_P100-1998.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-5354_P100-1998.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-5471_P100-2006.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-5478_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-720_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-737_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-775_P100-1996.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-803_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-813_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-838_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-8482_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-850_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-851_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-852_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-855_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-856_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-857_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-858_P100-1997.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-860_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-861_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-862_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-863_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-864_X110-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-865_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-866_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-867_P100-1998.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-868_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-869_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-870_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-871_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-874_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-875_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-878_P100-1996.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-9005_X110-2007.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-901_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-902_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-9067_X100-2005.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-912_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-913_P100-2000.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-914_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-915_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-916_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-918_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-920_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-921_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-922_P100-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-923_P100-1998.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-930_P120-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-933_P110-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-935_P110-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-937_P110-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-939_P120-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-942_P12A-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-943_P130-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-943_P15A-2003.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-9447_P100-2002.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-9448_X100-2005.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-9449_P100-2002.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-949_P110-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-949_P11A-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-950_P110-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-954_P101-2007.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-964_P110-1999.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-970_P110_P110-2006_U2.ucm
FILE: ../../../third_party/icu/source/data/mappings/ibm-971_P100-1995.ucm
FILE: ../../../third_party/icu/source/data/mappings/icu-internal-25546.ucm
FILE: ../../../third_party/icu/source/data/mappings/icu-internal-compound-d1.ucm
FILE: ../../../third_party/icu/source/data/mappings/icu-internal-compound-d2.ucm
FILE: ../../../third_party/icu/source/data/mappings/icu-internal-compound-d3.ucm
FILE: ../../../third_party/icu/source/data/mappings/icu-internal-compound-d4.ucm
FILE: ../../../third_party/icu/source/data/mappings/icu-internal-compound-d5.ucm
FILE: ../../../third_party/icu/source/data/mappings/icu-internal-compound-d6.ucm
FILE: ../../../third_party/icu/source/data/mappings/icu-internal-compound-d7.ucm
FILE: ../../../third_party/icu/source/data/mappings/icu-internal-compound-s1.ucm
FILE: ../../../third_party/icu/source/data/mappings/icu-internal-compound-s2.ucm
FILE: ../../../third_party/icu/source/data/mappings/icu-internal-compound-s3.ucm
FILE: ../../../third_party/icu/source/data/mappings/icu-internal-compound-t.ucm
15626 15627 15628
FILE: ../../../third_party/icu/source/data/mappings/iso-8859_10-1998.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859_11-2001.ucm
FILE: ../../../third_party/icu/source/data/mappings/iso-8859_14-1998.ucm
C
Chinmay Garde 已提交
15629 15630 15631 15632 15633 15634 15635 15636 15637 15638 15639 15640 15641 15642 15643 15644 15645 15646 15647 15648 15649 15650 15651 15652 15653 15654 15655 15656 15657 15658 15659 15660 15661 15662 15663 15664 15665 15666 15667 15668 15669 15670 15671 15672 15673 15674 15675 15676 15677 15678 15679 15680 15681 15682 15683 15684 15685 15686 15687 15688 15689 15690 15691 15692 15693 15694 15695 15696 15697 15698 15699 15700 15701 15702 15703 15704 15705 15706 15707 15708 15709
FILE: ../../../third_party/icu/source/data/mappings/iso-ir-165.ucm
FILE: ../../../third_party/icu/source/data/mappings/jisx-212.ucm
FILE: ../../../third_party/icu/source/data/mappings/lmb-excp.ucm
FILE: ../../../third_party/icu/source/data/mappings/macos-0_2-10.2.ucm
FILE: ../../../third_party/icu/source/data/mappings/macos-29-10.2.ucm
FILE: ../../../third_party/icu/source/data/mappings/macos-35-10.2.ucm
FILE: ../../../third_party/icu/source/data/mappings/macos-6_2-10.4.ucm
FILE: ../../../third_party/icu/source/data/mappings/macos-7_3-10.2.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-874-2000.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-949-2000.ucm
FILE: ../../../third_party/icu/source/data/mappings/windows-950-2000.ucm
FILE: ../../../third_party/icu/source/data/misc/icudata.rc
FILE: ../../../third_party/icu/source/extra/scrptrun/scrptrun.cpp
FILE: ../../../third_party/icu/source/extra/scrptrun/scrptrun.h
FILE: ../../../third_party/icu/source/extra/scrptrun/srtest.cpp
FILE: ../../../third_party/icu/source/extra/uconv/makedata.mak
FILE: ../../../third_party/icu/source/extra/uconv/pkgdata.inc.in
FILE: ../../../third_party/icu/source/extra/uconv/uconv.1.in
FILE: ../../../third_party/icu/source/extra/uconv/uconv.cpp
FILE: ../../../third_party/icu/source/extra/uconv/unicode/uwmsg.h
FILE: ../../../third_party/icu/source/extra/uconv/uwmsg.c
FILE: ../../../third_party/icu/source/i18n/alphaindex.cpp
FILE: ../../../third_party/icu/source/i18n/anytrans.cpp
FILE: ../../../third_party/icu/source/i18n/anytrans.h
FILE: ../../../third_party/icu/source/i18n/astro.cpp
FILE: ../../../third_party/icu/source/i18n/astro.h
FILE: ../../../third_party/icu/source/i18n/basictz.cpp
FILE: ../../../third_party/icu/source/i18n/bocsu.cpp
FILE: ../../../third_party/icu/source/i18n/bocsu.h
FILE: ../../../third_party/icu/source/i18n/brktrans.cpp
FILE: ../../../third_party/icu/source/i18n/brktrans.h
FILE: ../../../third_party/icu/source/i18n/buddhcal.cpp
FILE: ../../../third_party/icu/source/i18n/buddhcal.h
FILE: ../../../third_party/icu/source/i18n/calendar.cpp
FILE: ../../../third_party/icu/source/i18n/casetrn.cpp
FILE: ../../../third_party/icu/source/i18n/casetrn.h
FILE: ../../../third_party/icu/source/i18n/cecal.cpp
FILE: ../../../third_party/icu/source/i18n/cecal.h
FILE: ../../../third_party/icu/source/i18n/chnsecal.cpp
FILE: ../../../third_party/icu/source/i18n/chnsecal.h
FILE: ../../../third_party/icu/source/i18n/choicfmt.cpp
FILE: ../../../third_party/icu/source/i18n/coleitr.cpp
FILE: ../../../third_party/icu/source/i18n/coll.cpp
FILE: ../../../third_party/icu/source/i18n/collation.cpp
FILE: ../../../third_party/icu/source/i18n/collation.h
FILE: ../../../third_party/icu/source/i18n/collationbuilder.cpp
FILE: ../../../third_party/icu/source/i18n/collationbuilder.h
FILE: ../../../third_party/icu/source/i18n/collationcompare.cpp
FILE: ../../../third_party/icu/source/i18n/collationcompare.h
FILE: ../../../third_party/icu/source/i18n/collationdata.cpp
FILE: ../../../third_party/icu/source/i18n/collationdata.h
FILE: ../../../third_party/icu/source/i18n/collationdatabuilder.cpp
FILE: ../../../third_party/icu/source/i18n/collationdatabuilder.h
FILE: ../../../third_party/icu/source/i18n/collationdatareader.cpp
FILE: ../../../third_party/icu/source/i18n/collationdatareader.h
FILE: ../../../third_party/icu/source/i18n/collationdatawriter.cpp
FILE: ../../../third_party/icu/source/i18n/collationdatawriter.h
FILE: ../../../third_party/icu/source/i18n/collationfastlatin.cpp
FILE: ../../../third_party/icu/source/i18n/collationfastlatin.h
FILE: ../../../third_party/icu/source/i18n/collationfastlatinbuilder.cpp
FILE: ../../../third_party/icu/source/i18n/collationfastlatinbuilder.h
FILE: ../../../third_party/icu/source/i18n/collationfcd.cpp
FILE: ../../../third_party/icu/source/i18n/collationfcd.h
FILE: ../../../third_party/icu/source/i18n/collationiterator.cpp
FILE: ../../../third_party/icu/source/i18n/collationiterator.h
FILE: ../../../third_party/icu/source/i18n/collationkeys.cpp
FILE: ../../../third_party/icu/source/i18n/collationkeys.h
FILE: ../../../third_party/icu/source/i18n/collationroot.cpp
FILE: ../../../third_party/icu/source/i18n/collationroot.h
FILE: ../../../third_party/icu/source/i18n/collationrootelements.cpp
FILE: ../../../third_party/icu/source/i18n/collationrootelements.h
FILE: ../../../third_party/icu/source/i18n/collationruleparser.cpp
FILE: ../../../third_party/icu/source/i18n/collationruleparser.h
FILE: ../../../third_party/icu/source/i18n/collationsets.cpp
FILE: ../../../third_party/icu/source/i18n/collationsets.h
FILE: ../../../third_party/icu/source/i18n/collationsettings.cpp
FILE: ../../../third_party/icu/source/i18n/collationsettings.h
FILE: ../../../third_party/icu/source/i18n/collationtailoring.cpp
FILE: ../../../third_party/icu/source/i18n/collationtailoring.h
FILE: ../../../third_party/icu/source/i18n/collationweights.cpp
FILE: ../../../third_party/icu/source/i18n/collationweights.h
15710
FILE: ../../../third_party/icu/source/i18n/collunsafe.h
C
Chinmay Garde 已提交
15711 15712 15713 15714 15715 15716 15717 15718 15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739
FILE: ../../../third_party/icu/source/i18n/compactdecimalformat.cpp
FILE: ../../../third_party/icu/source/i18n/coptccal.cpp
FILE: ../../../third_party/icu/source/i18n/coptccal.h
FILE: ../../../third_party/icu/source/i18n/cpdtrans.cpp
FILE: ../../../third_party/icu/source/i18n/cpdtrans.h
FILE: ../../../third_party/icu/source/i18n/csdetect.cpp
FILE: ../../../third_party/icu/source/i18n/csdetect.h
FILE: ../../../third_party/icu/source/i18n/csmatch.cpp
FILE: ../../../third_party/icu/source/i18n/csmatch.h
FILE: ../../../third_party/icu/source/i18n/csr2022.cpp
FILE: ../../../third_party/icu/source/i18n/csr2022.h
FILE: ../../../third_party/icu/source/i18n/csrecog.cpp
FILE: ../../../third_party/icu/source/i18n/csrecog.h
FILE: ../../../third_party/icu/source/i18n/csrmbcs.cpp
FILE: ../../../third_party/icu/source/i18n/csrmbcs.h
FILE: ../../../third_party/icu/source/i18n/csrsbcs.cpp
FILE: ../../../third_party/icu/source/i18n/csrsbcs.h
FILE: ../../../third_party/icu/source/i18n/csrucode.cpp
FILE: ../../../third_party/icu/source/i18n/csrucode.h
FILE: ../../../third_party/icu/source/i18n/csrutf8.cpp
FILE: ../../../third_party/icu/source/i18n/csrutf8.h
FILE: ../../../third_party/icu/source/i18n/curramt.cpp
FILE: ../../../third_party/icu/source/i18n/currfmt.cpp
FILE: ../../../third_party/icu/source/i18n/currfmt.h
FILE: ../../../third_party/icu/source/i18n/currpinf.cpp
FILE: ../../../third_party/icu/source/i18n/currunit.cpp
FILE: ../../../third_party/icu/source/i18n/dangical.cpp
FILE: ../../../third_party/icu/source/i18n/dangical.h
FILE: ../../../third_party/icu/source/i18n/datefmt.cpp
15740 15741
FILE: ../../../third_party/icu/source/i18n/dayperiodrules.cpp
FILE: ../../../third_party/icu/source/i18n/dayperiodrules.h
C
Chinmay Garde 已提交
15742
FILE: ../../../third_party/icu/source/i18n/dcfmtsym.cpp
15743 15744 15745 15746 15747
FILE: ../../../third_party/icu/source/i18n/decContext.cpp
FILE: ../../../third_party/icu/source/i18n/decContext.h
FILE: ../../../third_party/icu/source/i18n/decNumber.cpp
FILE: ../../../third_party/icu/source/i18n/decNumber.h
FILE: ../../../third_party/icu/source/i18n/decNumberLocal.h
C
Chinmay Garde 已提交
15748
FILE: ../../../third_party/icu/source/i18n/decimfmt.cpp
15749 15750 15751 15752 15753 15754 15755 15756 15757 15758 15759 15760 15761 15762 15763 15764
FILE: ../../../third_party/icu/source/i18n/double-conversion-bignum-dtoa.cpp
FILE: ../../../third_party/icu/source/i18n/double-conversion-bignum-dtoa.h
FILE: ../../../third_party/icu/source/i18n/double-conversion-bignum.cpp
FILE: ../../../third_party/icu/source/i18n/double-conversion-bignum.h
FILE: ../../../third_party/icu/source/i18n/double-conversion-cached-powers.cpp
FILE: ../../../third_party/icu/source/i18n/double-conversion-cached-powers.h
FILE: ../../../third_party/icu/source/i18n/double-conversion-diy-fp.cpp
FILE: ../../../third_party/icu/source/i18n/double-conversion-diy-fp.h
FILE: ../../../third_party/icu/source/i18n/double-conversion-fast-dtoa.cpp
FILE: ../../../third_party/icu/source/i18n/double-conversion-fast-dtoa.h
FILE: ../../../third_party/icu/source/i18n/double-conversion-ieee.h
FILE: ../../../third_party/icu/source/i18n/double-conversion-strtod.cpp
FILE: ../../../third_party/icu/source/i18n/double-conversion-strtod.h
FILE: ../../../third_party/icu/source/i18n/double-conversion-utils.h
FILE: ../../../third_party/icu/source/i18n/double-conversion.cpp
FILE: ../../../third_party/icu/source/i18n/double-conversion.h
15765
FILE: ../../../third_party/icu/source/i18n/dt_impl.h
C
Chinmay Garde 已提交
15766 15767 15768 15769 15770 15771 15772 15773 15774 15775 15776 15777 15778 15779 15780 15781 15782 15783 15784 15785 15786 15787 15788 15789 15790 15791 15792 15793 15794 15795 15796 15797 15798 15799 15800 15801 15802 15803 15804 15805 15806 15807 15808 15809 15810 15811 15812 15813 15814 15815 15816
FILE: ../../../third_party/icu/source/i18n/dtfmtsym.cpp
FILE: ../../../third_party/icu/source/i18n/dtitv_impl.h
FILE: ../../../third_party/icu/source/i18n/dtitvfmt.cpp
FILE: ../../../third_party/icu/source/i18n/dtitvinf.cpp
FILE: ../../../third_party/icu/source/i18n/dtptngen.cpp
FILE: ../../../third_party/icu/source/i18n/dtptngen_impl.h
FILE: ../../../third_party/icu/source/i18n/dtrule.cpp
FILE: ../../../third_party/icu/source/i18n/esctrn.cpp
FILE: ../../../third_party/icu/source/i18n/esctrn.h
FILE: ../../../third_party/icu/source/i18n/ethpccal.cpp
FILE: ../../../third_party/icu/source/i18n/ethpccal.h
FILE: ../../../third_party/icu/source/i18n/fmtable.cpp
FILE: ../../../third_party/icu/source/i18n/fmtable_cnv.cpp
FILE: ../../../third_party/icu/source/i18n/fmtableimp.h
FILE: ../../../third_party/icu/source/i18n/format.cpp
FILE: ../../../third_party/icu/source/i18n/fphdlimp.cpp
FILE: ../../../third_party/icu/source/i18n/fphdlimp.h
FILE: ../../../third_party/icu/source/i18n/fpositer.cpp
FILE: ../../../third_party/icu/source/i18n/funcrepl.cpp
FILE: ../../../third_party/icu/source/i18n/funcrepl.h
FILE: ../../../third_party/icu/source/i18n/gender.cpp
FILE: ../../../third_party/icu/source/i18n/gregocal.cpp
FILE: ../../../third_party/icu/source/i18n/gregoimp.cpp
FILE: ../../../third_party/icu/source/i18n/gregoimp.h
FILE: ../../../third_party/icu/source/i18n/hebrwcal.cpp
FILE: ../../../third_party/icu/source/i18n/hebrwcal.h
FILE: ../../../third_party/icu/source/i18n/i18n.rc
FILE: ../../../third_party/icu/source/i18n/indiancal.cpp
FILE: ../../../third_party/icu/source/i18n/indiancal.h
FILE: ../../../third_party/icu/source/i18n/inputext.cpp
FILE: ../../../third_party/icu/source/i18n/inputext.h
FILE: ../../../third_party/icu/source/i18n/islamcal.cpp
FILE: ../../../third_party/icu/source/i18n/islamcal.h
FILE: ../../../third_party/icu/source/i18n/japancal.cpp
FILE: ../../../third_party/icu/source/i18n/japancal.h
FILE: ../../../third_party/icu/source/i18n/measfmt.cpp
FILE: ../../../third_party/icu/source/i18n/measunit.cpp
FILE: ../../../third_party/icu/source/i18n/measure.cpp
FILE: ../../../third_party/icu/source/i18n/msgfmt.cpp
FILE: ../../../third_party/icu/source/i18n/msgfmt_impl.h
FILE: ../../../third_party/icu/source/i18n/name2uni.cpp
FILE: ../../../third_party/icu/source/i18n/name2uni.h
FILE: ../../../third_party/icu/source/i18n/nfrlist.h
FILE: ../../../third_party/icu/source/i18n/nfrs.cpp
FILE: ../../../third_party/icu/source/i18n/nfrs.h
FILE: ../../../third_party/icu/source/i18n/nfrule.cpp
FILE: ../../../third_party/icu/source/i18n/nfrule.h
FILE: ../../../third_party/icu/source/i18n/nfsubs.cpp
FILE: ../../../third_party/icu/source/i18n/nfsubs.h
FILE: ../../../third_party/icu/source/i18n/nortrans.cpp
FILE: ../../../third_party/icu/source/i18n/nortrans.h
15817
FILE: ../../../third_party/icu/source/i18n/nounit.cpp
C
Chinmay Garde 已提交
15818 15819
FILE: ../../../third_party/icu/source/i18n/nultrans.cpp
FILE: ../../../third_party/icu/source/i18n/nultrans.h
15820 15821 15822 15823 15824 15825 15826 15827 15828 15829 15830 15831 15832 15833 15834 15835 15836 15837 15838 15839 15840 15841 15842 15843 15844 15845 15846 15847 15848 15849 15850 15851 15852 15853 15854 15855 15856 15857 15858 15859 15860 15861 15862 15863 15864 15865
FILE: ../../../third_party/icu/source/i18n/number_affixutils.cpp
FILE: ../../../third_party/icu/source/i18n/number_affixutils.h
FILE: ../../../third_party/icu/source/i18n/number_asformat.cpp
FILE: ../../../third_party/icu/source/i18n/number_asformat.h
FILE: ../../../third_party/icu/source/i18n/number_capi.cpp
FILE: ../../../third_party/icu/source/i18n/number_compact.cpp
FILE: ../../../third_party/icu/source/i18n/number_compact.h
FILE: ../../../third_party/icu/source/i18n/number_currencysymbols.cpp
FILE: ../../../third_party/icu/source/i18n/number_currencysymbols.h
FILE: ../../../third_party/icu/source/i18n/number_decimalquantity.cpp
FILE: ../../../third_party/icu/source/i18n/number_decimalquantity.h
FILE: ../../../third_party/icu/source/i18n/number_decimfmtprops.cpp
FILE: ../../../third_party/icu/source/i18n/number_decimfmtprops.h
FILE: ../../../third_party/icu/source/i18n/number_decnum.h
FILE: ../../../third_party/icu/source/i18n/number_fluent.cpp
FILE: ../../../third_party/icu/source/i18n/number_formatimpl.cpp
FILE: ../../../third_party/icu/source/i18n/number_formatimpl.h
FILE: ../../../third_party/icu/source/i18n/number_grouping.cpp
FILE: ../../../third_party/icu/source/i18n/number_integerwidth.cpp
FILE: ../../../third_party/icu/source/i18n/number_longnames.cpp
FILE: ../../../third_party/icu/source/i18n/number_longnames.h
FILE: ../../../third_party/icu/source/i18n/number_mapper.cpp
FILE: ../../../third_party/icu/source/i18n/number_mapper.h
FILE: ../../../third_party/icu/source/i18n/number_microprops.h
FILE: ../../../third_party/icu/source/i18n/number_modifiers.cpp
FILE: ../../../third_party/icu/source/i18n/number_modifiers.h
FILE: ../../../third_party/icu/source/i18n/number_multiplier.cpp
FILE: ../../../third_party/icu/source/i18n/number_multiplier.h
FILE: ../../../third_party/icu/source/i18n/number_notation.cpp
FILE: ../../../third_party/icu/source/i18n/number_padding.cpp
FILE: ../../../third_party/icu/source/i18n/number_patternmodifier.cpp
FILE: ../../../third_party/icu/source/i18n/number_patternmodifier.h
FILE: ../../../third_party/icu/source/i18n/number_patternstring.cpp
FILE: ../../../third_party/icu/source/i18n/number_patternstring.h
FILE: ../../../third_party/icu/source/i18n/number_rounding.cpp
FILE: ../../../third_party/icu/source/i18n/number_roundingutils.h
FILE: ../../../third_party/icu/source/i18n/number_scientific.cpp
FILE: ../../../third_party/icu/source/i18n/number_scientific.h
FILE: ../../../third_party/icu/source/i18n/number_skeletons.cpp
FILE: ../../../third_party/icu/source/i18n/number_skeletons.h
FILE: ../../../third_party/icu/source/i18n/number_stringbuilder.cpp
FILE: ../../../third_party/icu/source/i18n/number_stringbuilder.h
FILE: ../../../third_party/icu/source/i18n/number_types.h
FILE: ../../../third_party/icu/source/i18n/number_utils.cpp
FILE: ../../../third_party/icu/source/i18n/number_utils.h
FILE: ../../../third_party/icu/source/i18n/number_utypes.h
C
Chinmay Garde 已提交
15866
FILE: ../../../third_party/icu/source/i18n/numfmt.cpp
15867 15868 15869 15870 15871 15872 15873 15874 15875 15876 15877 15878 15879 15880 15881 15882 15883 15884 15885 15886 15887
FILE: ../../../third_party/icu/source/i18n/numparse_affixes.cpp
FILE: ../../../third_party/icu/source/i18n/numparse_affixes.h
FILE: ../../../third_party/icu/source/i18n/numparse_compositions.cpp
FILE: ../../../third_party/icu/source/i18n/numparse_compositions.h
FILE: ../../../third_party/icu/source/i18n/numparse_currency.cpp
FILE: ../../../third_party/icu/source/i18n/numparse_currency.h
FILE: ../../../third_party/icu/source/i18n/numparse_decimal.cpp
FILE: ../../../third_party/icu/source/i18n/numparse_decimal.h
FILE: ../../../third_party/icu/source/i18n/numparse_impl.cpp
FILE: ../../../third_party/icu/source/i18n/numparse_impl.h
FILE: ../../../third_party/icu/source/i18n/numparse_parsednumber.cpp
FILE: ../../../third_party/icu/source/i18n/numparse_scientific.cpp
FILE: ../../../third_party/icu/source/i18n/numparse_scientific.h
FILE: ../../../third_party/icu/source/i18n/numparse_stringsegment.cpp
FILE: ../../../third_party/icu/source/i18n/numparse_stringsegment.h
FILE: ../../../third_party/icu/source/i18n/numparse_symbols.cpp
FILE: ../../../third_party/icu/source/i18n/numparse_symbols.h
FILE: ../../../third_party/icu/source/i18n/numparse_types.h
FILE: ../../../third_party/icu/source/i18n/numparse_utils.h
FILE: ../../../third_party/icu/source/i18n/numparse_validators.cpp
FILE: ../../../third_party/icu/source/i18n/numparse_validators.h
C
Chinmay Garde 已提交
15888 15889 15890 15891 15892 15893 15894 15895 15896 15897 15898 15899 15900 15901 15902 15903 15904 15905 15906 15907 15908 15909 15910 15911 15912 15913 15914 15915 15916 15917 15918 15919 15920 15921 15922 15923 15924 15925 15926 15927 15928 15929 15930 15931
FILE: ../../../third_party/icu/source/i18n/numsys.cpp
FILE: ../../../third_party/icu/source/i18n/numsys_impl.h
FILE: ../../../third_party/icu/source/i18n/olsontz.cpp
FILE: ../../../third_party/icu/source/i18n/olsontz.h
FILE: ../../../third_party/icu/source/i18n/persncal.cpp
FILE: ../../../third_party/icu/source/i18n/persncal.h
FILE: ../../../third_party/icu/source/i18n/plurfmt.cpp
FILE: ../../../third_party/icu/source/i18n/plurrule.cpp
FILE: ../../../third_party/icu/source/i18n/plurrule_impl.h
FILE: ../../../third_party/icu/source/i18n/quant.cpp
FILE: ../../../third_party/icu/source/i18n/quant.h
FILE: ../../../third_party/icu/source/i18n/quantityformatter.cpp
FILE: ../../../third_party/icu/source/i18n/quantityformatter.h
FILE: ../../../third_party/icu/source/i18n/rbnf.cpp
FILE: ../../../third_party/icu/source/i18n/rbt.cpp
FILE: ../../../third_party/icu/source/i18n/rbt.h
FILE: ../../../third_party/icu/source/i18n/rbt_data.cpp
FILE: ../../../third_party/icu/source/i18n/rbt_data.h
FILE: ../../../third_party/icu/source/i18n/rbt_pars.cpp
FILE: ../../../third_party/icu/source/i18n/rbt_pars.h
FILE: ../../../third_party/icu/source/i18n/rbt_rule.cpp
FILE: ../../../third_party/icu/source/i18n/rbt_rule.h
FILE: ../../../third_party/icu/source/i18n/rbt_set.cpp
FILE: ../../../third_party/icu/source/i18n/rbt_set.h
FILE: ../../../third_party/icu/source/i18n/rbtz.cpp
FILE: ../../../third_party/icu/source/i18n/regexcmp.cpp
FILE: ../../../third_party/icu/source/i18n/regexcmp.h
FILE: ../../../third_party/icu/source/i18n/regexcst.h
FILE: ../../../third_party/icu/source/i18n/regeximp.cpp
FILE: ../../../third_party/icu/source/i18n/regeximp.h
FILE: ../../../third_party/icu/source/i18n/regexst.cpp
FILE: ../../../third_party/icu/source/i18n/regexst.h
FILE: ../../../third_party/icu/source/i18n/regextxt.cpp
FILE: ../../../third_party/icu/source/i18n/regextxt.h
FILE: ../../../third_party/icu/source/i18n/region.cpp
FILE: ../../../third_party/icu/source/i18n/region_impl.h
FILE: ../../../third_party/icu/source/i18n/reldatefmt.cpp
FILE: ../../../third_party/icu/source/i18n/reldtfmt.cpp
FILE: ../../../third_party/icu/source/i18n/reldtfmt.h
FILE: ../../../third_party/icu/source/i18n/rematch.cpp
FILE: ../../../third_party/icu/source/i18n/remtrans.cpp
FILE: ../../../third_party/icu/source/i18n/remtrans.h
FILE: ../../../third_party/icu/source/i18n/repattrn.cpp
FILE: ../../../third_party/icu/source/i18n/rulebasedcollator.cpp
15932
FILE: ../../../third_party/icu/source/i18n/scientificnumberformatter.cpp
C
Chinmay Garde 已提交
15933 15934 15935 15936 15937 15938 15939
FILE: ../../../third_party/icu/source/i18n/scriptset.cpp
FILE: ../../../third_party/icu/source/i18n/scriptset.h
FILE: ../../../third_party/icu/source/i18n/search.cpp
FILE: ../../../third_party/icu/source/i18n/selfmt.cpp
FILE: ../../../third_party/icu/source/i18n/selfmtimpl.h
FILE: ../../../third_party/icu/source/i18n/sharedbreakiterator.cpp
FILE: ../../../third_party/icu/source/i18n/sharedbreakiterator.h
15940 15941
FILE: ../../../third_party/icu/source/i18n/sharedcalendar.h
FILE: ../../../third_party/icu/source/i18n/shareddateformatsymbols.h
C
Chinmay Garde 已提交
15942 15943 15944 15945 15946 15947 15948
FILE: ../../../third_party/icu/source/i18n/sharednumberformat.h
FILE: ../../../third_party/icu/source/i18n/sharedpluralrules.h
FILE: ../../../third_party/icu/source/i18n/simpletz.cpp
FILE: ../../../third_party/icu/source/i18n/smpdtfmt.cpp
FILE: ../../../third_party/icu/source/i18n/smpdtfst.cpp
FILE: ../../../third_party/icu/source/i18n/smpdtfst.h
FILE: ../../../third_party/icu/source/i18n/sortkey.cpp
15949 15950
FILE: ../../../third_party/icu/source/i18n/standardplural.cpp
FILE: ../../../third_party/icu/source/i18n/standardplural.h
C
Chinmay Garde 已提交
15951 15952 15953 15954 15955 15956 15957 15958 15959 15960 15961 15962 15963 15964 15965 15966 15967 15968 15969 15970 15971 15972 15973 15974 15975 15976 15977 15978 15979 15980 15981 15982 15983 15984 15985 15986 15987 15988 15989 15990 15991 15992
FILE: ../../../third_party/icu/source/i18n/strmatch.cpp
FILE: ../../../third_party/icu/source/i18n/strmatch.h
FILE: ../../../third_party/icu/source/i18n/strrepl.cpp
FILE: ../../../third_party/icu/source/i18n/strrepl.h
FILE: ../../../third_party/icu/source/i18n/stsearch.cpp
FILE: ../../../third_party/icu/source/i18n/taiwncal.cpp
FILE: ../../../third_party/icu/source/i18n/taiwncal.h
FILE: ../../../third_party/icu/source/i18n/timezone.cpp
FILE: ../../../third_party/icu/source/i18n/titletrn.cpp
FILE: ../../../third_party/icu/source/i18n/titletrn.h
FILE: ../../../third_party/icu/source/i18n/tmunit.cpp
FILE: ../../../third_party/icu/source/i18n/tmutamt.cpp
FILE: ../../../third_party/icu/source/i18n/tmutfmt.cpp
FILE: ../../../third_party/icu/source/i18n/tolowtrn.cpp
FILE: ../../../third_party/icu/source/i18n/tolowtrn.h
FILE: ../../../third_party/icu/source/i18n/toupptrn.cpp
FILE: ../../../third_party/icu/source/i18n/toupptrn.h
FILE: ../../../third_party/icu/source/i18n/translit.cpp
FILE: ../../../third_party/icu/source/i18n/transreg.cpp
FILE: ../../../third_party/icu/source/i18n/transreg.h
FILE: ../../../third_party/icu/source/i18n/tridpars.cpp
FILE: ../../../third_party/icu/source/i18n/tridpars.h
FILE: ../../../third_party/icu/source/i18n/tzfmt.cpp
FILE: ../../../third_party/icu/source/i18n/tzgnames.cpp
FILE: ../../../third_party/icu/source/i18n/tzgnames.h
FILE: ../../../third_party/icu/source/i18n/tznames.cpp
FILE: ../../../third_party/icu/source/i18n/tznames_impl.cpp
FILE: ../../../third_party/icu/source/i18n/tznames_impl.h
FILE: ../../../third_party/icu/source/i18n/tzrule.cpp
FILE: ../../../third_party/icu/source/i18n/tztrans.cpp
FILE: ../../../third_party/icu/source/i18n/ucal.cpp
FILE: ../../../third_party/icu/source/i18n/ucln_in.cpp
FILE: ../../../third_party/icu/source/i18n/ucln_in.h
FILE: ../../../third_party/icu/source/i18n/ucol.cpp
FILE: ../../../third_party/icu/source/i18n/ucol_imp.h
FILE: ../../../third_party/icu/source/i18n/ucol_res.cpp
FILE: ../../../third_party/icu/source/i18n/ucol_sit.cpp
FILE: ../../../third_party/icu/source/i18n/ucoleitr.cpp
FILE: ../../../third_party/icu/source/i18n/ucsdet.cpp
FILE: ../../../third_party/icu/source/i18n/udat.cpp
FILE: ../../../third_party/icu/source/i18n/udateintervalformat.cpp
FILE: ../../../third_party/icu/source/i18n/udatpg.cpp
15993
FILE: ../../../third_party/icu/source/i18n/ufieldpositer.cpp
C
Chinmay Garde 已提交
15994 15995
FILE: ../../../third_party/icu/source/i18n/uitercollationiterator.cpp
FILE: ../../../third_party/icu/source/i18n/uitercollationiterator.h
15996
FILE: ../../../third_party/icu/source/i18n/ulocdata.cpp
C
Chinmay Garde 已提交
15997 15998 15999 16000 16001 16002 16003 16004 16005 16006 16007 16008 16009 16010 16011 16012 16013 16014 16015 16016 16017 16018 16019 16020 16021 16022 16023 16024 16025 16026 16027 16028 16029 16030
FILE: ../../../third_party/icu/source/i18n/umsg.cpp
FILE: ../../../third_party/icu/source/i18n/umsg_imp.h
FILE: ../../../third_party/icu/source/i18n/unesctrn.cpp
FILE: ../../../third_party/icu/source/i18n/unesctrn.h
FILE: ../../../third_party/icu/source/i18n/uni2name.cpp
FILE: ../../../third_party/icu/source/i18n/uni2name.h
FILE: ../../../third_party/icu/source/i18n/unicode/alphaindex.h
FILE: ../../../third_party/icu/source/i18n/unicode/basictz.h
FILE: ../../../third_party/icu/source/i18n/unicode/calendar.h
FILE: ../../../third_party/icu/source/i18n/unicode/choicfmt.h
FILE: ../../../third_party/icu/source/i18n/unicode/coleitr.h
FILE: ../../../third_party/icu/source/i18n/unicode/coll.h
FILE: ../../../third_party/icu/source/i18n/unicode/compactdecimalformat.h
FILE: ../../../third_party/icu/source/i18n/unicode/curramt.h
FILE: ../../../third_party/icu/source/i18n/unicode/currpinf.h
FILE: ../../../third_party/icu/source/i18n/unicode/currunit.h
FILE: ../../../third_party/icu/source/i18n/unicode/datefmt.h
FILE: ../../../third_party/icu/source/i18n/unicode/dcfmtsym.h
FILE: ../../../third_party/icu/source/i18n/unicode/decimfmt.h
FILE: ../../../third_party/icu/source/i18n/unicode/dtfmtsym.h
FILE: ../../../third_party/icu/source/i18n/unicode/dtitvfmt.h
FILE: ../../../third_party/icu/source/i18n/unicode/dtitvinf.h
FILE: ../../../third_party/icu/source/i18n/unicode/dtptngen.h
FILE: ../../../third_party/icu/source/i18n/unicode/dtrule.h
FILE: ../../../third_party/icu/source/i18n/unicode/fieldpos.h
FILE: ../../../third_party/icu/source/i18n/unicode/fmtable.h
FILE: ../../../third_party/icu/source/i18n/unicode/format.h
FILE: ../../../third_party/icu/source/i18n/unicode/fpositer.h
FILE: ../../../third_party/icu/source/i18n/unicode/gender.h
FILE: ../../../third_party/icu/source/i18n/unicode/gregocal.h
FILE: ../../../third_party/icu/source/i18n/unicode/measfmt.h
FILE: ../../../third_party/icu/source/i18n/unicode/measunit.h
FILE: ../../../third_party/icu/source/i18n/unicode/measure.h
FILE: ../../../third_party/icu/source/i18n/unicode/msgfmt.h
16031 16032
FILE: ../../../third_party/icu/source/i18n/unicode/nounit.h
FILE: ../../../third_party/icu/source/i18n/unicode/numberformatter.h
C
Chinmay Garde 已提交
16033 16034 16035 16036 16037 16038 16039 16040 16041
FILE: ../../../third_party/icu/source/i18n/unicode/numfmt.h
FILE: ../../../third_party/icu/source/i18n/unicode/numsys.h
FILE: ../../../third_party/icu/source/i18n/unicode/plurfmt.h
FILE: ../../../third_party/icu/source/i18n/unicode/plurrule.h
FILE: ../../../third_party/icu/source/i18n/unicode/rbnf.h
FILE: ../../../third_party/icu/source/i18n/unicode/rbtz.h
FILE: ../../../third_party/icu/source/i18n/unicode/regex.h
FILE: ../../../third_party/icu/source/i18n/unicode/region.h
FILE: ../../../third_party/icu/source/i18n/unicode/reldatefmt.h
16042
FILE: ../../../third_party/icu/source/i18n/unicode/scientificnumberformatter.h
C
Chinmay Garde 已提交
16043 16044 16045 16046 16047 16048 16049 16050 16051 16052 16053 16054 16055 16056 16057 16058 16059 16060 16061 16062 16063 16064 16065
FILE: ../../../third_party/icu/source/i18n/unicode/search.h
FILE: ../../../third_party/icu/source/i18n/unicode/selfmt.h
FILE: ../../../third_party/icu/source/i18n/unicode/simpletz.h
FILE: ../../../third_party/icu/source/i18n/unicode/smpdtfmt.h
FILE: ../../../third_party/icu/source/i18n/unicode/sortkey.h
FILE: ../../../third_party/icu/source/i18n/unicode/stsearch.h
FILE: ../../../third_party/icu/source/i18n/unicode/tblcoll.h
FILE: ../../../third_party/icu/source/i18n/unicode/timezone.h
FILE: ../../../third_party/icu/source/i18n/unicode/tmunit.h
FILE: ../../../third_party/icu/source/i18n/unicode/tmutamt.h
FILE: ../../../third_party/icu/source/i18n/unicode/tmutfmt.h
FILE: ../../../third_party/icu/source/i18n/unicode/translit.h
FILE: ../../../third_party/icu/source/i18n/unicode/tzfmt.h
FILE: ../../../third_party/icu/source/i18n/unicode/tznames.h
FILE: ../../../third_party/icu/source/i18n/unicode/tzrule.h
FILE: ../../../third_party/icu/source/i18n/unicode/tztrans.h
FILE: ../../../third_party/icu/source/i18n/unicode/ucal.h
FILE: ../../../third_party/icu/source/i18n/unicode/ucol.h
FILE: ../../../third_party/icu/source/i18n/unicode/ucoleitr.h
FILE: ../../../third_party/icu/source/i18n/unicode/ucsdet.h
FILE: ../../../third_party/icu/source/i18n/unicode/udat.h
FILE: ../../../third_party/icu/source/i18n/unicode/udateintervalformat.h
FILE: ../../../third_party/icu/source/i18n/unicode/udatpg.h
16066
FILE: ../../../third_party/icu/source/i18n/unicode/ufieldpositer.h
C
Chinmay Garde 已提交
16067 16068 16069 16070 16071 16072
FILE: ../../../third_party/icu/source/i18n/unicode/uformattable.h
FILE: ../../../third_party/icu/source/i18n/unicode/ugender.h
FILE: ../../../third_party/icu/source/i18n/unicode/ulocdata.h
FILE: ../../../third_party/icu/source/i18n/unicode/umsg.h
FILE: ../../../third_party/icu/source/i18n/unicode/unirepl.h
FILE: ../../../third_party/icu/source/i18n/unicode/unum.h
16073
FILE: ../../../third_party/icu/source/i18n/unicode/unumberformatter.h
C
Chinmay Garde 已提交
16074 16075 16076 16077
FILE: ../../../third_party/icu/source/i18n/unicode/unumsys.h
FILE: ../../../third_party/icu/source/i18n/unicode/upluralrules.h
FILE: ../../../third_party/icu/source/i18n/unicode/uregex.h
FILE: ../../../third_party/icu/source/i18n/unicode/uregion.h
16078
FILE: ../../../third_party/icu/source/i18n/unicode/ureldatefmt.h
C
Chinmay Garde 已提交
16079 16080 16081 16082 16083 16084 16085 16086 16087 16088 16089 16090 16091 16092 16093 16094 16095 16096 16097 16098 16099 16100 16101
FILE: ../../../third_party/icu/source/i18n/unicode/usearch.h
FILE: ../../../third_party/icu/source/i18n/unicode/uspoof.h
FILE: ../../../third_party/icu/source/i18n/unicode/utmscale.h
FILE: ../../../third_party/icu/source/i18n/unicode/utrans.h
FILE: ../../../third_party/icu/source/i18n/unicode/vtzone.h
FILE: ../../../third_party/icu/source/i18n/unum.cpp
FILE: ../../../third_party/icu/source/i18n/unumsys.cpp
FILE: ../../../third_party/icu/source/i18n/upluralrules.cpp
FILE: ../../../third_party/icu/source/i18n/uregex.cpp
FILE: ../../../third_party/icu/source/i18n/uregexc.cpp
FILE: ../../../third_party/icu/source/i18n/uregion.cpp
FILE: ../../../third_party/icu/source/i18n/usearch.cpp
FILE: ../../../third_party/icu/source/i18n/uspoof.cpp
FILE: ../../../third_party/icu/source/i18n/uspoof_build.cpp
FILE: ../../../third_party/icu/source/i18n/uspoof_conf.cpp
FILE: ../../../third_party/icu/source/i18n/uspoof_conf.h
FILE: ../../../third_party/icu/source/i18n/uspoof_impl.cpp
FILE: ../../../third_party/icu/source/i18n/uspoof_impl.h
FILE: ../../../third_party/icu/source/i18n/usrchimp.h
FILE: ../../../third_party/icu/source/i18n/utf16collationiterator.cpp
FILE: ../../../third_party/icu/source/i18n/utf16collationiterator.h
FILE: ../../../third_party/icu/source/i18n/utf8collationiterator.cpp
FILE: ../../../third_party/icu/source/i18n/utf8collationiterator.h
16102
FILE: ../../../third_party/icu/source/i18n/utmscale.cpp
C
Chinmay Garde 已提交
16103 16104 16105 16106 16107 16108 16109 16110 16111 16112 16113 16114 16115 16116 16117 16118 16119 16120 16121 16122
FILE: ../../../third_party/icu/source/i18n/utrans.cpp
FILE: ../../../third_party/icu/source/i18n/vtzone.cpp
FILE: ../../../third_party/icu/source/i18n/vzone.cpp
FILE: ../../../third_party/icu/source/i18n/vzone.h
FILE: ../../../third_party/icu/source/i18n/windtfmt.cpp
FILE: ../../../third_party/icu/source/i18n/windtfmt.h
FILE: ../../../third_party/icu/source/i18n/winnmfmt.cpp
FILE: ../../../third_party/icu/source/i18n/winnmfmt.h
FILE: ../../../third_party/icu/source/i18n/wintzimpl.cpp
FILE: ../../../third_party/icu/source/i18n/wintzimpl.h
FILE: ../../../third_party/icu/source/i18n/zonemeta.cpp
FILE: ../../../third_party/icu/source/i18n/zonemeta.h
FILE: ../../../third_party/icu/source/i18n/zrule.cpp
FILE: ../../../third_party/icu/source/i18n/zrule.h
FILE: ../../../third_party/icu/source/i18n/ztrans.cpp
FILE: ../../../third_party/icu/source/i18n/ztrans.h
FILE: ../../../third_party/icu/source/icudefs.mk.in
FILE: ../../../third_party/icu/source/io/io.rc
FILE: ../../../third_party/icu/source/io/locbund.cpp
FILE: ../../../third_party/icu/source/io/locbund.h
16123 16124
FILE: ../../../third_party/icu/source/io/sprintf.cpp
FILE: ../../../third_party/icu/source/io/sscanf.cpp
C
Chinmay Garde 已提交
16125 16126
FILE: ../../../third_party/icu/source/io/ucln_io.cpp
FILE: ../../../third_party/icu/source/io/ucln_io.h
16127
FILE: ../../../third_party/icu/source/io/ufile.cpp
C
Chinmay Garde 已提交
16128
FILE: ../../../third_party/icu/source/io/ufile.h
16129
FILE: ../../../third_party/icu/source/io/ufmt_cmn.cpp
C
Chinmay Garde 已提交
16130 16131 16132 16133 16134
FILE: ../../../third_party/icu/source/io/ufmt_cmn.h
FILE: ../../../third_party/icu/source/io/unicode/ustdio.h
FILE: ../../../third_party/icu/source/io/unicode/ustream.h
FILE: ../../../third_party/icu/source/io/uprintf.cpp
FILE: ../../../third_party/icu/source/io/uprintf.h
16135 16136
FILE: ../../../third_party/icu/source/io/uprntf_p.cpp
FILE: ../../../third_party/icu/source/io/uscanf.cpp
C
Chinmay Garde 已提交
16137
FILE: ../../../third_party/icu/source/io/uscanf.h
16138 16139
FILE: ../../../third_party/icu/source/io/uscanf_p.cpp
FILE: ../../../third_party/icu/source/io/ustdio.cpp
C
Chinmay Garde 已提交
16140 16141 16142 16143 16144 16145 16146 16147 16148 16149 16150 16151 16152 16153 16154 16155 16156 16157 16158 16159 16160 16161 16162 16163 16164 16165 16166 16167 16168 16169 16170 16171 16172 16173 16174 16175 16176 16177 16178 16179 16180 16181 16182 16183 16184 16185 16186 16187 16188 16189 16190 16191 16192 16193 16194 16195 16196 16197 16198 16199 16200 16201 16202 16203 16204 16205 16206 16207 16208 16209 16210 16211 16212 16213 16214 16215 16216 16217 16218 16219 16220 16221 16222 16223 16224 16225 16226 16227 16228 16229 16230 16231 16232 16233 16234 16235 16236 16237 16238 16239 16240 16241 16242 16243 16244 16245 16246 16247 16248 16249 16250 16251 16252 16253 16254 16255
FILE: ../../../third_party/icu/source/io/ustream.cpp
FILE: ../../../third_party/icu/source/samples/break/break.cpp
FILE: ../../../third_party/icu/source/samples/break/ubreak.c
FILE: ../../../third_party/icu/source/samples/cal/cal.c
FILE: ../../../third_party/icu/source/samples/cal/uprint.c
FILE: ../../../third_party/icu/source/samples/cal/uprint.h
FILE: ../../../third_party/icu/source/samples/case/case.cpp
FILE: ../../../third_party/icu/source/samples/case/ucase.c
FILE: ../../../third_party/icu/source/samples/citer/citer.cpp
FILE: ../../../third_party/icu/source/samples/coll/coll.cpp
FILE: ../../../third_party/icu/source/samples/csdet/csdet.c
FILE: ../../../third_party/icu/source/samples/date/date.c
FILE: ../../../third_party/icu/source/samples/date/uprint.c
FILE: ../../../third_party/icu/source/samples/date/uprint.h
FILE: ../../../third_party/icu/source/samples/datecal/cal.cpp
FILE: ../../../third_party/icu/source/samples/datecal/ccal.c
FILE: ../../../third_party/icu/source/samples/datefmt/answers/main_0.cpp
FILE: ../../../third_party/icu/source/samples/datefmt/answers/main_1.cpp
FILE: ../../../third_party/icu/source/samples/datefmt/answers/main_2.cpp
FILE: ../../../third_party/icu/source/samples/datefmt/answers/main_3.cpp
FILE: ../../../third_party/icu/source/samples/datefmt/main.cpp
FILE: ../../../third_party/icu/source/samples/datefmt/util.cpp
FILE: ../../../third_party/icu/source/samples/datefmt/util.h
FILE: ../../../third_party/icu/source/samples/dtitvfmtsample/dtitvfmtsample.cpp
FILE: ../../../third_party/icu/source/samples/dtptngsample/dtptngsample.cpp
FILE: ../../../third_party/icu/source/samples/layout/FontMap.GDI
FILE: ../../../third_party/icu/source/samples/layout/FontMap.Gnome
FILE: ../../../third_party/icu/source/samples/layout/FontMap.cpp
FILE: ../../../third_party/icu/source/samples/layout/FontMap.h
FILE: ../../../third_party/icu/source/samples/layout/FontTableCache.cpp
FILE: ../../../third_party/icu/source/samples/layout/FontTableCache.h
FILE: ../../../third_party/icu/source/samples/layout/GDIFontInstance.cpp
FILE: ../../../third_party/icu/source/samples/layout/GDIFontInstance.h
FILE: ../../../third_party/icu/source/samples/layout/GDIFontMap.cpp
FILE: ../../../third_party/icu/source/samples/layout/GDIFontMap.h
FILE: ../../../third_party/icu/source/samples/layout/GDIGUISupport.cpp
FILE: ../../../third_party/icu/source/samples/layout/GDIGUISupport.h
FILE: ../../../third_party/icu/source/samples/layout/GUISupport.h
FILE: ../../../third_party/icu/source/samples/layout/GnomeFontInstance.cpp
FILE: ../../../third_party/icu/source/samples/layout/GnomeFontInstance.h
FILE: ../../../third_party/icu/source/samples/layout/GnomeFontMap.cpp
FILE: ../../../third_party/icu/source/samples/layout/GnomeFontMap.h
FILE: ../../../third_party/icu/source/samples/layout/GnomeGUISupport.cpp
FILE: ../../../third_party/icu/source/samples/layout/GnomeGUISupport.h
FILE: ../../../third_party/icu/source/samples/layout/LayoutSample.rc
FILE: ../../../third_party/icu/source/samples/layout/RenderingSurface.h
FILE: ../../../third_party/icu/source/samples/layout/ScriptCompositeFontInstance.cpp
FILE: ../../../third_party/icu/source/samples/layout/ScriptCompositeFontInstance.h
FILE: ../../../third_party/icu/source/samples/layout/Surface.cpp
FILE: ../../../third_party/icu/source/samples/layout/Surface.h
FILE: ../../../third_party/icu/source/samples/layout/UnicodeReader.cpp
FILE: ../../../third_party/icu/source/samples/layout/UnicodeReader.h
FILE: ../../../third_party/icu/source/samples/layout/arraymem.h
FILE: ../../../third_party/icu/source/samples/layout/cgnomelayout.c
FILE: ../../../third_party/icu/source/samples/layout/clayout.c
FILE: ../../../third_party/icu/source/samples/layout/cmaps.cpp
FILE: ../../../third_party/icu/source/samples/layout/cmaps.h
FILE: ../../../third_party/icu/source/samples/layout/gdiglue.cpp
FILE: ../../../third_party/icu/source/samples/layout/gdiglue.h
FILE: ../../../third_party/icu/source/samples/layout/gnomeglue.cpp
FILE: ../../../third_party/icu/source/samples/layout/gnomeglue.h
FILE: ../../../third_party/icu/source/samples/layout/gnomelayout.cpp
FILE: ../../../third_party/icu/source/samples/layout/gsupport.h
FILE: ../../../third_party/icu/source/samples/layout/layout.cpp
FILE: ../../../third_party/icu/source/samples/layout/paragraph.cpp
FILE: ../../../third_party/icu/source/samples/layout/paragraph.h
FILE: ../../../third_party/icu/source/samples/layout/pflow.c
FILE: ../../../third_party/icu/source/samples/layout/pflow.h
FILE: ../../../third_party/icu/source/samples/layout/resource.h
FILE: ../../../third_party/icu/source/samples/layout/rsurface.cpp
FILE: ../../../third_party/icu/source/samples/layout/rsurface.h
FILE: ../../../third_party/icu/source/samples/layout/sfnt.h
FILE: ../../../third_party/icu/source/samples/layout/ucreader.cpp
FILE: ../../../third_party/icu/source/samples/layout/ucreader.h
FILE: ../../../third_party/icu/source/samples/legacy/legacy.cpp
FILE: ../../../third_party/icu/source/samples/legacy/newcol.cpp
FILE: ../../../third_party/icu/source/samples/legacy/oldcol.cpp
FILE: ../../../third_party/icu/source/samples/msgfmt/answers/main_0.cpp
FILE: ../../../third_party/icu/source/samples/msgfmt/answers/main_1.cpp
FILE: ../../../third_party/icu/source/samples/msgfmt/answers/main_2.cpp
FILE: ../../../third_party/icu/source/samples/msgfmt/answers/main_3.cpp
FILE: ../../../third_party/icu/source/samples/msgfmt/main.cpp
FILE: ../../../third_party/icu/source/samples/msgfmt/util.cpp
FILE: ../../../third_party/icu/source/samples/msgfmt/util.h
FILE: ../../../third_party/icu/source/samples/numfmt/capi.c
FILE: ../../../third_party/icu/source/samples/numfmt/main.cpp
FILE: ../../../third_party/icu/source/samples/numfmt/util.cpp
FILE: ../../../third_party/icu/source/samples/numfmt/util.h
FILE: ../../../third_party/icu/source/samples/plurfmtsample/plurfmtsample.cpp
FILE: ../../../third_party/icu/source/samples/props/props.cpp
FILE: ../../../third_party/icu/source/samples/strsrch/strsrch.cpp
FILE: ../../../third_party/icu/source/samples/translit/answers/main_1.cpp
FILE: ../../../third_party/icu/source/samples/translit/answers/main_2.cpp
FILE: ../../../third_party/icu/source/samples/translit/answers/main_3.cpp
FILE: ../../../third_party/icu/source/samples/translit/answers/main_4.cpp
FILE: ../../../third_party/icu/source/samples/translit/answers/unaccent.cpp
FILE: ../../../third_party/icu/source/samples/translit/answers/unaccent.h
FILE: ../../../third_party/icu/source/samples/translit/main.cpp
FILE: ../../../third_party/icu/source/samples/translit/unaccent.cpp
FILE: ../../../third_party/icu/source/samples/translit/unaccent.h
FILE: ../../../third_party/icu/source/samples/translit/util.cpp
FILE: ../../../third_party/icu/source/samples/translit/util.h
FILE: ../../../third_party/icu/source/samples/uciter8/uciter8.c
FILE: ../../../third_party/icu/source/samples/uciter8/uit_len8.c
FILE: ../../../third_party/icu/source/samples/uciter8/uit_len8.h
FILE: ../../../third_party/icu/source/samples/ucnv/convsamp.cpp
FILE: ../../../third_party/icu/source/samples/ucnv/flagcb.c
FILE: ../../../third_party/icu/source/samples/ucnv/flagcb.h
FILE: ../../../third_party/icu/source/samples/udata/reader.c
FILE: ../../../third_party/icu/source/samples/udata/writer.c
FILE: ../../../third_party/icu/source/samples/ufortune/resources/fortune_resources.mak
FILE: ../../../third_party/icu/source/samples/ufortune/ufortune.c
FILE: ../../../third_party/icu/source/samples/ugrep/ugrep.cpp
FILE: ../../../third_party/icu/source/samples/uresb/resources.mak
FILE: ../../../third_party/icu/source/samples/uresb/uresb.c
FILE: ../../../third_party/icu/source/samples/ustring/ustring.cpp
16256
FILE: ../../../third_party/icu/source/stubdata/stubdata.cpp
C
Chinmay Garde 已提交
16257 16258 16259 16260 16261 16262 16263 16264 16265 16266 16267 16268 16269 16270
FILE: ../../../third_party/icu/source/tools/ctestfw/ctest.c
FILE: ../../../third_party/icu/source/tools/ctestfw/datamap.cpp
FILE: ../../../third_party/icu/source/tools/ctestfw/testdata.cpp
FILE: ../../../third_party/icu/source/tools/ctestfw/tstdtmod.cpp
FILE: ../../../third_party/icu/source/tools/ctestfw/ucln_ct.c
FILE: ../../../third_party/icu/source/tools/ctestfw/unicode/ctest.h
FILE: ../../../third_party/icu/source/tools/ctestfw/unicode/datamap.h
FILE: ../../../third_party/icu/source/tools/ctestfw/unicode/testdata.h
FILE: ../../../third_party/icu/source/tools/ctestfw/unicode/testlog.h
FILE: ../../../third_party/icu/source/tools/ctestfw/unicode/testtype.h
FILE: ../../../third_party/icu/source/tools/ctestfw/unicode/tstdtmod.h
FILE: ../../../third_party/icu/source/tools/ctestfw/unicode/uperf.h
FILE: ../../../third_party/icu/source/tools/ctestfw/unicode/utimer.h
FILE: ../../../third_party/icu/source/tools/ctestfw/uperf.cpp
16271 16272 16273 16274 16275 16276
FILE: ../../../third_party/icu/source/tools/escapesrc/cptbl.h
FILE: ../../../third_party/icu/source/tools/escapesrc/escapesrc.cpp
FILE: ../../../third_party/icu/source/tools/escapesrc/expect-simple.cpp
FILE: ../../../third_party/icu/source/tools/escapesrc/tblgen.cpp
FILE: ../../../third_party/icu/source/tools/escapesrc/test-nochange.cpp
FILE: ../../../third_party/icu/source/tools/escapesrc/test-simple.cpp
C
Chinmay Garde 已提交
16277 16278 16279 16280 16281 16282 16283 16284 16285 16286
FILE: ../../../third_party/icu/source/tools/genbrk/genbrk.1.in
FILE: ../../../third_party/icu/source/tools/genbrk/genbrk.cpp
FILE: ../../../third_party/icu/source/tools/genccode/genccode.8.in
FILE: ../../../third_party/icu/source/tools/genccode/genccode.c
FILE: ../../../third_party/icu/source/tools/gencfu/gencfu.1.in
FILE: ../../../third_party/icu/source/tools/gencfu/gencfu.cpp
FILE: ../../../third_party/icu/source/tools/gencmn/gencmn.8.in
FILE: ../../../third_party/icu/source/tools/gencmn/gencmn.c
FILE: ../../../third_party/icu/source/tools/gencnval/gencnval.1.in
FILE: ../../../third_party/icu/source/tools/gencnval/gencnval.c
16287 16288
FILE: ../../../third_party/icu/source/tools/gencolusb/extract_unsafe_backwards.cpp
FILE: ../../../third_party/icu/source/tools/gencolusb/verify_uset.cpp
C
Chinmay Garde 已提交
16289 16290
FILE: ../../../third_party/icu/source/tools/gendict/gendict.1.in
FILE: ../../../third_party/icu/source/tools/gendict/gendict.cpp
16291 16292
FILE: ../../../third_party/icu/source/tools/gennorm2/extradata.cpp
FILE: ../../../third_party/icu/source/tools/gennorm2/extradata.h
C
Chinmay Garde 已提交
16293 16294 16295
FILE: ../../../third_party/icu/source/tools/gennorm2/gennorm2.cpp
FILE: ../../../third_party/icu/source/tools/gennorm2/n2builder.cpp
FILE: ../../../third_party/icu/source/tools/gennorm2/n2builder.h
16296 16297
FILE: ../../../third_party/icu/source/tools/gennorm2/norms.cpp
FILE: ../../../third_party/icu/source/tools/gennorm2/norms.h
C
Chinmay Garde 已提交
16298
FILE: ../../../third_party/icu/source/tools/genrb/derb.1.in
16299
FILE: ../../../third_party/icu/source/tools/genrb/derb.cpp
C
Chinmay Garde 已提交
16300 16301 16302
FILE: ../../../third_party/icu/source/tools/genrb/errmsg.c
FILE: ../../../third_party/icu/source/tools/genrb/errmsg.h
FILE: ../../../third_party/icu/source/tools/genrb/genrb.1.in
16303
FILE: ../../../third_party/icu/source/tools/genrb/genrb.cpp
C
Chinmay Garde 已提交
16304 16305 16306 16307 16308 16309 16310 16311 16312
FILE: ../../../third_party/icu/source/tools/genrb/genrb.h
FILE: ../../../third_party/icu/source/tools/genrb/parse.cpp
FILE: ../../../third_party/icu/source/tools/genrb/parse.h
FILE: ../../../third_party/icu/source/tools/genrb/prscmnts.cpp
FILE: ../../../third_party/icu/source/tools/genrb/prscmnts.h
FILE: ../../../third_party/icu/source/tools/genrb/rbutil.c
FILE: ../../../third_party/icu/source/tools/genrb/rbutil.h
FILE: ../../../third_party/icu/source/tools/genrb/read.c
FILE: ../../../third_party/icu/source/tools/genrb/read.h
16313
FILE: ../../../third_party/icu/source/tools/genrb/reslist.cpp
C
Chinmay Garde 已提交
16314 16315 16316 16317 16318
FILE: ../../../third_party/icu/source/tools/genrb/reslist.h
FILE: ../../../third_party/icu/source/tools/genrb/rle.c
FILE: ../../../third_party/icu/source/tools/genrb/rle.h
FILE: ../../../third_party/icu/source/tools/genrb/ustr.c
FILE: ../../../third_party/icu/source/tools/genrb/ustr.h
16319
FILE: ../../../third_party/icu/source/tools/genrb/wrtjava.cpp
C
Chinmay Garde 已提交
16320 16321 16322 16323 16324 16325 16326 16327 16328 16329 16330 16331 16332 16333 16334 16335 16336
FILE: ../../../third_party/icu/source/tools/genrb/wrtxml.cpp
FILE: ../../../third_party/icu/source/tools/gensprep/gensprep.8.in
FILE: ../../../third_party/icu/source/tools/gensprep/gensprep.c
FILE: ../../../third_party/icu/source/tools/gensprep/gensprep.h
FILE: ../../../third_party/icu/source/tools/gensprep/store.c
FILE: ../../../third_party/icu/source/tools/gentest/genres32.c
FILE: ../../../third_party/icu/source/tools/gentest/gentest.c
FILE: ../../../third_party/icu/source/tools/gentest/gentest.h
FILE: ../../../third_party/icu/source/tools/icuinfo/icuinfo.cpp
FILE: ../../../third_party/icu/source/tools/icuinfo/testplug.c
FILE: ../../../third_party/icu/source/tools/icupkg/icupkg.8.in
FILE: ../../../third_party/icu/source/tools/icupkg/icupkg.cpp
FILE: ../../../third_party/icu/source/tools/icuswap/icuswap.cpp
FILE: ../../../third_party/icu/source/tools/makeconv/gencnvex.c
FILE: ../../../third_party/icu/source/tools/makeconv/genmbcs.cpp
FILE: ../../../third_party/icu/source/tools/makeconv/genmbcs.h
FILE: ../../../third_party/icu/source/tools/makeconv/makeconv.1.in
16337
FILE: ../../../third_party/icu/source/tools/makeconv/makeconv.cpp
C
Chinmay Garde 已提交
16338 16339 16340 16341 16342 16343 16344 16345 16346 16347 16348 16349
FILE: ../../../third_party/icu/source/tools/makeconv/makeconv.h
FILE: ../../../third_party/icu/source/tools/makeconv/ucnvstat.c
FILE: ../../../third_party/icu/source/tools/pkgdata/pkgdata.1.in
FILE: ../../../third_party/icu/source/tools/pkgdata/pkgdata.cpp
FILE: ../../../third_party/icu/source/tools/pkgdata/pkgtypes.c
FILE: ../../../third_party/icu/source/tools/pkgdata/pkgtypes.h
FILE: ../../../third_party/icu/source/tools/toolutil/collationinfo.cpp
FILE: ../../../third_party/icu/source/tools/toolutil/collationinfo.h
FILE: ../../../third_party/icu/source/tools/toolutil/dbgutil.cpp
FILE: ../../../third_party/icu/source/tools/toolutil/dbgutil.h
FILE: ../../../third_party/icu/source/tools/toolutil/denseranges.cpp
FILE: ../../../third_party/icu/source/tools/toolutil/denseranges.h
16350
FILE: ../../../third_party/icu/source/tools/toolutil/filestrm.cpp
C
Chinmay Garde 已提交
16351 16352 16353
FILE: ../../../third_party/icu/source/tools/toolutil/filestrm.h
FILE: ../../../third_party/icu/source/tools/toolutil/filetools.cpp
FILE: ../../../third_party/icu/source/tools/toolutil/filetools.h
16354
FILE: ../../../third_party/icu/source/tools/toolutil/flagparser.cpp
C
Chinmay Garde 已提交
16355 16356 16357
FILE: ../../../third_party/icu/source/tools/toolutil/flagparser.h
FILE: ../../../third_party/icu/source/tools/toolutil/package.cpp
FILE: ../../../third_party/icu/source/tools/toolutil/package.h
16358
FILE: ../../../third_party/icu/source/tools/toolutil/pkg_genc.cpp
C
Chinmay Garde 已提交
16359
FILE: ../../../third_party/icu/source/tools/toolutil/pkg_genc.h
16360
FILE: ../../../third_party/icu/source/tools/toolutil/pkg_gencmn.cpp
C
Chinmay Garde 已提交
16361 16362 16363 16364 16365 16366 16367 16368 16369 16370 16371
FILE: ../../../third_party/icu/source/tools/toolutil/pkg_gencmn.h
FILE: ../../../third_party/icu/source/tools/toolutil/pkg_icu.cpp
FILE: ../../../third_party/icu/source/tools/toolutil/pkg_icu.h
FILE: ../../../third_party/icu/source/tools/toolutil/pkg_imp.h
FILE: ../../../third_party/icu/source/tools/toolutil/pkgitems.cpp
FILE: ../../../third_party/icu/source/tools/toolutil/ppucd.cpp
FILE: ../../../third_party/icu/source/tools/toolutil/ppucd.h
FILE: ../../../third_party/icu/source/tools/toolutil/swapimpl.cpp
FILE: ../../../third_party/icu/source/tools/toolutil/swapimpl.h
FILE: ../../../third_party/icu/source/tools/toolutil/toolutil.cpp
FILE: ../../../third_party/icu/source/tools/toolutil/toolutil.h
16372
FILE: ../../../third_party/icu/source/tools/toolutil/ucbuf.cpp
C
Chinmay Garde 已提交
16373 16374
FILE: ../../../third_party/icu/source/tools/toolutil/ucbuf.h
FILE: ../../../third_party/icu/source/tools/toolutil/ucln_tu.cpp
16375
FILE: ../../../third_party/icu/source/tools/toolutil/ucm.cpp
C
Chinmay Garde 已提交
16376
FILE: ../../../third_party/icu/source/tools/toolutil/ucm.h
16377
FILE: ../../../third_party/icu/source/tools/toolutil/ucmstate.cpp
C
Chinmay Garde 已提交
16378 16379
FILE: ../../../third_party/icu/source/tools/toolutil/udbgutil.cpp
FILE: ../../../third_party/icu/source/tools/toolutil/udbgutil.h
16380
FILE: ../../../third_party/icu/source/tools/toolutil/unewdata.cpp
C
Chinmay Garde 已提交
16381
FILE: ../../../third_party/icu/source/tools/toolutil/unewdata.h
16382
FILE: ../../../third_party/icu/source/tools/toolutil/uoptions.cpp
C
Chinmay Garde 已提交
16383
FILE: ../../../third_party/icu/source/tools/toolutil/uoptions.h
16384
FILE: ../../../third_party/icu/source/tools/toolutil/uparse.cpp
C
Chinmay Garde 已提交
16385
FILE: ../../../third_party/icu/source/tools/toolutil/uparse.h
16386
FILE: ../../../third_party/icu/source/tools/toolutil/writesrc.cpp
C
Chinmay Garde 已提交
16387 16388 16389 16390 16391 16392 16393 16394 16395
FILE: ../../../third_party/icu/source/tools/toolutil/writesrc.h
FILE: ../../../third_party/icu/source/tools/toolutil/xmlparser.cpp
FILE: ../../../third_party/icu/source/tools/toolutil/xmlparser.h
FILE: ../../../third_party/icu/source/tools/tzcode/icuregions
FILE: ../../../third_party/icu/source/tools/tzcode/icuzdump.cpp
FILE: ../../../third_party/icu/source/tools/tzcode/icuzones
FILE: ../../../third_party/icu/source/tools/tzcode/tz2icu.cpp
FILE: ../../../third_party/icu/source/tools/tzcode/tz2icu.h
----------------------------------------------------------------------------------------------------
16396 16397 16398 16399 16400 16401 16402 16403 16404 16405 16406 16407 16408 16409 16410 16411 16412 16413 16414 16415 16416 16417 16418 16419 16420 16421 16422 16423 16424 16425 16426 16427 16428 16429 16430 16431 16432 16433 16434 16435 16436 16437 16438 16439 16440 16441 16442 16443 16444 16445 16446 16447 16448 16449 16450 16451 16452
Unicode® Terms of Use
For the general privacy policy governing access to this site, see the  Unicode Privacy Policy. For trademark usage, see the Unicode® Consortium Name and Trademark Usage Policy.

A. Unicode Copyright.
1. Copyright © 1991-2017 Unicode, Inc. All rights reserved.
2. Certain documents and files on this website contain a legend indicating that "Modification is permitted." Any person is hereby authorized, without fee, to modify such documents and files to create derivative works conforming to the Unicode® Standard, subject to Terms and Conditions herein.
3. Any person is hereby authorized, without fee, to view, use, reproduce, and distribute all documents and files solely for informational purposes and in the creation of products supporting the Unicode Standard, subject to the Terms and Conditions herein.
4. Further specifications of rights and restrictions pertaining to the use of the particular set of data files known as the "Unicode Character Database" can be found in the License.
5. Each version of the Unicode Standard has further specifications of rights and restrictions of use. For the book editions (Unicode 5.0 and earlier), these are found on the back of the title page. The online code charts carry specific restrictions. All other files, including online documentation of the core specification for Unicode 6.0 and later, are covered under these general Terms of Use.
6. No license is granted to "mirror" the Unicode website where a fee is charged for access to the "mirror" site.
7. Modification is not permitted with respect to this document. All copies of this document must be verbatim.
B. Restricted Rights Legend. Any technical data or software which is licensed to the United States of America, its agencies and/or instrumentalities under this Agreement is commercial technical data or commercial computer software developed exclusively at private expense as defined in FAR 2.101, or DFARS 252.227-7014 (June 1995), as applicable. For technical data, use, duplication, or disclosure by the Government is subject to restrictions as set forth in DFARS 202.227-7015 Technical Data, Commercial and Items (Nov 1995) and this Agreement. For Software, in accordance with FAR 12-212 or DFARS 227-7202, as applicable, use, duplication or disclosure by the Government is subject to the restrictions set forth in this Agreement.
C. Warranties and Disclaimers.
1. This publication and/or website may include technical or typographical errors or other inaccuracies . Changes are periodically added to the information herein; these changes will be incorporated in new editions of the publication and/or website. Unicode may make improvements and/or changes in the product(s) and/or program(s) described in this publication and/or website at any time.
2. If this file has been purchased on magnetic or optical media from Unicode, Inc. the sole and exclusive remedy for any claim will be exchange of the defective media within ninety (90) days of original purchase.
3. EXCEPT AS PROVIDED IN SECTION C.2, THIS PUBLICATION AND/OR SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. UNICODE AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN THIS PUBLICATION AND/OR SOFTWARE OR OTHER DOCUMENTS WHICH ARE REFERENCED BY OR LINKED TO THIS PUBLICATION OR THE UNICODE WEBSITE.
D. Waiver of Damages. In no event shall Unicode or its licensors be liable for any special, incidental, indirect or consequential damages of any kind, or any damages whatsoever, whether or not Unicode was advised of the possibility of the damage, including, without limitation, those resulting from the following: loss of use, data or profits, in connection with the use, modification or distribution of this information or its derivatives.
E. Trademarks & Logos.
1. The Unicode Word Mark and the Unicode Logo are trademarks of Unicode, Inc. “The Unicode Consortium” and “Unicode, Inc.” are trade names of Unicode, Inc. Use of the information and materials found on this website indicates your acknowledgement of Unicode, Inc.’s exclusive worldwide rights in the Unicode Word Mark, the Unicode Logo, and the Unicode trade names.
2. The Unicode Consortium Name and Trademark Usage Policy (“Trademark Policy”) are incorporated herein by reference and you agree to abide by the provisions of the Trademark Policy, which may be changed from time to time in the sole discretion of Unicode, Inc.
3. All third party trademarks referenced herein are the property of their respective owners.
F. Miscellaneous.
1. Jurisdiction and Venue. This server is operated from a location in the State of California, United States of America. Unicode makes no representation that the materials are appropriate for use in other locations. If you access this server from other locations, you are responsible for compliance with local laws. This Agreement, all use of this site and any claims and damages resulting from use of this site are governed solely by the laws of the State of California without regard to any principles which would apply the laws of a different jurisdiction. The user agrees that any disputes regarding this site shall be resolved solely in the courts located in Santa Clara County, California. The user agrees said courts have personal jurisdiction and agree to waive any right to transfer the dispute to any other forum.
2. Modification by Unicode Unicode shall have the right to modify this Agreement at any time by posting it to this site. The user may not assign any part of this Agreement without Unicode’s prior written consent.
3. Taxes. The user agrees to pay any taxes arising from access to this website or use of the information herein, except for those based on Unicode’s net income.
4. Severability.  If any provision of this Agreement is declared invalid or unenforceable, the remaining provisions of this Agreement shall remain in effect.
5. Entire Agreement. This Agreement constitutes the entire agreement between the parties.

EXHIBIT 1
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE

Unicode Data Files include all data files under the directories
http://www.unicode.org/Public/, http://www.unicode.org/reports/,
http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
http://www.unicode.org/utility/trac/browser/.

Unicode Data Files do not include PDF online code charts under the
directory http://www.unicode.org/Public/.

Software includes any source code published in the Unicode Standard
or under the directories
http://www.unicode.org/Public/, http://www.unicode.org/reports/,
http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
http://www.unicode.org/utility/trac/browser/.

NOTICE TO USER: Carefully read the following legal agreement.
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
TERMS AND CONDITIONS OF THIS AGREEMENT.
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
THE DATA FILES OR SOFTWARE.

COPYRIGHT AND PERMISSION NOTICE

Copyright © 1991-2017 Unicode, Inc. All rights reserved.
Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
C
Chinmay Garde 已提交
16453 16454 16455 16456 16457 16458 16459 16460

Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
16461
or Software are furnished to do so, provided that either
C
Chinmay Garde 已提交
16462
(a) this copyright and permission notice appear with all copies
16463
of the Data Files or Software, or
C
Chinmay Garde 已提交
16464
(b) this copyright and permission notice appear in associated
16465
Documentation.
C
Chinmay Garde 已提交
16466 16467 16468 16469 16470 16471 16472 16473 16474 16475 16476 16477 16478 16479 16480 16481 16482 16483 16484 16485 16486 16487 16488 16489 16490 16491 16492 16493 16494 16495 16496 16497 16498 16499 16500 16501 16502 16503 16504 16505 16506 16507 16508 16509 16510 16511 16512 16513 16514 16515 16516 16517 16518 16519 16520 16521 16522 16523 16524 16525 16526 16527 16528 16529 16530 16531 16532 16533 16534 16535 16536 16537 16538 16539 16540 16541 16542 16543 16544 16545 16546 16547 16548 16549 16550 16551 16552 16553 16554 16555 16556 16557 16558 16559 16560

THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.

Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
====================================================================================================

====================================================================================================
LIBRARY: icu
ORIGIN: ../../../third_party/icu/source/data/mappings/iso-8859_10-1998.ucm
TYPE: LicenseType.unknown
FILE: ../../../third_party/icu/source/data/mappings/iso-8859_10-1998.ucm
----------------------------------------------------------------------------------------------------
Copyright (c) 1999 Unicode, Inc.  All Rights reserved.
      Copyright (C) 2002-2005, International Business Machines
          Corporation and others.  All Rights Reserved.

This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
No claims are made as to fitness for any particular purpose.  No
warranties of any kind are expressed or implied.  The recipient
agrees to determine applicability of information provided.  If this
file has been provided on optical media by Unicode, Inc., the sole
remedy for any claim will be exchange of defective media within 90
days of receipt.

Unicode, Inc. hereby grants the right to freely use the information
supplied in this file in the creation of products supporting the
Unicode Standard, and to make copies of this file in any form for
internal or external distribution as long as this notice remains
attached.
====================================================================================================

====================================================================================================
LIBRARY: icu
ORIGIN: ../../../third_party/icu/source/data/mappings/iso-8859_11-2001.ucm
TYPE: LicenseType.unknown
FILE: ../../../third_party/icu/source/data/mappings/iso-8859_11-2001.ucm
----------------------------------------------------------------------------------------------------
Copyright (c) 2002 Unicode, Inc.  All Rights reserved.
      Copyright (C) 2002-2005, International Business Machines
          Corporation and others.  All Rights Reserved.

This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
No claims are made as to fitness for any particular purpose.  No
warranties of any kind are expressed or implied.  The recipient
agrees to determine applicability of information provided.  If this
file has been provided on optical media by Unicode, Inc., the sole
remedy for any claim will be exchange of defective media within 90
days of receipt.

Unicode, Inc. hereby grants the right to freely use the information
supplied in this file in the creation of products supporting the
Unicode Standard, and to make copies of this file in any form for
internal or external distribution as long as this notice remains
attached.
====================================================================================================

====================================================================================================
LIBRARY: icu
ORIGIN: ../../../third_party/icu/source/data/mappings/iso-8859_14-1998.ucm
TYPE: LicenseType.unknown
FILE: ../../../third_party/icu/source/data/mappings/iso-8859_14-1998.ucm
----------------------------------------------------------------------------------------------------
Copyright (c) 1998 - 1999 Unicode, Inc.  All Rights reserved.
      Copyright (C) 2002-2005, International Business Machines
          Corporation and others.  All Rights Reserved.

This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
No claims are made as to fitness for any particular purpose.  No
warranties of any kind are expressed or implied.  The recipient
agrees to determine applicability of information provided.  If this
file has been provided on optical media by Unicode, Inc., the sole
remedy for any claim will be exchange of defective media within 90
days of receipt.

Unicode, Inc. hereby grants the right to freely use the information
supplied in this file in the creation of products supporting the
Unicode Standard, and to make copies of this file in any form for
internal or external distribution as long as this notice remains
attached.
====================================================================================================

====================================================================================================
LIBRARY: icu
16561
ORIGIN: ../../../third_party/icu/source/i18n/decContext.cpp + ../../../third_party/dart/runtime/third_party/double-conversion/COPYING
C
Chinmay Garde 已提交
16562
TYPE: LicenseType.bsd
16563
FILE: ../../../third_party/icu/source/i18n/decContext.cpp
C
Chinmay Garde 已提交
16564 16565 16566 16567
----------------------------------------------------------------------------------------------------
Copyright (c) IBM Corporation, 2000-2012.  All rights reserved.

Redistribution and use in source and binary forms, with or without
16568 16569
modification, are permitted provided that the following conditions are
met:
C
Chinmay Garde 已提交
16570

16571 16572 16573 16574 16575 16576 16577 16578 16579
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
C
Chinmay Garde 已提交
16580 16581 16582

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
16583 16584 16585 16586 16587 16588 16589 16590 16591
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
C
Chinmay Garde 已提交
16592 16593 16594 16595
====================================================================================================

====================================================================================================
LIBRARY: icu
16596
ORIGIN: ../../../third_party/icu/source/i18n/decContext.h + ../../../third_party/dart/runtime/third_party/double-conversion/COPYING
C
Chinmay Garde 已提交
16597 16598
TYPE: LicenseType.bsd
FILE: ../../../third_party/icu/source/i18n/decContext.h
16599 16600 16601 16602 16603 16604 16605 16606 16607 16608 16609 16610 16611 16612 16613 16614
----------------------------------------------------------------------------------------------------
Copyright (c) IBM Corporation, 2000-2011.   All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
C
Chinmay Garde 已提交
16615 16616 16617

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
16618 16619 16620 16621 16622 16623 16624 16625 16626
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
C
Chinmay Garde 已提交
16627 16628 16629 16630
====================================================================================================

====================================================================================================
LIBRARY: icu
16631
ORIGIN: ../../../third_party/icu/source/i18n/decNumber.cpp + ../../../third_party/dart/runtime/third_party/double-conversion/COPYING
C
Chinmay Garde 已提交
16632
TYPE: LicenseType.bsd
16633
FILE: ../../../third_party/icu/source/i18n/decNumber.cpp
C
Chinmay Garde 已提交
16634 16635 16636 16637
----------------------------------------------------------------------------------------------------
Copyright (c) IBM Corporation, 2000-2014.  All rights reserved.

Redistribution and use in source and binary forms, with or without
16638 16639
modification, are permitted provided that the following conditions are
met:
C
Chinmay Garde 已提交
16640

16641 16642 16643 16644 16645 16646 16647 16648 16649
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
C
Chinmay Garde 已提交
16650 16651 16652

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
16653 16654 16655 16656 16657 16658 16659 16660 16661
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
C
Chinmay Garde 已提交
16662 16663 16664 16665
====================================================================================================

====================================================================================================
LIBRARY: icu
16666
ORIGIN: ../../../third_party/icu/source/i18n/decNumber.h + ../../../third_party/dart/runtime/third_party/double-conversion/COPYING
C
Chinmay Garde 已提交
16667 16668 16669 16670 16671 16672
TYPE: LicenseType.bsd
FILE: ../../../third_party/icu/source/i18n/decNumber.h
----------------------------------------------------------------------------------------------------
Copyright (c) IBM Corporation, 2000-2010.   All rights reserved.

Redistribution and use in source and binary forms, with or without
16673 16674
modification, are permitted provided that the following conditions are
met:
C
Chinmay Garde 已提交
16675

16676 16677 16678 16679 16680 16681 16682 16683 16684
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
C
Chinmay Garde 已提交
16685 16686 16687

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
16688 16689 16690 16691 16692 16693 16694 16695 16696
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
C
Chinmay Garde 已提交
16697 16698 16699
====================================================================================================

====================================================================================================
16700 16701 16702 16703 16704 16705 16706 16707 16708 16709 16710 16711 16712 16713 16714 16715 16716 16717 16718 16719 16720 16721 16722 16723 16724 16725 16726 16727 16728 16729 16730 16731 16732 16733 16734 16735 16736 16737 16738 16739 16740 16741 16742 16743 16744 16745 16746 16747 16748 16749 16750 16751 16752 16753 16754 16755 16756 16757 16758 16759 16760 16761 16762 16763 16764 16765 16766 16767 16768 16769 16770 16771 16772 16773 16774 16775 16776 16777 16778 16779 16780 16781 16782 16783 16784 16785 16786 16787 16788 16789 16790 16791 16792 16793 16794 16795 16796
LIBRARY: icu
ORIGIN: ../../../third_party/icu/source/i18n/decNumberLocal.h + ../../../third_party/dart/runtime/third_party/double-conversion/COPYING
TYPE: LicenseType.bsd
FILE: ../../../third_party/icu/source/i18n/decNumberLocal.h
----------------------------------------------------------------------------------------------------
Copyright (c) IBM Corporation, 2000-2016.   All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: khronos
ORIGIN: ../../../third_party/angle/src/third_party/khronos/GL/wglext.h
TYPE: LicenseType.unknown
FILE: ../../../third_party/angle/src/third_party/khronos/GL/wglext.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2013-2014 The Khronos Group Inc.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.

THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
====================================================================================================

====================================================================================================
LIBRARY: libXNVCtrl
ORIGIN: ../../../third_party/angle/src/third_party/libXNVCtrl/LICENSE
TYPE: LicenseType.mit
FILE: ../../../third_party/angle/src/third_party/libXNVCtrl/NVCtrl.c
FILE: ../../../third_party/angle/src/third_party/libXNVCtrl/NVCtrlLib.h
FILE: ../../../third_party/angle/src/third_party/libXNVCtrl/nv_control.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2008 NVIDIA, Corporation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: libXNVCtrl
ORIGIN: ../../../third_party/angle/src/third_party/libXNVCtrl/NVCtrl.h
TYPE: LicenseType.mit
FILE: ../../../third_party/angle/src/third_party/libXNVCtrl/NVCtrl.h
C
Chinmay Garde 已提交
16797
----------------------------------------------------------------------------------------------------
16798
Copyright (c) 2010 NVIDIA, Corporation
C
Chinmay Garde 已提交
16799

16800 16801 16802 16803 16804 16805
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
C
Chinmay Garde 已提交
16806

16807 16808 16809
The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.
C
Chinmay Garde 已提交
16810

16811 16812 16813 16814 16815 16816 16817
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
C
Chinmay Garde 已提交
16818 16819
====================================================================================================

16820 16821 16822 16823
====================================================================================================
LIBRARY: libcxx
LIBRARY: libcxxabi
ORIGIN: null
16824
TYPE: LicenseType.bsd
16825 16826 16827
FILE: ../../../third_party/libcxx/.arcconfig
FILE: ../../../third_party/libcxx/appveyor-reqs-install.cmd
FILE: ../../../third_party/libcxx/appveyor.yml
16828
FILE: ../../../third_party/libcxx/benchmarks/CartesianBenchmarks.hpp
16829 16830 16831
FILE: ../../../third_party/libcxx/benchmarks/ContainerBenchmarks.hpp
FILE: ../../../third_party/libcxx/benchmarks/GenerateInput.hpp
FILE: ../../../third_party/libcxx/benchmarks/algorithms.bench.cpp
16832
FILE: ../../../third_party/libcxx/benchmarks/algorithms.partition_point.bench.cpp
16833
FILE: ../../../third_party/libcxx/benchmarks/filesystem.bench.cpp
16834
FILE: ../../../third_party/libcxx/benchmarks/function.bench.cpp
16835
FILE: ../../../third_party/libcxx/benchmarks/lit.site.cfg.py.in
16836
FILE: ../../../third_party/libcxx/benchmarks/ordered_set.bench.cpp
16837 16838 16839
FILE: ../../../third_party/libcxx/benchmarks/string.bench.cpp
FILE: ../../../third_party/libcxx/benchmarks/stringstream.bench.cpp
FILE: ../../../third_party/libcxx/benchmarks/unordered_set_operations.bench.cpp
16840
FILE: ../../../third_party/libcxx/benchmarks/util_smartptr.bench.cpp
16841 16842 16843 16844
FILE: ../../../third_party/libcxx/benchmarks/vector_operations.bench.cpp
FILE: ../../../third_party/libcxx/docs/BuildingLibcxx.rst
FILE: ../../../third_party/libcxx/docs/DesignDocs/ABIVersioning.rst
FILE: ../../../third_party/libcxx/docs/DesignDocs/AvailabilityMarkup.rst
16845
FILE: ../../../third_party/libcxx/docs/DesignDocs/CapturingConfigInfo.rst
16846
FILE: ../../../third_party/libcxx/docs/DesignDocs/DebugMode.rst
16847 16848 16849
FILE: ../../../third_party/libcxx/docs/DesignDocs/ExperimentalFeatures.rst
FILE: ../../../third_party/libcxx/docs/DesignDocs/ExtendedCXX03Support.rst
FILE: ../../../third_party/libcxx/docs/DesignDocs/FeatureTestMacros.rst
16850 16851 16852
FILE: ../../../third_party/libcxx/docs/DesignDocs/FileTimeType.rst
FILE: ../../../third_party/libcxx/docs/DesignDocs/ThreadingSupportAPI.rst
FILE: ../../../third_party/libcxx/docs/DesignDocs/VisibilityMacros.rst
16853
FILE: ../../../third_party/libcxx/docs/FeatureTestMacroTable.rst
16854 16855 16856 16857 16858
FILE: ../../../third_party/libcxx/docs/Makefile.sphinx
FILE: ../../../third_party/libcxx/docs/ReleaseNotes.rst
FILE: ../../../third_party/libcxx/docs/TestingLibcxx.rst
FILE: ../../../third_party/libcxx/docs/UsingLibcxx.rst
FILE: ../../../third_party/libcxx/docs/index.rst
16859 16860 16861 16862 16863 16864 16865 16866 16867 16868 16869 16870 16871 16872
FILE: ../../../third_party/libcxx/fuzzing/fuzz_test.cpp
FILE: ../../../third_party/libcxx/fuzzing/fuzzing.cpp
FILE: ../../../third_party/libcxx/fuzzing/fuzzing.h
FILE: ../../../third_party/libcxx/include/__bit_reference
FILE: ../../../third_party/libcxx/include/__bsd_locale_defaults.h
FILE: ../../../third_party/libcxx/include/__bsd_locale_fallbacks.h
FILE: ../../../third_party/libcxx/include/__config
FILE: ../../../third_party/libcxx/include/__config_site.in
FILE: ../../../third_party/libcxx/include/__debug
FILE: ../../../third_party/libcxx/include/__errc
FILE: ../../../third_party/libcxx/include/__functional_03
FILE: ../../../third_party/libcxx/include/__functional_base
FILE: ../../../third_party/libcxx/include/__functional_base_03
FILE: ../../../third_party/libcxx/include/__hash_table
16873
FILE: ../../../third_party/libcxx/include/__libcpp_version
16874 16875 16876 16877
FILE: ../../../third_party/libcxx/include/__locale
FILE: ../../../third_party/libcxx/include/__mutex_base
FILE: ../../../third_party/libcxx/include/__node_handle
FILE: ../../../third_party/libcxx/include/__nullptr
16878
FILE: ../../../third_party/libcxx/include/__split_buffer
16879 16880
FILE: ../../../third_party/libcxx/include/__sso_allocator
FILE: ../../../third_party/libcxx/include/__std_stream
16881
FILE: ../../../third_party/libcxx/include/__string
16882 16883 16884
FILE: ../../../third_party/libcxx/include/__threading_support
FILE: ../../../third_party/libcxx/include/__tree
FILE: ../../../third_party/libcxx/include/__tuple
16885
FILE: ../../../third_party/libcxx/include/__undef_macros
16886
FILE: ../../../third_party/libcxx/include/algorithm
16887
FILE: ../../../third_party/libcxx/include/any
16888
FILE: ../../../third_party/libcxx/include/array
16889
FILE: ../../../third_party/libcxx/include/atomic
16890 16891 16892 16893 16894 16895 16896 16897 16898 16899
FILE: ../../../third_party/libcxx/include/bit
FILE: ../../../third_party/libcxx/include/bitset
FILE: ../../../third_party/libcxx/include/cassert
FILE: ../../../third_party/libcxx/include/ccomplex
FILE: ../../../third_party/libcxx/include/cctype
FILE: ../../../third_party/libcxx/include/cerrno
FILE: ../../../third_party/libcxx/include/cfenv
FILE: ../../../third_party/libcxx/include/cfloat
FILE: ../../../third_party/libcxx/include/charconv
FILE: ../../../third_party/libcxx/include/chrono
16900
FILE: ../../../third_party/libcxx/include/cinttypes
16901 16902 16903 16904 16905 16906 16907 16908 16909 16910 16911 16912 16913 16914 16915 16916 16917
FILE: ../../../third_party/libcxx/include/ciso646
FILE: ../../../third_party/libcxx/include/climits
FILE: ../../../third_party/libcxx/include/clocale
FILE: ../../../third_party/libcxx/include/cmath
FILE: ../../../third_party/libcxx/include/codecvt
FILE: ../../../third_party/libcxx/include/compare
FILE: ../../../third_party/libcxx/include/complex
FILE: ../../../third_party/libcxx/include/complex.h
FILE: ../../../third_party/libcxx/include/condition_variable
FILE: ../../../third_party/libcxx/include/csetjmp
FILE: ../../../third_party/libcxx/include/csignal
FILE: ../../../third_party/libcxx/include/cstdarg
FILE: ../../../third_party/libcxx/include/cstdbool
FILE: ../../../third_party/libcxx/include/cstddef
FILE: ../../../third_party/libcxx/include/cstdint
FILE: ../../../third_party/libcxx/include/cstdio
FILE: ../../../third_party/libcxx/include/cstdlib
16918
FILE: ../../../third_party/libcxx/include/cstring
16919 16920 16921 16922 16923 16924 16925 16926 16927 16928 16929
FILE: ../../../third_party/libcxx/include/ctgmath
FILE: ../../../third_party/libcxx/include/ctime
FILE: ../../../third_party/libcxx/include/ctype.h
FILE: ../../../third_party/libcxx/include/cwchar
FILE: ../../../third_party/libcxx/include/cwctype
FILE: ../../../third_party/libcxx/include/deque
FILE: ../../../third_party/libcxx/include/errno.h
FILE: ../../../third_party/libcxx/include/exception
FILE: ../../../third_party/libcxx/include/experimental/__config
FILE: ../../../third_party/libcxx/include/experimental/__memory
FILE: ../../../third_party/libcxx/include/experimental/algorithm
16930
FILE: ../../../third_party/libcxx/include/experimental/coroutine
16931 16932 16933 16934
FILE: ../../../third_party/libcxx/include/experimental/deque
FILE: ../../../third_party/libcxx/include/experimental/filesystem
FILE: ../../../third_party/libcxx/include/experimental/forward_list
FILE: ../../../third_party/libcxx/include/experimental/functional
16935
FILE: ../../../third_party/libcxx/include/experimental/iterator
16936 16937
FILE: ../../../third_party/libcxx/include/experimental/list
FILE: ../../../third_party/libcxx/include/experimental/map
16938
FILE: ../../../third_party/libcxx/include/experimental/memory_resource
16939 16940 16941 16942 16943 16944 16945 16946 16947 16948 16949 16950 16951 16952 16953 16954 16955 16956 16957 16958 16959
FILE: ../../../third_party/libcxx/include/experimental/propagate_const
FILE: ../../../third_party/libcxx/include/experimental/regex
FILE: ../../../third_party/libcxx/include/experimental/set
FILE: ../../../third_party/libcxx/include/experimental/simd
FILE: ../../../third_party/libcxx/include/experimental/string
FILE: ../../../third_party/libcxx/include/experimental/type_traits
FILE: ../../../third_party/libcxx/include/experimental/unordered_map
FILE: ../../../third_party/libcxx/include/experimental/unordered_set
FILE: ../../../third_party/libcxx/include/experimental/utility
FILE: ../../../third_party/libcxx/include/experimental/vector
FILE: ../../../third_party/libcxx/include/ext/__hash
FILE: ../../../third_party/libcxx/include/ext/hash_map
FILE: ../../../third_party/libcxx/include/ext/hash_set
FILE: ../../../third_party/libcxx/include/fenv.h
FILE: ../../../third_party/libcxx/include/filesystem
FILE: ../../../third_party/libcxx/include/float.h
FILE: ../../../third_party/libcxx/include/forward_list
FILE: ../../../third_party/libcxx/include/fstream
FILE: ../../../third_party/libcxx/include/functional
FILE: ../../../third_party/libcxx/include/future
FILE: ../../../third_party/libcxx/include/initializer_list
16960
FILE: ../../../third_party/libcxx/include/inttypes.h
16961 16962 16963 16964 16965 16966 16967 16968 16969 16970 16971 16972 16973 16974
FILE: ../../../third_party/libcxx/include/iomanip
FILE: ../../../third_party/libcxx/include/ios
FILE: ../../../third_party/libcxx/include/iosfwd
FILE: ../../../third_party/libcxx/include/iostream
FILE: ../../../third_party/libcxx/include/istream
FILE: ../../../third_party/libcxx/include/iterator
FILE: ../../../third_party/libcxx/include/limits
FILE: ../../../third_party/libcxx/include/limits.h
FILE: ../../../third_party/libcxx/include/list
FILE: ../../../third_party/libcxx/include/locale
FILE: ../../../third_party/libcxx/include/locale.h
FILE: ../../../third_party/libcxx/include/map
FILE: ../../../third_party/libcxx/include/math.h
FILE: ../../../third_party/libcxx/include/memory
16975
FILE: ../../../third_party/libcxx/include/module.modulemap
16976 16977 16978 16979 16980 16981 16982 16983 16984 16985 16986 16987 16988 16989 16990 16991 16992 16993 16994
FILE: ../../../third_party/libcxx/include/mutex
FILE: ../../../third_party/libcxx/include/new
FILE: ../../../third_party/libcxx/include/numeric
FILE: ../../../third_party/libcxx/include/optional
FILE: ../../../third_party/libcxx/include/ostream
FILE: ../../../third_party/libcxx/include/queue
FILE: ../../../third_party/libcxx/include/random
FILE: ../../../third_party/libcxx/include/ratio
FILE: ../../../third_party/libcxx/include/regex
FILE: ../../../third_party/libcxx/include/scoped_allocator
FILE: ../../../third_party/libcxx/include/set
FILE: ../../../third_party/libcxx/include/setjmp.h
FILE: ../../../third_party/libcxx/include/shared_mutex
FILE: ../../../third_party/libcxx/include/span
FILE: ../../../third_party/libcxx/include/sstream
FILE: ../../../third_party/libcxx/include/stack
FILE: ../../../third_party/libcxx/include/stdbool.h
FILE: ../../../third_party/libcxx/include/stddef.h
FILE: ../../../third_party/libcxx/include/stdexcept
16995
FILE: ../../../third_party/libcxx/include/stdint.h
16996 16997 16998
FILE: ../../../third_party/libcxx/include/stdio.h
FILE: ../../../third_party/libcxx/include/stdlib.h
FILE: ../../../third_party/libcxx/include/streambuf
16999 17000 17001
FILE: ../../../third_party/libcxx/include/string
FILE: ../../../third_party/libcxx/include/string.h
FILE: ../../../third_party/libcxx/include/string_view
17002 17003 17004 17005 17006 17007 17008 17009 17010 17011 17012 17013 17014 17015 17016 17017 17018 17019 17020 17021
FILE: ../../../third_party/libcxx/include/strstream
FILE: ../../../third_party/libcxx/include/support/android/locale_bionic.h
FILE: ../../../third_party/libcxx/include/support/fuchsia/xlocale.h
FILE: ../../../third_party/libcxx/include/support/ibm/limits.h
FILE: ../../../third_party/libcxx/include/support/ibm/locale_mgmt_aix.h
FILE: ../../../third_party/libcxx/include/support/ibm/support.h
FILE: ../../../third_party/libcxx/include/support/ibm/xlocale.h
FILE: ../../../third_party/libcxx/include/support/musl/xlocale.h
FILE: ../../../third_party/libcxx/include/support/newlib/xlocale.h
FILE: ../../../third_party/libcxx/include/support/solaris/floatingpoint.h
FILE: ../../../third_party/libcxx/include/support/solaris/wchar.h
FILE: ../../../third_party/libcxx/include/support/solaris/xlocale.h
FILE: ../../../third_party/libcxx/include/support/win32/limits_msvc_win32.h
FILE: ../../../third_party/libcxx/include/support/win32/locale_win32.h
FILE: ../../../third_party/libcxx/include/support/xlocale/__nop_locale_mgmt.h
FILE: ../../../third_party/libcxx/include/support/xlocale/__posix_l_fallback.h
FILE: ../../../third_party/libcxx/include/support/xlocale/__strtonum_fallback.h
FILE: ../../../third_party/libcxx/include/system_error
FILE: ../../../third_party/libcxx/include/tgmath.h
FILE: ../../../third_party/libcxx/include/thread
17022
FILE: ../../../third_party/libcxx/include/tuple
17023 17024 17025 17026 17027 17028 17029 17030 17031 17032 17033 17034
FILE: ../../../third_party/libcxx/include/type_traits
FILE: ../../../third_party/libcxx/include/typeindex
FILE: ../../../third_party/libcxx/include/typeinfo
FILE: ../../../third_party/libcxx/include/unordered_map
FILE: ../../../third_party/libcxx/include/unordered_set
FILE: ../../../third_party/libcxx/include/utility
FILE: ../../../third_party/libcxx/include/valarray
FILE: ../../../third_party/libcxx/include/variant
FILE: ../../../third_party/libcxx/include/vector
FILE: ../../../third_party/libcxx/include/version
FILE: ../../../third_party/libcxx/include/wchar.h
FILE: ../../../third_party/libcxx/include/wctype.h
17035 17036 17037 17038 17039 17040 17041 17042
FILE: ../../../third_party/libcxx/lib/abi/3.9/x86_64-apple-darwin16.abilist
FILE: ../../../third_party/libcxx/lib/abi/3.9/x86_64-linux-gnu.abilist
FILE: ../../../third_party/libcxx/lib/abi/4.0/x86_64-apple-darwin16.abilist
FILE: ../../../third_party/libcxx/lib/abi/4.0/x86_64-unknown-linux-gnu.abilist
FILE: ../../../third_party/libcxx/lib/abi/5.0/x86_64-apple-darwin16.abilist
FILE: ../../../third_party/libcxx/lib/abi/5.0/x86_64-unknown-linux-gnu.abilist
FILE: ../../../third_party/libcxx/lib/abi/6.0/x86_64-apple-darwin16.abilist
FILE: ../../../third_party/libcxx/lib/abi/6.0/x86_64-unknown-linux-gnu.abilist
17043 17044 17045
FILE: ../../../third_party/libcxx/lib/abi/8.0/x86_64-apple-darwin.v1.abilist
FILE: ../../../third_party/libcxx/lib/abi/8.0/x86_64-apple-darwin.v2.abilist
FILE: ../../../third_party/libcxx/lib/abi/8.0/x86_64-unknown-linux-gnu.v1.abilist
17046 17047 17048 17049
FILE: ../../../third_party/libcxx/lib/abi/x86_64-apple-darwin.v1.abilist
FILE: ../../../third_party/libcxx/lib/abi/x86_64-apple-darwin.v2.abilist
FILE: ../../../third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.v1.abilist
FILE: ../../../third_party/libcxx/lib/libc++abi-new-delete.exp
17050 17051 17052 17053
FILE: ../../../third_party/libcxx/lib/libc++abi.v1.exp
FILE: ../../../third_party/libcxx/lib/libc++abi.v2.exp
FILE: ../../../third_party/libcxx/lib/libc++sjlj-abi.v1.exp
FILE: ../../../third_party/libcxx/lib/libc++sjlj-abi.v2.exp
17054 17055 17056
FILE: ../../../third_party/libcxx/lib/libc++unexp.exp
FILE: ../../../third_party/libcxx/lib/notweak.exp
FILE: ../../../third_party/libcxx/lib/weak.exp
17057 17058 17059 17060 17061 17062 17063 17064 17065 17066 17067 17068
FILE: ../../../third_party/libcxx/src/algorithm.cpp
FILE: ../../../third_party/libcxx/src/any.cpp
FILE: ../../../third_party/libcxx/src/bind.cpp
FILE: ../../../third_party/libcxx/src/charconv.cpp
FILE: ../../../third_party/libcxx/src/chrono.cpp
FILE: ../../../third_party/libcxx/src/condition_variable.cpp
FILE: ../../../third_party/libcxx/src/condition_variable_destructor.cpp
FILE: ../../../third_party/libcxx/src/debug.cpp
FILE: ../../../third_party/libcxx/src/exception.cpp
FILE: ../../../third_party/libcxx/src/experimental/memory_resource.cpp
FILE: ../../../third_party/libcxx/src/filesystem/directory_iterator.cpp
FILE: ../../../third_party/libcxx/src/filesystem/filesystem_common.h
17069
FILE: ../../../third_party/libcxx/src/filesystem/int128_builtins.cpp
17070 17071 17072 17073 17074 17075 17076 17077 17078 17079 17080 17081 17082 17083 17084 17085 17086 17087 17088 17089 17090 17091 17092 17093 17094 17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 17106 17107 17108 17109 17110 17111 17112 17113
FILE: ../../../third_party/libcxx/src/filesystem/operations.cpp
FILE: ../../../third_party/libcxx/src/functional.cpp
FILE: ../../../third_party/libcxx/src/future.cpp
FILE: ../../../third_party/libcxx/src/hash.cpp
FILE: ../../../third_party/libcxx/src/include/apple_availability.h
FILE: ../../../third_party/libcxx/src/include/atomic_support.h
FILE: ../../../third_party/libcxx/src/include/config_elast.h
FILE: ../../../third_party/libcxx/src/include/refstring.h
FILE: ../../../third_party/libcxx/src/ios.cpp
FILE: ../../../third_party/libcxx/src/iostream.cpp
FILE: ../../../third_party/libcxx/src/locale.cpp
FILE: ../../../third_party/libcxx/src/memory.cpp
FILE: ../../../third_party/libcxx/src/mutex.cpp
FILE: ../../../third_party/libcxx/src/mutex_destructor.cpp
FILE: ../../../third_party/libcxx/src/new.cpp
FILE: ../../../third_party/libcxx/src/optional.cpp
FILE: ../../../third_party/libcxx/src/random.cpp
FILE: ../../../third_party/libcxx/src/regex.cpp
FILE: ../../../third_party/libcxx/src/shared_mutex.cpp
FILE: ../../../third_party/libcxx/src/stdexcept.cpp
FILE: ../../../third_party/libcxx/src/string.cpp
FILE: ../../../third_party/libcxx/src/strstream.cpp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_fallback.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_glibcxx.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_libcxxabi.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_libcxxrt.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_msvc.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_pointer_cxxabi.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_pointer_glibcxx.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_pointer_msvc.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_pointer_unimplemented.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/new_handler_fallback.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/stdexcept_default.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/stdexcept_vcruntime.ipp
FILE: ../../../third_party/libcxx/src/support/win32/locale_win32.cpp
FILE: ../../../third_party/libcxx/src/support/win32/support.cpp
FILE: ../../../third_party/libcxx/src/support/win32/thread_win32.cpp
FILE: ../../../third_party/libcxx/src/system_error.cpp
FILE: ../../../third_party/libcxx/src/thread.cpp
FILE: ../../../third_party/libcxx/src/typeinfo.cpp
FILE: ../../../third_party/libcxx/src/utility.cpp
FILE: ../../../third_party/libcxx/src/valarray.cpp
FILE: ../../../third_party/libcxx/src/variant.cpp
FILE: ../../../third_party/libcxx/src/vector.cpp
17114 17115 17116 17117 17118 17119 17120 17121 17122 17123 17124 17125 17126 17127 17128
FILE: ../../../third_party/libcxx/www/atomic_design.html
FILE: ../../../third_party/libcxx/www/atomic_design_a.html
FILE: ../../../third_party/libcxx/www/atomic_design_b.html
FILE: ../../../third_party/libcxx/www/atomic_design_c.html
FILE: ../../../third_party/libcxx/www/cxx1y_status.html
FILE: ../../../third_party/libcxx/www/cxx1z_status.html
FILE: ../../../third_party/libcxx/www/cxx2a_status.html
FILE: ../../../third_party/libcxx/www/index.html
FILE: ../../../third_party/libcxx/www/ts1z_status.html
FILE: ../../../third_party/libcxx/www/type_traits_design.html
FILE: ../../../third_party/libcxx/www/upcoming_meeting.html
FILE: ../../../third_party/libcxxabi/.arcconfig
FILE: ../../../third_party/libcxxabi/fuzz/cxa_demangle_fuzzer.cpp
FILE: ../../../third_party/libcxxabi/include/__cxxabi_config.h
FILE: ../../../third_party/libcxxabi/include/cxxabi.h
17129 17130 17131 17132
FILE: ../../../third_party/libcxxabi/lib/itanium-base.exp
FILE: ../../../third_party/libcxxabi/lib/new-delete.exp
FILE: ../../../third_party/libcxxabi/lib/personality-sjlj.exp
FILE: ../../../third_party/libcxxabi/lib/personality-v0.exp
17133 17134 17135 17136 17137 17138 17139 17140 17141
FILE: ../../../third_party/libcxxabi/src/abort_message.cpp
FILE: ../../../third_party/libcxxabi/src/abort_message.h
FILE: ../../../third_party/libcxxabi/src/cxa_aux_runtime.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_default_handlers.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_demangle.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_exception.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_exception.hpp
FILE: ../../../third_party/libcxxabi/src/cxa_exception_storage.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_guard.cpp
17142
FILE: ../../../third_party/libcxxabi/src/cxa_guard_impl.h
17143 17144 17145 17146 17147 17148 17149 17150
FILE: ../../../third_party/libcxxabi/src/cxa_handlers.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_handlers.hpp
FILE: ../../../third_party/libcxxabi/src/cxa_noexception.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_personality.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_thread_atexit.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_unexpected.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_vector.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_virtual.cpp
17151
FILE: ../../../third_party/libcxxabi/src/demangle/DemangleConfig.h
17152 17153 17154 17155 17156 17157 17158 17159 17160 17161 17162 17163 17164 17165 17166 17167
FILE: ../../../third_party/libcxxabi/src/demangle/ItaniumDemangle.h
FILE: ../../../third_party/libcxxabi/src/demangle/StringView.h
FILE: ../../../third_party/libcxxabi/src/demangle/Utility.h
FILE: ../../../third_party/libcxxabi/src/fallback_malloc.cpp
FILE: ../../../third_party/libcxxabi/src/fallback_malloc.h
FILE: ../../../third_party/libcxxabi/src/include/atomic_support.h
FILE: ../../../third_party/libcxxabi/src/include/refstring.h
FILE: ../../../third_party/libcxxabi/src/private_typeinfo.cpp
FILE: ../../../third_party/libcxxabi/src/private_typeinfo.h
FILE: ../../../third_party/libcxxabi/src/stdlib_exception.cpp
FILE: ../../../third_party/libcxxabi/src/stdlib_new_delete.cpp
FILE: ../../../third_party/libcxxabi/src/stdlib_stdexcept.cpp
FILE: ../../../third_party/libcxxabi/src/stdlib_typeinfo.cpp
FILE: ../../../third_party/libcxxabi/www/index.html
FILE: ../../../third_party/libcxxabi/www/spec.html
----------------------------------------------------------------------------------------------------
17168 17169
University of Illinois/NCSA
Open Source License
17170

17171
Copyright (c) 2009-2019 by the contributors listed in CREDITS.TXT
17172

17173 17174 17175 17176 17177 17178 17179 17180 17181 17182 17183 17184 17185 17186 17187 17188 17189 17190 17191 17192 17193 17194 17195 17196 17197 17198 17199 17200
All rights reserved.

Developed by:

    LLVM Team

    University of Illinois at Urbana-Champaign

    http://llvm.org

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

    * Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimers.

    * Redistributions in binary form must reproduce the above copyright notice,
      this list of conditions and the following disclaimers in the
      documentation and/or other materials provided with the distribution.

    * Neither the names of the LLVM Team, University of Illinois at
      Urbana-Champaign, nor the names of its contributors may be used to
      endorse or promote products derived from this Software without specific
      prior written permission.
17201 17202

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17203 17204 17205
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17206
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17207 17208
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.
17209 17210 17211 17212
====================================================================================================

====================================================================================================
LIBRARY: libcxx
17213
LIBRARY: libcxxabi
17214
ORIGIN: null
17215
TYPE: LicenseType.mit
17216 17217 17218 17219 17220 17221 17222
FILE: ../../../third_party/libcxx/.arcconfig
FILE: ../../../third_party/libcxx/appveyor-reqs-install.cmd
FILE: ../../../third_party/libcxx/appveyor.yml
FILE: ../../../third_party/libcxx/benchmarks/CartesianBenchmarks.hpp
FILE: ../../../third_party/libcxx/benchmarks/ContainerBenchmarks.hpp
FILE: ../../../third_party/libcxx/benchmarks/GenerateInput.hpp
FILE: ../../../third_party/libcxx/benchmarks/algorithms.bench.cpp
17223
FILE: ../../../third_party/libcxx/benchmarks/algorithms.partition_point.bench.cpp
17224 17225 17226 17227 17228 17229 17230 17231 17232 17233 17234 17235 17236 17237
FILE: ../../../third_party/libcxx/benchmarks/filesystem.bench.cpp
FILE: ../../../third_party/libcxx/benchmarks/function.bench.cpp
FILE: ../../../third_party/libcxx/benchmarks/lit.site.cfg.py.in
FILE: ../../../third_party/libcxx/benchmarks/ordered_set.bench.cpp
FILE: ../../../third_party/libcxx/benchmarks/string.bench.cpp
FILE: ../../../third_party/libcxx/benchmarks/stringstream.bench.cpp
FILE: ../../../third_party/libcxx/benchmarks/unordered_set_operations.bench.cpp
FILE: ../../../third_party/libcxx/benchmarks/util_smartptr.bench.cpp
FILE: ../../../third_party/libcxx/benchmarks/vector_operations.bench.cpp
FILE: ../../../third_party/libcxx/docs/BuildingLibcxx.rst
FILE: ../../../third_party/libcxx/docs/DesignDocs/ABIVersioning.rst
FILE: ../../../third_party/libcxx/docs/DesignDocs/AvailabilityMarkup.rst
FILE: ../../../third_party/libcxx/docs/DesignDocs/CapturingConfigInfo.rst
FILE: ../../../third_party/libcxx/docs/DesignDocs/DebugMode.rst
17238 17239 17240
FILE: ../../../third_party/libcxx/docs/DesignDocs/ExperimentalFeatures.rst
FILE: ../../../third_party/libcxx/docs/DesignDocs/ExtendedCXX03Support.rst
FILE: ../../../third_party/libcxx/docs/DesignDocs/FeatureTestMacros.rst
17241 17242 17243
FILE: ../../../third_party/libcxx/docs/DesignDocs/FileTimeType.rst
FILE: ../../../third_party/libcxx/docs/DesignDocs/ThreadingSupportAPI.rst
FILE: ../../../third_party/libcxx/docs/DesignDocs/VisibilityMacros.rst
17244
FILE: ../../../third_party/libcxx/docs/FeatureTestMacroTable.rst
17245 17246 17247 17248 17249 17250 17251 17252 17253 17254 17255 17256 17257 17258 17259 17260 17261 17262 17263 17264 17265 17266 17267 17268 17269 17270 17271 17272 17273 17274 17275 17276 17277 17278 17279 17280 17281 17282 17283 17284 17285 17286 17287 17288 17289 17290 17291 17292 17293 17294 17295 17296 17297 17298 17299 17300 17301 17302 17303 17304 17305 17306 17307 17308 17309 17310 17311 17312 17313 17314 17315 17316 17317 17318 17319 17320 17321 17322 17323 17324 17325 17326 17327 17328 17329 17330 17331 17332 17333 17334 17335 17336 17337 17338 17339 17340 17341 17342
FILE: ../../../third_party/libcxx/docs/Makefile.sphinx
FILE: ../../../third_party/libcxx/docs/ReleaseNotes.rst
FILE: ../../../third_party/libcxx/docs/TestingLibcxx.rst
FILE: ../../../third_party/libcxx/docs/UsingLibcxx.rst
FILE: ../../../third_party/libcxx/docs/index.rst
FILE: ../../../third_party/libcxx/fuzzing/fuzz_test.cpp
FILE: ../../../third_party/libcxx/fuzzing/fuzzing.cpp
FILE: ../../../third_party/libcxx/fuzzing/fuzzing.h
FILE: ../../../third_party/libcxx/include/__bit_reference
FILE: ../../../third_party/libcxx/include/__bsd_locale_defaults.h
FILE: ../../../third_party/libcxx/include/__bsd_locale_fallbacks.h
FILE: ../../../third_party/libcxx/include/__config
FILE: ../../../third_party/libcxx/include/__config_site.in
FILE: ../../../third_party/libcxx/include/__debug
FILE: ../../../third_party/libcxx/include/__errc
FILE: ../../../third_party/libcxx/include/__functional_03
FILE: ../../../third_party/libcxx/include/__functional_base
FILE: ../../../third_party/libcxx/include/__functional_base_03
FILE: ../../../third_party/libcxx/include/__hash_table
FILE: ../../../third_party/libcxx/include/__libcpp_version
FILE: ../../../third_party/libcxx/include/__locale
FILE: ../../../third_party/libcxx/include/__mutex_base
FILE: ../../../third_party/libcxx/include/__node_handle
FILE: ../../../third_party/libcxx/include/__nullptr
FILE: ../../../third_party/libcxx/include/__split_buffer
FILE: ../../../third_party/libcxx/include/__sso_allocator
FILE: ../../../third_party/libcxx/include/__std_stream
FILE: ../../../third_party/libcxx/include/__string
FILE: ../../../third_party/libcxx/include/__threading_support
FILE: ../../../third_party/libcxx/include/__tree
FILE: ../../../third_party/libcxx/include/__tuple
FILE: ../../../third_party/libcxx/include/__undef_macros
FILE: ../../../third_party/libcxx/include/algorithm
FILE: ../../../third_party/libcxx/include/any
FILE: ../../../third_party/libcxx/include/array
FILE: ../../../third_party/libcxx/include/atomic
FILE: ../../../third_party/libcxx/include/bit
FILE: ../../../third_party/libcxx/include/bitset
FILE: ../../../third_party/libcxx/include/cassert
FILE: ../../../third_party/libcxx/include/ccomplex
FILE: ../../../third_party/libcxx/include/cctype
FILE: ../../../third_party/libcxx/include/cerrno
FILE: ../../../third_party/libcxx/include/cfenv
FILE: ../../../third_party/libcxx/include/cfloat
FILE: ../../../third_party/libcxx/include/charconv
FILE: ../../../third_party/libcxx/include/chrono
FILE: ../../../third_party/libcxx/include/cinttypes
FILE: ../../../third_party/libcxx/include/ciso646
FILE: ../../../third_party/libcxx/include/climits
FILE: ../../../third_party/libcxx/include/clocale
FILE: ../../../third_party/libcxx/include/cmath
FILE: ../../../third_party/libcxx/include/codecvt
FILE: ../../../third_party/libcxx/include/compare
FILE: ../../../third_party/libcxx/include/complex
FILE: ../../../third_party/libcxx/include/complex.h
FILE: ../../../third_party/libcxx/include/condition_variable
FILE: ../../../third_party/libcxx/include/csetjmp
FILE: ../../../third_party/libcxx/include/csignal
FILE: ../../../third_party/libcxx/include/cstdarg
FILE: ../../../third_party/libcxx/include/cstdbool
FILE: ../../../third_party/libcxx/include/cstddef
FILE: ../../../third_party/libcxx/include/cstdint
FILE: ../../../third_party/libcxx/include/cstdio
FILE: ../../../third_party/libcxx/include/cstdlib
FILE: ../../../third_party/libcxx/include/cstring
FILE: ../../../third_party/libcxx/include/ctgmath
FILE: ../../../third_party/libcxx/include/ctime
FILE: ../../../third_party/libcxx/include/ctype.h
FILE: ../../../third_party/libcxx/include/cwchar
FILE: ../../../third_party/libcxx/include/cwctype
FILE: ../../../third_party/libcxx/include/deque
FILE: ../../../third_party/libcxx/include/errno.h
FILE: ../../../third_party/libcxx/include/exception
FILE: ../../../third_party/libcxx/include/experimental/__config
FILE: ../../../third_party/libcxx/include/experimental/__memory
FILE: ../../../third_party/libcxx/include/experimental/algorithm
FILE: ../../../third_party/libcxx/include/experimental/coroutine
FILE: ../../../third_party/libcxx/include/experimental/deque
FILE: ../../../third_party/libcxx/include/experimental/filesystem
FILE: ../../../third_party/libcxx/include/experimental/forward_list
FILE: ../../../third_party/libcxx/include/experimental/functional
FILE: ../../../third_party/libcxx/include/experimental/iterator
FILE: ../../../third_party/libcxx/include/experimental/list
FILE: ../../../third_party/libcxx/include/experimental/map
FILE: ../../../third_party/libcxx/include/experimental/memory_resource
FILE: ../../../third_party/libcxx/include/experimental/propagate_const
FILE: ../../../third_party/libcxx/include/experimental/regex
FILE: ../../../third_party/libcxx/include/experimental/set
FILE: ../../../third_party/libcxx/include/experimental/simd
FILE: ../../../third_party/libcxx/include/experimental/string
FILE: ../../../third_party/libcxx/include/experimental/type_traits
FILE: ../../../third_party/libcxx/include/experimental/unordered_map
FILE: ../../../third_party/libcxx/include/experimental/unordered_set
FILE: ../../../third_party/libcxx/include/experimental/utility
FILE: ../../../third_party/libcxx/include/experimental/vector
FILE: ../../../third_party/libcxx/include/ext/__hash
FILE: ../../../third_party/libcxx/include/ext/hash_map
FILE: ../../../third_party/libcxx/include/ext/hash_set
17343
FILE: ../../../third_party/libcxx/include/fenv.h
17344 17345 17346 17347 17348 17349 17350 17351 17352 17353 17354 17355 17356 17357 17358 17359 17360 17361 17362 17363 17364 17365 17366 17367 17368 17369 17370 17371 17372 17373 17374 17375 17376 17377 17378 17379 17380 17381 17382 17383 17384 17385 17386 17387 17388 17389 17390 17391 17392 17393 17394 17395 17396 17397 17398 17399 17400 17401 17402 17403 17404 17405 17406 17407 17408 17409 17410 17411 17412 17413 17414 17415 17416 17417 17418 17419 17420 17421 17422 17423 17424 17425 17426 17427 17428 17429 17430 17431 17432 17433
FILE: ../../../third_party/libcxx/include/filesystem
FILE: ../../../third_party/libcxx/include/float.h
FILE: ../../../third_party/libcxx/include/forward_list
FILE: ../../../third_party/libcxx/include/fstream
FILE: ../../../third_party/libcxx/include/functional
FILE: ../../../third_party/libcxx/include/future
FILE: ../../../third_party/libcxx/include/initializer_list
FILE: ../../../third_party/libcxx/include/inttypes.h
FILE: ../../../third_party/libcxx/include/iomanip
FILE: ../../../third_party/libcxx/include/ios
FILE: ../../../third_party/libcxx/include/iosfwd
FILE: ../../../third_party/libcxx/include/iostream
FILE: ../../../third_party/libcxx/include/istream
FILE: ../../../third_party/libcxx/include/iterator
FILE: ../../../third_party/libcxx/include/limits
FILE: ../../../third_party/libcxx/include/limits.h
FILE: ../../../third_party/libcxx/include/list
FILE: ../../../third_party/libcxx/include/locale
FILE: ../../../third_party/libcxx/include/locale.h
FILE: ../../../third_party/libcxx/include/map
FILE: ../../../third_party/libcxx/include/math.h
FILE: ../../../third_party/libcxx/include/memory
FILE: ../../../third_party/libcxx/include/module.modulemap
FILE: ../../../third_party/libcxx/include/mutex
FILE: ../../../third_party/libcxx/include/new
FILE: ../../../third_party/libcxx/include/numeric
FILE: ../../../third_party/libcxx/include/optional
FILE: ../../../third_party/libcxx/include/ostream
FILE: ../../../third_party/libcxx/include/queue
FILE: ../../../third_party/libcxx/include/random
FILE: ../../../third_party/libcxx/include/ratio
FILE: ../../../third_party/libcxx/include/regex
FILE: ../../../third_party/libcxx/include/scoped_allocator
FILE: ../../../third_party/libcxx/include/set
FILE: ../../../third_party/libcxx/include/setjmp.h
FILE: ../../../third_party/libcxx/include/shared_mutex
FILE: ../../../third_party/libcxx/include/span
FILE: ../../../third_party/libcxx/include/sstream
FILE: ../../../third_party/libcxx/include/stack
FILE: ../../../third_party/libcxx/include/stdbool.h
FILE: ../../../third_party/libcxx/include/stddef.h
FILE: ../../../third_party/libcxx/include/stdexcept
FILE: ../../../third_party/libcxx/include/stdint.h
FILE: ../../../third_party/libcxx/include/stdio.h
FILE: ../../../third_party/libcxx/include/stdlib.h
FILE: ../../../third_party/libcxx/include/streambuf
FILE: ../../../third_party/libcxx/include/string
FILE: ../../../third_party/libcxx/include/string.h
FILE: ../../../third_party/libcxx/include/string_view
FILE: ../../../third_party/libcxx/include/strstream
FILE: ../../../third_party/libcxx/include/support/android/locale_bionic.h
FILE: ../../../third_party/libcxx/include/support/fuchsia/xlocale.h
FILE: ../../../third_party/libcxx/include/support/ibm/limits.h
FILE: ../../../third_party/libcxx/include/support/ibm/locale_mgmt_aix.h
FILE: ../../../third_party/libcxx/include/support/ibm/support.h
FILE: ../../../third_party/libcxx/include/support/ibm/xlocale.h
FILE: ../../../third_party/libcxx/include/support/musl/xlocale.h
FILE: ../../../third_party/libcxx/include/support/newlib/xlocale.h
FILE: ../../../third_party/libcxx/include/support/solaris/floatingpoint.h
FILE: ../../../third_party/libcxx/include/support/solaris/wchar.h
FILE: ../../../third_party/libcxx/include/support/solaris/xlocale.h
FILE: ../../../third_party/libcxx/include/support/win32/limits_msvc_win32.h
FILE: ../../../third_party/libcxx/include/support/win32/locale_win32.h
FILE: ../../../third_party/libcxx/include/support/xlocale/__nop_locale_mgmt.h
FILE: ../../../third_party/libcxx/include/support/xlocale/__posix_l_fallback.h
FILE: ../../../third_party/libcxx/include/support/xlocale/__strtonum_fallback.h
FILE: ../../../third_party/libcxx/include/system_error
FILE: ../../../third_party/libcxx/include/tgmath.h
FILE: ../../../third_party/libcxx/include/thread
FILE: ../../../third_party/libcxx/include/tuple
FILE: ../../../third_party/libcxx/include/type_traits
FILE: ../../../third_party/libcxx/include/typeindex
FILE: ../../../third_party/libcxx/include/typeinfo
FILE: ../../../third_party/libcxx/include/unordered_map
FILE: ../../../third_party/libcxx/include/unordered_set
FILE: ../../../third_party/libcxx/include/utility
FILE: ../../../third_party/libcxx/include/valarray
FILE: ../../../third_party/libcxx/include/variant
FILE: ../../../third_party/libcxx/include/vector
FILE: ../../../third_party/libcxx/include/version
FILE: ../../../third_party/libcxx/include/wchar.h
FILE: ../../../third_party/libcxx/include/wctype.h
FILE: ../../../third_party/libcxx/lib/abi/3.9/x86_64-apple-darwin16.abilist
FILE: ../../../third_party/libcxx/lib/abi/3.9/x86_64-linux-gnu.abilist
FILE: ../../../third_party/libcxx/lib/abi/4.0/x86_64-apple-darwin16.abilist
FILE: ../../../third_party/libcxx/lib/abi/4.0/x86_64-unknown-linux-gnu.abilist
FILE: ../../../third_party/libcxx/lib/abi/5.0/x86_64-apple-darwin16.abilist
FILE: ../../../third_party/libcxx/lib/abi/5.0/x86_64-unknown-linux-gnu.abilist
FILE: ../../../third_party/libcxx/lib/abi/6.0/x86_64-apple-darwin16.abilist
FILE: ../../../third_party/libcxx/lib/abi/6.0/x86_64-unknown-linux-gnu.abilist
17434 17435 17436
FILE: ../../../third_party/libcxx/lib/abi/8.0/x86_64-apple-darwin.v1.abilist
FILE: ../../../third_party/libcxx/lib/abi/8.0/x86_64-apple-darwin.v2.abilist
FILE: ../../../third_party/libcxx/lib/abi/8.0/x86_64-unknown-linux-gnu.v1.abilist
17437 17438 17439 17440
FILE: ../../../third_party/libcxx/lib/abi/x86_64-apple-darwin.v1.abilist
FILE: ../../../third_party/libcxx/lib/abi/x86_64-apple-darwin.v2.abilist
FILE: ../../../third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.v1.abilist
FILE: ../../../third_party/libcxx/lib/libc++abi-new-delete.exp
17441 17442 17443 17444
FILE: ../../../third_party/libcxx/lib/libc++abi.v1.exp
FILE: ../../../third_party/libcxx/lib/libc++abi.v2.exp
FILE: ../../../third_party/libcxx/lib/libc++sjlj-abi.v1.exp
FILE: ../../../third_party/libcxx/lib/libc++sjlj-abi.v2.exp
17445 17446 17447 17448 17449 17450 17451 17452 17453
FILE: ../../../third_party/libcxx/lib/libc++unexp.exp
FILE: ../../../third_party/libcxx/lib/notweak.exp
FILE: ../../../third_party/libcxx/lib/weak.exp
FILE: ../../../third_party/libcxx/src/algorithm.cpp
FILE: ../../../third_party/libcxx/src/any.cpp
FILE: ../../../third_party/libcxx/src/bind.cpp
FILE: ../../../third_party/libcxx/src/charconv.cpp
FILE: ../../../third_party/libcxx/src/chrono.cpp
FILE: ../../../third_party/libcxx/src/condition_variable.cpp
17454
FILE: ../../../third_party/libcxx/src/condition_variable_destructor.cpp
17455 17456 17457 17458 17459 17460 17461 17462 17463 17464 17465 17466 17467 17468 17469 17470 17471 17472 17473
FILE: ../../../third_party/libcxx/src/debug.cpp
FILE: ../../../third_party/libcxx/src/exception.cpp
FILE: ../../../third_party/libcxx/src/experimental/memory_resource.cpp
FILE: ../../../third_party/libcxx/src/filesystem/directory_iterator.cpp
FILE: ../../../third_party/libcxx/src/filesystem/filesystem_common.h
FILE: ../../../third_party/libcxx/src/filesystem/int128_builtins.cpp
FILE: ../../../third_party/libcxx/src/filesystem/operations.cpp
FILE: ../../../third_party/libcxx/src/functional.cpp
FILE: ../../../third_party/libcxx/src/future.cpp
FILE: ../../../third_party/libcxx/src/hash.cpp
FILE: ../../../third_party/libcxx/src/include/apple_availability.h
FILE: ../../../third_party/libcxx/src/include/atomic_support.h
FILE: ../../../third_party/libcxx/src/include/config_elast.h
FILE: ../../../third_party/libcxx/src/include/refstring.h
FILE: ../../../third_party/libcxx/src/ios.cpp
FILE: ../../../third_party/libcxx/src/iostream.cpp
FILE: ../../../third_party/libcxx/src/locale.cpp
FILE: ../../../third_party/libcxx/src/memory.cpp
FILE: ../../../third_party/libcxx/src/mutex.cpp
17474
FILE: ../../../third_party/libcxx/src/mutex_destructor.cpp
17475 17476 17477 17478 17479 17480 17481 17482 17483 17484 17485 17486 17487 17488 17489 17490 17491 17492
FILE: ../../../third_party/libcxx/src/new.cpp
FILE: ../../../third_party/libcxx/src/optional.cpp
FILE: ../../../third_party/libcxx/src/random.cpp
FILE: ../../../third_party/libcxx/src/regex.cpp
FILE: ../../../third_party/libcxx/src/shared_mutex.cpp
FILE: ../../../third_party/libcxx/src/stdexcept.cpp
FILE: ../../../third_party/libcxx/src/string.cpp
FILE: ../../../third_party/libcxx/src/strstream.cpp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_fallback.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_glibcxx.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_libcxxabi.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_libcxxrt.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_msvc.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_pointer_cxxabi.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_pointer_glibcxx.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_pointer_msvc.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/exception_pointer_unimplemented.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/new_handler_fallback.ipp
17493 17494
FILE: ../../../third_party/libcxx/src/support/runtime/stdexcept_default.ipp
FILE: ../../../third_party/libcxx/src/support/runtime/stdexcept_vcruntime.ipp
17495 17496 17497 17498 17499 17500 17501 17502 17503 17504 17505 17506 17507 17508 17509 17510 17511 17512 17513 17514 17515 17516 17517
FILE: ../../../third_party/libcxx/src/support/win32/locale_win32.cpp
FILE: ../../../third_party/libcxx/src/support/win32/support.cpp
FILE: ../../../third_party/libcxx/src/support/win32/thread_win32.cpp
FILE: ../../../third_party/libcxx/src/system_error.cpp
FILE: ../../../third_party/libcxx/src/thread.cpp
FILE: ../../../third_party/libcxx/src/typeinfo.cpp
FILE: ../../../third_party/libcxx/src/utility.cpp
FILE: ../../../third_party/libcxx/src/valarray.cpp
FILE: ../../../third_party/libcxx/src/variant.cpp
FILE: ../../../third_party/libcxx/src/vector.cpp
FILE: ../../../third_party/libcxx/www/atomic_design.html
FILE: ../../../third_party/libcxx/www/atomic_design_a.html
FILE: ../../../third_party/libcxx/www/atomic_design_b.html
FILE: ../../../third_party/libcxx/www/atomic_design_c.html
FILE: ../../../third_party/libcxx/www/cxx1y_status.html
FILE: ../../../third_party/libcxx/www/cxx1z_status.html
FILE: ../../../third_party/libcxx/www/cxx2a_status.html
FILE: ../../../third_party/libcxx/www/index.html
FILE: ../../../third_party/libcxx/www/ts1z_status.html
FILE: ../../../third_party/libcxx/www/type_traits_design.html
FILE: ../../../third_party/libcxx/www/upcoming_meeting.html
FILE: ../../../third_party/libcxxabi/.arcconfig
FILE: ../../../third_party/libcxxabi/fuzz/cxa_demangle_fuzzer.cpp
17518 17519 17520 17521 17522 17523 17524 17525 17526 17527 17528 17529 17530 17531 17532 17533 17534 17535 17536 17537 17538 17539 17540 17541 17542 17543
FILE: ../../../third_party/libcxxabi/include/__cxxabi_config.h
FILE: ../../../third_party/libcxxabi/include/cxxabi.h
FILE: ../../../third_party/libcxxabi/lib/itanium-base.exp
FILE: ../../../third_party/libcxxabi/lib/new-delete.exp
FILE: ../../../third_party/libcxxabi/lib/personality-sjlj.exp
FILE: ../../../third_party/libcxxabi/lib/personality-v0.exp
FILE: ../../../third_party/libcxxabi/src/abort_message.cpp
FILE: ../../../third_party/libcxxabi/src/abort_message.h
FILE: ../../../third_party/libcxxabi/src/cxa_aux_runtime.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_default_handlers.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_demangle.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_exception.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_exception.hpp
FILE: ../../../third_party/libcxxabi/src/cxa_exception_storage.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_guard.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_guard_impl.h
FILE: ../../../third_party/libcxxabi/src/cxa_handlers.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_handlers.hpp
FILE: ../../../third_party/libcxxabi/src/cxa_noexception.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_personality.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_thread_atexit.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_unexpected.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_vector.cpp
FILE: ../../../third_party/libcxxabi/src/cxa_virtual.cpp
FILE: ../../../third_party/libcxxabi/src/demangle/DemangleConfig.h
FILE: ../../../third_party/libcxxabi/src/demangle/ItaniumDemangle.h
17544 17545
FILE: ../../../third_party/libcxxabi/src/demangle/StringView.h
FILE: ../../../third_party/libcxxabi/src/demangle/Utility.h
17546 17547 17548 17549 17550 17551 17552 17553 17554 17555
FILE: ../../../third_party/libcxxabi/src/fallback_malloc.cpp
FILE: ../../../third_party/libcxxabi/src/fallback_malloc.h
FILE: ../../../third_party/libcxxabi/src/include/atomic_support.h
FILE: ../../../third_party/libcxxabi/src/include/refstring.h
FILE: ../../../third_party/libcxxabi/src/private_typeinfo.cpp
FILE: ../../../third_party/libcxxabi/src/private_typeinfo.h
FILE: ../../../third_party/libcxxabi/src/stdlib_exception.cpp
FILE: ../../../third_party/libcxxabi/src/stdlib_new_delete.cpp
FILE: ../../../third_party/libcxxabi/src/stdlib_stdexcept.cpp
FILE: ../../../third_party/libcxxabi/src/stdlib_typeinfo.cpp
17556 17557 17558
FILE: ../../../third_party/libcxxabi/www/index.html
FILE: ../../../third_party/libcxxabi/www/spec.html
----------------------------------------------------------------------------------------------------
17559
Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT
17560

17561 17562 17563 17564 17565 17566
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
17567

17568 17569
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
17570 17571

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17572 17573 17574
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17575
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17576 17577
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
17578 17579
====================================================================================================

C
Chinmay Garde 已提交
17580 17581 17582 17583 17584 17585 17586 17587 17588 17589 17590 17591 17592 17593 17594 17595 17596 17597 17598 17599 17600 17601 17602 17603 17604 17605 17606 17607 17608 17609 17610 17611 17612 17613 17614 17615 17616 17617 17618 17619 17620 17621 17622 17623 17624 17625 17626 17627 17628 17629 17630 17631 17632 17633 17634 17635 17636 17637 17638 17639 17640 17641 17642 17643 17644 17645 17646 17647 17648 17649 17650 17651 17652 17653 17654 17655 17656 17657 17658 17659 17660 17661 17662 17663 17664 17665 17666 17667 17668 17669 17670 17671 17672 17673 17674 17675 17676 17677 17678 17679 17680 17681 17682 17683 17684 17685 17686 17687 17688 17689 17690 17691 17692 17693 17694 17695 17696 17697 17698 17699 17700 17701 17702 17703 17704 17705 17706 17707 17708 17709 17710 17711 17712 17713 17714 17715 17716 17717 17718 17719 17720 17721 17722 17723 17724 17725 17726 17727 17728 17729 17730 17731 17732 17733 17734 17735 17736 17737 17738 17739 17740 17741 17742 17743 17744 17745 17746 17747 17748 17749 17750 17751 17752 17753 17754 17755 17756 17757 17758 17759 17760 17761 17762 17763 17764 17765 17766 17767 17768 17769 17770 17771 17772 17773 17774 17775 17776 17777 17778 17779 17780 17781 17782 17783 17784 17785 17786 17787 17788 17789 17790 17791 17792 17793 17794 17795 17796 17797 17798 17799 17800 17801 17802 17803 17804 17805 17806 17807 17808 17809 17810 17811 17812 17813 17814 17815 17816 17817 17818 17819 17820 17821 17822 17823 17824 17825 17826 17827 17828 17829 17830 17831 17832 17833 17834 17835 17836 17837 17838 17839 17840 17841 17842 17843 17844 17845 17846 17847 17848 17849 17850 17851 17852 17853 17854 17855 17856 17857 17858 17859 17860 17861 17862 17863 17864 17865 17866 17867 17868 17869 17870 17871 17872
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/README.ijg
TYPE: LicenseType.ijg
FILE: ../../../third_party/libjpeg-turbo/cderror.h
FILE: ../../../third_party/libjpeg-turbo/cdjpeg.c
FILE: ../../../third_party/libjpeg-turbo/cdjpeg.h
FILE: ../../../third_party/libjpeg-turbo/cjpeg.c
FILE: ../../../third_party/libjpeg-turbo/djpeg.c
FILE: ../../../third_party/libjpeg-turbo/jaricom.c
FILE: ../../../third_party/libjpeg-turbo/jcapimin.c
FILE: ../../../third_party/libjpeg-turbo/jcapistd.c
FILE: ../../../third_party/libjpeg-turbo/jcarith.c
FILE: ../../../third_party/libjpeg-turbo/jccoefct.c
FILE: ../../../third_party/libjpeg-turbo/jccolext.c
FILE: ../../../third_party/libjpeg-turbo/jccolor.c
FILE: ../../../third_party/libjpeg-turbo/jcdctmgr.c
FILE: ../../../third_party/libjpeg-turbo/jchuff.c
FILE: ../../../third_party/libjpeg-turbo/jchuff.h
FILE: ../../../third_party/libjpeg-turbo/jcinit.c
FILE: ../../../third_party/libjpeg-turbo/jcmainct.c
FILE: ../../../third_party/libjpeg-turbo/jcmarker.c
FILE: ../../../third_party/libjpeg-turbo/jcmaster.c
FILE: ../../../third_party/libjpeg-turbo/jcomapi.c
FILE: ../../../third_party/libjpeg-turbo/jconfig.h
FILE: ../../../third_party/libjpeg-turbo/jconfig.h.in
FILE: ../../../third_party/libjpeg-turbo/jconfigint.h
FILE: ../../../third_party/libjpeg-turbo/jconfigint.h.in
FILE: ../../../third_party/libjpeg-turbo/jcparam.c
FILE: ../../../third_party/libjpeg-turbo/jcphuff.c
FILE: ../../../third_party/libjpeg-turbo/jcprepct.c
FILE: ../../../third_party/libjpeg-turbo/jcsample.c
FILE: ../../../third_party/libjpeg-turbo/jctrans.c
FILE: ../../../third_party/libjpeg-turbo/jdapimin.c
FILE: ../../../third_party/libjpeg-turbo/jdapistd.c
FILE: ../../../third_party/libjpeg-turbo/jdarith.c
FILE: ../../../third_party/libjpeg-turbo/jdatadst-tj.c
FILE: ../../../third_party/libjpeg-turbo/jdatadst.c
FILE: ../../../third_party/libjpeg-turbo/jdatasrc-tj.c
FILE: ../../../third_party/libjpeg-turbo/jdatasrc.c
FILE: ../../../third_party/libjpeg-turbo/jdcoefct.c
FILE: ../../../third_party/libjpeg-turbo/jdcoefct.h
FILE: ../../../third_party/libjpeg-turbo/jdcol565.c
FILE: ../../../third_party/libjpeg-turbo/jdcolext.c
FILE: ../../../third_party/libjpeg-turbo/jdcolor.c
FILE: ../../../third_party/libjpeg-turbo/jdct.h
FILE: ../../../third_party/libjpeg-turbo/jddctmgr.c
FILE: ../../../third_party/libjpeg-turbo/jdhuff.c
FILE: ../../../third_party/libjpeg-turbo/jdhuff.h
FILE: ../../../third_party/libjpeg-turbo/jdinput.c
FILE: ../../../third_party/libjpeg-turbo/jdmainct.c
FILE: ../../../third_party/libjpeg-turbo/jdmainct.h
FILE: ../../../third_party/libjpeg-turbo/jdmarker.c
FILE: ../../../third_party/libjpeg-turbo/jdmaster.c
FILE: ../../../third_party/libjpeg-turbo/jdmaster.h
FILE: ../../../third_party/libjpeg-turbo/jdmerge.c
FILE: ../../../third_party/libjpeg-turbo/jdmrg565.c
FILE: ../../../third_party/libjpeg-turbo/jdmrgext.c
FILE: ../../../third_party/libjpeg-turbo/jdphuff.c
FILE: ../../../third_party/libjpeg-turbo/jdpostct.c
FILE: ../../../third_party/libjpeg-turbo/jdsample.c
FILE: ../../../third_party/libjpeg-turbo/jdsample.h
FILE: ../../../third_party/libjpeg-turbo/jdtrans.c
FILE: ../../../third_party/libjpeg-turbo/jerror.c
FILE: ../../../third_party/libjpeg-turbo/jerror.h
FILE: ../../../third_party/libjpeg-turbo/jfdctflt.c
FILE: ../../../third_party/libjpeg-turbo/jfdctfst.c
FILE: ../../../third_party/libjpeg-turbo/jfdctint.c
FILE: ../../../third_party/libjpeg-turbo/jidctflt.c
FILE: ../../../third_party/libjpeg-turbo/jidctfst.c
FILE: ../../../third_party/libjpeg-turbo/jidctint.c
FILE: ../../../third_party/libjpeg-turbo/jidctred.c
FILE: ../../../third_party/libjpeg-turbo/jinclude.h
FILE: ../../../third_party/libjpeg-turbo/jmemmgr.c
FILE: ../../../third_party/libjpeg-turbo/jmemnobs.c
FILE: ../../../third_party/libjpeg-turbo/jmemsys.h
FILE: ../../../third_party/libjpeg-turbo/jmorecfg.h
FILE: ../../../third_party/libjpeg-turbo/jpeg_nbits_table.h
FILE: ../../../third_party/libjpeg-turbo/jpegcomp.h
FILE: ../../../third_party/libjpeg-turbo/jpegint.h
FILE: ../../../third_party/libjpeg-turbo/jpeglib.h
FILE: ../../../third_party/libjpeg-turbo/jpegtran.c
FILE: ../../../third_party/libjpeg-turbo/jquant1.c
FILE: ../../../third_party/libjpeg-turbo/jquant2.c
FILE: ../../../third_party/libjpeg-turbo/jstdhuff.c
FILE: ../../../third_party/libjpeg-turbo/jutils.c
FILE: ../../../third_party/libjpeg-turbo/jversion.h
FILE: ../../../third_party/libjpeg-turbo/libjpeg.map.in
FILE: ../../../third_party/libjpeg-turbo/rdbmp.c
FILE: ../../../third_party/libjpeg-turbo/rdcolmap.c
FILE: ../../../third_party/libjpeg-turbo/rdgif.c
FILE: ../../../third_party/libjpeg-turbo/rdjpgcom.c
FILE: ../../../third_party/libjpeg-turbo/rdppm.c
FILE: ../../../third_party/libjpeg-turbo/rdrle.c
FILE: ../../../third_party/libjpeg-turbo/rdswitch.c
FILE: ../../../third_party/libjpeg-turbo/rdtarga.c
FILE: ../../../third_party/libjpeg-turbo/simd/jcsample.h
FILE: ../../../third_party/libjpeg-turbo/simd/jpeg_nbits_table.inc
FILE: ../../../third_party/libjpeg-turbo/simd/jsimdcfg.inc
FILE: ../../../third_party/libjpeg-turbo/simd/jsimdcfg.inc.h
FILE: ../../../third_party/libjpeg-turbo/transupp.c
FILE: ../../../third_party/libjpeg-turbo/transupp.h
FILE: ../../../third_party/libjpeg-turbo/turbojpeg-mapfile
FILE: ../../../third_party/libjpeg-turbo/turbojpeg-mapfile.jni
FILE: ../../../third_party/libjpeg-turbo/wrbmp.c
FILE: ../../../third_party/libjpeg-turbo/wrgif.c
FILE: ../../../third_party/libjpeg-turbo/wrjpgcom.c
FILE: ../../../third_party/libjpeg-turbo/wrppm.c
FILE: ../../../third_party/libjpeg-turbo/wrppm.h
FILE: ../../../third_party/libjpeg-turbo/wrrle.c
FILE: ../../../third_party/libjpeg-turbo/wrtarga.c
----------------------------------------------------------------------------------------------------
libjpeg-turbo note:  This file has been modified by The libjpeg-turbo Project
to include only information relevant to libjpeg-turbo, to wordsmith certain
sections, and to remove impolitic language that existed in the libjpeg v8
README.  It is included only for reference.  Please see README.md for
information specific to libjpeg-turbo.

The Independent JPEG Group's JPEG software
==========================================

This distribution contains a release of the Independent JPEG Group's free JPEG
software.  You are welcome to redistribute this software and to use it for any
purpose, subject to the conditions under LEGAL ISSUES, below.

This software is the work of Tom Lane, Guido Vollbeding, Philip Gladstone,
Bill Allombert, Jim Boucher, Lee Crocker, Bob Friesenhahn, Ben Jackson,
Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, Ge' Weijers,
and other members of the Independent JPEG Group.

IJG is not affiliated with the ISO/IEC JTC1/SC29/WG1 standards committee
(also known as JPEG, together with ITU-T SG16).

DOCUMENTATION ROADMAP
=====================

This file contains the following sections:

OVERVIEW            General description of JPEG and the IJG software.
LEGAL ISSUES        Copyright, lack of warranty, terms of distribution.
REFERENCES          Where to learn more about JPEG.
ARCHIVE LOCATIONS   Where to find newer versions of this software.
FILE FORMAT WARS    Software *not* to get.
TO DO               Plans for future IJG releases.

Other documentation files in the distribution are:

User documentation:
  usage.txt         Usage instructions for cjpeg, djpeg, jpegtran,
                    rdjpgcom, and wrjpgcom.
  *.1               Unix-style man pages for programs (same info as usage.txt).
  wizard.txt        Advanced usage instructions for JPEG wizards only.
  change.log        Version-to-version change highlights.
Programmer and internal documentation:
  libjpeg.txt       How to use the JPEG library in your own programs.
  example.c         Sample code for calling the JPEG library.
  structure.txt     Overview of the JPEG library's internal structure.
  coderules.txt     Coding style rules --- please read if you contribute code.

Please read at least usage.txt.  Some information can also be found in the JPEG
FAQ (Frequently Asked Questions) article.  See ARCHIVE LOCATIONS below to find
out where to obtain the FAQ article.

If you want to understand how the JPEG code works, we suggest reading one or
more of the REFERENCES, then looking at the documentation files (in roughly
the order listed) before diving into the code.

OVERVIEW
========

This package contains C software to implement JPEG image encoding, decoding,
and transcoding.  JPEG (pronounced "jay-peg") is a standardized compression
method for full-color and grayscale images.  JPEG's strong suit is compressing
photographic images or other types of images that have smooth color and
brightness transitions between neighboring pixels.  Images with sharp lines or
other abrupt features may not compress well with JPEG, and a higher JPEG
quality may have to be used to avoid visible compression artifacts with such
images.

JPEG is lossy, meaning that the output pixels are not necessarily identical to
the input pixels.  However, on photographic content and other "smooth" images,
very good compression ratios can be obtained with no visible compression
artifacts, and extremely high compression ratios are possible if you are
willing to sacrifice image quality (by reducing the "quality" setting in the
compressor.)

This software implements JPEG baseline, extended-sequential, and progressive
compression processes.  Provision is made for supporting all variants of these
processes, although some uncommon parameter settings aren't implemented yet.
We have made no provision for supporting the hierarchical or lossless
processes defined in the standard.

We provide a set of library routines for reading and writing JPEG image files,
plus two sample applications "cjpeg" and "djpeg", which use the library to
perform conversion between JPEG and some other popular image file formats.
The library is intended to be reused in other applications.

In order to support file conversion and viewing software, we have included
considerable functionality beyond the bare JPEG coding/decoding capability;
for example, the color quantization modules are not strictly part of JPEG
decoding, but they are essential for output to colormapped file formats or
colormapped displays.  These extra functions can be compiled out of the
library if not required for a particular application.

We have also included "jpegtran", a utility for lossless transcoding between
different JPEG processes, and "rdjpgcom" and "wrjpgcom", two simple
applications for inserting and extracting textual comments in JFIF files.

The emphasis in designing this software has been on achieving portability and
flexibility, while also making it fast enough to be useful.  In particular,
the software is not intended to be read as a tutorial on JPEG.  (See the
REFERENCES section for introductory material.)  Rather, it is intended to
be reliable, portable, industrial-strength code.  We do not claim to have
achieved that goal in every aspect of the software, but we strive for it.

We welcome the use of this software as a component of commercial products.
No royalty is required, but we do ask for an acknowledgement in product
documentation, as described under LEGAL ISSUES.

LEGAL ISSUES
============

In plain English:

1. We don't promise that this software works.  (But if you find any bugs,
   please let us know!)
2. You can use this software for whatever you want.  You don't have to pay us.
3. You may not pretend that you wrote this software.  If you use it in a
   program, you must acknowledge somewhere in your documentation that
   you've used the IJG code.

In legalese:

The authors make NO WARRANTY or representation, either express or implied,
with respect to this software, its quality, accuracy, merchantability, or
fitness for a particular purpose.  This software is provided "AS IS", and you,
its user, assume the entire risk as to its quality and accuracy.

This software is copyright (C) 1991-2016, Thomas G. Lane, Guido Vollbeding.
All Rights Reserved except as specified below.

Permission is hereby granted to use, copy, modify, and distribute this
software (or portions thereof) for any purpose, without fee, subject to these
conditions:
(1) If any part of the source code for this software is distributed, then this
README file must be included, with this copyright and no-warranty notice
unaltered; and any additions, deletions, or changes to the original files
must be clearly indicated in accompanying documentation.
(2) If only executable code is distributed, then the accompanying
documentation must state that "this software is based in part on the work of
the Independent JPEG Group".
(3) Permission for use of this software is granted only if the user accepts
full responsibility for any undesirable consequences; the authors accept
NO LIABILITY for damages of any kind.

These conditions apply to any software derived from or based on the IJG code,
not just to the unmodified library.  If you use our work, you ought to
acknowledge us.

Permission is NOT granted for the use of any IJG author's name or company name
in advertising or publicity relating to this software or products derived from
it.  This software may be referred to only as "the Independent JPEG Group's
software".

We specifically permit and encourage the use of this software as the basis of
commercial products, provided that all warranty or liability claims are
assumed by the product vendor.

The Unix configuration script "configure" was produced with GNU Autoconf.
It is copyright by the Free Software Foundation but is freely distributable.
The same holds for its supporting scripts (config.guess, config.sub,
ltmain.sh).  Another support script, install-sh, is copyright by X Consortium
but is also freely distributable.

The IJG distribution formerly included code to read and write GIF files.
To avoid entanglement with the Unisys LZW patent (now expired), GIF reading
support has been removed altogether, and the GIF writer has been simplified
to produce "uncompressed GIFs".  This technique does not use the LZW
algorithm; the resulting GIF files are larger than usual, but are readable
by all standard GIF decoders.

We are required to state that
    "The Graphics Interchange Format(c) is the Copyright property of
    CompuServe Incorporated.  GIF(sm) is a Service Mark property of
    CompuServe Incorporated."

REFERENCES
==========

We recommend reading one or more of these references before trying to
understand the innards of the JPEG software.

The best short technical introduction to the JPEG compression algorithm is
17873 17874
	Wallace, Gregory K.  "The JPEG Still Picture Compression Standard",
	Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44.
C
Chinmay Garde 已提交
17875 17876 17877 17878 17879 17880 17881 17882 17883 17884 17885 17886 17887 17888 17889 17890 17891 17892 17893 17894 17895 17896 17897 17898 17899 17900 17901 17902 17903 17904 17905 17906 17907 17908 17909 17910 17911 17912 17913 17914 17915 17916 17917 17918 17919 17920 17921 17922 17923 17924 17925 17926 17927 17928 17929 17930 17931 17932 17933 17934 17935 17936 17937 17938 17939 17940 17941
(Adjacent articles in that issue discuss MPEG motion picture compression,
applications of JPEG, and related topics.)  If you don't have the CACM issue
handy, a PDF file containing a revised version of Wallace's article is
available at http://www.ijg.org/files/Wallace.JPEG.pdf.  The file (actually
a preprint for an article that appeared in IEEE Trans. Consumer Electronics)
omits the sample images that appeared in CACM, but it includes corrections
and some added material.  Note: the Wallace article is copyright ACM and IEEE,
and it may not be used for commercial purposes.

A somewhat less technical, more leisurely introduction to JPEG can be found in
"The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by
M&T Books (New York), 2nd ed. 1996, ISBN 1-55851-434-1.  This book provides
good explanations and example C code for a multitude of compression methods
including JPEG.  It is an excellent source if you are comfortable reading C
code but don't know much about data compression in general.  The book's JPEG
sample code is far from industrial-strength, but when you are ready to look
at a full implementation, you've got one here...

The best currently available description of JPEG is the textbook "JPEG Still
Image Data Compression Standard" by William B. Pennebaker and Joan L.
Mitchell, published by Van Nostrand Reinhold, 1993, ISBN 0-442-01272-1.
Price US$59.95, 638 pp.  The book includes the complete text of the ISO JPEG
standards (DIS 10918-1 and draft DIS 10918-2).

The original JPEG standard is divided into two parts, Part 1 being the actual
specification, while Part 2 covers compliance testing methods.  Part 1 is
titled "Digital Compression and Coding of Continuous-tone Still Images,
Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS
10918-1, ITU-T T.81.  Part 2 is titled "Digital Compression and Coding of
Continuous-tone Still Images, Part 2: Compliance testing" and has document
numbers ISO/IEC IS 10918-2, ITU-T T.83.

The JPEG standard does not specify all details of an interchangeable file
format.  For the omitted details we follow the "JFIF" conventions, revision
1.02.  JFIF 1.02 has been adopted as an Ecma International Technical Report
and thus received a formal publication status.  It is available as a free
download in PDF format from
http://www.ecma-international.org/publications/techreports/E-TR-098.htm.
A PostScript version of the JFIF document is available at
http://www.ijg.org/files/jfif.ps.gz.  There is also a plain text version at
http://www.ijg.org/files/jfif.txt.gz, but it is missing the figures.

The TIFF 6.0 file format specification can be obtained by FTP from
ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz.  The JPEG incorporation scheme
found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems.
IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6).
Instead, we recommend the JPEG design proposed by TIFF Technical Note #2
(Compression tag 7).  Copies of this Note can be obtained from
http://www.ijg.org/files/.  It is expected that the next revision
of the TIFF spec will replace the 6.0 JPEG design with the Note's design.
Although IJG's own code does not support TIFF/JPEG, the free libtiff library
uses our library to implement TIFF/JPEG per the Note.

ARCHIVE LOCATIONS
=================

The "official" archive site for this software is www.ijg.org.
The most recent released version can always be found there in
directory "files".

The JPEG FAQ (Frequently Asked Questions) article is a source of some
general information about JPEG.
It is available on the World Wide Web at http://www.faqs.org/faqs/jpeg-faq
and other news.answers archive sites, including the official news.answers
archive at rtfm.mit.edu: ftp://rtfm.mit.edu/pub/usenet/news.answers/jpeg-faq/.
If you don't have Web or FTP access, send e-mail to mail-server@rtfm.mit.edu
with body
17942 17943
	send usenet/news.answers/jpeg-faq/part1
	send usenet/news.answers/jpeg-faq/part2
C
Chinmay Garde 已提交
17944 17945 17946 17947 17948 17949 17950 17951 17952 17953 17954 17955 17956 17957 17958 17959 17960 17961 17962 17963 17964 17965 17966 17967 17968 17969 17970 17971 17972 17973 17974 17975 17976 17977 17978 17979 17980 17981 17982 17983 17984 17985 17986 17987 17988 17989 17990 17991 17992 17993 17994 17995 17996 17997 17998

FILE FORMAT WARS
================

The ISO/IEC JTC1/SC29/WG1 standards committee (also known as JPEG, together
with ITU-T SG16) currently promotes different formats containing the name
"JPEG" which are incompatible with original DCT-based JPEG.  IJG therefore does
not support these formats (see REFERENCES).  Indeed, one of the original
reasons for developing this free software was to help force convergence on
common, interoperable format standards for JPEG files.
Don't use an incompatible file format!
(In any case, our decoder will remain capable of reading existing JPEG
image files indefinitely.)

TO DO
=====

Please send bug reports, offers of help, etc. to jpeg-info@jpegclub.org.
====================================================================================================

====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/bmp.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/libjpeg-turbo/bmp.c
----------------------------------------------------------------------------------------------------
Copyright (C)2011, 2015 D. R. Commander.  All Rights Reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

- Redistributions of source code must retain the above copyright notice,
  this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution.
- Neither the name of the libjpeg-turbo Project nor the names of its
  contributors may be used to endorse or promote products derived from this
  software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: libjpeg-turbo
17999
ORIGIN: ../../../third_party/libjpeg-turbo/bmp.h
C
Chinmay Garde 已提交
18000 18001 18002 18003 18004 18005 18006 18007 18008 18009 18010 18011 18012 18013 18014 18015 18016 18017 18018 18019 18020 18021 18022 18023 18024 18025 18026 18027 18028 18029 18030 18031 18032 18033 18034 18035 18036 18037 18038 18039
TYPE: LicenseType.bsd
FILE: ../../../third_party/libjpeg-turbo/bmp.h
FILE: ../../../third_party/libjpeg-turbo/jcstest.c
FILE: ../../../third_party/libjpeg-turbo/tjutil.c
FILE: ../../../third_party/libjpeg-turbo/tjutil.h
----------------------------------------------------------------------------------------------------
Copyright (C)2011 D. R. Commander.  All Rights Reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

- Redistributions of source code must retain the above copyright notice,
  this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution.
- Neither the name of the libjpeg-turbo Project nor the names of its
  contributors may be used to endorse or promote products derived from this
  software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/jsimd.h + ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/jsimd.h
----------------------------------------------------------------------------------------------------
Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
18040 18041
Copyright (C) 2011, 2014, D. R. Commander.
Copyright (C) 2015, Matthieu Darbois.
C
Chinmay Garde 已提交
18042 18043 18044 18045 18046 18047 18048 18049 18050 18051 18052 18053 18054 18055 18056 18057 18058 18059 18060 18061 18062 18063 18064 18065 18066 18067 18068 18069

Based on the x86 SIMD extension for IJG JPEG library,
Copyright (C) 1999-2006, MIYASAKA Masaru.

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/jsimd_none.c + ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/jsimd_none.c
----------------------------------------------------------------------------------------------------
Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
18070 18071
Copyright (C) 2009-2011, 2014, D. R. Commander.
Copyright (C) 2015, Matthieu Darbois.
C
Chinmay Garde 已提交
18072 18073 18074 18075 18076 18077 18078 18079 18080 18081 18082 18083 18084 18085 18086 18087 18088 18089 18090 18091 18092 18093 18094 18095 18096 18097 18098 18099 18100 18101 18102 18103 18104 18105 18106 18107 18108 18109 18110 18111 18112 18113 18114 18115 18116 18117 18118 18119 18120 18121 18122 18123 18124 18125 18126 18127

Based on the x86 SIMD extension for IJG JPEG library,
Copyright (C) 1999-2006, MIYASAKA Masaru.

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/jsimddct.h + ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/jsimddct.h
----------------------------------------------------------------------------------------------------
Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB

Based on the x86 SIMD extension for IJG JPEG library,
Copyright (C) 1999-2006, MIYASAKA Masaru.

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jccolext-altivec.c
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jccolext-altivec.c
FILE: ../../../third_party/libjpeg-turbo/simd/jcgryext-altivec.c
----------------------------------------------------------------------------------------------------
18128 18129 18130
Copyright (C) 2014-2015, D. R. Commander.  All Rights Reserved.
Copyright (C) 2014, Jay Foad.  All Rights Reserved.

C
Chinmay Garde 已提交
18131 18132 18133 18134 18135 18136 18137 18138 18139 18140 18141 18142 18143 18144 18145 18146 18147 18148 18149 18150 18151 18152 18153 18154 18155 18156 18157 18158 18159 18160 18161 18162 18163 18164 18165 18166 18167 18168 18169 18170 18171 18172 18173 18174 18175 18176 18177 18178 18179 18180 18181 18182 18183 18184
This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jccolext-mmx.asm + ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jccolext-mmx.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jcolsamp.inc
FILE: ../../../third_party/libjpeg-turbo/simd/jcsample-mmx.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jcsample-sse2.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jdcolext-mmx.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jdct.inc
FILE: ../../../third_party/libjpeg-turbo/simd/jdmrgext-mmx.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jdsample-mmx.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jdsample-sse2.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jfdctflt-3dn.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jfdctflt-sse.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jfdctfst-mmx.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jfdctfst-sse2.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jfdctint-mmx.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jfdctint-sse2.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jidctflt-3dn.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jidctflt-sse.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jidctflt-sse2.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jidctfst-mmx.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jidctfst-sse2.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jidctint-mmx.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jidctint-sse2.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jidctred-mmx.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jidctred-sse2.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jquant-3dn.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jquant-mmx.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jquant-sse.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jquantf-sse2.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jquanti-sse2.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jsimdcpu.asm
----------------------------------------------------------------------------------------------------
Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB

18185
Based on the x86 SIMD extension for IJG JPEG library
C
Chinmay Garde 已提交
18186 18187 18188 18189 18190 18191 18192 18193 18194 18195 18196 18197 18198 18199 18200 18201 18202 18203 18204 18205 18206 18207 18208 18209 18210 18211 18212 18213 18214
Copyright (C) 1999-2006, MIYASAKA Masaru.

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jccolext-sse2-64.asm + ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jccolext-sse2-64.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jccolor-sse2-64.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jccolor-sse2.asm
----------------------------------------------------------------------------------------------------
Copyright (C) 2009, D. R. Commander.

18215 18216 18217
Based on the x86 SIMD extension for IJG JPEG library
Copyright (C) 1999-2006, MIYASAKA Masaru.

C
Chinmay Garde 已提交
18218 18219 18220 18221 18222 18223 18224 18225 18226 18227 18228 18229 18230 18231 18232 18233 18234 18235 18236 18237 18238 18239 18240 18241 18242 18243 18244 18245 18246 18247 18248 18249 18250 18251 18252 18253 18254 18255 18256 18257 18258 18259 18260 18261 18262 18263 18264 18265 18266 18267 18268
This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jccolext-sse2.asm + ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jccolext-sse2.asm
----------------------------------------------------------------------------------------------------
Copyright (C) 1999-2006, MIYASAKA Masaru.

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jccolor-altivec.c
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jccolor-altivec.c
FILE: ../../../third_party/libjpeg-turbo/simd/jcgray-altivec.c
FILE: ../../../third_party/libjpeg-turbo/simd/jfdctfst-altivec.c
FILE: ../../../third_party/libjpeg-turbo/simd/jfdctint-altivec.c
----------------------------------------------------------------------------------------------------
18269 18270
Copyright (C) 2014, D. R. Commander.  All Rights Reserved.

C
Chinmay Garde 已提交
18271 18272 18273 18274 18275 18276 18277 18278 18279 18280 18281 18282 18283 18284 18285 18286 18287 18288 18289 18290 18291 18292 18293 18294 18295 18296 18297 18298 18299 18300 18301 18302 18303 18304 18305 18306 18307 18308 18309 18310 18311
This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jccolor-mmx.asm + ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jccolor-mmx.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jcsample-sse2-64.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jdcolor-mmx.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jdcolor-sse2-64.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jdcolor-sse2.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jdmerge-mmx.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jdmerge-sse2-64.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jdmerge-sse2.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jdsample-sse2-64.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jfdctflt-sse-64.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jfdctfst-sse2-64.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jfdctint-sse2-64.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jidctflt-sse2-64.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jidctfst-sse2-64.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jidctint-sse2-64.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jidctred-sse2-64.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jquantf-sse2-64.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jquanti-sse2-64.asm
----------------------------------------------------------------------------------------------------
Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
18312
Copyright (C) 2009, D. R. Commander.
C
Chinmay Garde 已提交
18313

18314
Based on the x86 SIMD extension for IJG JPEG library
C
Chinmay Garde 已提交
18315 18316 18317 18318 18319 18320 18321 18322 18323
Copyright (C) 1999-2006, MIYASAKA Masaru.

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
18324

C
Chinmay Garde 已提交
18325 18326 18327 18328 18329 18330 18331 18332
1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
18333

C
Chinmay Garde 已提交
18334 18335 18336 18337 18338 18339 18340 18341
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jcgray-mmx.asm + ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jcgray-mmx.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jcgryext-mmx.asm
----------------------------------------------------------------------------------------------------
Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
18342
Copyright (C) 2011, D. R. Commander.
18343

18344
Based on the x86 SIMD extension for IJG JPEG library
C
Chinmay Garde 已提交
18345
Copyright (C) 1999-2006, MIYASAKA Masaru.
18346

C
Chinmay Garde 已提交
18347 18348 18349
This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.
18350

C
Chinmay Garde 已提交
18351 18352 18353
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
18354

C
Chinmay Garde 已提交
18355 18356 18357 18358 18359 18360 18361 18362
1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
18363

C
Chinmay Garde 已提交
18364 18365 18366 18367 18368 18369 18370 18371 18372 18373
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jcgray-sse2-64.asm + ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jcgray-sse2-64.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jcgray-sse2.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jcgryext-sse2-64.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jcgryext-sse2.asm
----------------------------------------------------------------------------------------------------
Copyright (C) 2011, D. R. Commander.
18374

18375 18376 18377
Based on the x86 SIMD extension for IJG JPEG library
Copyright (C) 1999-2006, MIYASAKA Masaru.

C
Chinmay Garde 已提交
18378 18379 18380
This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.
18381

C
Chinmay Garde 已提交
18382 18383 18384 18385 18386 18387 18388 18389 18390 18391 18392
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
18393 18394 18395
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
18396 18397 18398 18399 18400
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jchuff-sse2-64.asm + ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jchuff-sse2-64.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jchuff-sse2.asm
18401
----------------------------------------------------------------------------------------------------
18402 18403
Copyright (C) 2009-2011, 2014-2016, D. R. Commander.
Copyright (C) 2015, Matthieu Darbois.
18404

18405
Based on the x86 SIMD extension for IJG JPEG library
C
Chinmay Garde 已提交
18406
Copyright (C) 1999-2006, MIYASAKA Masaru.
18407

C
Chinmay Garde 已提交
18408 18409 18410
This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.
18411

C
Chinmay Garde 已提交
18412 18413 18414 18415 18416 18417 18418 18419 18420 18421 18422
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
18423 18424 18425
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
18426 18427 18428 18429 18430 18431 18432 18433 18434
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jcsample-altivec.c
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jcsample-altivec.c
FILE: ../../../third_party/libjpeg-turbo/simd/jdcolext-altivec.c
FILE: ../../../third_party/libjpeg-turbo/simd/jdcolor-altivec.c
FILE: ../../../third_party/libjpeg-turbo/simd/jdmerge-altivec.c
FILE: ../../../third_party/libjpeg-turbo/simd/jdmrgext-altivec.c
FILE: ../../../third_party/libjpeg-turbo/simd/jdsample-altivec.c
18435
----------------------------------------------------------------------------------------------------
18436 18437
Copyright (C) 2015, D. R. Commander.  All Rights Reserved.

C
Chinmay Garde 已提交
18438 18439 18440
This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.
18441

C
Chinmay Garde 已提交
18442 18443 18444
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
18445

C
Chinmay Garde 已提交
18446 18447 18448 18449 18450 18451 18452 18453
1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
18454

C
Chinmay Garde 已提交
18455 18456 18457 18458 18459 18460 18461 18462
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jdcolext-sse2-64.asm + ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jdcolext-sse2-64.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jdmrgext-sse2-64.asm
----------------------------------------------------------------------------------------------------
Copyright 2009, 2012 Pierre Ossman <ossman@cendio.se> for Cendio AB
18463
Copyright (C) 2009, 2012, D. R. Commander.
C
Chinmay Garde 已提交
18464

18465
Based on the x86 SIMD extension for IJG JPEG library
C
Chinmay Garde 已提交
18466 18467 18468 18469 18470 18471 18472 18473 18474 18475 18476 18477 18478 18479 18480 18481 18482
Copyright (C) 1999-2006, MIYASAKA Masaru.

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
18483 18484 18485
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
18486 18487 18488 18489 18490
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jdcolext-sse2.asm + ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jdcolext-sse2.asm
FILE: ../../../third_party/libjpeg-turbo/simd/jdmrgext-sse2.asm
18491
----------------------------------------------------------------------------------------------------
C
Chinmay Garde 已提交
18492
Copyright 2009, 2012 Pierre Ossman <ossman@cendio.se> for Cendio AB
18493
Copyright (C) 2012, D. R. Commander.
18494

18495
Based on the x86 SIMD extension for IJG JPEG library
C
Chinmay Garde 已提交
18496
Copyright (C) 1999-2006, MIYASAKA Masaru.
18497

C
Chinmay Garde 已提交
18498 18499 18500
This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.
18501

C
Chinmay Garde 已提交
18502 18503 18504 18505 18506 18507 18508 18509 18510 18511 18512
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
18513 18514 18515
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
18516 18517 18518 18519 18520 18521 18522
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jidctfst-altivec.c
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jidctfst-altivec.c
FILE: ../../../third_party/libjpeg-turbo/simd/jidctint-altivec.c
FILE: ../../../third_party/libjpeg-turbo/simd/jquanti-altivec.c
FILE: ../../../third_party/libjpeg-turbo/simd/jsimd_altivec.h
18523
----------------------------------------------------------------------------------------------------
18524 18525
Copyright (C) 2014-2015, D. R. Commander.  All Rights Reserved.

C
Chinmay Garde 已提交
18526 18527 18528
This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.
18529

C
Chinmay Garde 已提交
18530 18531 18532
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
18533

C
Chinmay Garde 已提交
18534 18535 18536 18537 18538 18539 18540 18541
1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
18542

C
Chinmay Garde 已提交
18543 18544 18545 18546 18547 18548 18549
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jsimd.h + ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jsimd.h
----------------------------------------------------------------------------------------------------
Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
18550 18551 18552 18553
Copyright (C) 2011, 2014-2016, D. R. Commander.
Copyright (C) 2013-2014, MIPS Technologies, Inc., California.
Copyright (C) 2014, Linaro Limited.
Copyright (C) 2015-2016, Matthieu Darbois.
C
Chinmay Garde 已提交
18554 18555 18556 18557 18558 18559 18560 18561 18562 18563 18564 18565 18566 18567 18568 18569 18570 18571 18572

Based on the x86 SIMD extension for IJG JPEG library,
Copyright (C) 1999-2006, MIYASAKA Masaru.

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
18573 18574 18575
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
18576 18577 18578 18579 18580
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jsimd_arm.c + ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jsimd_arm.c
FILE: ../../../third_party/libjpeg-turbo/simd/jsimd_arm64.c
18581
----------------------------------------------------------------------------------------------------
C
Chinmay Garde 已提交
18582
Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
18583 18584
Copyright (C) 2009-2011, 2013-2014, 2016, D. R. Commander.
Copyright (C) 2015-2016, Matthieu Darbois.
18585

C
Chinmay Garde 已提交
18586 18587
Based on the x86 SIMD extension for IJG JPEG library,
Copyright (C) 1999-2006, MIYASAKA Masaru.
18588

C
Chinmay Garde 已提交
18589 18590 18591
This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.
18592

C
Chinmay Garde 已提交
18593 18594 18595 18596 18597 18598 18599 18600 18601 18602 18603
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
18604 18605 18606
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
18607 18608 18609 18610
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jsimd_arm64_neon.S
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jsimd_arm64_neon.S
18611
----------------------------------------------------------------------------------------------------
18612 18613
Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies).
All Rights Reserved.
C
Chinmay Garde 已提交
18614
Author: Siarhei Siamashka <siarhei.siamashka@nokia.com>
18615
Copyright (C) 2013-2014, Linaro Limited.  All Rights Reserved.
C
Chinmay Garde 已提交
18616 18617 18618 18619
Author: Ragesh Radhakrishnan <ragesh.r@linaro.org>
Copyright (C) 2014-2016, D. R. Commander.  All Rights Reserved.
Copyright (C) 2015-2016, Matthieu Darbois.  All Rights Reserved.
Copyright (C) 2016, Siarhei Siamashka.  All Rights Reserved.
18620

C
Chinmay Garde 已提交
18621 18622 18623 18624 18625 18626 18627
This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
18628

C
Chinmay Garde 已提交
18629 18630 18631 18632 18633 18634 18635
1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
18636 18637 18638
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
18639 18640 18641 18642
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jsimd_arm_neon.S
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jsimd_arm_neon.S
18643
----------------------------------------------------------------------------------------------------
18644 18645
Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies).
All Rights Reserved.
C
Chinmay Garde 已提交
18646
Author: Siarhei Siamashka <siarhei.siamashka@nokia.com>
18647 18648 18649 18650
Copyright (C) 2014, Siarhei Siamashka.  All Rights Reserved.
Copyright (C) 2014, Linaro Limited.  All Rights Reserved.
Copyright (C) 2015, D. R. Commander.  All Rights Reserved.
Copyright (C) 2015-2016, Matthieu Darbois.  All Rights Reserved.
18651

C
Chinmay Garde 已提交
18652 18653 18654
This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.
18655

C
Chinmay Garde 已提交
18656 18657 18658 18659 18660 18661 18662 18663 18664 18665 18666
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
18667 18668 18669
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
18670 18671 18672 18673
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jsimd_i386.c + ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jsimd_i386.c
18674
----------------------------------------------------------------------------------------------------
C
Chinmay Garde 已提交
18675
Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
18676 18677
Copyright (C) 2009-2011, 2013-2014, 2016, D. R. Commander.
Copyright (C) 2015, Matthieu Darbois.
18678

C
Chinmay Garde 已提交
18679 18680
Based on the x86 SIMD extension for IJG JPEG library,
Copyright (C) 1999-2006, MIYASAKA Masaru.
18681

C
Chinmay Garde 已提交
18682 18683 18684 18685 18686 18687 18688 18689 18690 18691 18692 18693 18694 18695 18696
This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
18697 18698 18699
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
18700 18701 18702 18703
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jsimd_mips.c + ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jsimd_mips.c
18704
----------------------------------------------------------------------------------------------------
C
Chinmay Garde 已提交
18705
Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
18706 18707 18708
Copyright (C) 2009-2011, 2014, D. R. Commander.
Copyright (C) 2013-2014, MIPS Technologies, Inc., California.
Copyright (C) 2015, Matthieu Darbois.
18709

C
Chinmay Garde 已提交
18710 18711
Based on the x86 SIMD extension for IJG JPEG library,
Copyright (C) 1999-2006, MIYASAKA Masaru.
18712

C
Chinmay Garde 已提交
18713 18714 18715 18716 18717 18718 18719 18720 18721 18722 18723 18724 18725 18726 18727
This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
18728 18729 18730
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
18731 18732 18733 18734
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jsimd_mips_dspr2.S
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jsimd_mips_dspr2.S
18735
----------------------------------------------------------------------------------------------------
C
Chinmay Garde 已提交
18736
Copyright (C) 2013-2014, MIPS Technologies, Inc., California.
18737
All Rights Reserved.
C
Chinmay Garde 已提交
18738 18739 18740 18741 18742 18743
Authors:  Teodora Novkovic (teodora.novkovic@imgtec.com)
          Darko Laus       (darko.laus@imgtec.com)
Copyright (C) 2015, D. R. Commander.  All Rights Reserved.
This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.
18744

C
Chinmay Garde 已提交
18745 18746 18747
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
18748

C
Chinmay Garde 已提交
18749 18750 18751 18752 18753 18754 18755
1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
18756 18757 18758
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
18759 18760 18761 18762
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jsimd_mips_dspr2_asm.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jsimd_mips_dspr2_asm.h
18763
----------------------------------------------------------------------------------------------------
C
Chinmay Garde 已提交
18764
Copyright (C) 2013, MIPS Technologies, Inc., California.
18765
All Rights Reserved.
C
Chinmay Garde 已提交
18766 18767 18768 18769 18770
Authors:  Teodora Novkovic (teodora.novkovic@imgtec.com)
          Darko Laus       (darko.laus@imgtec.com)
This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.
18771

C
Chinmay Garde 已提交
18772 18773 18774
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
18775

C
Chinmay Garde 已提交
18776 18777 18778 18779 18780 18781 18782
1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
18783 18784 18785
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
18786 18787 18788 18789
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jsimd_powerpc.c + ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jsimd_powerpc.c
18790
----------------------------------------------------------------------------------------------------
C
Chinmay Garde 已提交
18791
Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
18792 18793
Copyright (C) 2009-2011, 2014-2015, D. R. Commander.
Copyright (C) 2015, Matthieu Darbois.
18794

C
Chinmay Garde 已提交
18795 18796
Based on the x86 SIMD extension for IJG JPEG library,
Copyright (C) 1999-2006, MIYASAKA Masaru.
18797

C
Chinmay Garde 已提交
18798 18799 18800
This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.
18801

C
Chinmay Garde 已提交
18802 18803 18804 18805 18806 18807 18808 18809 18810 18811 18812
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
18813 18814 18815
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
18816 18817 18818 18819
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jsimd_x86_64.c + ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/simd/jsimd_x86_64.c
18820
----------------------------------------------------------------------------------------------------
C
Chinmay Garde 已提交
18821
Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
18822 18823
Copyright (C) 2009-2011, 2014, 2016, D. R. Commander.
Copyright (C) 2015, Matthieu Darbois.
18824

C
Chinmay Garde 已提交
18825 18826
Based on the x86 SIMD extension for IJG JPEG library,
Copyright (C) 1999-2006, MIYASAKA Masaru.
18827

C
Chinmay Garde 已提交
18828 18829 18830 18831 18832 18833 18834 18835 18836 18837 18838 18839 18840 18841 18842
This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
18843 18844 18845
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
18846 18847 18848 18849 18850 18851 18852 18853 18854 18855 18856 18857 18858 18859 18860
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
TYPE: LicenseType.zlib
FILE: ../../../third_party/libjpeg-turbo/jconfig.h
FILE: ../../../third_party/libjpeg-turbo/jconfig.h.in
FILE: ../../../third_party/libjpeg-turbo/jconfigint.h
FILE: ../../../third_party/libjpeg-turbo/jconfigint.h.in
FILE: ../../../third_party/libjpeg-turbo/jpeg_nbits_table.h
FILE: ../../../third_party/libjpeg-turbo/libjpeg.map.in
FILE: ../../../third_party/libjpeg-turbo/simd/jpeg_nbits_table.inc
FILE: ../../../third_party/libjpeg-turbo/simd/jsimdcfg.inc
FILE: ../../../third_party/libjpeg-turbo/simd/jsimdcfg.inc.h
FILE: ../../../third_party/libjpeg-turbo/simd/jsimdext.inc
FILE: ../../../third_party/libjpeg-turbo/turbojpeg-mapfile
FILE: ../../../third_party/libjpeg-turbo/turbojpeg-mapfile.jni
18861
----------------------------------------------------------------------------------------------------
C
Chinmay Garde 已提交
18862
Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
18863
Copyright (C) 2010, D. R. Commander.
18864

18865
Based on the x86 SIMD extension for IJG JPEG library - version 1.02
18866

C
Chinmay Garde 已提交
18867 18868 18869 18870 18871 18872 18873 18874 18875 18876 18877 18878 18879 18880 18881 18882 18883
Copyright (C) 1999-2006, MIYASAKA Masaru.

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
18884 18885 18886
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
18887 18888
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/tjunittest.c
18889
TYPE: LicenseType.bsd
C
Chinmay Garde 已提交
18890
FILE: ../../../third_party/libjpeg-turbo/tjunittest.c
18891
----------------------------------------------------------------------------------------------------
C
Chinmay Garde 已提交
18892
Copyright (C)2009-2014 D. R. Commander.  All Rights Reserved.
18893 18894

Redistribution and use in source and binary forms, with or without
C
Chinmay Garde 已提交
18895
modification, are permitted provided that the following conditions are met:
18896

C
Chinmay Garde 已提交
18897 18898 18899 18900 18901 18902 18903 18904 18905 18906 18907 18908 18909 18910 18911 18912 18913 18914 18915 18916
- Redistributions of source code must retain the above copyright notice,
  this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution.
- Neither the name of the libjpeg-turbo Project nor the names of its
  contributors may be used to endorse or promote products derived from this
  software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
18917 18918
====================================================================================================

18919 18920 18921 18922 18923 18924 18925 18926 18927 18928 18929 18930 18931 18932 18933 18934 18935 18936 18937 18938 18939 18940 18941 18942 18943 18944 18945 18946 18947 18948 18949 18950 18951
====================================================================================================
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/turbojpeg-jni.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/libjpeg-turbo/turbojpeg-jni.c
----------------------------------------------------------------------------------------------------
Copyright (C)2011-2016 D. R. Commander.  All Rights Reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

- Redistributions of source code must retain the above copyright notice,
  this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution.
- Neither the name of the libjpeg-turbo Project nor the names of its
  contributors may be used to endorse or promote products derived from this
  software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

18952
====================================================================================================
C
Chinmay Garde 已提交
18953 18954
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/turbojpeg.c
18955
TYPE: LicenseType.bsd
C
Chinmay Garde 已提交
18956 18957 18958 18959 18960 18961 18962 18963 18964 18965 18966 18967 18968
FILE: ../../../third_party/libjpeg-turbo/jconfig.h
FILE: ../../../third_party/libjpeg-turbo/jconfig.h.in
FILE: ../../../third_party/libjpeg-turbo/jconfigint.h
FILE: ../../../third_party/libjpeg-turbo/jconfigint.h.in
FILE: ../../../third_party/libjpeg-turbo/jpeg_nbits_table.h
FILE: ../../../third_party/libjpeg-turbo/libjpeg.map.in
FILE: ../../../third_party/libjpeg-turbo/simd/jpeg_nbits_table.inc
FILE: ../../../third_party/libjpeg-turbo/simd/jsimdcfg.inc
FILE: ../../../third_party/libjpeg-turbo/simd/jsimdcfg.inc.h
FILE: ../../../third_party/libjpeg-turbo/tjbench.c
FILE: ../../../third_party/libjpeg-turbo/turbojpeg-mapfile
FILE: ../../../third_party/libjpeg-turbo/turbojpeg-mapfile.jni
FILE: ../../../third_party/libjpeg-turbo/turbojpeg.c
18969
----------------------------------------------------------------------------------------------------
C
Chinmay Garde 已提交
18970
Copyright (C)2009-2016 D. R. Commander.  All Rights Reserved.
18971 18972

Redistribution and use in source and binary forms, with or without
C
Chinmay Garde 已提交
18973
modification, are permitted provided that the following conditions are met:
18974

C
Chinmay Garde 已提交
18975 18976 18977 18978 18979 18980 18981 18982 18983 18984 18985
- Redistributions of source code must retain the above copyright notice,
  this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution.
- Neither the name of the libjpeg-turbo Project nor the names of its
  contributors may be used to endorse or promote products derived from this
  software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18986
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
C
Chinmay Garde 已提交
18987 18988 18989 18990 18991 18992 18993 18994
ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
18995 18996 18997
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
18998 18999
LIBRARY: libjpeg-turbo
ORIGIN: ../../../third_party/libjpeg-turbo/turbojpeg.h
19000
TYPE: LicenseType.bsd
C
Chinmay Garde 已提交
19001
FILE: ../../../third_party/libjpeg-turbo/turbojpeg.h
19002
----------------------------------------------------------------------------------------------------
C
Chinmay Garde 已提交
19003
Copyright (C)2009-2015 D. R. Commander.  All Rights Reserved.
19004 19005

Redistribution and use in source and binary forms, with or without
C
Chinmay Garde 已提交
19006
modification, are permitted provided that the following conditions are met:
19007

C
Chinmay Garde 已提交
19008 19009 19010 19011 19012 19013 19014 19015 19016 19017 19018
- Redistributions of source code must retain the above copyright notice,
  this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution.
- Neither the name of the libjpeg-turbo Project nor the names of its
  contributors may be used to endorse or promote products derived from this
  software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19019
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
C
Chinmay Garde 已提交
19020 19021 19022 19023 19024 19025 19026 19027
ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
19028 19029 19030
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
19031 19032 19033 19034 19035
LIBRARY: libpng
ORIGIN: ../../../third_party/libpng/LICENSE
TYPE: LicenseType.libpng
FILE: ../../../third_party/libpng/contrib/intel/intel_sse.patch
FILE: ../../../third_party/libpng/pngprefix.h
19036
----------------------------------------------------------------------------------------------------
C
Chinmay Garde 已提交
19037 19038
<THIS BLOCK INTENTIONALLY LEFT BLANK>
====================================================================================================
19039

C
Chinmay Garde 已提交
19040 19041 19042 19043 19044 19045 19046 19047 19048 19049 19050 19051 19052 19053 19054 19055 19056 19057 19058 19059 19060 19061 19062 19063 19064 19065 19066 19067 19068 19069 19070 19071 19072 19073
====================================================================================================
LIBRARY: libpng
ORIGIN: ../../../third_party/libpng/png.h
TYPE: LicenseType.libpng
FILE: ../../../third_party/libpng/arm/arm_init.c
FILE: ../../../third_party/libpng/arm/filter_neon.S
FILE: ../../../third_party/libpng/arm/filter_neon_intrinsics.c
FILE: ../../../third_party/libpng/contrib/intel/filter_sse2_intrinsics.c
FILE: ../../../third_party/libpng/contrib/intel/intel_init.c
FILE: ../../../third_party/libpng/contrib/intel/intel_sse.patch
FILE: ../../../third_party/libpng/png.c
FILE: ../../../third_party/libpng/pngconf.h
FILE: ../../../third_party/libpng/pngdebug.h
FILE: ../../../third_party/libpng/pngerror.c
FILE: ../../../third_party/libpng/pngget.c
FILE: ../../../third_party/libpng/pnginfo.h
FILE: ../../../third_party/libpng/pnglibconf.h
FILE: ../../../third_party/libpng/pngmem.c
FILE: ../../../third_party/libpng/pngpread.c
FILE: ../../../third_party/libpng/pngpriv.h
FILE: ../../../third_party/libpng/pngread.c
FILE: ../../../third_party/libpng/pngrio.c
FILE: ../../../third_party/libpng/pngrtran.c
FILE: ../../../third_party/libpng/pngrutil.c
FILE: ../../../third_party/libpng/pngset.c
FILE: ../../../third_party/libpng/pngstruct.h
FILE: ../../../third_party/libpng/pngtest.c
FILE: ../../../third_party/libpng/pngtrans.c
FILE: ../../../third_party/libpng/pngwio.c
FILE: ../../../third_party/libpng/pngwrite.c
FILE: ../../../third_party/libpng/pngwtran.c
FILE: ../../../third_party/libpng/pngwutil.c
----------------------------------------------------------------------------------------------------
<THIS BLOCK INTENTIONALLY LEFT BLANK>
19074 19075
====================================================================================================

A
amirh 已提交
19076 19077 19078 19079 19080 19081 19082 19083 19084 19085 19086 19087 19088 19089 19090 19091 19092 19093 19094 19095 19096 19097 19098 19099 19100 19101 19102 19103 19104 19105 19106 19107 19108 19109 19110 19111 19112 19113 19114 19115 19116 19117 19118 19119 19120 19121 19122 19123 19124 19125 19126 19127 19128 19129 19130 19131 19132 19133 19134 19135 19136 19137 19138 19139 19140 19141 19142 19143 19144 19145 19146 19147 19148 19149 19150 19151 19152 19153 19154 19155 19156 19157 19158 19159 19160 19161 19162 19163 19164 19165 19166 19167 19168 19169 19170 19171 19172 19173 19174 19175 19176 19177 19178 19179 19180 19181 19182 19183 19184 19185 19186 19187 19188 19189 19190 19191 19192 19193 19194 19195 19196 19197 19198 19199 19200 19201 19202 19203 19204 19205 19206 19207 19208 19209 19210 19211 19212 19213 19214 19215 19216 19217 19218 19219 19220 19221 19222 19223 19224 19225 19226 19227 19228 19229 19230 19231 19232 19233 19234 19235 19236 19237 19238 19239 19240 19241 19242 19243 19244 19245 19246 19247 19248 19249 19250 19251 19252 19253 19254 19255 19256 19257 19258 19259 19260 19261 19262 19263 19264 19265 19266 19267 19268 19269 19270 19271 19272 19273 19274 19275 19276 19277 19278 19279 19280 19281 19282 19283 19284 19285 19286 19287 19288 19289 19290 19291 19292 19293 19294 19295 19296 19297 19298 19299 19300 19301 19302 19303 19304 19305 19306 19307 19308 19309 19310 19311 19312 19313 19314 19315 19316 19317 19318 19319 19320 19321 19322 19323 19324 19325 19326 19327 19328 19329 19330 19331 19332 19333 19334 19335 19336 19337 19338 19339 19340 19341 19342 19343 19344 19345 19346 19347 19348 19349 19350 19351 19352 19353 19354 19355 19356 19357 19358 19359 19360 19361 19362 19363 19364 19365 19366 19367 19368 19369 19370 19371 19372 19373 19374 19375 19376 19377 19378 19379 19380 19381 19382 19383 19384 19385 19386 19387 19388 19389 19390 19391 19392
====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../third_party/libwebp/.mailmap
FILE: ../../../third_party/libwebp/Makefile.vc
FILE: ../../../third_party/libwebp/cmake/config.h.in
FILE: ../../../third_party/libwebp/doc/TODO
FILE: ../../../third_party/libwebp/doc/template.html
FILE: ../../../third_party/libwebp/extras/webp_quality.c
FILE: ../../../third_party/libwebp/gradle.properties
FILE: ../../../third_party/libwebp/makefile.unix
FILE: ../../../third_party/libwebp/src/demux/libwebpdemux.pc.in
FILE: ../../../third_party/libwebp/src/demux/libwebpdemux.rc
FILE: ../../../third_party/libwebp/src/libwebp.pc.in
FILE: ../../../third_party/libwebp/src/libwebp.rc
FILE: ../../../third_party/libwebp/src/libwebpdecoder.pc.in
FILE: ../../../third_party/libwebp/src/libwebpdecoder.rc
FILE: ../../../third_party/libwebp/src/mux/libwebpmux.pc.in
FILE: ../../../third_party/libwebp/src/mux/libwebpmux.rc
----------------------------------------------------------------------------------------------------
Copyright (c) 2010, Google Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

  * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

  * Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.

  * Neither the name of Google nor the names of its contributors may
    be used to endorse or promote products derived from this software
    without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../third_party/libwebp/extras/extras.c + ../../../third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../third_party/libwebp/extras/extras.c
FILE: ../../../third_party/libwebp/extras/extras.h
FILE: ../../../third_party/libwebp/src/dec/common_dec.h
FILE: ../../../third_party/libwebp/src/demux/anim_decode.c
FILE: ../../../third_party/libwebp/src/dsp/alpha_processing_sse41.c
FILE: ../../../third_party/libwebp/src/dsp/cost_sse2.c
FILE: ../../../third_party/libwebp/src/dsp/dec_sse41.c
FILE: ../../../third_party/libwebp/src/dsp/enc_sse41.c
FILE: ../../../third_party/libwebp/src/dsp/filters_sse2.c
FILE: ../../../third_party/libwebp/src/dsp/lossless_enc.c
FILE: ../../../third_party/libwebp/src/dsp/lossless_enc_mips32.c
FILE: ../../../third_party/libwebp/src/dsp/lossless_enc_mips_dsp_r2.c
FILE: ../../../third_party/libwebp/src/dsp/lossless_enc_neon.c
FILE: ../../../third_party/libwebp/src/dsp/lossless_enc_sse2.c
FILE: ../../../third_party/libwebp/src/dsp/lossless_enc_sse41.c
FILE: ../../../third_party/libwebp/src/dsp/rescaler_neon.c
FILE: ../../../third_party/libwebp/src/dsp/rescaler_sse2.c
FILE: ../../../third_party/libwebp/src/enc/delta_palettization_enc.c
FILE: ../../../third_party/libwebp/src/enc/delta_palettization_enc.h
----------------------------------------------------------------------------------------------------
Copyright 2015 Google Inc. All Rights Reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

  * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

  * Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.

  * Neither the name of Google nor the names of its contributors may
    be used to endorse or promote products derived from this software
    without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../third_party/libwebp/extras/get_disto.c + ../../../third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../third_party/libwebp/extras/get_disto.c
FILE: ../../../third_party/libwebp/extras/quality_estimate.c
FILE: ../../../third_party/libwebp/imageio/image_dec.c
FILE: ../../../third_party/libwebp/imageio/image_dec.h
FILE: ../../../third_party/libwebp/imageio/image_enc.c
FILE: ../../../third_party/libwebp/imageio/image_enc.h
FILE: ../../../third_party/libwebp/imageio/imageio_util.c
FILE: ../../../third_party/libwebp/imageio/imageio_util.h
FILE: ../../../third_party/libwebp/src/dsp/common_sse2.h
FILE: ../../../third_party/libwebp/src/dsp/dec_msa.c
FILE: ../../../third_party/libwebp/src/dsp/enc_msa.c
FILE: ../../../third_party/libwebp/src/dsp/filters_msa.c
FILE: ../../../third_party/libwebp/src/dsp/lossless_enc_msa.c
FILE: ../../../third_party/libwebp/src/dsp/lossless_msa.c
FILE: ../../../third_party/libwebp/src/dsp/msa_macro.h
FILE: ../../../third_party/libwebp/src/dsp/rescaler_msa.c
FILE: ../../../third_party/libwebp/src/dsp/upsampling_msa.c
FILE: ../../../third_party/libwebp/src/enc/predictor_enc.c
FILE: ../../../third_party/libwebp/src/mux/animi.h
----------------------------------------------------------------------------------------------------
Copyright 2016 Google Inc. All Rights Reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

  * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

  * Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.

  * Neither the name of Google nor the names of its contributors may
    be used to endorse or promote products derived from this software
    without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../third_party/libwebp/imageio/jpegdec.c + ../../../third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../third_party/libwebp/imageio/jpegdec.c
FILE: ../../../third_party/libwebp/imageio/jpegdec.h
FILE: ../../../third_party/libwebp/imageio/metadata.c
FILE: ../../../third_party/libwebp/imageio/metadata.h
FILE: ../../../third_party/libwebp/imageio/pngdec.c
FILE: ../../../third_party/libwebp/imageio/pngdec.h
FILE: ../../../third_party/libwebp/imageio/tiffdec.c
FILE: ../../../third_party/libwebp/imageio/tiffdec.h
FILE: ../../../third_party/libwebp/src/dec/vp8l_dec.c
FILE: ../../../third_party/libwebp/src/dec/vp8li_dec.h
FILE: ../../../third_party/libwebp/src/demux/demux.c
FILE: ../../../third_party/libwebp/src/dsp/dec_neon.c
FILE: ../../../third_party/libwebp/src/dsp/enc_neon.c
FILE: ../../../third_party/libwebp/src/dsp/lossless.c
FILE: ../../../third_party/libwebp/src/dsp/lossless.h
FILE: ../../../third_party/libwebp/src/dsp/lossless_common.h
FILE: ../../../third_party/libwebp/src/enc/backward_references_enc.c
FILE: ../../../third_party/libwebp/src/enc/backward_references_enc.h
FILE: ../../../third_party/libwebp/src/enc/histogram_enc.c
FILE: ../../../third_party/libwebp/src/enc/histogram_enc.h
FILE: ../../../third_party/libwebp/src/enc/vp8l_enc.c
FILE: ../../../third_party/libwebp/src/enc/vp8li_enc.h
FILE: ../../../third_party/libwebp/src/utils/color_cache_utils.c
FILE: ../../../third_party/libwebp/src/utils/color_cache_utils.h
FILE: ../../../third_party/libwebp/src/utils/huffman_utils.c
FILE: ../../../third_party/libwebp/src/utils/huffman_utils.h
FILE: ../../../third_party/libwebp/src/utils/rescaler_utils.c
FILE: ../../../third_party/libwebp/src/utils/rescaler_utils.h
FILE: ../../../third_party/libwebp/src/utils/utils.c
FILE: ../../../third_party/libwebp/src/utils/utils.h
FILE: ../../../third_party/libwebp/src/webp/demux.h
FILE: ../../../third_party/libwebp/src/webp/format_constants.h
FILE: ../../../third_party/libwebp/src/webp/mux_types.h
----------------------------------------------------------------------------------------------------
Copyright 2012 Google Inc. All Rights Reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

  * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

  * Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.

  * Neither the name of Google nor the names of its contributors may
    be used to endorse or promote products derived from this software
    without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../third_party/libwebp/imageio/webpdec.c + ../../../third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../third_party/libwebp/imageio/webpdec.c
FILE: ../../../third_party/libwebp/imageio/webpdec.h
FILE: ../../../third_party/libwebp/src/dsp/alpha_processing_mips_dsp_r2.c
FILE: ../../../third_party/libwebp/src/dsp/alpha_processing_sse2.c
FILE: ../../../third_party/libwebp/src/dsp/argb.c
FILE: ../../../third_party/libwebp/src/dsp/argb_mips_dsp_r2.c
FILE: ../../../third_party/libwebp/src/dsp/argb_sse2.c
FILE: ../../../third_party/libwebp/src/dsp/cost.c
FILE: ../../../third_party/libwebp/src/dsp/cost_mips32.c
FILE: ../../../third_party/libwebp/src/dsp/cost_mips_dsp_r2.c
FILE: ../../../third_party/libwebp/src/dsp/dec_clip_tables.c
FILE: ../../../third_party/libwebp/src/dsp/dec_mips32.c
FILE: ../../../third_party/libwebp/src/dsp/dec_mips_dsp_r2.c
FILE: ../../../third_party/libwebp/src/dsp/enc_avx2.c
FILE: ../../../third_party/libwebp/src/dsp/enc_mips32.c
FILE: ../../../third_party/libwebp/src/dsp/enc_mips_dsp_r2.c
FILE: ../../../third_party/libwebp/src/dsp/filters_mips_dsp_r2.c
FILE: ../../../third_party/libwebp/src/dsp/lossless_mips_dsp_r2.c
FILE: ../../../third_party/libwebp/src/dsp/lossless_neon.c
FILE: ../../../third_party/libwebp/src/dsp/lossless_sse2.c
FILE: ../../../third_party/libwebp/src/dsp/mips_macro.h
FILE: ../../../third_party/libwebp/src/dsp/neon.h
FILE: ../../../third_party/libwebp/src/dsp/rescaler.c
FILE: ../../../third_party/libwebp/src/dsp/rescaler_mips32.c
FILE: ../../../third_party/libwebp/src/dsp/rescaler_mips_dsp_r2.c
FILE: ../../../third_party/libwebp/src/dsp/upsampling_mips_dsp_r2.c
FILE: ../../../third_party/libwebp/src/dsp/yuv_mips32.c
FILE: ../../../third_party/libwebp/src/dsp/yuv_mips_dsp_r2.c
FILE: ../../../third_party/libwebp/src/dsp/yuv_sse2.c
FILE: ../../../third_party/libwebp/src/enc/near_lossless_enc.c
FILE: ../../../third_party/libwebp/src/enc/picture_csp_enc.c
FILE: ../../../third_party/libwebp/src/enc/picture_psnr_enc.c
FILE: ../../../third_party/libwebp/src/enc/picture_rescale_enc.c
FILE: ../../../third_party/libwebp/src/enc/picture_tools_enc.c
FILE: ../../../third_party/libwebp/src/mux/anim_encode.c
FILE: ../../../third_party/libwebp/src/utils/bit_reader_inl_utils.h
FILE: ../../../third_party/libwebp/src/utils/endian_inl_utils.h
----------------------------------------------------------------------------------------------------
Copyright 2014 Google Inc. All Rights Reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

  * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

  * Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.

  * Neither the name of Google nor the names of its contributors may
    be used to endorse or promote products derived from this software
    without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../third_party/libwebp/imageio/wicdec.c + ../../../third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../third_party/libwebp/imageio/wicdec.c
FILE: ../../../third_party/libwebp/imageio/wicdec.h
FILE: ../../../third_party/libwebp/src/dec/alphai_dec.h
FILE: ../../../third_party/libwebp/src/dsp/alpha_processing.c
FILE: ../../../third_party/libwebp/src/utils/quant_levels_dec_utils.c
FILE: ../../../third_party/libwebp/src/utils/quant_levels_dec_utils.h
FILE: ../../../third_party/libwebp/src/utils/random_utils.c
FILE: ../../../third_party/libwebp/src/utils/random_utils.h
----------------------------------------------------------------------------------------------------
19393
Copyright 2013 Google Inc. All Rights Reserved.
A
amirh 已提交
19394 19395 19396 19397 19398 19399 19400 19401 19402 19403 19404 19405 19406 19407 19408 19409 19410 19411 19412 19413 19414 19415 19416 19417 19418 19419 19420 19421 19422 19423

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

  * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

  * Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.

  * Neither the name of Google nor the names of its contributors may
    be used to endorse or promote products derived from this software
    without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

19424
====================================================================================================
19425 19426
LIBRARY: libwebp
ORIGIN: ../../../third_party/libwebp/src/dec/alpha_dec.c + ../../../third_party/libwebp/COPYING
19427
TYPE: LicenseType.bsd
19428 19429 19430 19431 19432 19433 19434 19435 19436 19437 19438 19439 19440 19441 19442 19443 19444 19445 19446 19447 19448 19449 19450 19451 19452 19453 19454 19455 19456 19457 19458 19459 19460 19461 19462 19463 19464 19465 19466 19467 19468 19469 19470 19471 19472
FILE: ../../../third_party/libwebp/src/dec/alpha_dec.c
FILE: ../../../third_party/libwebp/src/dec/buffer_dec.c
FILE: ../../../third_party/libwebp/src/dec/idec_dec.c
FILE: ../../../third_party/libwebp/src/dec/io_dec.c
FILE: ../../../third_party/libwebp/src/dec/webpi_dec.h
FILE: ../../../third_party/libwebp/src/dsp/cpu.c
FILE: ../../../third_party/libwebp/src/dsp/dec_sse2.c
FILE: ../../../third_party/libwebp/src/dsp/dsp.h
FILE: ../../../third_party/libwebp/src/dsp/enc.c
FILE: ../../../third_party/libwebp/src/dsp/enc_sse2.c
FILE: ../../../third_party/libwebp/src/dsp/filters.c
FILE: ../../../third_party/libwebp/src/dsp/upsampling.c
FILE: ../../../third_party/libwebp/src/dsp/upsampling_neon.c
FILE: ../../../third_party/libwebp/src/dsp/upsampling_sse2.c
FILE: ../../../third_party/libwebp/src/enc/alpha_enc.c
FILE: ../../../third_party/libwebp/src/enc/analysis_enc.c
FILE: ../../../third_party/libwebp/src/enc/config_enc.c
FILE: ../../../third_party/libwebp/src/enc/cost_enc.c
FILE: ../../../third_party/libwebp/src/enc/cost_enc.h
FILE: ../../../third_party/libwebp/src/enc/filter_enc.c
FILE: ../../../third_party/libwebp/src/enc/frame_enc.c
FILE: ../../../third_party/libwebp/src/enc/iterator_enc.c
FILE: ../../../third_party/libwebp/src/enc/picture_enc.c
FILE: ../../../third_party/libwebp/src/enc/quant_enc.c
FILE: ../../../third_party/libwebp/src/enc/syntax_enc.c
FILE: ../../../third_party/libwebp/src/enc/token_enc.c
FILE: ../../../third_party/libwebp/src/enc/tree_enc.c
FILE: ../../../third_party/libwebp/src/enc/vp8i_enc.h
FILE: ../../../third_party/libwebp/src/enc/webp_enc.c
FILE: ../../../third_party/libwebp/src/mux/muxedit.c
FILE: ../../../third_party/libwebp/src/mux/muxi.h
FILE: ../../../third_party/libwebp/src/mux/muxinternal.c
FILE: ../../../third_party/libwebp/src/mux/muxread.c
FILE: ../../../third_party/libwebp/src/utils/bit_writer_utils.c
FILE: ../../../third_party/libwebp/src/utils/bit_writer_utils.h
FILE: ../../../third_party/libwebp/src/utils/filters_utils.c
FILE: ../../../third_party/libwebp/src/utils/filters_utils.h
FILE: ../../../third_party/libwebp/src/utils/huffman_encode_utils.c
FILE: ../../../third_party/libwebp/src/utils/huffman_encode_utils.h
FILE: ../../../third_party/libwebp/src/utils/quant_levels_utils.c
FILE: ../../../third_party/libwebp/src/utils/quant_levels_utils.h
FILE: ../../../third_party/libwebp/src/utils/thread_utils.c
FILE: ../../../third_party/libwebp/src/utils/thread_utils.h
FILE: ../../../third_party/libwebp/src/webp/encode.h
FILE: ../../../third_party/libwebp/src/webp/mux.h
19473
----------------------------------------------------------------------------------------------------
19474
Copyright 2011 Google Inc. All Rights Reserved.
19475

19476 19477 19478
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
19479

19480 19481
  * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
19482

19483 19484 19485 19486
  * Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.
19487

19488 19489 19490
  * Neither the name of Google nor the names of its contributors may
    be used to endorse or promote products derived from this software
    without specific prior written permission.
19491

19492 19493 19494 19495 19496 19497 19498 19499 19500 19501 19502 19503
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
19504

19505 19506 19507 19508 19509 19510 19511 19512 19513 19514 19515 19516 19517 19518 19519 19520 19521 19522 19523 19524
====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../third_party/libwebp/src/dec/frame_dec.c + ../../../third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../third_party/libwebp/src/dec/frame_dec.c
FILE: ../../../third_party/libwebp/src/dec/quant_dec.c
FILE: ../../../third_party/libwebp/src/dec/tree_dec.c
FILE: ../../../third_party/libwebp/src/dec/vp8_dec.c
FILE: ../../../third_party/libwebp/src/dec/vp8_dec.h
FILE: ../../../third_party/libwebp/src/dec/vp8i_dec.h
FILE: ../../../third_party/libwebp/src/dec/webp_dec.c
FILE: ../../../third_party/libwebp/src/dsp/dec.c
FILE: ../../../third_party/libwebp/src/dsp/yuv.c
FILE: ../../../third_party/libwebp/src/dsp/yuv.h
FILE: ../../../third_party/libwebp/src/utils/bit_reader_utils.c
FILE: ../../../third_party/libwebp/src/utils/bit_reader_utils.h
FILE: ../../../third_party/libwebp/src/webp/decode.h
FILE: ../../../third_party/libwebp/src/webp/types.h
----------------------------------------------------------------------------------------------------
Copyright 2010 Google Inc. All Rights Reserved.
19525

19526 19527 19528
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
19529

19530 19531
  * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
19532

19533 19534 19535 19536
  * Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.
19537

19538 19539 19540
  * Neither the name of Google nor the names of its contributors may
    be used to endorse or promote products derived from this software
    without specific prior written permission.
19541

19542 19543 19544 19545 19546 19547 19548 19549 19550 19551 19552 19553
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
19554

19555 19556 19557 19558 19559 19560 19561 19562
====================================================================================================
LIBRARY: libwebp
ORIGIN: ../../../third_party/libwebp/src/dsp/alpha_processing_neon.c + ../../../third_party/libwebp/COPYING
TYPE: LicenseType.bsd
FILE: ../../../third_party/libwebp/src/dsp/alpha_processing_neon.c
FILE: ../../../third_party/libwebp/src/dsp/filters_neon.c
----------------------------------------------------------------------------------------------------
Copyright 2017 Google Inc. All Rights Reserved.
19563

19564 19565 19566
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
19567

19568 19569
  * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
19570

19571 19572 19573 19574
  * Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.
19575

19576 19577 19578
  * Neither the name of Google nor the names of its contributors may
    be used to endorse or promote products derived from this software
    without specific prior written permission.
19579

19580 19581 19582 19583 19584 19585 19586 19587 19588 19589 19590 19591
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
19592

19593 19594 19595
====================================================================================================
LIBRARY: observatory_pub_packages
LIBRARY: pkg
19596
ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/comparators.dart + ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/LICENSE
19597 19598 19599 19600 19601 19602 19603 19604 19605 19606 19607
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/comparators.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/unparsed_frame.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/expected_function.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/group_context.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/example/example.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/example/example.html
FILE: ../../../third_party/pkg/when/lib/when.dart
----------------------------------------------------------------------------------------------------
Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
for details. All rights reserved.
19608

19609 19610 19611 19612 19613 19614 19615 19616 19617 19618 19619 19620 19621 19622 19623 19624 19625 19626 19627 19628 19629 19630 19631 19632 19633
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
19634 19635 19636 19637
====================================================================================================

====================================================================================================
LIBRARY: observatory_pub_packages
19638
ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/browser/LICENSE
19639
TYPE: LicenseType.bsd
19640 19641 19642 19643 19644 19645 19646 19647 19648 19649 19650 19651 19652 19653 19654 19655 19656 19657 19658 19659 19660 19661 19662 19663 19664 19665 19666 19667 19668 19669 19670 19671 19672 19673 19674 19675 19676 19677 19678 19679 19680 19681 19682 19683 19684 19685 19686 19687 19688 19689 19690 19691 19692 19693 19694 19695 19696 19697 19698 19699 19700 19701 19702 19703 19704 19705 19706 19707 19708 19709 19710 19711 19712 19713 19714 19715 19716 19717 19718 19719 19720 19721 19722 19723 19724 19725 19726 19727 19728 19729 19730 19731 19732 19733 19734 19735 19736 19737 19738 19739 19740 19741 19742 19743 19744 19745 19746 19747 19748 19749 19750 19751 19752 19753 19754 19755 19756 19757 19758 19759 19760 19761 19762 19763 19764 19765 19766 19767 19768 19769 19770 19771 19772 19773 19774 19775 19776 19777 19778 19779 19780 19781 19782 19783 19784 19785 19786 19787 19788 19789 19790 19791 19792 19793 19794 19795 19796 19797 19798 19799 19800 19801 19802 19803 19804 19805 19806 19807 19808 19809 19810 19811 19812 19813 19814 19815 19816 19817 19818 19819 19820 19821 19822 19823 19824 19825 19826 19827 19828 19829 19830 19831 19832 19833 19834 19835 19836 19837 19838 19839 19840 19841 19842 19843 19844 19845 19846 19847 19848 19849 19850 19851 19852 19853 19854 19855 19856 19857 19858 19859 19860 19861 19862 19863 19864 19865 19866 19867 19868 19869 19870 19871 19872 19873 19874 19875 19876 19877 19878 19879 19880 19881 19882 19883 19884 19885 19886 19887 19888 19889 19890 19891 19892 19893 19894
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/.test_config
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/.test_config
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/.test_config
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/.analysis_options
----------------------------------------------------------------------------------------------------
Copyright 2014, the Dart project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: observatory_pub_packages
ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/browser/lib/dart.js + ../../../third_party/dart/third_party/observatory_pub_packages/packages/browser/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/browser/lib/dart.js
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/browser/lib/interop.js
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/algorithms.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/collection.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/equality.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/iterable_zip.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/algorithms.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/equality.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/iterable_zip.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/unmodifiable_wrappers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/wrappers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/wrappers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/pretty_print.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/context.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/parsed_path.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/path_exception.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/style.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/style/posix.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/style/url.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/style/windows.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/chain.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/frame.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/lazy_trace.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/stack_zone_specification.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/trace.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/utils.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/vm_trace.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/stack_trace.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/compact_vm_config.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/html_config.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/html_enhanced_config.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/html_individual_config.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/configuration.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/pretty_print.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/simple_configuration.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/test_case.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/utils.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/unittest.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/vm_config.dart
----------------------------------------------------------------------------------------------------
Copyright (c) 2013, the Dart project authors.  Please see the AUTHORS file
for details. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: observatory_pub_packages
ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/.analysis_options
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/charted-demo-screenshot.png
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/components/demo_chartstate.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/components/demo_chartstate.html
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/components/demo_custom_axis.html
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/demo_charts.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/demo_interactive.html
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_bar_charts.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_bar_charts.html
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_cartesian_renderers.html
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_combo_charts.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_combo_charts.html
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_line_charts.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_line_charts.html
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_pie_charts.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_pie_charts.html
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_stacked_bar_charts.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_stacked_bar_charts.html
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/index.html
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/layout/treemap_demo.html
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/selection/transitions_demo.html
----------------------------------------------------------------------------------------------------
Copyright (c) 2014, Michael Bostock and Google Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
  list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution.

* Neither the name of Google Inc. nor the names of its
  contributors may be used to endorse or promote products derived from this
  software without specific prior written permission

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: observatory_pub_packages
ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/components/demo_custom_axis.dart
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/components/demo_custom_axis.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/demo_interactive.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/charts/renderers/demo_cartesian_renderers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/layout/treemap_demo.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/examples/selection/transitions_demo.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charted.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/behaviors/axis_label_tooltip.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/behaviors/chart_tooltip.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/behaviors/hovercard.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/behaviors/line_marker.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/behaviors/mouse_tracker.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/cartesian_renderers/bar_chart_renderer.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/cartesian_renderers/bubble_chart_renderer.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/cartesian_renderers/cartesian_base_renderer.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/cartesian_renderers/line_chart_renderer.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/cartesian_renderers/stackedbar_chart_renderer.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/cartesian_renderers/stackedline_chart_renderer.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_area.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_config.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_data.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_events.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_legend.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_renderer.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_series.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_state.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/chart_theme.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/charts.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/data_transformers/aggregation.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/data_transformers/aggregation_item.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/data_transformers/aggregation_transformer.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/data_transformers/filter_transformer.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/data_transformers/transpose_transformer.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/layout_renderers/layout_base_renderer.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/layout_renderers/pie_chart_renderer.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/cartesian_area_impl.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_axis_impl.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_config_impl.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_data_impl.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_events_impl.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_legend_impl.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_series_impl.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/chart_state_impl.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/src/layout_area_impl.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/charts/themes/quantum_theme.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/interpolators.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/interpolators/easing.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/interpolators/interpolators.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/scales.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/scales/linear_scale.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/scales/log_scale.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/scales/ordinal_scale.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/scales/time_scale.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/text_metrics.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/text_metrics/segmentation.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/text_metrics/segmentation_data.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/text_metrics/segmentation_utils.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/time_interval.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/timer.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/bidi_formatter.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/color.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/disposer.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/lists.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/math.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/namespace.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/object_factory.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/core/utils/rect.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/layout/layout.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/layout/src/hierarchy_layout.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/layout/src/pie_layout.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/layout/src/treemap_layout.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/locale/format.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/locale/format/number_format.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/locale/format/time_format.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/locale/languages/en_us.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/locale/locale.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/selection/selection.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/selection/selection_scope.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/selection/src/selection_impl.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/selection/src/transition_impl.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/selection/transition.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/svg/axis.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/svg/shapes.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/svg/shapes/arc.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/svg/shapes/area.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/svg/shapes/line.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/lib/svg/shapes/rect.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/tool/build_unicode_segmentation_data.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/charted/tool/hop_runner.dart
19895
----------------------------------------------------------------------------------------------------
19896 19897
Copyright (c) 2013, Google Inc.
All rights reserved.
19898

19899
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
19900

19901 19902 19903 19904 19905 19906 19907
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

* Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
19908 19909 19910 19911
====================================================================================================

====================================================================================================
LIBRARY: observatory_pub_packages
19912
ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/LICENSE
19913
TYPE: LicenseType.bsd
19914
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/.test_config
19915
----------------------------------------------------------------------------------------------------
19916
Copyright 2015, the Dart project authors. All rights reserved.
19917 19918 19919 19920 19921 19922 19923 19924 19925 19926 19927 19928 19929 19930 19931 19932 19933 19934 19935 19936 19937 19938 19939 19940 19941 19942 19943 19944 19945
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: observatory_pub_packages
19946
ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/canonicalized_map.dart + ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/LICENSE
19947 19948 19949 19950 19951 19952 19953 19954 19955 19956 19957 19958 19959 19960 19961 19962 19963 19964 19965 19966 19967 19968 19969 19970 19971 19972 19973 19974 19975 19976 19977
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/priority_queue.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/canonicalized_map.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/priority_queue.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/queue_list.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/utils.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/.status
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/date_time_patterns.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/logging/.status
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/matcher.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/mirror_matchers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/util.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/benchmark/benchmark.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/characters.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/internal_style.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/utils.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/.status
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/internal_test_case.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/prints_matcher.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/throws_matcher.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/throws_matchers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/util.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/test_environment.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/example/ga.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/lib/src/usage_impl.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/lib/src/usage_impl_html.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/lib/src/usage_impl_io.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/lib/usage.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/lib/usage_html.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/lib/usage_io.dart
19978
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/lib/uuid/uuid.dart
19979 19980
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/usage/tool/grind.dart
----------------------------------------------------------------------------------------------------
19981
Copyright (c) 2014, the Dart project authors.  Please see the AUTHORS file
19982 19983 19984 19985 19986 19987 19988 19989 19990 19991 19992 19993 19994 19995 19996 19997 19998 19999 20000 20001 20002 20003 20004 20005 20006 20007 20008 20009 20010 20011 20012
for details. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: observatory_pub_packages
20013
ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/combined_wrappers/combined_iterable.dart + ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/LICENSE
20014
TYPE: LicenseType.bsd
20015 20016 20017
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/combined_wrappers/combined_iterable.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/combined_wrappers/combined_list.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/combined_wrappers/combined_map.dart
B
Ben Konyi 已提交
20018
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/dart_internal/lib/extract_type_arguments.dart
20019 20020
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/meta/lib/dart2js.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/stack_trace/lib/src/lazy_chain.dart
20021
----------------------------------------------------------------------------------------------------
20022
Copyright (c) 2017, the Dart project authors.  Please see the AUTHORS file
20023 20024 20025 20026 20027 20028 20029 20030 20031 20032 20033 20034 20035 20036 20037 20038 20039 20040 20041 20042 20043 20044 20045 20046 20047 20048 20049 20050 20051 20052 20053
for details. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: observatory_pub_packages
20054
ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/empty_unmodifiable_set.dart + ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/LICENSE
20055
TYPE: LicenseType.bsd
20056 20057 20058 20059 20060 20061 20062 20063 20064 20065 20066
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/empty_unmodifiable_set.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/equality_map.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/equality_set.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/functions.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/union_set.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/collection/lib/src/union_set_controller.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/compact_number_format.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/plural_rules.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/order_matchers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/meta/lib/meta.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/observable.dart
B
Ben Konyi 已提交
20067 20068 20069 20070
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/differs.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/differs/list_differ.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/differs/map_differ.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/internal.dart
20071 20072 20073
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/observable.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/observable_list.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/observable_map.dart
B
Ben Konyi 已提交
20074 20075 20076 20077
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/records.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/records/list_change_record.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/records/map_change_record.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/records/property_change_record.dart
20078
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/to_observable.dart
20079
----------------------------------------------------------------------------------------------------
20080 20081 20082
Copyright (c) 2016, the Dart project authors.  Please see the AUTHORS file
for details. All rights reserved.

20083 20084 20085 20086 20087 20088 20089 20090 20091 20092 20093 20094 20095 20096 20097 20098 20099 20100 20101 20102 20103 20104 20105 20106 20107 20108 20109 20110 20111
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: observatory_pub_packages
20112
ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/LICENSE
20113
TYPE: LicenseType.bsd
20114 20115 20116 20117 20118 20119 20120 20121 20122 20123 20124 20125 20126 20127 20128 20129 20130 20131 20132 20133 20134 20135 20136 20137 20138 20139 20140 20141 20142 20143 20144 20145 20146 20147 20148 20149 20150 20151 20152 20153 20154 20155 20156 20157 20158 20159 20160 20161 20162 20163 20164 20165 20166 20167 20168 20169 20170 20171 20172 20173 20174 20175 20176 20177 20178 20179 20180 20181 20182 20183 20184 20185 20186 20187 20188 20189 20190 20191 20192 20193 20194 20195 20196 20197 20198 20199 20200 20201 20202 20203 20204 20205 20206 20207 20208 20209 20210 20211 20212 20213 20214 20215 20216 20217 20218 20219 20220 20221 20222 20223 20224 20225 20226 20227 20228 20229 20230 20231 20232 20233 20234 20235 20236 20237 20238 20239 20240 20241 20242 20243 20244 20245 20246 20247 20248 20249 20250 20251 20252 20253 20254 20255 20256 20257 20258 20259 20260 20261 20262 20263 20264 20265 20266 20267 20268 20269 20270 20271 20272 20273 20274 20275 20276 20277 20278 20279 20280 20281 20282 20283 20284 20285 20286 20287 20288 20289 20290 20291 20292 20293 20294 20295 20296 20297 20298 20299 20300 20301 20302 20303 20304 20305 20306 20307 20308 20309 20310 20311 20312 20313 20314 20315 20316 20317 20318 20319 20320 20321 20322 20323 20324 20325 20326 20327 20328 20329 20330 20331 20332 20333 20334 20335 20336 20337 20338 20339 20340 20341 20342 20343 20344
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/af.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/am.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ar.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ar_DZ.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/az.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/be.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/bg.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/bn.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/br.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/bs.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ca.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/chr.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/cs.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/cy.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/da.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/de.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/de_AT.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/de_CH.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/el.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_AU.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_CA.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_GB.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_IE.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_IN.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_ISO.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_MY.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_SG.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_US.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/en_ZA.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/es.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/es_419.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/es_ES.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/es_MX.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/es_US.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/et.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/eu.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/fa.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/fi.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/fil.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/fr.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/fr_CA.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/fr_CH.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ga.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/gl.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/gsw.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/gu.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/haw.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/he.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/hi.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/hr.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/hu.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/hy.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/id.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/in.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/is.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/it.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/it_CH.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/iw.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ja.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ka.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/kk.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/km.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/kn.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ko.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ky.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ln.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/lo.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/lt.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/lv.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/mk.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ml.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/mn.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/mo.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/mr.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ms.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/mt.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/my.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/nb.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ne.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/nl.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/no.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/no_NO.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/or.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/pa.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/pl.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ps.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/pt.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/pt_BR.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/pt_PT.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ro.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ru.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sd.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sh.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/si.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sk.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sl.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sq.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sr.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sr_Latn.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sv.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/sw.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ta.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/te.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/th.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/tl.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/tr.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/uk.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/ur.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/uz.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/vi.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/zh.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/zh_CN.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/zh_HK.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/zh_TW.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/patterns/zu.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/af.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/am.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ar.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ar_DZ.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/az.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/be.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/bg.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/bn.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/br.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/bs.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ca.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/chr.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/cs.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/cy.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/da.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/de.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/de_AT.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/de_CH.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/el.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_AU.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_CA.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_GB.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_IE.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_IN.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_ISO.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_MY.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_SG.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_US.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/en_ZA.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/es.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/es_419.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/es_ES.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/es_MX.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/es_US.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/et.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/eu.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/fa.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/fi.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/fil.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/fr.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/fr_CA.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/fr_CH.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ga.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/gl.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/gsw.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/gu.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/haw.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/he.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/hi.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/hr.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/hu.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/hy.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/id.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/in.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/is.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/it.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/it_CH.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/iw.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ja.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ka.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/kk.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/km.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/kn.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ko.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ky.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ln.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/lo.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/lt.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/lv.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/mk.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ml.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/mn.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/mr.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ms.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/mt.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/my.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/nb.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ne.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/nl.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/no.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/no_NO.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/or.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/pa.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/pl.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ps.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/pt.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/pt_BR.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/pt_PT.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ro.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ru.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/si.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sk.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sl.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sq.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sr.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sr_Latn.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sv.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/sw.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ta.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/te.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/th.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/tl.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/tr.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/uk.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/ur.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/uz.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/vi.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/zh.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/zh_CN.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/zh_HK.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/zh_TW.json
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/symbols/zu.json
----------------------------------------------------------------------------------------------------
Copyright 2013, the Dart project authors. All rights reserved.
20345 20346 20347 20348 20349 20350 20351 20352 20353 20354 20355 20356 20357 20358 20359 20360 20361 20362 20363 20364 20365 20366 20367 20368 20369 20370 20371
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

20372 20373
====================================================================================================
LIBRARY: observatory_pub_packages
20374
ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/date_symbol_data_custom.dart + ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/LICENSE
20375
TYPE: LicenseType.bsd
20376
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/date_symbol_data_custom.dart
20377
----------------------------------------------------------------------------------------------------
20378 20379 20380 20381
Copyright (c) 2017, the Dart project authors.
Please see the AUTHORS file
for details. All rights reserved.

20382 20383 20384 20385 20386 20387 20388 20389 20390 20391 20392 20393 20394 20395 20396 20397 20398 20399 20400 20401 20402 20403 20404 20405 20406 20407 20408
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

20409 20410
====================================================================================================
LIBRARY: observatory_pub_packages
20411
ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/date_symbol_data_local.dart + ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/LICENSE
20412
TYPE: LicenseType.bsd
20413 20414
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/date_symbol_data_local.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/number_symbols_data.dart
20415
----------------------------------------------------------------------------------------------------
20416
Copyright (c) 2014, the Dart project authors.
20417 20418 20419 20420 20421 20422 20423 20424 20425 20426 20427 20428 20429 20430 20431 20432 20433 20434 20435 20436 20437 20438 20439 20440 20441 20442 20443 20444 20445 20446 20447 20448
Please see the AUTHORS file
for details. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: observatory_pub_packages
20449
ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/locale_list.dart + ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/LICENSE
20450
TYPE: LicenseType.bsd
20451 20452 20453 20454 20455 20456 20457 20458 20459 20460 20461 20462 20463 20464 20465 20466 20467 20468 20469 20470 20471 20472 20473
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/date_symbol_data_file.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/date_symbol_data_http_request.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/date_symbols.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/intl.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/intl_browser.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/intl_standalone.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/message_lookup_by_library.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/number_symbols.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/data/dates/locale_list.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/date_format_internal.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/file_data_reader.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/http_request_data_reader.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/bidi_formatter.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/bidi_utils.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/date_format.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/date_format_field.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/date_format_helpers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl/number_format.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/intl_helpers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/lib/src/lazy_locale_data.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/intl/tool/generate_locale_data_files.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/logging/lib/logging.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/core_matchers.dart
B
Ben Konyi 已提交
20474
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/custom_matcher.dart
20475 20476 20477 20478 20479 20480 20481 20482 20483 20484 20485 20486 20487 20488 20489 20490 20491 20492 20493 20494
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/description.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/error_matchers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/interfaces.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/iterable_matchers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/map_matchers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/numeric_matchers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/operator_matchers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/string_matchers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/path.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/core_matchers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/description.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/error_matchers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/expect.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/future_matchers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/interfaces.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/iterable_matchers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/map_matchers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/numeric_matchers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/operator_matchers.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/src/matcher/string_matchers.dart
20495
----------------------------------------------------------------------------------------------------
20496
Copyright (c) 2012, the Dart project authors.  Please see the AUTHORS file
20497 20498
for details. All rights reserved.

20499 20500 20501 20502 20503 20504 20505 20506 20507 20508 20509 20510 20511 20512 20513 20514 20515 20516 20517 20518 20519 20520 20521 20522 20523 20524 20525
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

B
Ben Konyi 已提交
20526 20527 20528 20529 20530 20531 20532 20533 20534 20535 20536 20537 20538 20539 20540 20541 20542 20543 20544 20545 20546 20547 20548 20549 20550 20551 20552 20553 20554 20555 20556 20557 20558 20559 20560 20561 20562 20563 20564 20565 20566
====================================================================================================
LIBRARY: observatory_pub_packages
ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/equals_matcher.dart + ../../../third_party/dart/third_party/observatory_pub_packages/packages/browser/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/equals_matcher.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/feature_matcher.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/having_matcher.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/matcher/lib/src/type_matcher.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/path_map.dart
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/path/lib/src/path_set.dart
----------------------------------------------------------------------------------------------------
Copyright (c) 2018, the Dart project authors.  Please see the AUTHORS file
for details. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

20567 20568
====================================================================================================
LIBRARY: observatory_pub_packages
20569
ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/meta/LICENSE
20570
TYPE: LicenseType.bsd
B
Ben Konyi 已提交
20571
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/observable/lib/src/change_notifier.dart
20572
----------------------------------------------------------------------------------------------------
20573
Copyright 2016, the Dart project authors. All rights reserved.
20574 20575 20576 20577 20578 20579 20580 20581 20582 20583 20584 20585 20586 20587 20588 20589 20590 20591 20592 20593 20594 20595 20596 20597 20598 20599 20600 20601 20602
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: observatory_pub_packages
20603
ORIGIN: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/coverage_controller.js + ../../../third_party/dart/third_party/observatory_pub_packages/packages/browser/LICENSE
20604
TYPE: LicenseType.bsd
20605 20606
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/coverage_controller.js
FILE: ../../../third_party/dart/third_party/observatory_pub_packages/packages/unittest/lib/test_controller.js
20607
----------------------------------------------------------------------------------------------------
20608 20609
Copyright (c) 2011, the Dart project authors.  Please see the AUTHORS file
for details. All rights reserved.
20610 20611 20612 20613 20614 20615 20616 20617 20618 20619 20620 20621 20622 20623

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * Neither the name of Google Inc. nor the names of its
      contributors may be used to endorse or promote products derived
      from this software without specific prior written permission.
20624

20625 20626 20627 20628 20629 20630 20631 20632 20633 20634 20635 20636 20637
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

20638
====================================================================================================
20639
LIBRARY: rapidjson
20640
ORIGIN: ../../../third_party/rapidjson/include/rapidjson/error/en.h
20641
TYPE: LicenseType.mit
20642 20643 20644 20645 20646 20647 20648 20649 20650 20651 20652 20653 20654 20655 20656 20657 20658 20659 20660 20661 20662 20663 20664 20665 20666 20667 20668 20669 20670 20671 20672 20673 20674 20675
FILE: ../../../third_party/rapidjson/include/rapidjson/allocators.h
FILE: ../../../third_party/rapidjson/include/rapidjson/cursorstreamwrapper.h
FILE: ../../../third_party/rapidjson/include/rapidjson/document.h
FILE: ../../../third_party/rapidjson/include/rapidjson/encodedstream.h
FILE: ../../../third_party/rapidjson/include/rapidjson/encodings.h
FILE: ../../../third_party/rapidjson/include/rapidjson/error/en.h
FILE: ../../../third_party/rapidjson/include/rapidjson/error/error.h
FILE: ../../../third_party/rapidjson/include/rapidjson/filereadstream.h
FILE: ../../../third_party/rapidjson/include/rapidjson/filewritestream.h
FILE: ../../../third_party/rapidjson/include/rapidjson/fwd.h
FILE: ../../../third_party/rapidjson/include/rapidjson/internal/biginteger.h
FILE: ../../../third_party/rapidjson/include/rapidjson/internal/diyfp.h
FILE: ../../../third_party/rapidjson/include/rapidjson/internal/dtoa.h
FILE: ../../../third_party/rapidjson/include/rapidjson/internal/ieee754.h
FILE: ../../../third_party/rapidjson/include/rapidjson/internal/itoa.h
FILE: ../../../third_party/rapidjson/include/rapidjson/internal/meta.h
FILE: ../../../third_party/rapidjson/include/rapidjson/internal/pow10.h
FILE: ../../../third_party/rapidjson/include/rapidjson/internal/regex.h
FILE: ../../../third_party/rapidjson/include/rapidjson/internal/stack.h
FILE: ../../../third_party/rapidjson/include/rapidjson/internal/strfunc.h
FILE: ../../../third_party/rapidjson/include/rapidjson/internal/strtod.h
FILE: ../../../third_party/rapidjson/include/rapidjson/internal/swap.h
FILE: ../../../third_party/rapidjson/include/rapidjson/istreamwrapper.h
FILE: ../../../third_party/rapidjson/include/rapidjson/memorybuffer.h
FILE: ../../../third_party/rapidjson/include/rapidjson/memorystream.h
FILE: ../../../third_party/rapidjson/include/rapidjson/ostreamwrapper.h
FILE: ../../../third_party/rapidjson/include/rapidjson/pointer.h
FILE: ../../../third_party/rapidjson/include/rapidjson/prettywriter.h
FILE: ../../../third_party/rapidjson/include/rapidjson/rapidjson.h
FILE: ../../../third_party/rapidjson/include/rapidjson/reader.h
FILE: ../../../third_party/rapidjson/include/rapidjson/schema.h
FILE: ../../../third_party/rapidjson/include/rapidjson/stream.h
FILE: ../../../third_party/rapidjson/include/rapidjson/stringbuffer.h
FILE: ../../../third_party/rapidjson/include/rapidjson/writer.h
20676 20677
----------------------------------------------------------------------------------------------------
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
20678

20679
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
20680

20681 20682
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====================================================================================================
20683

20684 20685
====================================================================================================
LIBRARY: rapidjson
20686
ORIGIN: ../../../third_party/rapidjson/include/rapidjson/msinttypes/inttypes.h
20687
TYPE: LicenseType.bsd
20688 20689
FILE: ../../../third_party/rapidjson/include/rapidjson/msinttypes/inttypes.h
FILE: ../../../third_party/rapidjson/include/rapidjson/msinttypes/stdint.h
20690 20691
----------------------------------------------------------------------------------------------------
Copyright (c) 2006-2013 Alexander Chemeris
20692

20693 20694
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
C
Chinmay Garde 已提交
20695

20696 20697
  1. Redistributions of source code must retain the above copyright notice,
     this list of conditions and the following disclaimer.
C
Chinmay Garde 已提交
20698

20699 20700 20701
  2. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
C
Chinmay Garde 已提交
20702

20703 20704 20705
  3. Neither the name of the product nor the names of its contributors may
     be used to endorse or promote products derived from this software
     without specific prior written permission.
C
Chinmay Garde 已提交
20706

20707 20708 20709 20710 20711 20712 20713 20714 20715 20716
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
C
Chinmay Garde 已提交
20717 20718 20719 20720 20721 20722 20723 20724 20725 20726 20727 20728 20729 20730 20731 20732 20733 20734 20735 20736 20737 20738 20739 20740 20741 20742 20743 20744 20745 20746 20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 20770 20771 20772 20773 20774 20775 20776 20777 20778 20779 20780 20781 20782 20783 20784 20785 20786 20787 20788 20789 20790 20791 20792 20793 20794 20795 20796 20797 20798 20799 20800 20801 20802 20803 20804 20805 20806 20807 20808 20809 20810 20811 20812 20813 20814 20815 20816 20817 20818 20819 20820 20821 20822 20823 20824 20825 20826 20827 20828 20829 20830
====================================================================================================

====================================================================================================
LIBRARY: root_certificates
ORIGIN: ../../../third_party/root_certificates/LICENSE
TYPE: LicenseType.mpl
FILE: ../../../third_party/root_certificates/root_certificates.cc
----------------------------------------------------------------------------------------------------
Mozilla Public License Version 2.0
==================================

1. Definitions

1.1. "Contributor"
    means each individual or legal entity that creates, contributes to
    the creation of, or owns Covered Software.

1.2. "Contributor Version"
    means the combination of the Contributions of others (if any) used
    by a Contributor and that particular Contributor's Contribution.

1.3. "Contribution"
    means Covered Software of a particular Contributor.

1.4. "Covered Software"
    means Source Code Form to which the initial Contributor has attached
    the notice in Exhibit A, the Executable Form of such Source Code
    Form, and Modifications of such Source Code Form, in each case
    including portions thereof.

1.5. "Incompatible With Secondary Licenses"
    means

    (a) that the initial Contributor has attached the notice described
        in Exhibit B to the Covered Software; or

    (b) that the Covered Software was made available under the terms of
        version 1.1 or earlier of the License, but not also under the
        terms of a Secondary License.

1.6. "Executable Form"
    means any form of the work other than Source Code Form.

1.7. "Larger Work"
    means a work that combines Covered Software with other material, in
    a separate file or files, that is not Covered Software.

1.8. "License"
    means this document.

1.9. "Licensable"
    means having the right to grant, to the maximum extent possible,
    whether at the time of the initial grant or subsequently, any and
    all of the rights conveyed by this License.

1.10. "Modifications"
    means any of the following:

    (a) any file in Source Code Form that results from an addition to,
        deletion from, or modification of the contents of Covered
        Software; or

    (b) any new file in Source Code Form that contains any Covered
        Software.

1.11. "Patent Claims" of a Contributor
    means any patent claim(s), including without limitation, method,
    process, and apparatus claims, in any patent Licensable by such
    Contributor that would be infringed, but for the grant of the
    License, by the making, using, selling, offering for sale, having
    made, import, or transfer of either its Contributions or its
    Contributor Version.

1.12. "Secondary License"
    means either the GNU General Public License, Version 2.0, the GNU
    Lesser General Public License, Version 2.1, the GNU Affero General
    Public License, Version 3.0, or any later versions of those
    licenses.

1.13. "Source Code Form"
    means the form of the work preferred for making modifications.

1.14. "You" (or "Your")
    means an individual or a legal entity exercising rights under this
    License. For legal entities, "You" includes any entity that
    controls, is controlled by, or is under common control with You. For
    purposes of this definition, "control" means (a) the power, direct
    or indirect, to cause the direction or management of such entity,
    whether by contract or otherwise, or (b) ownership of more than
    fifty percent (50%) of the outstanding shares or beneficial
    ownership of such entity.

2. License Grants and Conditions

2.1. Grants

Each Contributor hereby grants You a world-wide, royalty-free,
non-exclusive license:

(a) under intellectual property rights (other than patent or trademark)
    Licensable by such Contributor to use, reproduce, make available,
    modify, display, perform, distribute, and otherwise exploit its
    Contributions, either on an unmodified basis, with Modifications, or
    as part of a Larger Work; and

(b) under Patent Claims of such Contributor to make, use, sell, offer
    for sale, have made, import, and otherwise transfer either its
    Contributions or its Contributor Version.

2.2. Effective Date

The licenses granted in Section 2.1 with respect to any Contribution
become effective for each Contribution on the date the Contributor first
distributes such Contribution.
20831

C
Chinmay Garde 已提交
20832
2.3. Limitations on Grant Scope
20833

C
Chinmay Garde 已提交
20834 20835 20836 20837 20838
The licenses granted in this Section 2 are the only rights granted under
this License. No additional rights or licenses will be implied from the
distribution or licensing of Covered Software under this License.
Notwithstanding Section 2.1(b) above, no patent license is granted by a
Contributor:
20839

C
Chinmay Garde 已提交
20840 20841
(a) for any code that a Contributor has removed from Covered Software;
    or
20842

C
Chinmay Garde 已提交
20843 20844 20845 20846
(b) for infringements caused by: (i) Your and any other third party's
    modifications of Covered Software, or (ii) the combination of its
    Contributions with other software (except as part of its Contributor
    Version); or
20847

C
Chinmay Garde 已提交
20848 20849
(c) under Patent Claims infringed by Covered Software in the absence of
    its Contributions.
20850

C
Chinmay Garde 已提交
20851 20852 20853
This License does not grant any rights in the trademarks, service marks,
or logos of any Contributor (except as may be necessary to comply with
the notice requirements in Section 3.4).
20854

C
Chinmay Garde 已提交
20855
2.4. Subsequent Licenses
20856

C
Chinmay Garde 已提交
20857 20858 20859 20860
No Contributor makes additional grants as a result of Your choice to
distribute the Covered Software under a subsequent version of this
License (see Section 10.2) or under the terms of a Secondary License (if
permitted under the terms of Section 3.3).
20861

C
Chinmay Garde 已提交
20862
2.5. Representation
20863

C
Chinmay Garde 已提交
20864 20865 20866
Each Contributor represents that the Contributor believes its
Contributions are its original creation(s) or it has sufficient rights
to grant the rights to its Contributions conveyed by this License.
20867

C
Chinmay Garde 已提交
20868
2.6. Fair Use
20869

C
Chinmay Garde 已提交
20870 20871 20872
This License is not intended to limit any rights You have under
applicable copyright doctrines of fair use, fair dealing, or other
equivalents.
20873

C
Chinmay Garde 已提交
20874
2.7. Conditions
20875

C
Chinmay Garde 已提交
20876 20877
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
in Section 2.1.
20878

C
Chinmay Garde 已提交
20879
3. Responsibilities
20880

C
Chinmay Garde 已提交
20881
3.1. Distribution of Source Form
20882

C
Chinmay Garde 已提交
20883 20884 20885 20886 20887 20888 20889
All distribution of Covered Software in Source Code Form, including any
Modifications that You create or to which You contribute, must be under
the terms of this License. You must inform recipients that the Source
Code Form of the Covered Software is governed by the terms of this
License, and how they can obtain a copy of this License. You may not
attempt to alter or restrict the recipients' rights in the Source Code
Form.
20890

C
Chinmay Garde 已提交
20891
3.2. Distribution of Executable Form
20892

C
Chinmay Garde 已提交
20893
If You distribute Covered Software in Executable Form then:
20894

C
Chinmay Garde 已提交
20895 20896 20897 20898 20899 20900 20901 20902 20903 20904 20905 20906 20907 20908 20909 20910 20911 20912 20913 20914 20915 20916 20917 20918 20919 20920 20921 20922 20923 20924 20925 20926 20927 20928 20929 20930 20931 20932 20933 20934 20935 20936 20937 20938 20939 20940 20941 20942 20943 20944 20945 20946 20947 20948 20949 20950 20951 20952 20953 20954 20955 20956 20957 20958 20959 20960 20961 20962 20963 20964 20965 20966
(a) such Covered Software must also be made available in Source Code
    Form, as described in Section 3.1, and You must inform recipients of
    the Executable Form how they can obtain a copy of such Source Code
    Form by reasonable means in a timely manner, at a charge no more
    than the cost of distribution to the recipient; and

(b) You may distribute such Executable Form under the terms of this
    License, or sublicense it under different terms, provided that the
    license for the Executable Form does not attempt to limit or alter
    the recipients' rights in the Source Code Form under this License.

3.3. Distribution of a Larger Work

You may create and distribute a Larger Work under terms of Your choice,
provided that You also comply with the requirements of this License for
the Covered Software. If the Larger Work is a combination of Covered
Software with a work governed by one or more Secondary Licenses, and the
Covered Software is not Incompatible With Secondary Licenses, this
License permits You to additionally distribute such Covered Software
under the terms of such Secondary License(s), so that the recipient of
the Larger Work may, at their option, further distribute the Covered
Software under the terms of either this License or such Secondary
License(s).

3.4. Notices

You may not remove or alter the substance of any license notices
(including copyright notices, patent notices, disclaimers of warranty,
or limitations of liability) contained within the Source Code Form of
the Covered Software, except that You may alter any license notices to
the extent required to remedy known factual inaccuracies.

3.5. Application of Additional Terms

You may choose to offer, and to charge a fee for, warranty, support,
indemnity or liability obligations to one or more recipients of Covered
Software. However, You may do so only on Your own behalf, and not on
behalf of any Contributor. You must make it absolutely clear that any
such warranty, support, indemnity, or liability obligation is offered by
You alone, and You hereby agree to indemnify every Contributor for any
liability incurred by such Contributor as a result of warranty, support,
indemnity or liability terms You offer. You may include additional
disclaimers of warranty and limitations of liability specific to any
jurisdiction.

4. Inability to Comply Due to Statute or Regulation

If it is impossible for You to comply with any of the terms of this
License with respect to some or all of the Covered Software due to
statute, judicial order, or regulation then You must: (a) comply with
the terms of this License to the maximum extent possible; and (b)
describe the limitations and the code they affect. Such description must
be placed in a text file included with all distributions of the Covered
Software under this License. Except to the extent prohibited by statute
or regulation, such description must be sufficiently detailed for a
recipient of ordinary skill to be able to understand it.

5. Termination

5.1. The rights granted under this License will terminate automatically
if You fail to comply with any of its terms. However, if You become
compliant, then the rights granted under this License from a particular
Contributor are reinstated (a) provisionally, unless and until such
Contributor explicitly and finally terminates Your grants, and (b) on an
ongoing basis, if such Contributor fails to notify You of the
non-compliance by some reasonable means prior to 60 days after You have
come back into compliance. Moreover, Your grants from a particular
Contributor are reinstated on an ongoing basis if such Contributor
notifies You of the non-compliance by some reasonable means, this is the
first time You have received notice of non-compliance with this License
from such Contributor, and You become compliant prior to 30 days after
Your receipt of the notice.
20967

C
Chinmay Garde 已提交
20968 20969 20970 20971 20972 20973
5.2. If You initiate litigation against any entity by asserting a patent
infringement claim (excluding declaratory judgment actions,
counter-claims, and cross-claims) alleging that a Contributor Version
directly or indirectly infringes any patent, then the rights granted to
You by any and all Contributors for the Covered Software under Section
2.1 of this License shall terminate.
20974

C
Chinmay Garde 已提交
20975 20976 20977 20978
5.3. In the event of termination under Sections 5.1 or 5.2 above, all
end user license agreements (excluding distributors and resellers) which
have been validly granted by You or Your distributors under this License
prior to termination shall survive termination.
20979

C
Chinmay Garde 已提交
20980
*  6. Disclaimer of Warranty
20981

C
Chinmay Garde 已提交
20982 20983 20984 20985 20986 20987 20988 20989 20990 20991 20992
*  Covered Software is provided under this License on an "as is"
*  basis, without warranty of any kind, either expressed, implied, or
*  statutory, including, without limitation, warranties that the
*  Covered Software is free of defects, merchantable, fit for a
*  particular purpose or non-infringing. The entire risk as to the
*  quality and performance of the Covered Software is with You.
*  Should any Covered Software prove defective in any respect, You
*  (not any Contributor) assume the cost of any necessary servicing,
*  repair, or correction. This disclaimer of warranty constitutes an
*  essential part of this License. No use of any Covered Software is
*  authorized under this License except under this disclaimer.
20993

C
Chinmay Garde 已提交
20994
*  7. Limitation of Liability
20995

C
Chinmay Garde 已提交
20996 20997 20998 20999 21000 21001 21002 21003 21004 21005 21006 21007 21008 21009 21010
*  Under no circumstances and under no legal theory, whether tort
*  (including negligence), contract, or otherwise, shall any
*  Contributor, or anyone who distributes Covered Software as
*  permitted above, be liable to You for any direct, indirect,
*  special, incidental, or consequential damages of any character
*  including, without limitation, damages for lost profits, loss of
*  goodwill, work stoppage, computer failure or malfunction, or any
*  and all other commercial damages or losses, even if such party
*  shall have been informed of the possibility of such damages. This
*  limitation of liability shall not apply to liability for death or
*  personal injury resulting from such party's negligence to the
*  extent applicable law prohibits such limitation. Some
*  jurisdictions do not allow the exclusion or limitation of
*  incidental or consequential damages, so this exclusion and
*  limitation may not apply to You.
21011

C
Chinmay Garde 已提交
21012
8. Litigation
21013

C
Chinmay Garde 已提交
21014 21015 21016 21017 21018 21019
Any litigation relating to this License may be brought only in the
courts of a jurisdiction where the defendant maintains its principal
place of business and such litigation shall be governed by laws of that
jurisdiction, without reference to its conflict-of-law provisions.
Nothing in this Section shall prevent a party's ability to bring
cross-claims or counter-claims.
21020

C
Chinmay Garde 已提交
21021
9. Miscellaneous
21022

C
Chinmay Garde 已提交
21023 21024 21025 21026 21027 21028
This License represents the complete agreement concerning the subject
matter hereof. If any provision of this License is held to be
unenforceable, such provision shall be reformed only to the extent
necessary to make it enforceable. Any law or regulation which provides
that the language of a contract shall be construed against the drafter
shall not be used to construe this License against a Contributor.
21029

C
Chinmay Garde 已提交
21030
10. Versions of the License
21031

C
Chinmay Garde 已提交
21032
10.1. New Versions
21033

C
Chinmay Garde 已提交
21034 21035 21036 21037
Mozilla Foundation is the license steward. Except as provided in Section
10.3, no one other than the license steward has the right to modify or
publish new versions of this License. Each version will be given a
distinguishing version number.
21038

C
Chinmay Garde 已提交
21039
10.2. Effect of New Versions
21040

C
Chinmay Garde 已提交
21041 21042 21043 21044
You may distribute the Covered Software under the terms of the version
of the License under which You originally received the Covered Software,
or under the terms of any subsequent version published by the license
steward.
21045

C
Chinmay Garde 已提交
21046
10.3. Modified Versions
21047

C
Chinmay Garde 已提交
21048 21049 21050 21051 21052
If you create software not governed by this License, and you want to
create a new license for such software, you may create and use a
modified version of this License if you rename the license and remove
any references to the name of the license steward (except to note that
such modified license differs from this License).
21053

C
Chinmay Garde 已提交
21054 21055
10.4. Distributing Source Code Form that is Incompatible With Secondary
Licenses
21056

C
Chinmay Garde 已提交
21057 21058 21059
If You choose to distribute Source Code Form that is Incompatible With
Secondary Licenses under the terms of this version of the License, the
notice described in Exhibit B of this License must be attached.
21060

C
Chinmay Garde 已提交
21061
Exhibit A - Source Code Form License Notice
21062

C
Chinmay Garde 已提交
21063 21064 21065
  This Source Code Form is subject to the terms of the Mozilla Public
  License, v. 2.0. If a copy of the MPL was not distributed with this
  file, You can obtain one at http://mozilla.org/MPL/2.0/.
21066

C
Chinmay Garde 已提交
21067 21068 21069 21070
If it is not possible or desirable to put the notice in a particular
file, then You may include the notice in a location (such as a LICENSE
file in a relevant directory) where a recipient would be likely to look
for such a notice.
21071

C
Chinmay Garde 已提交
21072 21073 21074 21075 21076 21077
You may add additional accurate notices of copyright ownership.

Exhibit B - "Incompatible With Secondary Licenses" Notice

  This Source Code Form is "Incompatible With Secondary Licenses", as
  defined by the Mozilla Public License, v. 2.0.
21078 21079 21080
====================================================================================================

====================================================================================================
C
Chinmay Garde 已提交
21081 21082 21083 21084
LIBRARY: root_certificates
ORIGIN: ../../../third_party/root_certificates/certdata.pem
TYPE: LicenseType.mpl
FILE: ../../../third_party/root_certificates/certdata.pem
21085
----------------------------------------------------------------------------------------------------
C
Chinmay Garde 已提交
21086 21087
Mozilla Public License
Version 2.0
21088

C
Chinmay Garde 已提交
21089
1. Definitions
21090

C
Chinmay Garde 已提交
21091
1.1. “Contributor”
21092

C
Chinmay Garde 已提交
21093
means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software.
21094

C
Chinmay Garde 已提交
21095 21096 21097 21098 21099 21100 21101 21102 21103 21104 21105 21106 21107 21108 21109 21110 21111 21112 21113 21114 21115 21116 21117 21118 21119 21120 21121 21122 21123 21124 21125 21126 21127 21128 21129 21130 21131 21132 21133 21134 21135 21136 21137 21138 21139 21140 21141 21142 21143 21144 21145 21146 21147 21148 21149 21150 21151 21152 21153 21154 21155 21156 21157 21158 21159 21160 21161 21162 21163 21164 21165 21166 21167 21168 21169 21170 21171 21172 21173 21174 21175 21176 21177 21178 21179 21180 21181 21182 21183 21184 21185 21186 21187 21188 21189 21190 21191 21192 21193 21194 21195 21196 21197 21198 21199 21200 21201 21202 21203 21204 21205 21206 21207 21208 21209 21210 21211 21212 21213 21214 21215 21216 21217 21218 21219
1.2. “Contributor Version”

means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor’s Contribution.

1.3. “Contribution”

means Covered Software of a particular Contributor.

1.4. “Covered Software”

means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof.

1.5. “Incompatible With Secondary Licenses”

means

    a. that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or

    b. that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License.

1.6. “Executable Form”

means any form of the work other than Source Code Form.

1.7. “Larger Work”

means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software.

1.8. “License”

means this document.

1.9. “Licensable”

means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License.

1.10. “Modifications”

means any of the following:

    a. any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or

    b. any new file in Source Code Form that contains any Covered Software.

1.11. “Patent Claims” of a Contributor

means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version.

1.12. “Secondary License”

means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses.

1.13. “Source Code Form”

means the form of the work preferred for making modifications.

1.14. “You” (or “Your”)

means an individual or a legal entity exercising rights under this License. For legal entities, “You” includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, “control” means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.

2. License Grants and Conditions

2.1. Grants

Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:

    a. under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and

    b. under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version.

2.2. Effective Date

The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution.

2.3. Limitations on Grant Scope

The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor:

    a. for any code that a Contributor has removed from Covered Software; or

    b. for infringements caused by: (i) Your and any other third party’s modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or

    c. under Patent Claims infringed by Covered Software in the absence of its Contributions.

This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4).

2.4. Subsequent Licenses

No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3).

2.5. Representation

Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License.

2.6. Fair Use

This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents.

2.7. Conditions

Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1.

3. Responsibilities

3.1. Distribution of Source Form

All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients’ rights in the Source Code Form.

3.2. Distribution of Executable Form

If You distribute Covered Software in Executable Form then:

    a. such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and

    b. You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients’ rights in the Source Code Form under this License.

3.3. Distribution of a Larger Work

You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s).

3.4. Notices

You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies.

3.5. Application of Additional Terms
21220

C
Chinmay Garde 已提交
21221
You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction.
21222

C
Chinmay Garde 已提交
21223
4. Inability to Comply Due to Statute or Regulation
21224

C
Chinmay Garde 已提交
21225
If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
21226

C
Chinmay Garde 已提交
21227
5. Termination
21228

C
Chinmay Garde 已提交
21229
5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice.
21230

C
Chinmay Garde 已提交
21231
5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate.
21232

C
Chinmay Garde 已提交
21233 21234 21235
5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination.

6. Disclaimer of Warranty
21236

C
Chinmay Garde 已提交
21237 21238 21239 21240 21241 21242 21243 21244 21245 21246 21247 21248 21249 21250 21251 21252 21253 21254 21255 21256 21257 21258 21259 21260 21261 21262 21263 21264 21265 21266 21267 21268 21269 21270 21271 21272 21273 21274 21275 21276 21277 21278 21279 21280 21281
    Covered Software is provided under this License on an “as is” basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer.

7. Limitation of Liability

    Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party’s negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.

8. Litigation

Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party’s ability to bring cross-claims or counter-claims.

9. Miscellaneous

This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor.

10. Versions of the License

10.1. New Versions

Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number.

10.2. Effect of New Versions

You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward.

10.3. Modified Versions

If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License).

10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses

If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached.

Exhibit A - Source Code Form License Notice

    This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice.

You may add additional accurate notices of copyright ownership.

Exhibit B - “Incompatible With Secondary Licenses” Notice

    This Source Code Form is “Incompatible With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0.
====================================================================================================

21282 21283 21284 21285 21286 21287 21288 21289 21290 21291 21292 21293 21294 21295 21296 21297 21298 21299 21300 21301 21302 21303 21304 21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 21315 21316 21317 21318 21319 21320 21321 21322 21323 21324 21325 21326 21327 21328 21329 21330 21331 21332 21333 21334 21335 21336 21337 21338 21339 21340 21341 21342 21343 21344
====================================================================================================
LIBRARY: smhasher
ORIGIN: ../../../third_party/angle/src/common/third_party/smhasher/LICENSE
TYPE: LicenseType.mit
FILE: ../../../third_party/angle/src/common/third_party/smhasher/src/PMurHash.cpp
FILE: ../../../third_party/angle/src/common/third_party/smhasher/src/PMurHash.h
----------------------------------------------------------------------------------------------------
All MurmurHash source files are placed in the public domain.

The license below applies to all other code in SMHasher:

Copyright (c) 2011 Google, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====================================================================================================

====================================================================================================
LIBRARY: systeminfo
ORIGIN: ../../../third_party/angle/src/third_party/systeminfo/SystemInfo.cpp
TYPE: LicenseType.bsd
FILE: ../../../third_party/angle/src/third_party/systeminfo/SystemInfo.cpp
FILE: ../../../third_party/angle/src/third_party/systeminfo/SystemInfo.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2009 Apple Inc. All Rights Reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

21345
====================================================================================================
21346 21347
LIBRARY: tcmalloc
ORIGIN: ../../../third_party/dart/third_party/tcmalloc/COPYING
21348
TYPE: LicenseType.bsd
21349 21350 21351 21352 21353
FILE: ../../../third_party/dart/third_party/tcmalloc/configure_command
FILE: ../../../third_party/dart/third_party/tcmalloc/include/config.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2005, Google Inc.
All rights reserved.
21354 21355 21356 21357 21358

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

21359
    * Redistributions of source code must retain the above copyright
21360
notice, this list of conditions and the following disclaimer.
21361
    * Redistributions in binary form must reproduce the above
21362 21363 21364
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
21365
    * Neither the name of Google Inc. nor the names of its
21366 21367 21368 21369 21370 21371 21372 21373 21374 21375 21376 21377 21378 21379 21380 21381
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

21382
====================================================================================================
21383 21384
LIBRARY: tcmalloc
ORIGIN: ../../../third_party/dart/third_party/tcmalloc/include/gperftools/tcmalloc.h
21385
TYPE: LicenseType.bsd
21386
FILE: ../../../third_party/dart/third_party/tcmalloc/include/gperftools/tcmalloc.h
21387
----------------------------------------------------------------------------------------------------
21388 21389
Copyright (c) 2003, Google Inc.
All rights reserved.
21390 21391 21392 21393 21394

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

21395
    * Redistributions of source code must retain the above copyright
21396
notice, this list of conditions and the following disclaimer.
21397
    * Redistributions in binary form must reproduce the above
21398 21399 21400
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
21401
    * Neither the name of Google Inc. nor the names of its
21402 21403 21404 21405 21406 21407 21408 21409 21410 21411 21412 21413 21414 21415 21416 21417
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

21418
====================================================================================================
21419 21420
LIBRARY: tonic
ORIGIN: ../../../third_party/tonic/LICENSE
21421 21422 21423 21424 21425 21426 21427 21428 21429 21430 21431 21432 21433 21434 21435 21436 21437 21438 21439 21440 21441 21442 21443 21444 21445 21446
TYPE: LicenseType.bsd
FILE: ../../../third_party/tonic/common/build_config.h
FILE: ../../../third_party/tonic/converter/dart_converter.cc
FILE: ../../../third_party/tonic/converter/dart_converter.h
FILE: ../../../third_party/tonic/dart_message_handler.cc
FILE: ../../../third_party/tonic/dart_message_handler.h
FILE: ../../../third_party/tonic/dart_microtask_queue.cc
FILE: ../../../third_party/tonic/dart_microtask_queue.h
FILE: ../../../third_party/tonic/file_loader/file_loader.cc
FILE: ../../../third_party/tonic/file_loader/file_loader.h
FILE: ../../../third_party/tonic/filesystem/filesystem/eintr_wrapper.h
FILE: ../../../third_party/tonic/filesystem/filesystem/file.cc
FILE: ../../../third_party/tonic/filesystem/filesystem/file.h
FILE: ../../../third_party/tonic/filesystem/filesystem/path.h
FILE: ../../../third_party/tonic/filesystem/filesystem/path_posix.cc
FILE: ../../../third_party/tonic/logging/dart_error.cc
FILE: ../../../third_party/tonic/logging/dart_error.h
FILE: ../../../third_party/tonic/logging/dart_invoke.cc
FILE: ../../../third_party/tonic/logging/dart_invoke.h
FILE: ../../../third_party/tonic/parsers/packages_map.cc
FILE: ../../../third_party/tonic/parsers/packages_map.h
FILE: ../../../third_party/tonic/scopes/dart_api_scope.h
FILE: ../../../third_party/tonic/scopes/dart_isolate_scope.cc
FILE: ../../../third_party/tonic/scopes/dart_isolate_scope.h
FILE: ../../../third_party/tonic/typed_data/dart_byte_data.h
FILE: ../../../third_party/tonic/typed_data/int32_list.h
21447
FILE: ../../../third_party/tonic/typed_data/typed_list.h
21448
FILE: ../../../third_party/tonic/typed_data/uint16_list.h
21449 21450 21451 21452 21453 21454 21455 21456 21457 21458 21459 21460 21461 21462 21463 21464 21465 21466 21467 21468 21469 21470 21471 21472 21473 21474 21475 21476 21477 21478 21479 21480 21481
FILE: ../../../third_party/tonic/typed_data/uint8_list.h
----------------------------------------------------------------------------------------------------
Copyright 2016 The Fuchsia Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: tonic
21482
ORIGIN: ../../../third_party/tonic/common/log.cc + ../../../third_party/tonic/LICENSE
21483
TYPE: LicenseType.bsd
21484 21485
FILE: ../../../third_party/tonic/common/log.cc
FILE: ../../../third_party/tonic/common/log.h
21486 21487 21488
FILE: ../../../third_party/tonic/common/macros.h
----------------------------------------------------------------------------------------------------
Copyright 2018 The Fuchsia Authors. All rights reserved.
21489 21490 21491 21492 21493 21494 21495 21496 21497 21498 21499 21500 21501 21502 21503 21504 21505 21506 21507 21508 21509 21510 21511 21512 21513 21514 21515 21516 21517 21518 21519 21520 21521 21522 21523 21524 21525 21526 21527 21528 21529 21530 21531 21532

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: tonic
ORIGIN: ../../../third_party/tonic/file_loader/file_loader_fuchsia.cc + ../../../third_party/tonic/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/tonic/dart_list.cc
FILE: ../../../third_party/tonic/dart_list.h
FILE: ../../../third_party/tonic/file_loader/file_loader_fuchsia.cc
FILE: ../../../third_party/tonic/file_loader/file_loader_posix.cc
FILE: ../../../third_party/tonic/file_loader/file_loader_win.cc
FILE: ../../../third_party/tonic/filesystem/filesystem/path_win.cc
FILE: ../../../third_party/tonic/filesystem/filesystem/portable_unistd.h
FILE: ../../../third_party/tonic/platform/platform_utils.h
FILE: ../../../third_party/tonic/platform/platform_utils_posix.cc
FILE: ../../../third_party/tonic/platform/platform_utils_win.cc
----------------------------------------------------------------------------------------------------
Copyright 2017 The Fuchsia Authors. All rights reserved.
21533 21534 21535 21536 21537 21538 21539 21540 21541 21542 21543 21544 21545 21546 21547 21548 21549 21550 21551 21552 21553 21554 21555 21556 21557 21558 21559 21560

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

21561 21562 21563 21564 21565 21566 21567 21568 21569 21570 21571 21572 21573 21574 21575 21576 21577 21578 21579 21580 21581 21582 21583 21584 21585 21586 21587 21588 21589 21590 21591 21592 21593 21594 21595 21596 21597 21598 21599 21600 21601 21602 21603 21604 21605 21606 21607 21608 21609 21610 21611 21612
====================================================================================================
LIBRARY: tonic
ORIGIN: ../../../third_party/tonic/typed_data/dart_byte_data.cc + ../../../third_party/tonic/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/tonic/dart_args.h
FILE: ../../../third_party/tonic/dart_binding_macros.h
FILE: ../../../third_party/tonic/dart_class_library.cc
FILE: ../../../third_party/tonic/dart_class_library.h
FILE: ../../../third_party/tonic/dart_class_provider.cc
FILE: ../../../third_party/tonic/dart_class_provider.h
FILE: ../../../third_party/tonic/dart_library_natives.cc
FILE: ../../../third_party/tonic/dart_library_natives.h
FILE: ../../../third_party/tonic/dart_persistent_value.cc
FILE: ../../../third_party/tonic/dart_persistent_value.h
FILE: ../../../third_party/tonic/dart_state.cc
FILE: ../../../third_party/tonic/dart_state.h
FILE: ../../../third_party/tonic/dart_wrappable.cc
FILE: ../../../third_party/tonic/dart_wrappable.h
FILE: ../../../third_party/tonic/dart_wrapper_info.h
FILE: ../../../third_party/tonic/typed_data/dart_byte_data.cc
FILE: ../../../third_party/tonic/typed_data/float32_list.h
FILE: ../../../third_party/tonic/typed_data/float64_list.h
----------------------------------------------------------------------------------------------------
Copyright 2015 The Fuchsia Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

21613 21614 21615 21616 21617 21618 21619 21620 21621 21622 21623 21624 21625 21626 21627 21628 21629 21630 21631 21632 21633 21634 21635 21636 21637 21638 21639 21640 21641 21642 21643 21644 21645 21646 21647
====================================================================================================
LIBRARY: trace_event
ORIGIN: ../../../third_party/angle/src/third_party/trace_event/trace_event.h + ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/angle/src/third_party/trace_event/trace_event.h
----------------------------------------------------------------------------------------------------
Copyright (c) 2013 The Chromium Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

21648 21649 21650 21651 21652 21653 21654 21655 21656 21657 21658 21659 21660 21661 21662 21663 21664 21665 21666 21667 21668 21669 21670 21671 21672 21673 21674 21675 21676 21677 21678
====================================================================================================
LIBRARY: wasmer
ORIGIN: ../../../third_party/dart/third_party/wasmer/LICENSE
TYPE: LicenseType.mit
FILE: ../../../third_party/dart/third_party/wasmer/Cargo.toml
FILE: ../../../third_party/dart/third_party/wasmer/wasmer.hh
FILE: ../../../third_party/dart/third_party/wasmer/wasmer.rs
----------------------------------------------------------------------------------------------------
MIT License

Copyright (c) 2019 Wasmer, Inc. and its affiliates.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
====================================================================================================

21679 21680 21681 21682
====================================================================================================
LIBRARY: wuffs
ORIGIN: ../../../third_party/wuffs/LICENSE
TYPE: LicenseType.apache
21683
FILE: ../../../third_party/wuffs/go.mod
21684 21685 21686 21687 21688 21689 21690 21691 21692 21693 21694 21695 21696 21697 21698 21699 21700 21701 21702 21703 21704 21705 21706 21707 21708 21709 21710 21711 21712 21713 21714 21715 21716 21717 21718 21719 21720 21721 21722 21723 21724 21725 21726 21727 21728 21729 21730 21731 21732 21733 21734 21735 21736 21737 21738 21739 21740 21741 21742 21743 21744 21745 21746 21747 21748 21749 21750 21751 21752 21753 21754 21755 21756 21757 21758 21759 21760 21761 21762 21763 21764 21765 21766 21767 21768 21769 21770 21771 21772 21773 21774 21775 21776 21777 21778 21779 21780 21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 21855 21856 21857 21858 21859 21860 21861 21862 21863 21864
FILE: ../../../third_party/wuffs/script/bench-rust-gif-dot-rs/Cargo.toml
FILE: ../../../third_party/wuffs/script/bench-rust-gif/Cargo.toml
----------------------------------------------------------------------------------------------------
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.

   "License" shall mean the terms and conditions for use, reproduction,
   and distribution as defined by Sections 1 through 9 of this document.

   "Licensor" shall mean the copyright owner or entity authorized by
   the copyright owner that is granting the License.

   "Legal Entity" shall mean the union of the acting entity and all
   other entities that control, are controlled by, or are under common
   control with that entity. For the purposes of this definition,
   "control" means (i) the power, direct or indirect, to cause the
   direction or management of such entity, whether by contract or
   otherwise, or (ii) ownership of fifty percent (50%) or more of the
   outstanding shares, or (iii) beneficial ownership of such entity.

   "You" (or "Your") shall mean an individual or Legal Entity
   exercising permissions granted by this License.

   "Source" form shall mean the preferred form for making modifications,
   including but not limited to software source code, documentation
   source, and configuration files.

   "Object" form shall mean any form resulting from mechanical
   transformation or translation of a Source form, including but
   not limited to compiled object code, generated documentation,
   and conversions to other media types.

   "Work" shall mean the work of authorship, whether in Source or
   Object form, made available under the License, as indicated by a
   copyright notice that is included in or attached to the work
   (an example is provided in the Appendix below).

   "Derivative Works" shall mean any work, whether in Source or Object
   form, that is based on (or derived from) the Work and for which the
   editorial revisions, annotations, elaborations, or other modifications
   represent, as a whole, an original work of authorship. For the purposes
   of this License, Derivative Works shall not include works that remain
   separable from, or merely link (or bind by name) to the interfaces of,
   the Work and Derivative Works thereof.

   "Contribution" shall mean any work of authorship, including
   the original version of the Work and any modifications or additions
   to that Work or Derivative Works thereof, that is intentionally
   submitted to Licensor for inclusion in the Work by the copyright owner
   or by an individual or Legal Entity authorized to submit on behalf of
   the copyright owner. For the purposes of this definition, "submitted"
   means any form of electronic, verbal, or written communication sent
   to the Licensor or its representatives, including but not limited to
   communication on electronic mailing lists, source code control systems,
   and issue tracking systems that are managed by, or on behalf of, the
   Licensor for the purpose of discussing and improving the Work, but
   excluding communication that is conspicuously marked or otherwise
   designated in writing by the copyright owner as "Not a Contribution."

   "Contributor" shall mean Licensor and any individual or Legal Entity
   on behalf of whom a Contribution has been received by Licensor and
   subsequently incorporated within the Work.

2. Grant of Copyright License. Subject to the terms and conditions of
   this License, each Contributor hereby grants to You a perpetual,
   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   copyright license to reproduce, prepare Derivative Works of,
   publicly display, publicly perform, sublicense, and distribute the
   Work and such Derivative Works in Source or Object form.

3. Grant of Patent License. Subject to the terms and conditions of
   this License, each Contributor hereby grants to You a perpetual,
   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   (except as stated in this section) patent license to make, have made,
   use, offer to sell, sell, import, and otherwise transfer the Work,
   where such license applies only to those patent claims licensable
   by such Contributor that are necessarily infringed by their
   Contribution(s) alone or by combination of their Contribution(s)
   with the Work to which such Contribution(s) was submitted. If You
   institute patent litigation against any entity (including a
   cross-claim or counterclaim in a lawsuit) alleging that the Work
   or a Contribution incorporated within the Work constitutes direct
   or contributory patent infringement, then any patent licenses
   granted to You under this License for that Work shall terminate
   as of the date such litigation is filed.

4. Redistribution. You may reproduce and distribute copies of the
   Work or Derivative Works thereof in any medium, with or without
   modifications, and in Source or Object form, provided that You
   meet the following conditions:

   (a) You must give any other recipients of the Work or
       Derivative Works a copy of this License; and

   (b) You must cause any modified files to carry prominent notices
       stating that You changed the files; and

   (c) You must retain, in the Source form of any Derivative Works
       that You distribute, all copyright, patent, trademark, and
       attribution notices from the Source form of the Work,
       excluding those notices that do not pertain to any part of
       the Derivative Works; and

   (d) If the Work includes a "NOTICE" text file as part of its
       distribution, then any Derivative Works that You distribute must
       include a readable copy of the attribution notices contained
       within such NOTICE file, excluding those notices that do not
       pertain to any part of the Derivative Works, in at least one
       of the following places: within a NOTICE text file distributed
       as part of the Derivative Works; within the Source form or
       documentation, if provided along with the Derivative Works; or,
       within a display generated by the Derivative Works, if and
       wherever such third-party notices normally appear. The contents
       of the NOTICE file are for informational purposes only and
       do not modify the License. You may add Your own attribution
       notices within Derivative Works that You distribute, alongside
       or as an addendum to the NOTICE text from the Work, provided
       that such additional attribution notices cannot be construed
       as modifying the License.

   You may add Your own copyright statement to Your modifications and
   may provide additional or different license terms and conditions
   for use, reproduction, or distribution of Your modifications, or
   for any such Derivative Works as a whole, provided Your use,
   reproduction, and distribution of the Work otherwise complies with
   the conditions stated in this License.

5. Submission of Contributions. Unless You explicitly state otherwise,
   any Contribution intentionally submitted for inclusion in the Work
   by You to the Licensor shall be under the terms and conditions of
   this License, without any additional terms or conditions.
   Notwithstanding the above, nothing herein shall supersede or modify
   the terms of any separate license agreement you may have executed
   with Licensor regarding such Contributions.

6. Trademarks. This License does not grant permission to use the trade
   names, trademarks, service marks, or product names of the Licensor,
   except as required for reasonable and customary use in describing the
   origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or
   agreed to in writing, Licensor provides the Work (and each
   Contributor provides its Contributions) on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   implied, including, without limitation, any warranties or conditions
   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   PARTICULAR PURPOSE. You are solely responsible for determining the
   appropriateness of using or redistributing the Work and assume any
   risks associated with Your exercise of permissions under this License.

8. Limitation of Liability. In no event and under no legal theory,
   whether in tort (including negligence), contract, or otherwise,
   unless required by applicable law (such as deliberate and grossly
   negligent acts) or agreed to in writing, shall any Contributor be
   liable to You for damages, including any direct, indirect, special,
   incidental, or consequential damages of any character arising as a
   result of this License or out of the use or inability to use the
   Work (including but not limited to damages for loss of goodwill,
   work stoppage, computer failure or malfunction, or any and all
   other commercial damages or losses), even if such Contributor
   has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing
   the Work or Derivative Works thereof, You may choose to offer,
   and charge a fee for, acceptance of support, warranty, indemnity,
   or other liability obligations and/or rights consistent with this
   License. However, in accepting such obligations, You may act only
   on Your own behalf and on Your sole responsibility, not on behalf
   of any other Contributor, and only if You agree to indemnify,
   defend, and hold each Contributor harmless for any liability
   incurred by, or claims asserted against, such Contributor by reason
   of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS
====================================================================================================

21865 21866 21867 21868 21869 21870 21871 21872 21873 21874 21875 21876 21877 21878 21879 21880 21881 21882 21883 21884 21885 21886 21887 21888 21889 21890 21891 21892 21893 21894 21895 21896 21897 21898 21899 21900 21901 21902 21903 21904 21905 21906 21907 21908 21909 21910 21911 21912 21913 21914 21915 21916 21917 21918 21919 21920 21921 21922 21923 21924 21925 21926 21927 21928 21929 21930 21931 21932
====================================================================================================
LIBRARY: xxhash
ORIGIN: ../../../third_party/angle/src/common/third_party/xxhash/xxhash.c
TYPE: LicenseType.bsd
FILE: ../../../third_party/angle/src/common/third_party/xxhash/xxhash.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2012-2016, Yann Collet

BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

====================================================================================================
LIBRARY: xxhash
ORIGIN: ../../../third_party/angle/src/common/third_party/xxhash/xxhash.h
TYPE: LicenseType.bsd
FILE: ../../../third_party/angle/src/common/third_party/xxhash/xxhash.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2012-2016, Yann Collet.

BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

21933 21934 21935 21936 21937 21938 21939 21940 21941 21942 21943 21944 21945 21946 21947 21948 21949 21950 21951 21952 21953 21954 21955 21956 21957 21958 21959 21960 21961 21962 21963 21964 21965 21966 21967 21968 21969 21970 21971 21972 21973 21974 21975 21976 21977 21978 21979 21980 21981 21982 21983 21984 21985 21986 21987 21988 21989 21990 21991 21992 21993 21994 21995 21996 21997 21998 21999 22000 22001 22002 22003 22004 22005 22006
====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/LICENSE
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/contrib/minizip/ChangeLogUnzip
FILE: ../../../third_party/zlib/contrib/minizip/crypt.h
FILE: ../../../third_party/zlib/contrib/minizip/ioapi.c
FILE: ../../../third_party/zlib/contrib/minizip/ioapi.h
FILE: ../../../third_party/zlib/contrib/minizip/iowin32.c
FILE: ../../../third_party/zlib/contrib/minizip/iowin32.h
FILE: ../../../third_party/zlib/contrib/minizip/miniunz.c
FILE: ../../../third_party/zlib/contrib/minizip/minizip.c
FILE: ../../../third_party/zlib/contrib/minizip/mztools.c
FILE: ../../../third_party/zlib/contrib/minizip/mztools.h
FILE: ../../../third_party/zlib/contrib/minizip/unzip.c
FILE: ../../../third_party/zlib/contrib/minizip/zip.c
FILE: ../../../third_party/zlib/crc32.h
FILE: ../../../third_party/zlib/google.patch
FILE: ../../../third_party/zlib/google/DEPS
FILE: ../../../third_party/zlib/inffixed.h
FILE: ../../../third_party/zlib/mixed-source.patch
FILE: ../../../third_party/zlib/mozzconf.h
FILE: ../../../third_party/zlib/trees.h
----------------------------------------------------------------------------------------------------
zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.4, March 14th, 2010

Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Jean-loup Gailly
Mark Adler
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/adler32.c + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/adler32.c
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2007 Mark Adler

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

22007 22008 22009 22010 22011 22012 22013 22014 22015 22016 22017 22018 22019 22020 22021 22022 22023 22024 22025 22026 22027 22028 22029 22030 22031
====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/compress.c + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/compress.c
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2005 Jean-loup Gailly.

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

22032 22033 22034 22035 22036 22037 22038 22039 22040 22041 22042 22043 22044 22045 22046 22047 22048 22049 22050 22051 22052 22053 22054 22055 22056 22057 22058 22059 22060 22061 22062 22063 22064 22065 22066 22067 22068 22069 22070 22071 22072 22073 22074 22075 22076 22077 22078 22079 22080 22081 22082 22083 22084 22085 22086 22087 22088 22089 22090 22091 22092 22093 22094 22095 22096 22097 22098 22099 22100 22101 22102 22103 22104 22105 22106 22107 22108 22109 22110 22111 22112 22113 22114 22115 22116 22117 22118 22119 22120 22121 22122 22123 22124 22125 22126 22127 22128 22129 22130 22131 22132 22133 22134 22135 22136 22137 22138 22139 22140 22141 22142 22143 22144 22145 22146 22147 22148 22149 22150 22151 22152 22153 22154 22155 22156 22157 22158 22159 22160 22161 22162 22163 22164 22165 22166 22167 22168 22169 22170 22171 22172 22173 22174 22175 22176 22177 22178 22179 22180 22181 22182 22183 22184 22185 22186 22187 22188 22189 22190 22191 22192 22193 22194 22195 22196 22197 22198 22199 22200 22201 22202 22203 22204 22205 22206 22207
====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/contrib/minizip/unzip.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/contrib/minizip/unzip.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )

Modifications of Unzip for Zip64
Copyright (C) 2007-2008 Even Rouault

Modifications for Zip64 support on both zip and unzip
Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com )

For more info read MiniZip_info.txt

Condition of use and distribution are the same than zlib :

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/contrib/minizip/zip.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/contrib/minizip/zip.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )

Modifications for Zip64 support
Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com )

For more info read MiniZip_info.txt

Condition of use and distribution are the same than zlib :

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/crc32.c + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/crc32.c
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2006, 2010 Mark Adler

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/crc_folding.c + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/crc_folding.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2013 Intel Corporation. All rights reserved.
Authors:
 Wajdi Feghali   <wajdi.k.feghali@intel.com>
 Jim Guilford    <james.guilford@intel.com>
 Vinodh Gopal    <vinodh.gopal@intel.com>
 Erdinc Ozturk   <erdinc.ozturk@intel.com>
 Jim Kukunas     <james.t.kukunas@linux.intel.com>

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/deflate.h + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/deflate.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2010 Jean-loup Gailly

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/fill_window_sse.c + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/fill_window_sse.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2013 Intel Corporation
Authors:
 Arjan van de Ven    <arjan@linux.intel.com>
 Jim Kukunas         <james.t.kukunas@linux.intel.com>

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

22208 22209 22210 22211 22212 22213 22214 22215 22216 22217 22218 22219 22220 22221 22222 22223 22224 22225 22226 22227 22228 22229 22230 22231 22232 22233 22234 22235 22236 22237 22238 22239 22240 22241 22242 22243
====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/google/zip.cc + ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/zlib/google/zip.cc
FILE: ../../../third_party/zlib/google/zip_reader.cc
----------------------------------------------------------------------------------------------------
Copyright (c) 2012 The Chromium Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================

22244 22245 22246 22247 22248 22249 22250 22251 22252 22253 22254 22255 22256 22257 22258 22259 22260 22261 22262 22263 22264 22265 22266 22267 22268 22269 22270 22271 22272 22273 22274 22275 22276 22277 22278 22279 22280 22281 22282 22283 22284 22285 22286 22287 22288 22289 22290 22291 22292 22293 22294 22295 22296 22297 22298 22299 22300 22301 22302 22303 22304 22305 22306 22307 22308 22309 22310 22311 22312 22313 22314 22315 22316 22317 22318 22319 22320 22321 22322 22323 22324 22325 22326 22327 22328 22329 22330 22331 22332 22333 22334 22335 22336 22337 22338 22339 22340 22341 22342 22343 22344 22345 22346 22347 22348 22349 22350 22351 22352 22353 22354 22355 22356 22357 22358 22359 22360 22361 22362 22363 22364 22365 22366 22367 22368 22369 22370 22371 22372 22373 22374 22375 22376 22377 22378 22379 22380 22381 22382 22383 22384 22385 22386 22387 22388 22389 22390 22391 22392 22393 22394 22395 22396 22397 22398 22399 22400 22401 22402 22403 22404 22405 22406 22407 22408 22409 22410 22411 22412 22413 22414 22415 22416 22417 22418 22419 22420 22421 22422 22423 22424 22425 22426 22427 22428 22429 22430 22431 22432 22433 22434 22435 22436 22437 22438 22439 22440 22441 22442 22443 22444 22445 22446 22447 22448 22449 22450 22451 22452 22453 22454 22455 22456 22457 22458 22459 22460 22461 22462 22463 22464 22465 22466 22467 22468 22469 22470 22471 22472 22473 22474 22475 22476 22477 22478 22479 22480 22481 22482 22483 22484 22485 22486 22487 22488 22489 22490 22491 22492 22493 22494 22495 22496 22497 22498 22499 22500 22501 22502 22503 22504 22505 22506 22507 22508 22509 22510 22511 22512 22513 22514 22515 22516 22517 22518 22519 22520 22521 22522 22523 22524 22525 22526 22527 22528 22529 22530 22531 22532 22533 22534 22535 22536 22537 22538 22539 22540 22541 22542 22543 22544 22545 22546 22547 22548 22549 22550 22551 22552 22553 22554 22555 22556 22557 22558 22559 22560 22561 22562 22563 22564 22565 22566 22567 22568 22569 22570 22571 22572 22573 22574 22575 22576 22577 22578 22579 22580 22581 22582 22583 22584 22585 22586 22587 22588 22589 22590 22591 22592 22593 22594 22595 22596 22597 22598 22599 22600 22601 22602 22603 22604 22605 22606 22607 22608 22609 22610 22611 22612 22613 22614 22615 22616 22617 22618 22619 22620 22621 22622 22623 22624 22625 22626 22627
====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/gzclose.c + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/gzclose.c
FILE: ../../../third_party/zlib/gzlib.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2004, 2010 Mark Adler

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/gzguts.h + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/gzguts.h
FILE: ../../../third_party/zlib/gzread.c
FILE: ../../../third_party/zlib/gzwrite.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2004, 2005, 2010 Mark Adler

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/infback.c + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/infback.c
FILE: ../../../third_party/zlib/inflate.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2009 Mark Adler

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/inffast.c + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/inffast.c
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2008, 2010 Mark Adler

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/inffast.h + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/inffast.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2003, 2010 Mark Adler

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/inflate.c + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/inflate.c
FILE: ../../../third_party/zlib/inftrees.c
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2010 Mark Adler

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/inftrees.h + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/inftrees.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2005, 2010 Mark Adler

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/simd_stub.c + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/simd_stub.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2014 Intel Corporation

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/trees.c + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/trees.c
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2010 Jean-loup Gailly
detect_data_type() function provided freely by Cosmin Truta, 2006

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/uncompr.c + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/uncompr.c
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2003, 2010 Jean-loup Gailly.

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/x86.c + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/x86.c
----------------------------------------------------------------------------------------------------
Copyright (C) 2013 Intel Corporation. All rights reserved.
Author:
 Jim Kukunas

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/x86.h + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/x86.h
----------------------------------------------------------------------------------------------------
Copyright (C) 2013 Intel Corporation Jim Kukunas

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/zconf.h + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/zconf.h
FILE: ../../../third_party/zlib/zutil.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2010 Jean-loup Gailly.

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/deflate.c
FILE: ../../../third_party/zlib/zlib.h
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================

====================================================================================================
LIBRARY: zlib
ORIGIN: ../../../third_party/zlib/zutil.c + ../../../third_party/zlib/zlib.h
TYPE: LicenseType.zlib
FILE: ../../../third_party/zlib/zutil.c
----------------------------------------------------------------------------------------------------
Copyright (C) 1995-2005, 2010 Jean-loup Gailly.

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
====================================================================================================
22628
Total license count: 360