From 8cb80ce7bf592a7f9e293402eb10128b1af253a6 Mon Sep 17 00:00:00 2001 From: TimothyVandenbrande Date: Wed, 23 Sep 2015 09:35:17 +0200 Subject: [PATCH] upon request, added the license --- .../extras/windows/win_firewall_rule.ps1 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/lib/ansible/modules/extras/windows/win_firewall_rule.ps1 b/lib/ansible/modules/extras/windows/win_firewall_rule.ps1 index d19082e6690..223d8b17b69 100644 --- a/lib/ansible/modules/extras/windows/win_firewall_rule.ps1 +++ b/lib/ansible/modules/extras/windows/win_firewall_rule.ps1 @@ -1,5 +1,22 @@ #!powershell # +# (c) 2014, Timothy Vandenbrande +# +# 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 . +# # WANT_JSON # POWERSHELL_COMMON