aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authormoserq <moserq@gmail.com>2010-10-01 12:43:00 +0200
committermoserq <moserq@gmail.com>2010-10-01 12:43:00 +0200
commit5f455bb648f35843772a6ceca756d90bccce5fb0 (patch)
treea91b0dfe601e66dde4cef9ea6b9c70b1203b19b8 /XMonad
parent86244fae66ff444a318895680764d29517295fa5 (diff)
downloadXMonadContrib-5f455bb648f35843772a6ceca756d90bccce5fb0.tar.gz
XMonadContrib-5f455bb648f35843772a6ceca756d90bccce5fb0.tar.xz
XMonadContrib-5f455bb648f35843772a6ceca756d90bccce5fb0.zip
Orphan my modules
Ignore-this: 781ebf36f25a94df96fde5f7bb7bc53e darcs-hash:20101001104300-88fd0-873c177e11b9e4bed41fc29048e45ca165e369f2.gz
Diffstat (limited to '')
-rw-r--r--XMonad/Actions/MessageFeedback.hs2
-rw-r--r--XMonad/Hooks/FloatNext.hs2
-rw-r--r--XMonad/Hooks/Place.hs2
-rw-r--r--XMonad/Layout/Groups.hs5
-rw-r--r--XMonad/Layout/Groups/Examples.hs2
-rw-r--r--XMonad/Layout/Renamed.hs2
-rw-r--r--XMonad/Layout/ZoomRow.hs2
-rw-r--r--XMonad/Util/Stack.hs2
8 files changed, 8 insertions, 11 deletions
diff --git a/XMonad/Actions/MessageFeedback.hs b/XMonad/Actions/MessageFeedback.hs
index 0b1b948..1928d33 100644
--- a/XMonad/Actions/MessageFeedback.hs
+++ b/XMonad/Actions/MessageFeedback.hs
@@ -4,7 +4,7 @@
-- Copyright : (c) Quentin Moser <moserq@gmail.com>
-- License : BSD3
--
--- Maintainer : <moserq@gmail.com>
+-- Maintainer : orphaned
-- Stability : unstable
-- Portability : unportable
--
diff --git a/XMonad/Hooks/FloatNext.hs b/XMonad/Hooks/FloatNext.hs
index b7e3576..29dc59e 100644
--- a/XMonad/Hooks/FloatNext.hs
+++ b/XMonad/Hooks/FloatNext.hs
@@ -5,7 +5,7 @@
-- Copyright : Quentin Moser <moserq@gmail.com>
-- License : BSD-style (see LICENSE)
--
--- Maintainer : Quentin Moser <moserq@gmail.com>
+-- Maintainer : orphaned
-- Stability : unstable
-- Portability : unportable
--
diff --git a/XMonad/Hooks/Place.hs b/XMonad/Hooks/Place.hs
index 98f7dc1..65d3e49 100644
--- a/XMonad/Hooks/Place.hs
+++ b/XMonad/Hooks/Place.hs
@@ -4,7 +4,7 @@
-- Copyright : Quentin Moser <moserq@gmail.com>
-- License : BSD-style (see LICENSE)
--
--- Maintainer : Quentin Moser <moserq@gmail.com>
+-- Maintainer : orphaned
-- Stability : unstable
-- Portability : unportable
--
diff --git a/XMonad/Layout/Groups.hs b/XMonad/Layout/Groups.hs
index e0d8efb..899ae62 100644
--- a/XMonad/Layout/Groups.hs
+++ b/XMonad/Layout/Groups.hs
@@ -9,16 +9,13 @@
-- Copyright : Quentin Moser <moserq@gmail.com>
-- License : BSD-style (see LICENSE)
--
--- Maintainer : Quentin Moser <moserq@gmail.com>
+-- Maintainer : orphaned
-- Stability : unstable
-- Portability : unportable
--
-- Two-level layout with windows split in individual layout groups,
-- themselves managed by a user-provided layout.
--
--- NOTE: this module has redundancies with "XMonad.Layout.SubLayouts", and
--- will be removed once merged.
---
-----------------------------------------------------------------------------
module XMonad.Layout.Groups ( -- * Usage
diff --git a/XMonad/Layout/Groups/Examples.hs b/XMonad/Layout/Groups/Examples.hs
index 79476ee..a5d1770 100644
--- a/XMonad/Layout/Groups/Examples.hs
+++ b/XMonad/Layout/Groups/Examples.hs
@@ -7,7 +7,7 @@
-- Copyright : Quentin Moser <moserq@gmail.com>
-- License : BSD-style (see LICENSE)
--
--- Maintainer : Quentin Moser <moserq@gmail.com>
+-- Maintainer : orphaned
-- Stability : unstable
-- Portability : unportable
--
diff --git a/XMonad/Layout/Renamed.hs b/XMonad/Layout/Renamed.hs
index c6c1a05..5d55b86 100644
--- a/XMonad/Layout/Renamed.hs
+++ b/XMonad/Layout/Renamed.hs
@@ -6,7 +6,7 @@
-- Copyright : Quentin Moser <moserq@gmail.com>
-- License : BSD-style (see LICENSE)
--
--- Maintainer : Quentin Moser <moserq@gmail.com>
+-- Maintainer : orphaned
-- Stability : unstable
-- Portability : unportable
--
diff --git a/XMonad/Layout/ZoomRow.hs b/XMonad/Layout/ZoomRow.hs
index 8c09895..c279bba 100644
--- a/XMonad/Layout/ZoomRow.hs
+++ b/XMonad/Layout/ZoomRow.hs
@@ -9,7 +9,7 @@
-- Copyright : Quentin Moser <moserq@gmail.com>
-- License : BSD-style (see LICENSE)
--
--- Maintainer : Quentin Moser <moserq@gmail.com>
+-- Maintainer : orphaned
-- Stability : unstable
-- Portability : unportable
--
diff --git a/XMonad/Util/Stack.hs b/XMonad/Util/Stack.hs
index 387bdbb..eb58a16 100644
--- a/XMonad/Util/Stack.hs
+++ b/XMonad/Util/Stack.hs
@@ -6,7 +6,7 @@
-- Copyright : Quentin Moser <moserq@gmail.com>
-- License : BSD-style (see LICENSE)
--
--- Maintainer : Quentin Moser <moserq@gmail.com>
+-- Maintainer : orphaned
-- Stability : unstable
-- Portability : unportable
--