This commit is contained in:
Spencer Janssen
2008-07-14 20:40:05 +00:00
parent cfaadb644e
commit 94101637c9
9 changed files with 16 additions and 16 deletions

View File

@@ -1,10 +1,10 @@
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- | -- |
-- Module : XMonad.Actions.DeManage -- Module : XMonad.Actions.DeManage
-- Copyright : (c) Spencer Janssen <sjanssen@cse.unl.edu> -- Copyright : (c) Spencer Janssen <spencerjanssen@gmail.com>
-- License : BSD3-style (see LICENSE) -- License : BSD3-style (see LICENSE)
-- --
-- Maintainer : Spencer Janssen <sjanssen@cse.unl.edu> -- Maintainer : Spencer Janssen <spencerjanssen@gmail.com>
-- Stability : unstable -- Stability : unstable
-- Portability : unportable -- Portability : unportable
-- --

View File

@@ -3,10 +3,10 @@
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- | -- |
-- Module : XMonad.Config.Desktop -- Module : XMonad.Config.Desktop
-- Copyright : (c) Spencer Janssen <sjanssen@cse.unl.edu> -- Copyright : (c) Spencer Janssen <spencerjanssen@gmail.com>
-- License : BSD -- License : BSD
-- --
-- Maintainer : Spencer Janssen <sjanssen@cse.unl.edu> -- Maintainer : Spencer Janssen <spencerjanssen@gmail.com>
-- --
-- This module provides a config suitable for use with a desktop -- This module provides a config suitable for use with a desktop
-- environment such as KDE or GNOME. -- environment such as KDE or GNOME.

View File

@@ -3,10 +3,10 @@
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- | -- |
-- Module : XMonad.Config.Gnome -- Module : XMonad.Config.Gnome
-- Copyright : (c) Spencer Janssen <sjanssen@cse.unl.edu> -- Copyright : (c) Spencer Janssen <spencerjanssen@gmail.com>
-- License : BSD -- License : BSD
-- --
-- Maintainer : Spencer Janssen <sjanssen@cse.unl.edu> -- Maintainer : Spencer Janssen <spencerjanssen@gmail.com>
-- --
-- This module provides a config suitable for use with the GNOME desktop -- This module provides a config suitable for use with the GNOME desktop
-- environment. -- environment.

View File

@@ -3,10 +3,10 @@
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- | -- |
-- Module : XMonad.Config.Kde -- Module : XMonad.Config.Kde
-- Copyright : (c) Spencer Janssen <sjanssen@cse.unl.edu> -- Copyright : (c) Spencer Janssen <spencerjanssen@gmail.com>
-- License : BSD -- License : BSD
-- --
-- Maintainer : Spencer Janssen <sjanssen@cse.unl.edu> -- Maintainer : Spencer Janssen <spencerjanssen@gmail.com>
-- --
-- This module provides a config suitable for use with the KDE desktop -- This module provides a config suitable for use with the KDE desktop
-- environment. -- environment.

View File

@@ -4,7 +4,7 @@
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- | -- |
-- Module : XMonad.Layout.DragPane -- Module : XMonad.Layout.DragPane
-- Copyright : (c) Spencer Janssen <sjanssen@cse.unl.edu> -- Copyright : (c) Spencer Janssen <spencerjanssen@gmail.com>
-- David Roundy <droundy@darcs.net>, -- David Roundy <droundy@darcs.net>,
-- Andrea Rossato <andrea.rossato@unibz.it> -- Andrea Rossato <andrea.rossato@unibz.it>
-- License : BSD3-style (see LICENSE) -- License : BSD3-style (see LICENSE)

View File

@@ -3,10 +3,10 @@
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- | -- |
-- Module : XMonad.Layout.TwoPane -- Module : XMonad.Layout.TwoPane
-- Copyright : (c) Spencer Janssen <sjanssen@cse.unl.edu> -- Copyright : (c) Spencer Janssen <spencerjanssen@gmail.com>
-- License : BSD3-style (see LICENSE) -- License : BSD3-style (see LICENSE)
-- --
-- Maintainer : Spencer Janssen <sjanssen@cse.unl.edu> -- Maintainer : Spencer Janssen <spencerjanssen@gmail.com>
-- Stability : unstable -- Stability : unstable
-- Portability : unportable -- Portability : unportable
-- --

View File

@@ -1,10 +1,10 @@
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- | -- |
-- Module : XMonad.Util.Dmenu -- Module : XMonad.Util.Dmenu
-- Copyright : (c) Spencer Janssen <sjanssen@cse.unl.edu> -- Copyright : (c) Spencer Janssen <spencerjanssen@gmail.com>
-- License : BSD-style (see LICENSE) -- License : BSD-style (see LICENSE)
-- --
-- Maintainer : Spencer Janssen <sjanssen@cse.unl.edu> -- Maintainer : Spencer Janssen <spencerjanssen@gmail.com>
-- Stability : unstable -- Stability : unstable
-- Portability : unportable -- Portability : unportable
-- --

View File

@@ -1,10 +1,10 @@
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- | -- |
-- Module : XMonad.Util.WorkspaceCompare -- Module : XMonad.Util.WorkspaceCompare
-- Copyright : (c) Spencer Janssen <sjanssen@cse.unl.edu> -- Copyright : (c) Spencer Janssen <spencerjanssen@gmail.com>
-- License : BSD3-style (see LICENSE) -- License : BSD3-style (see LICENSE)
-- --
-- Maintainer : Spencer Janssen <sjanssen@cse.unl.edu> -- Maintainer : Spencer Janssen <spencerjanssen@gmail.com>
-- Stability : unstable -- Stability : unstable
-- Portability : unportable -- Portability : unportable
-- --

View File

@@ -20,7 +20,7 @@ category: System
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
author: Spencer Janssen author: Spencer Janssen
maintainer: sjanssen@cse.unl.edu maintainer: spencerjanssen@gmail.com
extra-source-files: README scripts/generate-configs scripts/run-xmonad.sh extra-source-files: README scripts/generate-configs scripts/run-xmonad.sh
scripts/xinitrc scripts/xmonad-acpi.c scripts/xinitrc scripts/xmonad-acpi.c
scripts/xmonad-clock.c tests/test_SwapWorkspaces.hs scripts/xmonad-clock.c tests/test_SwapWorkspaces.hs