diff options
author | jao <jao@gnu.org> | 2019-03-17 00:11:19 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-03-17 00:11:19 +0000 |
commit | c54113906bf455c9c34e9cc5d80cf33dc9a61233 (patch) | |
tree | 980e000864bd4785263b33f708572366d9b800cf /src/Xmobar/App | |
parent | 02faecf4d350976e866ea78a884b1df3ac863500 (diff) | |
download | xmobar-c54113906bf455c9c34e9cc5d80cf33dc9a61233.tar.gz xmobar-c54113906bf455c9c34e9cc5d80cf33dc9a61233.tar.bz2 |
Copyright notice
Diffstat (limited to 'src/Xmobar/App')
-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 46a3ab6..dfb2f23 100644 --- a/src/Xmobar/App/Opts.hs +++ b/src/Xmobar/App/Opts.hs @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------ -- | -- Module: Xmobar.App.Opts --- Copyright: (c) 2018 Jose Antonio Ortega Ruiz +-- Copyright: (c) 2018, 2019 Jose Antonio Ortega Ruiz -- License: BSD3-style (see LICENSE) -- -- Maintainer: jao@gnu.org @@ -105,7 +105,7 @@ usage = usageInfo header options ++ footer info :: String info = "xmobar " ++ showVersion version ++ "\n (C) 2007 - 2010 Andrea Rossato " - ++ "\n (C) 2010 - 2018 Jose A Ortega Ruiz\n " + ++ "\n (C) 2010 - 2019 Jose A Ortega Ruiz\n " ++ mail ++ "\n" ++ license mail :: String |