diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/FreeBSD.hs | 7 | ||||
| -rw-r--r-- | src/Propellor/Property/FreeBSD/Pkg.hs | 7 | ||||
| -rw-r--r-- | src/Propellor/Property/FreeBSD/Poudriere.hs | 9 | ||||
| -rw-r--r-- | src/Propellor/Property/ZFS.hs | 7 | ||||
| -rw-r--r-- | src/Propellor/Property/ZFS/Process.hs | 7 | ||||
| -rw-r--r-- | src/Propellor/Property/ZFS/Properties.hs | 7 |
6 files changed, 18 insertions, 26 deletions
diff --git a/src/Propellor/Property/FreeBSD.hs b/src/Propellor/Property/FreeBSD.hs index 0943597f..af83fa8c 100644 --- a/src/Propellor/Property/FreeBSD.hs +++ b/src/Propellor/Property/FreeBSD.hs @@ -1,7 +1,6 @@ --- | FreeBSD Properties --- --- Copyright 2016 Evan Cofsky <evan@theunixman.com> --- License: BSD 2-clause +-- | Maintainer: 2016 Evan Cofsky <evan@theunixman.com> +-- +-- FreeBSD Properties -- -- This module is designed to be imported unqualified. 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 diff --git a/src/Propellor/Property/ZFS.hs b/src/Propellor/Property/ZFS.hs index e42861e5..7045e7eb 100644 --- a/src/Propellor/Property/ZFS.hs +++ b/src/Propellor/Property/ZFS.hs @@ -1,7 +1,6 @@ --- | ZFS properties --- --- Copyright 2016 Evan Cofsky <evan@theunixman.com> --- License: BSD 2-clause +-- | Maintainer: 2016 Evan Cofsky <evan@theunixman.com> +-- +-- ZFS properties module Propellor.Property.ZFS ( module Propellor.Property.ZFS.Properties diff --git a/src/Propellor/Property/ZFS/Process.hs b/src/Propellor/Property/ZFS/Process.hs index c6615252..61d4473c 100644 --- a/src/Propellor/Property/ZFS/Process.hs +++ b/src/Propellor/Property/ZFS/Process.hs @@ -1,7 +1,6 @@ --- | Functions running zfs processes. --- --- Copyright 2016 Evan Cofsky <evan@theunixman.com> --- License: BSD 2-clause +-- | Maintainer: 2016 Evan Cofsky <evan@theunixman.com> +-- +-- Functions running zfs processes. module Propellor.Property.ZFS.Process where diff --git a/src/Propellor/Property/ZFS/Properties.hs b/src/Propellor/Property/ZFS/Properties.hs index ba303bc3..026911ae 100644 --- a/src/Propellor/Property/ZFS/Properties.hs +++ b/src/Propellor/Property/ZFS/Properties.hs @@ -1,7 +1,6 @@ --- | Functions defining zfs Properties. --- --- Copyright 2016 Evan Cofsky <evan@theunixman.com> --- License: BSD 2-clause +-- | Maintainer: 2016 Evan Cofsky <evan@theunixman.com> +-- +-- Functions defining zfs Properties. module Propellor.Property.ZFS.Properties ( zfsExists, zfsSetProperties |
