-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
LICENSE.dependencies.txt
22 lines (18 loc) · 920 Bytes
/
LICENSE.dependencies.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 "[email protected]"
```
```
├─ MIT: 21
├─ Apache-2.0: 8
└─ ISC: 2
```
Note: setup-python is MIT licensed.