aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Anneal.hs13
1 files changed, 13 insertions, 0 deletions
diff --git a/Anneal.hs b/Anneal.hs
index e35a90b..07094fc 100644
--- a/Anneal.hs
+++ b/Anneal.hs
@@ -1,3 +1,16 @@
+-----------------------------------------------------------------------------
+-- |
+-- Module : XMonadContrib.Anneal
+-- Copyright : (c) David Roundy
+-- License : BSD-style (see LICENSE)
+--
+-- Maintainer : David Roundy <droundy@darcs.org>
+-- Stability : unstable
+-- Portability : unportable
+--
+--
+-----------------------------------------------------------------------------
+
module XMonadContrib.Anneal ( Rated(Rated), the_value, the_rating
, anneal, annealMax ) where