File tree 4 files changed +14
-7
lines changed
4 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 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.md
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,6 +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
+ The scripts and documentation in this project are released under the [ MIT] license .
176
177
177
- Dependencies (that are redistributed by us in binary form) and their licenses, refer to [ THIRD-PARTY LICENSES] ( docs/THIRD-PARTY-LICENSES.md ) .
178
+ As for dependencies (that are redistributed by us in binary form) and their licenses, refer to [ THIRD-PARTY LICENSES] [ other-licenses ] .
179
+
180
+ [ MIT ] : https://choosealicense.com/licenses/mit
Original file line number Diff line number Diff line change 5
5
[ step-summary ] : cli.md#-w-step-summary
6
6
[ tidy-review ] : cli.md#-d-tidy-review
7
7
[ format-review ] : cli.md#-m-format-review
8
+ [ other-licenses ] : other-licenses.md
8
9
9
10
[ format-annotations-preview ] : images/annotations-clang-format.png
10
11
[ tidy-annotations-preview ] : images/annotations-clang-tidy.png
Original file line number Diff line number Diff line change
1
+ # Third-party Licenses
2
+
1
3
- [ clap] ( https://crates.io/crates/clap ) :
2
4
Dual-licensed under [ Apache 2.0] [ Apache2 ] or [ MIT] .
3
5
- [ git2] ( https://crates.io/crates/git2 ) :
4
6
Dual-licensed under [ Apache 2.0] [ Apache2 ] or [ MIT] .
5
7
6
- The following are conditionally included in binaries (using the ` openssl-vendored ` feature on a
7
- case-by-case basis) because it is a dependency of git2:
8
+ The following are conditionally included in binaries (using the ` openssl-vendored ` feature on a
9
+ case-by-case basis) because it is a dependency of git2:
8
10
9
- - [ openssl] ( https://crates.io/crates/openssl ) : Licensed under [ Apache 2.0] [ Apache2 ]
10
- - [ openssl-probe] ( https://crates.io/crates/openssl-probe ) :
11
- Dual-licensed under [ Apache 2.0] [ Apache2 ] or [ MIT] .
11
+ - [ openssl] ( https://crates.io/crates/openssl ) : Licensed under [ Apache 2.0] [ Apache2 ]
12
+ - [ openssl-probe] ( https://crates.io/crates/openssl-probe ) :
13
+ Dual-licensed under [ Apache 2.0] [ Apache2 ] or [ MIT] .
12
14
13
15
- [ lenient_semver] ( https://crates.io/crates/lenient_semver ) :
14
16
Dual-licensed under [ Apache 2.0] [ Apache2 ] or [ MIT] .
Original file line number Diff line number Diff line change 12
12
- python.md
13
13
- node.md
14
14
- changelog.md
15
+ - other-licenses.md
15
16
16
17
theme :
17
18
name : material
You can’t perform that action at this time.
0 commit comments