aboutsummaryrefslogtreecommitdiff
path: root/xml-light
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2023-01-10 20:24:24 +0100
committerAlbert Krewinkel <[email protected]>2023-01-10 20:28:27 +0100
commitb55cd83a609bcb01f8472a66ab0ddca985c881e4 (patch)
tree5cc3d8901f20e23a326e8645908af7014180bca2 /xml-light
parenta682e72c03e253bc9f4604fa416feb7440828f79 (diff)
Update copyright years, it's 2023!
Diffstat (limited to 'xml-light')
-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 61025cb5c..4afeb6e66 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-2022 John MacFarlane
+ Copyright : Copyright (C) 2021-2023 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 6a2a73924..d54690ec7 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-2022 John MacFarlane
+ Copyright : Copyright (C) 2007 Galois, Inc., 2021-2023 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 87104f3a4..30952c1c7 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-2022 John MacFarlane
+ Copyright : Copyright (C) 2007 Galois, Inc., 2021-2023 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 59edb8979..943bab95b 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-2022 John MacFarlane
+ Copyright : Copyright (C) 2007 Galois, Inc., 2021-2023 John MacFarlane
License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <[email protected]>