diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-19 11:11:45 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-19 11:11:45 -0800 |
commit | ce3d60d98ebce5ba15d5920faa8bd7860205026e (patch) | |
tree | f6bc640655eb3f639718e0fa2c45a7d1c563beb8 | |
parent | 87b8e3a81e85a2e700d5f07f6df4129d4a5cd4f5 (diff) | |
download | pandoc-ce3d60d98ebce5ba15d5920faa8bd7860205026e.tar.gz |
Updated copyright dates.
-rw-r--r-- | pandoc.hs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ {-# LANGUAGE CPP #-} {- -Copyright (C) 2006-2012 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2006-2013 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 @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA {- | Module : Main - Copyright : Copyright (C) 2006-2012 John MacFarlane + Copyright : Copyright (C) 2006-2013 John MacFarlane License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm@berkeley@edu> @@ -59,7 +59,7 @@ import qualified Data.ByteString.Lazy as B import Text.CSL.Reference (Reference(..)) copyrightMessage :: String -copyrightMessage = "\nCopyright (C) 2006-2012 John MacFarlane\n" ++ +copyrightMessage = "\nCopyright (C) 2006-2013 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." |