summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-19 11:00:18 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-19 11:00:18 +0200
commit8e0b60f6a105d3d2eec059130a72df40b71e4bd6 (patch)
treea828ee75eabd6f4aeff0ccad964d19be22fcb8a0
parent1b10d6da86fafb1f65f50f7256aa4cb756b5a51c (diff)
downloadxmobar-8e0b60f6a105d3d2eec059130a72df40b71e4bd6.tar.gz
xmobar-8e0b60f6a105d3d2eec059130a72df40b71e4bd6.tar.bz2
added license and some info
darcs-hash:20070619090018-d6583-c5d5d0cc95d72b9df434a66150fc08232f4b587a.gz
-rw-r--r--xmobar.hs14
1 files changed, 14 insertions, 0 deletions
diff --git a/xmobar.hs b/xmobar.hs
index f8d1ffc..5da326f 100644
--- a/xmobar.hs
+++ b/xmobar.hs
@@ -1,3 +1,17 @@
+-----------------------------------------------------------------------------
+-- |
+-- Module : XMobar
+-- Copyright : (c) Andrea Rossato
+-- License : BSD-style (see xmonad/LICENSE)
+--
+-- Maintainer : Andrea Rossato <andrea.rossato@unibz.it>
+-- Stability : unstable
+-- Portability : unportable
+--
+-- A status bar for the Xmonad Window Manager
+--
+-----------------------------------------------------------------------------
+
module Main where
import Graphics.X11.Xlib