summaryrefslogtreecommitdiffstats
path: root/Codec/MIME/QuotedPrintable.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2008-01-04 16:24:00 -0800
committerDon Stewart <dons@galois.com>2008-01-04 16:24:00 -0800
commit3f2504c8c3861d37d163d6cdd7d953eb1d352501 (patch)
tree4b0106357968d7fbfef1077357b2c8319af31ad4 /Codec/MIME/QuotedPrintable.hs
parent35f0f40cfabeb49b468c6ae3c68fedded145a022 (diff)
Name space fixes
Diffstat (limited to 'Codec/MIME/QuotedPrintable.hs')
-rw-r--r--Codec/MIME/QuotedPrintable.hs15
1 files changed, 14 insertions, 1 deletions
diff --git a/Codec/MIME/QuotedPrintable.hs b/Codec/MIME/QuotedPrintable.hs
index 514ce4e..d6c058e 100644
--- a/Codec/MIME/QuotedPrintable.hs
+++ b/Codec/MIME/QuotedPrintable.hs
@@ -1,4 +1,17 @@
-module MIME.QuotedPrintable where
+--------------------------------------------------------------------
+-- |
+-- Module : Codec.MIME.QuotedPrintable
+-- Copyright : (c) Galois, Inc. 2008
+-- License : BSD3
+--
+-- Maintainer:
+-- Stability : provisional
+-- Portability:
+--
+--------------------------------------------------------------------
+
+
+module Codec.MIME.QuotedPrintable where
import Data.Char