summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Entities.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Pandoc/Entities.hs')
-rw-r--r--src/Text/Pandoc/Entities.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Text/Pandoc/Entities.hs b/src/Text/Pandoc/Entities.hs
index e700398b1..125774d4d 100644
--- a/src/Text/Pandoc/Entities.hs
+++ b/src/Text/Pandoc/Entities.hs
@@ -1,5 +1,5 @@
{-
-Copyright (C) 2006 John MacFarlane <jgm at berkeley dot edu>
+Copyright (C) 2006-7 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,10 +18,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
{- |
Module : Text.Pandoc.Entities
- Copyright : Copyright (C) 2006 John MacFarlane
+ Copyright : Copyright (C) 2006-7 John MacFarlane
License : GNU GPL, version 2 or above
- Maintainer : John MacFarlane <jgm at berkeley dot edu>
+ Maintainer : John MacFarlane <jgm@berkeley.edu>
Stability : alpha
Portability : portable