awslabs / aws-glue-libs

AWS Glue Libraries are additions and enhancements to Spark for ETL operations.
Other
635 stars 300 forks source link

Missing license in python module meta itself #155

Closed mbeacom closed 1 year ago

mbeacom commented 1 year ago

The setup.py that defines this python module does not presently include a defined license. This causes the license to come back as Unknown when running SBOM and other license compliance checks against dependencies consuming this module.

Recommended remediation: license='Amazon Software License 1.0', to align with the repository/module license in LICENSE.txt.