aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/HTML/Table.hs
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 /src/Text/Pandoc/Readers/HTML/Table.hs
parenta682e72c03e253bc9f4604fa416feb7440828f79 (diff)
Update copyright years, it's 2023!
Diffstat (limited to 'src/Text/Pandoc/Readers/HTML/Table.hs')
-rw-r--r--src/Text/Pandoc/Readers/HTML/Table.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Readers/HTML/Table.hs b/src/Text/Pandoc/Readers/HTML/Table.hs
index 695f278ea..abe617ecc 100644
--- a/src/Text/Pandoc/Readers/HTML/Table.hs
+++ b/src/Text/Pandoc/Readers/HTML/Table.hs
@@ -3,8 +3,8 @@
{-# LANGUAGE ViewPatterns #-}
{- |
Module : Text.Pandoc.Readers.HTML.Table
- Copyright : © 2006-2022 John MacFarlane,
- 2020-2022 Albert Krewinkel
+ Copyright : © 2006-2023 John MacFarlane,
+ 2020-2023 Albert Krewinkel
License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <[email protected]>