mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
rewrite of the developer guide, part 1 (#45179)
* rewrite of the developer guide, part 1
This commit is contained in:
parent
1325ddbb0b
commit
9a76441c02
39 changed files with 1231 additions and 2882 deletions
8
docs/docsite/rst/dev_guide/shared_snippets/licensing.txt
Normal file
8
docs/docsite/rst/dev_guide/shared_snippets/licensing.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
.. note::
|
||||
**LICENSING REQUIREMENTS** Ansible enforces the following licensing requirements:
|
||||
|
||||
* Utilities (files in ``lib/ansible/module_utils/``) may have one of two licenses:
|
||||
* A ``module_util`` used **only** for a specific vendor's hardware, provider, or service may be licensed under GPLv3+.
|
||||
* All other ``module_utils`` must be licensed under BSD, so GPL-licensed third-party and Galaxy modules can use them.
|
||||
* If there's doubt about the appropriate license for a ``module_util``, the Ansible Core Team will decide during an Ansible Core Community Meeting.
|
||||
* All other files shipped with Ansible, including all modules, must be licensed under the GPL license (GPLv3 or later).
|
Loading…
Add table
Add a link
Reference in a new issue