summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-10-18 23:14:48 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-10-18 23:14:48 +0000
commit2122aa5359ada1ea7f56bb4280b004e55ea587d9 (patch)
treece5646e7a820a91cdd815ed343921a7153ca1ca4
parent1b4a79726a5a6e9bf1c7fc5ba210cd0417e80514 (diff)
Changed date on copyright message in Main.hs.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1466 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index c5cfa84b4..46c78e159 100644
--- a/Main.hs
+++ b/Main.hs
@@ -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."