Update email and copyright

This commit is contained in:
Nils 2025-01-02 15:09:37 +01:00 committed by brandon s allbery kf8nh
parent d9e54c1b96
commit 195537e97e
2 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@
-- | -- |
-- Module : XMonad.Actions.OnScreen -- Module : XMonad.Actions.OnScreen
-- Description : Control workspaces on different screens (in xinerama mode). -- 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) -- License : BSD3-style (see LICENSE)
-- --
-- Maintainer : Nils Schweinsberg <mail@n-sch.de> -- Maintainer : Nils Schweinsberg <mail@nils.cc>
-- Stability : unstable -- Stability : unstable
-- Portability : unportable -- Portability : unportable
-- --

View File

@ -3,10 +3,10 @@
-- | -- |
-- Module : XMonad.Hooks.ScreenCorners -- Module : XMonad.Hooks.ScreenCorners
-- Description : Run X () actions by touching the edge of your screen with your mouse. -- 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) -- License : BSD3-style (see LICENSE)
-- --
-- Maintainer : Nils Schweinsberg <mail@n-sch.de> -- Maintainer : Nils Schweinsberg <mail@nils.cc>
-- Stability : unstable -- Stability : unstable
-- Portability : unportable -- Portability : unportable
-- --