diff --git a/Anneal.hs b/Anneal.hs index e35a90ba..07094fc0 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 +-- Stability : unstable +-- Portability : unportable +-- +-- +----------------------------------------------------------------------------- + module XMonadContrib.Anneal ( Rated(Rated), the_value, the_rating , anneal, annealMax ) where