mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 22:03:01 +00:00
Relicense plugins/module_utils/acme.py under GPLv3+. (#165)
The code was originally licensed under GPLv3+ when being part of the letsencrypt module. It was relicensed under BSD 2-clause when moving to Ansible's module_utils (https://github.com/ansible/ansible/pull/40697). The code was only touched by two persons (https://github.com/ansible/ansible/commits/pre-ansible-base/lib/ansible/module_utils/acme.py, https://github.com/ansible-collections/community.crypto/commits/main/plugins/module_utils/acme.py) and both persons consented in this PR (https://github.com/ansible-collections/community.crypto/pull/165) before it was merged.
This commit is contained in:
2
changelogs/fragments/acme-module-utils-relicense.yml
Normal file
2
changelogs/fragments/acme-module-utils-relicense.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- "The ACME module_utils has been relicensed back from the Simplified BSD License (https://opensource.org/licenses/BSD-2-Clause) to the GPLv3+ (same license used by most other code in this collection). This undoes a licensing change when the original GPLv3+ licensed code was moved to module_utils in https://github.com/ansible/ansible/pull/40697 (https://github.com/ansible-collections/community.crypto/pull/165)."
|
||||
Reference in New Issue
Block a user