From 53497d90daccf89d1bdec75fb1996b4cbc5f0219 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Thu, 19 Jun 2014 13:48:45 -0500 Subject: [PATCH] Make sure the doc stubs for windows modules have proper license headers --- windows/win_feature | 23 +++++++++++++++++++++++ windows/win_get_url | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/windows/win_feature b/windows/win_feature index ad54ce7f09c..0151ee32261 100644 --- a/windows/win_feature +++ b/windows/win_feature @@ -1,3 +1,26 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +# (c) 2014, Paul Durivage , and others +# +# This file is part of Ansible +# +# Ansible is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Ansible is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Ansible. If not, see . + +# this is a windows documentation stub. actual code lives in the .ps1 +# file of the same name + DOCUMENTATION = ''' --- module: win_feature diff --git a/windows/win_get_url b/windows/win_get_url index 93f41acb7e9..10910cf605e 100644 --- a/windows/win_get_url +++ b/windows/win_get_url @@ -1,3 +1,26 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +# (c) 2014, Paul Durivage , and others +# +# This file is part of Ansible +# +# Ansible is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Ansible is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Ansible. If not, see . + +# this is a windows documentation stub. actual code lives in the .ps1 +# file of the same name + DOCUMENTATION = ''' --- module: win_get_url