summaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-01-31 08:58:30 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-01-31 08:59:19 -0800
commit928b1380f35c4d71138857a993ffdf9e73fa3575 (patch)
tree2c12474b15358874335f733b22e9c0839b99fef9 /src/pandoc.hs
parent8f1bfec7b939f80d619c0cff0bc6338f9807a6af (diff)
Change copyright date.
Diffstat (limited to 'src/pandoc.hs')
-rw-r--r--src/pandoc.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs
index de79d7cec..462d20868 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -1,5 +1,5 @@
{-
-Copyright (C) 2006-2011 John MacFarlane <jgm@berkeley.edu>
+Copyright (C) 2006-2012 John MacFarlane <jgm@berkeley.edu>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
{- |
Module : Main
- Copyright : Copyright (C) 2006-2011 John MacFarlane
+ Copyright : Copyright (C) 2006-2012 John MacFarlane
License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley@edu>
@@ -59,7 +59,7 @@ import Codec.Binary.UTF8.String (decodeString, encodeString)
import Text.CSL.Reference (Reference(..))
copyrightMessage :: String
-copyrightMessage = "\nCopyright (C) 2006-2011 John MacFarlane\n" ++
+copyrightMessage = "\nCopyright (C) 2006-2012 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."