diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-07 17:13:54 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-07 17:13:54 -0400 |
| commit | b4e7158777e11959fbaf11633ed0aa97168621b3 (patch) | |
| tree | 600d2c5ac41b81224921f251e7b4106e0e29c0a9 /src/Propellor/Property/ZFS/Process.hs | |
| parent | 3422b19067f235f864b641099599c7a543edd201 (diff) | |
adjust haddock headers
for some reason I asked the author to put the copyright in there, but
Propellor doesn't do per-file copyrights; it's all BSD. Also, make the
maintainer show up in haddock.
Diffstat (limited to 'src/Propellor/Property/ZFS/Process.hs')
| -rw-r--r-- | src/Propellor/Property/ZFS/Process.hs | 7 |
1 files changed, 3 insertions, 4 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 |
