mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add license information for pip modules (#32738)
* Adds readme file for license information * Add special requirements modules
This commit is contained in:
parent
1100104c2c
commit
13f18beefc
1 changed files with 44 additions and 0 deletions
44
pkg/windows/readme.md
Normal file
44
pkg/windows/readme.md
Normal file
|
@ -0,0 +1,44 @@
|
|||
### Packaged Plugin Licenses
|
||||
The following dependencies are packaged with
|
||||
salt for Windows with their corresponding licenses:
|
||||
|
||||
| Module | License |
|
||||
|-----------|---------|
|
||||
| backports-abc | --- |
|
||||
| backports.ssl-match-hostname | PSF |
|
||||
| certifi | ISC |
|
||||
| cffi | MIT |
|
||||
| CherryPy | BSD |
|
||||
| enum34 | BSD |
|
||||
| futures | BSD |
|
||||
| gitdb | BSD |
|
||||
| GitPython | BSD |
|
||||
| idna | BSD-like |
|
||||
| ioflo | Apache 2.0 |
|
||||
| ioloop | MIT |
|
||||
| ipaddress | PSF |
|
||||
| Jinja2 | BSD |
|
||||
| libnacl | --- |
|
||||
| Mako | MIT |
|
||||
| MarkupSafe | BSD |
|
||||
| msgpack-python | --- |
|
||||
| pip | MIT |
|
||||
| psutil | BSD |
|
||||
| pyasn1 | BSD |
|
||||
| pycparser | BSD |
|
||||
| pycurl | LGPL + MIT |
|
||||
| PyMySQL | MIT |
|
||||
| pypiwin32 | PSF |
|
||||
| python-dateutil | Simplified BSD |
|
||||
| python-gnupg | BSD |
|
||||
| PyYAML | MIT |
|
||||
| pyzmq | LGPL + BSD |
|
||||
| requests | Apache 2.0 |
|
||||
| setuptools | MIT |
|
||||
| singledispatch | MIT |
|
||||
| six | MIT |
|
||||
| smmap | BSD |
|
||||
| timelib | ZLIB/PHP |
|
||||
| tornado | Apache 2.0 |
|
||||
| wheel | MIT |
|
||||
| WMI | MIT |
|
Loading…
Add table
Reference in a new issue