From 928b1380f35c4d71138857a993ffdf9e73fa3575 Mon Sep 17 00:00:00 2001 From: John MacFarlane <fiddlosopher@gmail.com> Date: Tue, 31 Jan 2012 08:58:30 -0800 Subject: [PATCH] Change copyright date. --- COPYRIGHT | 2 +- pandoc.cabal | 2 +- src/pandoc.hs | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 4118eea06..51c7fb82a 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ Pandoc -Copyright (C) 2006-2010 John MacFarlane <jgm at berkeley dot edu> +Copyright (C) 2006-2012 John MacFarlane <jgm at berkeley dot edu> This code is released under the [GPL], version 2 or later: diff --git a/pandoc.cabal b/pandoc.cabal index df77547c1..af733b7b1 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -4,7 +4,7 @@ Cabal-Version: >= 1.6 Build-Type: Custom License: GPL License-File: COPYING -Copyright: (c) 2006-2011 John MacFarlane +Copyright: (c) 2006-2012 John MacFarlane Author: John MacFarlane <jgm@berkeley.edu> Maintainer: John MacFarlane <jgm@berkeley.edu> Bug-Reports: https://github.com/jgm/pandoc/issues 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."