diff options
Diffstat (limited to 'pandoc-lua-engine')
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 2 | ||||
| -rw-r--r-- | pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/LogMessage.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index 678002e5b..bcf2fb94b 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -4,7 +4,7 @@ version: 0.2.1.5 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md -copyright: © 2006-2022 John MacFarlane, 2017-2022 Albert Krewinkel +copyright: © 2006-2024 John MacFarlane, 2017-2024 Albert Krewinkel author: John MacFarlane, Albert Krewinkel maintainer: Albert Krewinkel <[email protected]> bug-reports: https://github.com/jgm/pandoc/issues diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/LogMessage.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/LogMessage.hs index 580b80134..b40093f69 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/LogMessage.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/LogMessage.hs @@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {- | Module : Text.Pandoc.Lua.Marshal.LogMessage - Copyright : © 2017-2023 Albert Krewinkel + Copyright : © 2017-2024 Albert Krewinkel License : GPL-2.0-or-later Maintainer : Albert Krewinkel <[email protected]> |
