aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Config.hs12
-rw-r--r--Operations.hs12
2 files changed, 24 insertions, 0 deletions
diff --git a/Config.hs b/Config.hs
index f94705c..bfaadd5 100644
--- a/Config.hs
+++ b/Config.hs
@@ -1,3 +1,15 @@
+-----------------------------------------------------------------------------
+-- |
+-- Module : Config.hs
+-- Copyright : (c) Spencer Janssen 2007
+-- License : BSD3-style (see LICENSE)
+--
+-- Maintainer : dons@cse.unsw.edu.au
+-- Stability : stable
+-- Portability : portable
+--
+-----------------------------------------------------------------------------
+
module Config where
--
diff --git a/Operations.hs b/Operations.hs
index 333ea19..ffdaa0a 100644
--- a/Operations.hs
+++ b/Operations.hs
@@ -1,3 +1,15 @@
+-----------------------------------------------------------------------------
+-- |
+-- Module : Operations.hs
+-- Copyright : (c) Spencer Janssen 2007
+-- License : BSD3-style (see LICENSE)
+--
+-- Maintainer : dons@cse.unsw.edu.au
+-- Stability : stable
+-- Portability : portable
+--
+-----------------------------------------------------------------------------
+
module Operations where
import Data.List