adds license details to dev guide pages (#45574)

* adds license details to dev guide pages

* fixes capitalization error
This commit is contained in:
Alicia Cozine
2018-09-12 15:10:38 -05:00
committed by Sam Doran
parent e266a24263
commit 6e68d77f6d
2 changed files with 3 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ Ansible provides a number of module utilities that provide helper functions that
The following is a list of ``module_utils`` files and a general description. The module utility source code lives in the ``./lib/ansible/module_utils`` directory under your main Ansible path - for more details on any specific module utility, please see the source code.
.. include:: shared_snippets/licensing.txt
- api.py - Adds shared support for generic API modules.
- azure_rm_common.py - Definitions and utilities for Microsoft Azure Resource Manager template deployments.
- basic.py - General definitions and helper utilities for Ansible modules.