aboutsummaryrefslogtreecommitdiff
path: root/pandoc-cli/src
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 /pandoc-cli/src
parenta682e72c03e253bc9f4604fa416feb7440828f79 (diff)
Update copyright years, it's 2023!
Diffstat (limited to 'pandoc-cli/src')
-rw-r--r--pandoc-cli/src/pandoc.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc-cli/src/pandoc.hs b/pandoc-cli/src/pandoc.hs
index 6bf54bda3..63f08a719 100644
--- a/pandoc-cli/src/pandoc.hs
+++ b/pandoc-cli/src/pandoc.hs
@@ -2,7 +2,7 @@
{-# LANGUAGE TemplateHaskell #-}
{- |
Module : Main
- Copyright : Copyright (C) 2006-2022 John MacFarlane
+ Copyright : Copyright (C) 2006-2023 John MacFarlane
License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley@edu>
@@ -70,7 +70,7 @@ main = E.handle (handleError . Left) $ do
copyrightMessage :: String
copyrightMessage =
- "Copyright (C) 2006-2022 John MacFarlane. Web: https://pandoc.org\n"
+ "Copyright (C) 2006-2023 John MacFarlane. Web: https://pandoc.org\n"
++
"This is free software; see the source for copying conditions. There is no\n"
++