@@ -174,54 +174,4 @@ To provide feedback (requesting a feature or reporting a bug) please post to
174174
175175The scripts and documentation in this project are released under the [ MIT] .
176176
177- Dependencies (that are redistributed by us in binary form) have the following
178- license agreements:
179-
180- - [ clap] ( https://crates.io/crates/clap ) :
181- Dual-licensed under [ Apache 2.0] [ Apache2 ] or [ MIT] .
182- - [ git2] ( https://crates.io/crates/git2 ) :
183- Dual-licensed under [ Apache 2.0] [ Apache2 ] or [ MIT] .
184-
185- The following are conditionally included in binaries (using the ` openssl-vendored ` feature on a
186- case-by-case basis) because it is a dependency of git2:
187-
188- - [ openssl] ( https://crates.io/crates/openssl ) : Licensed under [ Apache 2.0] [ Apache2 ]
189- - [ openssl-probe] ( https://crates.io/crates/openssl-probe ) :
190- Dual-licensed under [ Apache 2.0] [ Apache2 ] or [ MIT] .
191-
192- - [ lenient_semver] ( https://crates.io/crates/lenient_semver ) :
193- Dual-licensed under [ Apache 2.0] [ Apache2 ] or [ MIT] .
194- - [ log] ( https://crates.io/crates/log ) :
195- Dual-licensed under [ Apache 2.0] [ Apache2 ] or [ MIT] .
196- - [ regex] ( https://crates.io/crates/regex ) :
197- Dual-licensed under [ Apache 2.0] [ Apache2 ] or [ MIT] .
198- - [ reqwest] ( https://crates.io/crates/reqwest ) :
199- Dual-licensed under [ Apache 2.0] [ Apache2 ] or [ MIT] .
200- - [ semver] ( https://crates.io/crates/semver ) :
201- Dual-licensed under [ Apache 2.0] [ Apache2 ] or [ MIT] .
202- - [ serde] ( https://crates.io/crates/serde ) :
203- Dual-licensed under [ Apache 2.0] [ Apache2 ] or [ MIT] .
204- - [ serde-xml-rs] ( https://crates.io/crates/serde-xml-rs ) : Licensed under [ MIT] .
205- - [ serde_json] ( https://crates.io/crates/serde_json ) :
206- Dual-licensed under [ Apache 2.0] [ Apache2 ] or [ MIT] .
207- - [ which] ( https://crates.io/crates/which ) : Licensed under [ MIT] .
208- - [ tokio] ( https://crates.io/crates/tokio ) : Licensed under [ MIT] .
209- - [ futures] ( https://crates.io/crates/futures ) :
210- Dual-licensed under [ Apache 2.0] [ Apache2 ] or [ MIT] .
211- - [ chrono] ( https://crates.io/crates/chrono ) :
212- Dual-licensed under [ Apache 2.0] [ Apache2 ] or [ MIT] .
213- - [ colored] ( https://crates.io/crates/colored ) : Licensed under [ MPL-2.0]
214-
215- The python binding uses
216-
217- - [ pyo3] ( https://crates.io/crates/pyo3 ) :
218- Dual-licensed under [ Apache 2.0] [ Apache2 ] or [ MIT] .
219-
220- The node binding uses
221-
222- - [ napi] ( https://crates.io/crates/napi ) : Licensed under [ MIT]
223- - [ napi-derive] ( https://crates.io/crates/napi-derive ) : Licensed under [ MIT]
224-
225- [ MIT ] : https://choosealicense.com/licenses/mit
226- [ Apache2 ] : https://choosealicense.com/licenses/apache-2.0/
227- [ MPL-2.0 ] : https://choosealicense.com/licenses/mpl-2.0
177+ Dependencies (that are redistributed by us in binary form) and their licenses, refer to [ THIRD-PARTY LICENSES] ( docs/THIRD-PARTY-LICENSES.md ) .
0 commit comments