diff options
Diffstat (limited to 'pandoc-cli')
| -rw-r--r-- | pandoc-cli/lua/PandocCLI/Lua.hs | 2 | ||||
| -rw-r--r-- | pandoc-cli/no-lua/PandocCLI/Lua.hs | 2 | ||||
| -rw-r--r-- | pandoc-cli/no-server/PandocCLI/Server.hs | 2 | ||||
| -rw-r--r-- | pandoc-cli/server/PandocCLI/Server.hs | 2 | ||||
| -rw-r--r-- | pandoc-cli/src/pandoc.hs | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/pandoc-cli/lua/PandocCLI/Lua.hs b/pandoc-cli/lua/PandocCLI/Lua.hs index 8c50e66b3..368f9cf49 100644 --- a/pandoc-cli/lua/PandocCLI/Lua.hs +++ b/pandoc-cli/lua/PandocCLI/Lua.hs @@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {- | Module : PandocCLI.Lua - Copyright : © 2022 Albert Krewinkel + Copyright : © 2022-2023 Albert Krewinkel License : GPL-2.0-or-later Maintainer : Albert Krewinkel <albert@zeitkraut.de> diff --git a/pandoc-cli/no-lua/PandocCLI/Lua.hs b/pandoc-cli/no-lua/PandocCLI/Lua.hs index 7ada019e8..81e0c8de0 100644 --- a/pandoc-cli/no-lua/PandocCLI/Lua.hs +++ b/pandoc-cli/no-lua/PandocCLI/Lua.hs @@ -1,6 +1,6 @@ {- | Module : PandocCLI.Lua - Copyright : © 2022 Albert Krewinkel + Copyright : © 2022-2023 Albert Krewinkel License : GPL-2.0-or-later Maintainer : Albert Krewinkel <albert@zeitkraut.de> diff --git a/pandoc-cli/no-server/PandocCLI/Server.hs b/pandoc-cli/no-server/PandocCLI/Server.hs index c2b391cbd..2a911a272 100644 --- a/pandoc-cli/no-server/PandocCLI/Server.hs +++ b/pandoc-cli/no-server/PandocCLI/Server.hs @@ -1,6 +1,6 @@ {- | Module : PandocCLI.Server - Copyright : © 2006-2022 John MacFarlane + Copyright : © 2006-2023 John MacFarlane License : GPL-2.0-or-later Maintainer : John MacFarlane <jgm@berkeley@edu> diff --git a/pandoc-cli/server/PandocCLI/Server.hs b/pandoc-cli/server/PandocCLI/Server.hs index 55cc9ffbd..2c7e7b961 100644 --- a/pandoc-cli/server/PandocCLI/Server.hs +++ b/pandoc-cli/server/PandocCLI/Server.hs @@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {- | Module : Main - Copyright : © 2006-2022 John MacFarlane + Copyright : © 2006-2023 John MacFarlane License : GPL-2.0-or-later Maintainer : John MacFarlane <jgm@berkeley@edu> diff --git a/pandoc-cli/src/pandoc.hs b/pandoc-cli/src/pandoc.hs index 6bf54bda3..63f08a719 100644 --- a/pandoc-cli/src/pandoc.hs +++ b/pandoc-cli/src/pandoc.hs @@ -2,7 +2,7 @@ {-# LANGUAGE TemplateHaskell #-} {- | Module : Main - Copyright : Copyright (C) 2006-2022 John MacFarlane + Copyright : Copyright (C) 2006-2023 John MacFarlane License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm@berkeley@edu> @@ -70,7 +70,7 @@ main = E.handle (handleError . Left) $ do copyrightMessage :: String copyrightMessage = - "Copyright (C) 2006-2022 John MacFarlane. Web: https://pandoc.org\n" + "Copyright (C) 2006-2023 John MacFarlane. Web: https://pandoc.org\n" ++ "This is free software; see the source for copying conditions. There is no\n" ++ |
