aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout')
-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
4 files changed, 4 insertions, 7 deletions
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
--