1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

doc: we need GPLv3 license headers

GPLv2 only headers are incompatible with GPLv3
This commit is contained in:
René Moser 2015-05-20 16:31:17 +02:00 committed by Rene Moser
parent ea4421d10e
commit 83074f4d93

View file

@ -464,7 +464,7 @@ Module checklist
* Requirements should be documented, using the `requirements=[]` field
* 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?
* GPL License header
* GPL 3 License header
* Does module use check_mode? Could it be modified to use it? Document it
* Examples: make sure they are reproducible
* Return: document the return structure of the module