From 83074f4d93f628f1d4563687000a5cb51fd3f979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Wed, 20 May 2015 16:31:17 +0200 Subject: [PATCH] doc: we need GPLv3 license headers GPLv2 only headers are incompatible with GPLv3 --- docsite/rst/developing_modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/developing_modules.rst b/docsite/rst/developing_modules.rst index ddd4e90c82..46cb36f634 100644 --- a/docsite/rst/developing_modules.rst +++ b/docsite/rst/developing_modules.rst @@ -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