diff options
| author | Arnaud Bailly <arnaud.oqube@gmail.com> | 2014-10-31 07:55:03 +0100 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-10-31 10:15:18 -0400 |
| commit | 63560cde90691dbd51d1bdf0b484d0ff0bc9a763 (patch) | |
| tree | 257ba06f29f287b2eb4cd65337c8dd4202e8ca2b /src/Propellor/Property/Firewall.hs | |
| parent | 4ce5e26ec87061b76c77857b81012d404eb5b35a (diff) | |
added licensing header
Diffstat (limited to 'src/Propellor/Property/Firewall.hs')
| -rw-r--r-- | src/Propellor/Property/Firewall.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Propellor/Property/Firewall.hs b/src/Propellor/Property/Firewall.hs index b598865f..68e9e9f8 100644 --- a/src/Propellor/Property/Firewall.hs +++ b/src/Propellor/Property/Firewall.hs @@ -1,4 +1,7 @@ -- |Properties for configuring firewall (iptables) rules +-- +-- Copyright 2014 Arnaud Bailly <arnaud.oqube@gmail.com> +-- License: BSD-2-Clause module Propellor.Property.Firewall( rule, installed, |
