summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/FreeBSD
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/FreeBSD')
-rw-r--r--src/Propellor/Property/FreeBSD/Pkg.hs7
-rw-r--r--src/Propellor/Property/FreeBSD/Poudriere.hs9
2 files changed, 6 insertions, 10 deletions
diff --git a/src/Propellor/Property/FreeBSD/Pkg.hs b/src/Propellor/Property/FreeBSD/Pkg.hs
index 7e02d99b..ad9b5f24 100644
--- a/src/Propellor/Property/FreeBSD/Pkg.hs
+++ b/src/Propellor/Property/FreeBSD/Pkg.hs
@@ -1,7 +1,6 @@
--- | FreeBSD pkgng properties
---
--- Copyright 2016 Evan Cofsky <evan@theunixman.com>
--- License: BSD 2-clause
+-- | Maintainer: 2016 Evan Cofsky <evan@theunixman.com>
+--
+-- FreeBSD pkgng properties
{-# Language ScopedTypeVariables, GeneralizedNewtypeDeriving #-}
diff --git a/src/Propellor/Property/FreeBSD/Poudriere.hs b/src/Propellor/Property/FreeBSD/Poudriere.hs
index 217e6e5a..b6b9098a 100644
--- a/src/Propellor/Property/FreeBSD/Poudriere.hs
+++ b/src/Propellor/Property/FreeBSD/Poudriere.hs
@@ -1,12 +1,9 @@
--- | FreeBSD Poudriere properties
---
--- Copyright 2016 Evan Cofsky <evan@theunixman.com>
--- License: BSD 2-clause
+-- | Maintainer: 2016 Evan Cofsky <evan@theunixman.com>
+--
+-- FreeBSD Poudriere properties
{-# Language GeneralizedNewtypeDeriving #-}
--- | Maintainer: Evan Cofsky <evan@theunixman.com>
-
module Propellor.Property.FreeBSD.Poudriere where
import Propellor.Base