Merge pull request #11040 from resmo/patch-1

doc: we need GPLv3 license headers
pull/4420/head
Brian Coca 2015-07-30 14:40:35 -04:00
commit 2ed5d29951
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ Module checklist
* Requirements should be documented, using the `requirements=[]` field * Requirements should be documented, using the `requirements=[]` field
* Author should be set, name and github id at least * Author should be set, name and github id at least
* Made use of U() for urls, C() for files and options, I() for params, M() for modules? * Made use of U() for urls, C() for files and options, I() for params, M() for modules?
* GPL License header * GPL 3 License header
* Does module use check_mode? Could it be modified to use it? Document it * Does module use check_mode? Could it be modified to use it? Document it
* Examples: make sure they are reproducible * Examples: make sure they are reproducible
* Return: document the return structure of the module * Return: document the return structure of the module