aboutsummaryrefslogtreecommitdiff
path: root/pandoc-cli/src
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-cli/src
parent1904fa53fa1f4761bd26ee502c7536fecf5e82e4 (diff)
Update copyright dates to 2024.
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 7e4061069..103ba6df1 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-2023 John MacFarlane
+ Copyright : Copyright (C) 2006-2024 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-2023 John MacFarlane. Web: https://pandoc.org\n"
+ "Copyright (C) 2006-2024 John MacFarlane. Web: https://pandoc.org\n"
++
"This is free software; see the source for copying conditions. There is no\n"
++