From 928b1380f35c4d71138857a993ffdf9e73fa3575 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 31 Jan 2012 08:58:30 -0800 Subject: Change copyright date. --- src/pandoc.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 +Copyright (C) 2006-2012 John MacFarlane 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 @@ -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." -- cgit v1.2.3