aboutsummaryrefslogtreecommitdiff
path: root/xml-light/Text/Pandoc/XML
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 /xml-light/Text/Pandoc/XML
parent1904fa53fa1f4761bd26ee502c7536fecf5e82e4 (diff)
Update copyright dates to 2024.
Diffstat (limited to 'xml-light/Text/Pandoc/XML')
-rw-r--r--xml-light/Text/Pandoc/XML/Light.hs2
-rw-r--r--xml-light/Text/Pandoc/XML/Light/Output.hs2
-rw-r--r--xml-light/Text/Pandoc/XML/Light/Proc.hs2
-rw-r--r--xml-light/Text/Pandoc/XML/Light/Types.hs2
4 files changed, 4 insertions, 4 deletions
diff --git a/xml-light/Text/Pandoc/XML/Light.hs b/xml-light/Text/Pandoc/XML/Light.hs
index 4afeb6e66..bb2fdadfb 100644
--- a/xml-light/Text/Pandoc/XML/Light.hs
+++ b/xml-light/Text/Pandoc/XML/Light.hs
@@ -2,7 +2,7 @@
{-# LANGUAGE OverloadedStrings #-}
{- |
Module : Text.Pandoc.XML.Light
- Copyright : Copyright (C) 2021-2023 John MacFarlane
+ Copyright : Copyright (C) 2021-2024 John MacFarlane
License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <[email protected]>
diff --git a/xml-light/Text/Pandoc/XML/Light/Output.hs b/xml-light/Text/Pandoc/XML/Light/Output.hs
index d54690ec7..2f865308e 100644
--- a/xml-light/Text/Pandoc/XML/Light/Output.hs
+++ b/xml-light/Text/Pandoc/XML/Light/Output.hs
@@ -2,7 +2,7 @@
{-# LANGUAGE OverloadedStrings #-}
{- |
Module : Text.Pandoc.XML.Light.Output
- Copyright : Copyright (C) 2007 Galois, Inc., 2021-2023 John MacFarlane
+ Copyright : Copyright (C) 2007 Galois, Inc., 2021-2024 John MacFarlane
License : GNU GPL, version 2 or above
diff --git a/xml-light/Text/Pandoc/XML/Light/Proc.hs b/xml-light/Text/Pandoc/XML/Light/Proc.hs
index 30952c1c7..2cf1d83b4 100644
--- a/xml-light/Text/Pandoc/XML/Light/Proc.hs
+++ b/xml-light/Text/Pandoc/XML/Light/Proc.hs
@@ -1,7 +1,7 @@
{-# LANGUAGE FlexibleInstances #-}
{- |
Module : Text.Pandoc.XML.Light.Proc
- Copyright : Copyright (C) 2007 Galois, Inc., 2021-2023 John MacFarlane
+ Copyright : Copyright (C) 2007 Galois, Inc., 2021-2024 John MacFarlane
License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <[email protected]>
diff --git a/xml-light/Text/Pandoc/XML/Light/Types.hs b/xml-light/Text/Pandoc/XML/Light/Types.hs
index 943bab95b..6aca764c5 100644
--- a/xml-light/Text/Pandoc/XML/Light/Types.hs
+++ b/xml-light/Text/Pandoc/XML/Light/Types.hs
@@ -2,7 +2,7 @@
{-# LANGUAGE DeriveDataTypeable #-}
{- |
Module : Text.Pandoc.XML.Light.Types
- Copyright : Copyright (C) 2007 Galois, Inc., 2021-2023 John MacFarlane
+ Copyright : Copyright (C) 2007 Galois, Inc., 2021-2024 John MacFarlane
License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <[email protected]>