2021-09-14 19:12:17 +08:00
|
|
|
setup-cpp reused some code from the following projects:
|
|
|
|
|
|
|
|
- [install-llvm-action](https://github.com/KyleMayes/install-llvm-action/blob/master/LICENSE.txt): Apach-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
|
2021-09-15 04:23:45 +08:00
|
|
|
- [setup-python](https://github.com/actions/setup-python): MIT
|
2021-09-14 19:12:17 +08:00
|
|
|
|
|
|
|
This package also uses the depedencies listed in package.json. You can get the list of their licenses using the following command:
|
|
|
|
```
|
|
|
|
npm install -g license-checker
|
|
|
|
license-checker --summary --production
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
2021-09-14 20:02:59 +08:00
|
|
|
├─ MIT: 5
|
2021-09-14 19:12:17 +08:00
|
|
|
├─ ISC: 1
|
|
|
|
└─ Apache-2.0: 1
|
|
|
|
```
|