diff options
-rw-r--r-- | Main.hs | 2 | ||||
-rw-r--r-- | XMonad/Core.hs | 2 | ||||
-rw-r--r-- | XMonad/Layout.hs | 2 | ||||
-rw-r--r-- | XMonad/Main.hs | 2 | ||||
-rw-r--r-- | XMonad/ManageHook.hs | 2 | ||||
-rw-r--r-- | XMonad/Operations.hs | 2 | ||||
-rw-r--r-- | XMonad/StackSet.hs | 2 |
7 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ ---------------------------------------------------------------------------- -- | --- Module : Main.hs +-- Module : Main -- Copyright : (c) Spencer Janssen 2007 -- License : BSD3-style (see LICENSE) -- diff --git a/XMonad/Core.hs b/XMonad/Core.hs index 0e35e4b..9a302bd 100644 --- a/XMonad/Core.hs +++ b/XMonad/Core.hs @@ -5,7 +5,7 @@ ----------------------------------------------------------------------------- -- | --- Module : XMonad/Core.hs +-- Module : XMonad.Core -- Copyright : (c) Spencer Janssen 2007 -- License : BSD3-style (see LICENSE) -- diff --git a/XMonad/Layout.hs b/XMonad/Layout.hs index 86622fa..01c0428 100644 --- a/XMonad/Layout.hs +++ b/XMonad/Layout.hs @@ -3,7 +3,7 @@ -- -------------------------------------------------------------------------- -- | --- Module : Layouts.hs +-- Module : XMonad.Layout -- Copyright : (c) Spencer Janssen 2007 -- License : BSD3-style (see LICENSE) -- diff --git a/XMonad/Main.hs b/XMonad/Main.hs index a94078a..a312333 100644 --- a/XMonad/Main.hs +++ b/XMonad/Main.hs @@ -1,7 +1,7 @@ {-# LANGUAGE MultiParamTypeClasses, FlexibleContexts #-} ---------------------------------------------------------------------------- -- | --- Module : Core.hs +-- Module : XMonad.Main -- Copyright : (c) Spencer Janssen 2007 -- License : BSD3-style (see LICENSE) -- diff --git a/XMonad/ManageHook.hs b/XMonad/ManageHook.hs index a0d47c8..072fe1f 100644 --- a/XMonad/ManageHook.hs +++ b/XMonad/ManageHook.hs @@ -2,7 +2,7 @@ ----------------------------------------------------------------------------- -- | --- Module : XMonad/ManageHook.hs +-- Module : XMonad.ManageHook -- Copyright : (c) Spencer Janssen 2007 -- License : BSD3-style (see LICENSE) -- diff --git a/XMonad/Operations.hs b/XMonad/Operations.hs index 6ed32f4..f13e2ca 100644 --- a/XMonad/Operations.hs +++ b/XMonad/Operations.hs @@ -4,7 +4,7 @@ -- -------------------------------------------------------------------------- -- | --- Module : Operations.hs +-- Module : XMonad.Operations -- Copyright : (c) Spencer Janssen 2007 -- License : BSD3-style (see LICENSE) -- diff --git a/XMonad/StackSet.hs b/XMonad/StackSet.hs index 2986631..a5fa4da 100644 --- a/XMonad/StackSet.hs +++ b/XMonad/StackSet.hs @@ -2,7 +2,7 @@ ----------------------------------------------------------------------------- -- | --- Module : StackSet +-- Module : XMonad.StackSet -- Copyright : (c) Don Stewart 2007 -- License : BSD3-style (see LICENSE) -- |