aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2009-10-12 06:10:55 +0200
committerAdam Vogt <vogt.adam@gmail.com>2009-10-12 06:10:55 +0200
commit0cdc53fc9bf88954783e2af199cf62a1068a67b8 (patch)
treeb62099ef5697362ebf33e3da5fad58667367fd19 /XMonad
parent7e84203209a49b93947e5bd432a90ab9e4a05bb0 (diff)
downloadXMonadContrib-0cdc53fc9bf88954783e2af199cf62a1068a67b8.tar.gz
XMonadContrib-0cdc53fc9bf88954783e2af199cf62a1068a67b8.tar.xz
XMonadContrib-0cdc53fc9bf88954783e2af199cf62a1068a67b8.zip
Add Portability and Stability boilerplate for a couple modules.
Ignore-this: 7d875c5e47535a11e26f9a604a01fe88 Needed for automating the generation of the Doc.Extending module summaries. darcs-hash:20091012041055-1499c-c6024b23b125ddc94f3daa33437bf494434362ce.gz
Diffstat (limited to 'XMonad')
-rw-r--r--XMonad/Actions/WindowNavigation.hs2
-rw-r--r--XMonad/Config/Azerty.hs2
-rw-r--r--XMonad/Config/Desktop.hs2
-rw-r--r--XMonad/Config/Gnome.hs2
-rw-r--r--XMonad/Config/Kde.hs2
-rw-r--r--XMonad/Config/Xfce.hs2
6 files changed, 12 insertions, 0 deletions
diff --git a/XMonad/Actions/WindowNavigation.hs b/XMonad/Actions/WindowNavigation.hs
index 8289c27..a4769eb 100644
--- a/XMonad/Actions/WindowNavigation.hs
+++ b/XMonad/Actions/WindowNavigation.hs
@@ -5,6 +5,8 @@
-- Devin Mullins <me@twifkak.com>
-- Maintainer : Devin Mullins <me@twifkak.com>
-- License : BSD3-style (see LICENSE)
+-- Stability : unstable
+-- Portability : unportable
--
-- This is a rewrite of "XMonad.Layout.WindowNavigation". WindowNavigation
-- lets you assign keys to move up\/down\/left\/right, based on actual cartesian
diff --git a/XMonad/Config/Azerty.hs b/XMonad/Config/Azerty.hs
index 06e987e..478bf19 100644
--- a/XMonad/Config/Azerty.hs
+++ b/XMonad/Config/Azerty.hs
@@ -7,6 +7,8 @@
-- License : BSD
--
-- Maintainer : Devin Mullins <me@twifkak.com>
+-- Stability : stable
+-- Portability : unportable
--
-- This module fixes some of the keybindings for the francophone among you who
-- use an AZERTY keyboard layout. Config stolen from TeXitoi's config on the
diff --git a/XMonad/Config/Desktop.hs b/XMonad/Config/Desktop.hs
index 1959aa8..d5bd47d 100644
--- a/XMonad/Config/Desktop.hs
+++ b/XMonad/Config/Desktop.hs
@@ -7,6 +7,8 @@
-- License : BSD
--
-- Maintainer : Spencer Janssen <spencerjanssen@gmail.com>
+-- Stability : unstable
+-- Portability : unportable
--
-- This module provides a config suitable for use with a desktop
-- environment such as KDE or GNOME.
diff --git a/XMonad/Config/Gnome.hs b/XMonad/Config/Gnome.hs
index aead151..43a481d 100644
--- a/XMonad/Config/Gnome.hs
+++ b/XMonad/Config/Gnome.hs
@@ -7,6 +7,8 @@
-- License : BSD
--
-- Maintainer : Spencer Janssen <spencerjanssen@gmail.com>
+-- Stability : unstable
+-- Portability : unportable
--
-- This module provides a config suitable for use with the GNOME desktop
-- environment.
diff --git a/XMonad/Config/Kde.hs b/XMonad/Config/Kde.hs
index 374c647..fca9f83 100644
--- a/XMonad/Config/Kde.hs
+++ b/XMonad/Config/Kde.hs
@@ -7,6 +7,8 @@
-- License : BSD
--
-- Maintainer : Spencer Janssen <spencerjanssen@gmail.com>
+-- Stability : unstable
+-- Portability : unportable
--
-- This module provides a config suitable for use with the KDE desktop
-- environment.
diff --git a/XMonad/Config/Xfce.hs b/XMonad/Config/Xfce.hs
index 0cf4dc8..d3fb53e 100644
--- a/XMonad/Config/Xfce.hs
+++ b/XMonad/Config/Xfce.hs
@@ -7,6 +7,8 @@
-- License : BSD
--
-- Maintainer : Ivan Miljenovic <Ivan.Miljenovic@gmail.com>
+-- Stability : unstable
+-- Portability : unportable
--
-- This module provides a config suitable for use with the Xfce desktop
-- environment.