summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorArnaud Bailly2014-10-31 07:55:03 +0100
committerJoey Hess2014-10-31 10:15:18 -0400
commit63560cde90691dbd51d1bdf0b484d0ff0bc9a763 (patch)
tree257ba06f29f287b2eb4cd65337c8dd4202e8ca2b /src/Propellor
parent4ce5e26ec87061b76c77857b81012d404eb5b35a (diff)
added licensing header
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/Firewall.hs3
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,