diff options
author | Sigbjorn Finne <sof@galois.com> | 2008-09-19 09:55:01 -0700 |
---|---|---|
committer | Sigbjorn Finne <sof@galois.com> | 2008-09-19 09:55:01 -0700 |
commit | 3bc46d19146c73a7984bacb2b8685989b6a4b2da (patch) | |
tree | 8fdaae862b0493121bd2deace35d0ac01cd85775 /Codec/MIME/Type.hs | |
parent | 7567f36fdfc9f6416bba4db23e4f9bbdcf874dff (diff) |
fix terrible QP encoding snafu + tidyups
Diffstat (limited to 'Codec/MIME/Type.hs')
-rw-r--r-- | Codec/MIME/Type.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Codec/MIME/Type.hs b/Codec/MIME/Type.hs index 7f40554..8d9830a 100644 --- a/Codec/MIME/Type.hs +++ b/Codec/MIME/Type.hs @@ -1,9 +1,10 @@ {- | Module : MIME.Type - Copyright : (c) 2006-2007 Galois Inc. + Copyright : (c) 2006-2008, Galois Inc. +- License : BSD3 - Maintainer : tse-dev-team@galois.com + Maintainer : Sigbjorn Finne <sof@galois.com> Stability : unstable Portability : GHC |