aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/System.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-04-25 18:16:49 -0700
committerJohn MacFarlane <[email protected]>2024-04-25 18:16:49 -0700
commit03630a2c6e2ab1d42355e6b7edbcc2714894b87e (patch)
treef7451850849bd99b54cdbd72a6e603dab070994d /pandoc-lua-engine/src/Text/Pandoc/Lua/Module/System.hs
parent1904fa53fa1f4761bd26ee502c7536fecf5e82e4 (diff)
Update copyright dates to 2024.
Diffstat (limited to 'pandoc-lua-engine/src/Text/Pandoc/Lua/Module/System.hs')
-rw-r--r--pandoc-lua-engine/src/Text/Pandoc/Lua/Module/System.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/System.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/System.hs
index aaed54b48..9211638ac 100644
--- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/System.hs
+++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/System.hs
@@ -3,7 +3,7 @@
{-# LANGUAGE TypeApplications #-}
{- |
Module : Text.Pandoc.Lua.Module.System
- Copyright : © 2019-2023 Albert Krewinkel
+ Copyright : © 2019-2024 Albert Krewinkel
License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <[email protected]>