diff options
Diffstat (limited to 'src/Propellor/Property/ZFS')
| -rw-r--r-- | src/Propellor/Property/ZFS/Process.hs | 7 | ||||
| -rw-r--r-- | src/Propellor/Property/ZFS/Properties.hs | 7 |
2 files changed, 6 insertions, 8 deletions
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 |
