aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-19 15:12:15 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-19 15:12:15 +0000
commit485e503ba6c17682288829b51c2899d5322378a0 (patch)
treefe75a92eac38f5d54cb3f507551205b317dfd8a5 /src
parentb8382f798d7866a3913e2ff421cdef797cba815b (diff)
downloadpandoc-485e503ba6c17682288829b51c2899d5322378a0.tar.gz
Changed copyright date range for -v.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1914 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src')
-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."