Changed year on copyright message.
This commit is contained in:
parent
37e579581a
commit
4cdb1a0891
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue