aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-01-30 14:45:35 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-01-30 14:45:35 -0800
commit51f042279c6083508eea454178d5be8dd5aeaec3 (patch)
tree644cda573e435c927c8c7497ce88dc06efb95729 /src/Text/Pandoc/App
parent572bd4103c27b372b33bc8ce880cfc07e31124ce (diff)
downloadpandoc-51f042279c6083508eea454178d5be8dd5aeaec3.tar.gz
Update copyright year in version.
Diffstat (limited to 'src/Text/Pandoc/App')
-rw-r--r--src/Text/Pandoc/App/CommandLineOptions.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/App/CommandLineOptions.hs b/src/Text/Pandoc/App/CommandLineOptions.hs
index 75b338c09..3a396b777 100644
--- a/src/Text/Pandoc/App/CommandLineOptions.hs
+++ b/src/Text/Pandoc/App/CommandLineOptions.hs
@@ -880,7 +880,7 @@ usageMessage programName = usageInfo (programName ++ " [OPTIONS] [FILES]")
copyrightMessage :: String
copyrightMessage = intercalate "\n" [
"",
- "Copyright (C) 2006-2018 John MacFarlane",
+ "Copyright (C) 2006-2019 John MacFarlane",
"Web: http://pandoc.org",
"This is free software; see the source for copying conditions.",
"There is no warranty, not even for merchantability or fitness",