|
5 | 5 | [step-summary]: https://cpp-linter.github.io/cpp-linter-rs/cli#-w-step-summary |
6 | 6 | [tidy-review]: https://cpp-linter.github.io/cpp-linter-rs/cli#-d-tidy-review |
7 | 7 | [format-review]: https://cpp-linter.github.io/cpp-linter-rs/cli#-m-format-review |
| 8 | +[other-licenses]: https://cpp-linter.github.io/cpp-linter-rs/other-licenses |
8 | 9 |
|
9 | 10 | [format-annotations-preview]: docs/docs/images/annotations-clang-format.png |
10 | 11 | [tidy-annotations-preview]: docs/docs/images/annotations-clang-tidy.png |
@@ -172,56 +173,8 @@ To provide feedback (requesting a feature or reporting a bug) please post to |
172 | 173 |
|
173 | 174 | ## License |
174 | 175 |
|
175 | | -The scripts and documentation in this project are released under the [MIT]. |
176 | | - |
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] |
| 176 | +The scripts and documentation in this project are released under the [MIT] license. |
| 177 | + |
| 178 | +As for dependencies (that are redistributed by us in binary form) and their licenses, refer to [THIRD-PARTY LICENSES][other-licenses]. |
224 | 179 |
|
225 | 180 | [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 |
0 commit comments