aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-04-11 10:10:42 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-04-11 10:10:42 +0200
commitd76e7f9126de9708bb5f9519195c583a62e0fcf7 (patch)
treed73c9f32d69dd07977bf5b15f63db9ec5e2f0cf2 /Config.hs
parent207a0912b26c906af60e9f2a0261c3b2c5989c76 (diff)
downloadxmonad-d76e7f9126de9708bb5f9519195c583a62e0fcf7.tar.gz
xmonad-d76e7f9126de9708bb5f9519195c583a62e0fcf7.tar.xz
xmonad-d76e7f9126de9708bb5f9519195c583a62e0fcf7.zip
add license headers to two missing files
darcs-hash:20070411081042-9c5c1-05a68bbf16969dbb8854b37ab9b72e042d7fac9a.gz
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs12
1 files changed, 12 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
--