mirror of https://github.com/aminya/setup-cpp
23 lines
920 B
Plaintext
23 lines
920 B
Plaintext
setup-cpp reused some code from the following projects:
|
|
|
|
- [install-llvm-action](https://github.com/KyleMayes/install-llvm-action/blob/master/LICENSE.txt): Apache-2.0
|
|
- [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
|
|
- [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
|
|
|
|
This package also uses the dependencies listed in package.json. You can get the list of their licenses using the following command:
|
|
```
|
|
npm install -g license-checker
|
|
license-checker --summary --excludePackages "setup-python@v4.0.0"
|
|
```
|
|
|
|
```
|
|
├─ MIT: 21
|
|
├─ Apache-2.0: 8
|
|
└─ ISC: 2
|
|
```
|
|
|
|
Note: setup-python is MIT licensed.
|