diff --git a/XMonad/Actions/OnScreen.hs b/XMonad/Actions/OnScreen.hs index 375a5107..f1e432f8 100644 --- a/XMonad/Actions/OnScreen.hs +++ b/XMonad/Actions/OnScreen.hs @@ -2,10 +2,10 @@ -- | -- Module : XMonad.Actions.OnScreen -- Description : Control workspaces on different screens (in xinerama mode). --- Copyright : (c) 2009 Nils Schweinsberg +-- Copyright : (c) 2009-2025 Nils Schweinsberg -- License : BSD3-style (see LICENSE) -- --- Maintainer : Nils Schweinsberg +-- Maintainer : Nils Schweinsberg -- Stability : unstable -- Portability : unportable -- diff --git a/XMonad/Hooks/ScreenCorners.hs b/XMonad/Hooks/ScreenCorners.hs index 69d79e31..74d3026d 100644 --- a/XMonad/Hooks/ScreenCorners.hs +++ b/XMonad/Hooks/ScreenCorners.hs @@ -3,10 +3,10 @@ -- | -- Module : XMonad.Hooks.ScreenCorners -- Description : Run X () actions by touching the edge of your screen with your mouse. --- Copyright : (c) 2009 Nils Schweinsberg, 2015 Evgeny Kurnevsky, 2024 Yuanle Song +-- Copyright : (c) 2009-2025 Nils Schweinsberg, 2015 Evgeny Kurnevsky, 2024 Yuanle Song -- License : BSD3-style (see LICENSE) -- --- Maintainer : Nils Schweinsberg +-- Maintainer : Nils Schweinsberg -- Stability : unstable -- Portability : unportable --