diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-03-23 13:31:09 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-03-23 13:31:09 -0700 |
commit | 1aeb7d23ad7dce6899c12f9fc72ba4188186c20a (patch) | |
tree | e5da719f995746ab70811551e9607bae116db6aa /src/Text/Pandoc/Readers/TeXMath.hs | |
parent | c1fe6c820a19f7e03b4ae14db122977b6ba6f6fd (diff) |
Updated copyright notices.
Diffstat (limited to 'src/Text/Pandoc/Readers/TeXMath.hs')
-rw-r--r-- | src/Text/Pandoc/Readers/TeXMath.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Readers/TeXMath.hs b/src/Text/Pandoc/Readers/TeXMath.hs index 18790d03a..080354be1 100644 --- a/src/Text/Pandoc/Readers/TeXMath.hs +++ b/src/Text/Pandoc/Readers/TeXMath.hs @@ -1,5 +1,5 @@ {- -Copyright (C) 2007 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2007-2010 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 : Text.Pandoc.Readers.TeXMath - Copyright : Copyright (C) 2007 John MacFarlane + Copyright : Copyright (C) 2007-2010 John MacFarlane License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm@berkeley.edu> |