aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoachim Fasting <joachim.fasting@gmail.com>2007-09-19 23:31:01 +0200
committerJoachim Fasting <joachim.fasting@gmail.com>2007-09-19 23:31:01 +0200
commitc7f7a42fc57cb8b974ffcb161f0e0298153d2ec0 (patch)
treecd68aabb1ab50ced7564faf9b51251efdab68430
parent9e31f923ae20f4cde90f795b836b9ba84be91d96 (diff)
downloadXMonadContrib-c7f7a42fc57cb8b974ffcb161f0e0298153d2ec0.tar.gz
XMonadContrib-c7f7a42fc57cb8b974ffcb161f0e0298153d2ec0.tar.xz
XMonadContrib-c7f7a42fc57cb8b974ffcb161f0e0298153d2ec0.zip
LayoutChoice.hs: update module header.
darcs-hash:20070919213101-928c4-708cfffe43af61ab38c200a8bcf70498b427ab89.gz
-rw-r--r--LayoutChoice.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/LayoutChoice.hs b/LayoutChoice.hs
index 94c4dd8..30f48d7 100644
--- a/LayoutChoice.hs
+++ b/LayoutChoice.hs
@@ -5,11 +5,11 @@
-- Copyright : (c) David Roundy
-- License : BSD-style (see xmonad/LICENSE)
--
--- Maintainer : email@address.com
+-- Maintainer : droundy@darcs.net
-- Stability : unstable
-- Portability : unportable
--
--- A tabbed layout for the Xmonad Window Manager
+-- A replacement for the default layout handling.
--
-----------------------------------------------------------------------------