-
-
Notifications
You must be signed in to change notification settings - Fork 162
Expand file tree
/
Copy pathTHIRD_PARTY_NOTICES
More file actions
229 lines (194 loc) · 8.62 KB
/
THIRD_PARTY_NOTICES
File metadata and controls
229 lines (194 loc) · 8.62 KB
1
2
3
4
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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
This project includes third-party software components. The following sections
summarize those components, their licenses, and where to find the full license
texts or headers in this repository.
This file is informational only and does not modify the terms of any license.
-------------------------------------------------------------------------------
Dart SDK headers and Dart CSS parser code
-------------------------------------------------------------------------------
- Component: Dart embedding APIs (C/C++ headers) and Dart CSS parser code
- Origin: Dart project authors
- License: BSD-style, 3-clause
- License text:
- third_party/dart/LICENSE
- bridge/third_party/dart/LICENSE
- Representative source locations:
- bridge/third_party/dart/include/*
- webf/lib/src/css/parser/*
- opensource/legacy_impls/webf/lib/src/css/parser/*
-------------------------------------------------------------------------------
Flutter (FML and framework-derived code)
-------------------------------------------------------------------------------
- Component: Reference-counting utilities and other runtime helpers
- Origin: Flutter (FML and framework)
- License: BSD-style, 3-clause
- License text:
- bridge/third_party/flutter/LICENSE
- Representative source locations:
- bridge/foundation/ref_counter.h
- bridge/foundation/ref_ptr.h
- bridge/foundation/ref_counted_internal.h
- opensource/legacy_impls/bridge/foundation/*
- various gesture/rendering helpers in opensource/legacy_impls/webf/*
-------------------------------------------------------------------------------
Chromium / Blink derived code
-------------------------------------------------------------------------------
- Component: Base utilities, numerics, memory helpers, URL and CSS implementation
- Origin: The Chromium Authors
- License: BSD-style, 3-clause
- License text:
- bridge/third_party/chromium/LICENSE
- Representative source locations:
- bridge/core/base/*
- bridge/core/base/numerics/*
- bridge/core/base/memory/*
- bridge/core/base/strings/*
- bridge/core/css/*
- bridge/core/platform/url/*
- bridge/scripts/code_generator/templates/json_templates/*
-------------------------------------------------------------------------------
WebKit / Apple Inc. derived code
-------------------------------------------------------------------------------
- Component: DOM, CSS, URL, and math utilities
- Origin: Apple Inc. and related WebKit contributors
- License: BSD-style, 2- or 3-clause (text embedded in file headers)
- License text:
- Embedded in individual source files (see per-file headers)
- Representative source locations:
- bridge/core/platform/math_extras.h
- bridge/core/platform/url/kurl.cc
- bridge/core/css/*
- bridge/core/dom/*
- bridge/foundation/string/*
- bridge/scripts/code_generator/templates/json_templates/style_property_shorthand*.tpl
-------------------------------------------------------------------------------
WebKit dtoa implementation
-------------------------------------------------------------------------------
- Component: dtoa (double to string) utilities
- Origin: Apple Inc. / WebKit
- License: GNU Lesser General Public License, version 2.1 or later (LGPL-2.1+)
- License text:
- COPYING.LIB (pointer to official LGPL-2.1 text)
- Representative source locations:
- bridge/foundation/dtoa.cc
- bridge/foundation/dtoa.h
-------------------------------------------------------------------------------
Mozilla URL parser (nsURLParsers)
-------------------------------------------------------------------------------
- Component: URL parsing logic
- Origin: Mozilla (Netscape Communications Corporation and contributors)
- License: Tri-licensed MPL-1.1 / GPL-2.0-or-later / LGPL-2.1-or-later
- License texts (references):
- licenses/MPL-1.1.txt
- licenses/GPL-2.0.txt
- COPYING.LIB (for LGPL-2.1)
- Representative source locations:
- bridge/core/platform/url/url_parse.cc
Note: This project uses the GPL path (GPL-2.0-or-later) for compatibility with
the overall copyleft licensing.
-------------------------------------------------------------------------------
QuickJS JavaScript engine
-------------------------------------------------------------------------------
- Component: QuickJS JavaScript engine
- Origin: Fabrice Bellard and Charlie Gordon
- License: MIT
- License text:
- third_party/quickjs/LICENSE
- bridge/third_party/quickjs/LICENSE
- Representative source locations:
- third_party/quickjs/*
- bridge/third_party/quickjs/*
- webf/ios/Classes/third_party/quickjs/*
-------------------------------------------------------------------------------
double-conversion
-------------------------------------------------------------------------------
- Component: double-conversion floating-point routines
- Origin: V8 project authors
- License: BSD-style, 3-clause
- License text:
- third_party/double_conversion/LICENSE
- bridge/third_party/double_conversion/LICENSE
- Representative source locations:
- third_party/double_conversion/double-conversion/*
- bridge/third_party/double_conversion/double-conversion/*
-------------------------------------------------------------------------------
CityHash
-------------------------------------------------------------------------------
- Component: CityHash hashing functions
- Origin: Google Inc.
- License: MIT (text embedded in header)
- License text:
- third_party/cityhash/city.h (header comment)
- bridge/third_party/cityhash/city.h (header comment)
- Representative source locations:
- third_party/cityhash/*
- bridge/third_party/cityhash/*
-------------------------------------------------------------------------------
modp_b64
-------------------------------------------------------------------------------
- Component: High-performance Base64 encoder/decoder
- Origin: Nick Galbreath / modp.com
- License: BSD-style, 3-clause (text embedded in source)
- License text:
- third_party/modp_b64/modp_b64.cc (header comment)
- bridge/third_party/modp_b64/modp_b64.cc (header comment)
- Representative source locations:
- third_party/modp_b64/*
- bridge/third_party/modp_b64/*
-------------------------------------------------------------------------------
Gumbo-Parser
-------------------------------------------------------------------------------
- Component: HTML5 parsing library
- Origin: Google Inc.
- License: Apache License 2.0
- License text:
- Header comments in bridge/third_party/gumbo-parser/src/*
- Header comments in third_party/gumbo-parser/src/*
- Representative source locations:
- third_party/gumbo-parser/src/*
- bridge/third_party/gumbo-parser/src/*
-------------------------------------------------------------------------------
Google Benchmark
-------------------------------------------------------------------------------
- Component: microbenchmark support library
- Origin: Google Inc.
- License: Apache License 2.0
- License text:
- bridge/third_party/benchmark/LICENSE
- Representative source locations:
- bridge/third_party/benchmark/*
-------------------------------------------------------------------------------
GoogleTest
-------------------------------------------------------------------------------
- Component: C++ unit testing framework
- Origin: Google Inc.
- License: BSD-style, 3-clause
- License text:
- bridge/third_party/googletest/LICENSE
- Representative source locations:
- bridge/third_party/googletest/*
-------------------------------------------------------------------------------
ios-cmake toolchain
-------------------------------------------------------------------------------
- Component: CMake iOS toolchain file
- Origin: ios-cmake project (multiple authors)
- License: BSD-3-Clause (text embedded in file)
- License text:
- bridge/cmake/ios.toolchain.cmake (header comment)
- Representative source locations:
- bridge/cmake/ios.toolchain.cmake
-------------------------------------------------------------------------------
Node.js / JavaScript ecosystem dependencies
-------------------------------------------------------------------------------
The repository uses a number of JavaScript/TypeScript packages in
development tools, CLI utilities, integration tests, and example apps.
These dependencies are typically installed under:
- bridge/polyfill/node_modules/*
- integration_tests/node_modules/*
- opensource/cli/node_modules/*
- opensource/use_cases/node_modules/*
- webf_apps/*/node_modules/*
Most of these packages are licensed under permissive licenses such as MIT,
BSD, Apache-2.0, or ISC; some data or utility packages may use CC0-1.0 or
CC-BY-style licenses. The authoritative license for each package can be
found in its own LICENSE file within node_modules or in the relevant lock
files (package-lock.json, pnpm-lock.yaml).