diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-02-06 14:53:31 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-02-06 14:53:31 +0100 |
commit | 4cdb1a0891fc5a68134575fda6c13ca700d3ef30 (patch) | |
tree | 9dcdb8d791e191240ce0c2f56f0ef492eb6a3d2a /src | |
parent | 37e579581a1ba02daede294474d97127124fdf17 (diff) | |
download | pandoc-4cdb1a0891fc5a68134575fda6c13ca700d3ef30.tar.gz |
Changed year on copyright message.
Diffstat (limited to 'src')
-rw-r--r-- | src/Text/Pandoc/App.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/App.hs b/src/Text/Pandoc/App.hs index 53ad1325b..23f85a9a9 100644 --- a/src/Text/Pandoc/App.hs +++ b/src/Text/Pandoc/App.hs @@ -1392,7 +1392,7 @@ usageMessage programName = usageInfo (programName ++ " [OPTIONS] [FILES]") copyrightMessage :: String copyrightMessage = intercalate "\n" [ "", - "Copyright (C) 2006-2016 John MacFarlane", + "Copyright (C) 2006-2017 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", |