Changed date on copyright message in Main.hs.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1466 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2008-10-18 23:14:48 +00:00
parent 1b4a79726a
commit 2122aa5359

View file

@ -50,7 +50,7 @@ import Text.Pandoc.Biblio
#endif
copyrightMessage :: String
copyrightMessage = "\nCopyright (C) 2006-7 John MacFarlane\n" ++
copyrightMessage = "\nCopyright (C) 2006-8 John MacFarlane\n" ++
"Web: http://johnmacfarlane.net/pandoc\n" ++
"This is free software; see the source for copying conditions. There is no\n" ++
"warranty, not even for merchantability or fitness for a particular purpose."