soo, I though this should be BSD licensed (i remember agreeing to allow for my code to be changed in license) but it shows a GPL license notice:
lib/ansible/module_common.py
soo, I though this should be BSD licensed (i remember agreeing to allow for my code to be changed in license) but it shows a GPL license notice:
lib/ansible/module_common.py
The module common file doesn’t do what it used to do.
Right now the replaced code lives in ‘module_utils’, and module_common is the code that is used to implement the replacement.
As such, this file does not need to change in license, and the code mixed in from the fragments are still BSD.
Example:
https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/ec2.py
I did notice one file without a header and we’ll correct that.
Anyway, shouldn’t be an issue.