2021-09-14 19:12:17 +08:00
|
|
|
setup-cpp reused some code from the following projects:
|
|
|
|
|
2022-03-12 09:48:28 +08:00
|
|
|
- [install-llvm-action](https://github.com/KyleMayes/install-llvm-action/blob/master/LICENSE.txt): Apache-2.0
|
2021-09-14 19:12:17 +08:00
|
|
|
- [install-cmake](https://github.com/Symbitic/install-cmake/blob/master/LICENSE.md): MIT
|
|
|
|
- [get-cmake](https://github.com/lukka/get-cmake/blob/main/LICENSE.txt): MIT
|
|
|
|
- [gha-setup-ninja](https://github.com/seanmiddleditch/gha-setup-ninja): MIT
|
2022-02-12 08:58:50 +08:00
|
|
|
- [msvc-problem-matcher](https://github.com/ammaraskar/msvc-problem-matcher): Apache-2.0
|
|
|
|
- [gcc-problem-matcher](https://github.com/ammaraskar/gcc-problem-matcher): Apache-2.0
|
2021-09-14 19:12:17 +08:00
|
|
|
|
2022-03-12 09:48:28 +08:00
|
|
|
This package also uses the dependencies listed in package.json. You can get the list of their licenses using the following command:
|
2021-09-14 19:12:17 +08:00
|
|
|
```
|
|
|
|
npm install -g license-checker
|
2023-09-01 14:01:58 +08:00
|
|
|
license-checker --summary --excludePackages "setup-python@v4.0.0"
|
2021-09-14 19:12:17 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
```
|
2023-09-01 14:01:58 +08:00
|
|
|
├─ MIT: 21
|
|
|
|
├─ Apache-2.0: 8
|
|
|
|
└─ ISC: 2
|
2021-12-05 22:20:14 +08:00
|
|
|
```
|
|
|
|
|
2023-09-01 14:01:58 +08:00
|
|
|
Note: setup-python is MIT licensed.
|