aboutsummaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/pandoc.hs')
-rw-r--r--src/pandoc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs
index e959baba1..7e1bfc284 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -63,7 +63,7 @@ import Network.URI (parseURI, isURI)
import Data.ByteString.Lazy.UTF8 (toString)
copyrightMessage :: String
-copyrightMessage = "\nCopyright (C) 2006-8 John MacFarlane\n" ++
+copyrightMessage = "\nCopyright (C) 2006-2010 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."