From 2d6303b3681043578da682f7eb1691f0ae4bee04 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 --- windows/win_firewall_rule.ps1 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/windows/win_firewall_rule.ps1 b/windows/win_firewall_rule.ps1 index d19082e6690..223d8b17b69 100644 --- a/windows/win_firewall_rule.ps1 +++ b/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