diff options
author | Alan Rominger <arominge@redhat.com> | 2023-09-05 22:18:11 +0200 |
---|---|---|
committer | Alan Rominger <arominge@redhat.com> | 2023-09-06 16:43:25 +0200 |
commit | e072bb7668d1565ac77af38a65ee937c0b3f303a (patch) | |
tree | babac73e329aedf19c01ad3d3b4fea16c0d69c1a /awx_collection | |
parent | Fix collection metadata license to match intent (diff) | |
download | awx-e072bb7668d1565ac77af38a65ee937c0b3f303a.tar.xz awx-e072bb7668d1565ac77af38a65ee937c0b3f303a.zip |
Declare license for unique module that uses BSD-2
Co-authored-by: Maxwell G <maxwell@gtmx.me>
Diffstat (limited to 'awx_collection')
-rw-r--r-- | awx_collection/tools/roles/template_galaxy/templates/galaxy.yml.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/awx_collection/tools/roles/template_galaxy/templates/galaxy.yml.j2 b/awx_collection/tools/roles/template_galaxy/templates/galaxy.yml.j2 index 5290dc7217..bf306aecca 100644 --- a/awx_collection/tools/roles/template_galaxy/templates/galaxy.yml.j2 +++ b/awx_collection/tools/roles/template_galaxy/templates/galaxy.yml.j2 @@ -19,6 +19,8 @@ homepage: https://www.ansible.com/ issues: https://github.com/ansible/awx/issues?q=is%3Aissue+label%3Acomponent%3Aawx_collection license: - GPL-3.0-or-later + # plugins/module_utils/tower_legacy.py + - BSD-2-Clause name: {{ collection_package }} namespace: {{ collection_namespace }} readme: README.md |