diff options
author | jao <jao@gnu.org> | 2024-03-06 02:11:26 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-03-06 02:11:26 +0000 |
commit | 5f9c0e179f25b5d74ef8e10d43d5761c82fff8e8 (patch) | |
tree | 6357e8e6c080a6702d4babafc9ae7b9e622582f1 /src | |
parent | 9cdbef87cf7314ec9d0d9a0170e1ef796a834f4e (diff) | |
download | xmobar-5f9c0e179f25b5d74ef8e10d43d5761c82fff8e8.tar.gz xmobar-5f9c0e179f25b5d74ef8e10d43d5761c82fff8e8.tar.bz2 |
copyright years
Diffstat (limited to 'src')
-rw-r--r-- | src/Xmobar/App/Opts.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Xmobar/App/Opts.hs b/src/Xmobar/App/Opts.hs index 7e42374..36da745 100644 --- a/src/Xmobar/App/Opts.hs +++ b/src/Xmobar/App/Opts.hs @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------ -- | -- Module: Xmobar.App.Opts --- Copyright: (c) 2018, 2019, 2020, 2022, 2023 Jose Antonio Ortega Ruiz +-- Copyright: (c) 2018, 2019, 2020, 2022, 2023, 2024 Jose Antonio Ortega Ruiz -- License: BSD3-style (see LICENSE) -- -- Maintainer: jao@gnu.org @@ -116,7 +116,7 @@ usage = usageInfo header options ++ footer info :: String info = "xmobar " ++ showVersion version - ++ "\n (C) 2010 - 2023 Jose A Ortega Ruiz" + ++ "\n (C) 2010 - 2024 Jose A Ortega Ruiz" ++ "\n (C) 2007 - 2010 Andrea Rossato\n " ++ mail ++ "\n" ++ license ++ "\n" |