summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs8
-rw-r--r--src/Text/Pandoc.hs6
-rw-r--r--src/Text/Pandoc/Blocks.hs2
-rw-r--r--src/Text/Pandoc/Definition.hs6
-rw-r--r--src/Text/Pandoc/Entities.hs6
-rw-r--r--src/Text/Pandoc/Readers/HTML.hs6
-rw-r--r--src/Text/Pandoc/Readers/LaTeX.hs6
-rw-r--r--src/Text/Pandoc/Readers/Markdown.hs6
-rw-r--r--src/Text/Pandoc/Readers/RST.hs6
-rw-r--r--src/Text/Pandoc/Shared.hs6
-rw-r--r--src/Text/Pandoc/Writers/Docbook.hs6
-rw-r--r--src/Text/Pandoc/Writers/HTML.hs6
-rw-r--r--src/Text/Pandoc/Writers/LaTeX.hs6
-rw-r--r--src/Text/Pandoc/Writers/Man.hs6
-rw-r--r--src/Text/Pandoc/Writers/Markdown.hs6
-rw-r--r--src/Text/Pandoc/Writers/RST.hs6
-rw-r--r--src/Text/Pandoc/Writers/RTF.hs6
-rw-r--r--src/Text/ParserCombinators/Pandoc.hs6
18 files changed, 53 insertions, 53 deletions
diff --git a/src/Main.hs b/src/Main.hs
index adddae0fc..a5c64d7d0 100644
--- a/src/Main.hs
+++ b/src/Main.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 : Main
- 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
@@ -63,7 +63,7 @@ version :: String
version = "0.4"
copyrightMessage :: String
-copyrightMessage = "\nCopyright (C) 2006 John MacFarlane\n\
+copyrightMessage = "\nCopyright (C) 2006-7 John MacFarlane\n\
\Web: http://sophos.berkeley.edu/macfarlane/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."
diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs
index 96b4caa94..570f6a32f 100644
--- a/src/Text/Pandoc.hs
+++ b/src/Text/Pandoc.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
- 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
diff --git a/src/Text/Pandoc/Blocks.hs b/src/Text/Pandoc/Blocks.hs
index 7f09e9391..3e1411e04 100644
--- a/src/Text/Pandoc/Blocks.hs
+++ b/src/Text/Pandoc/Blocks.hs
@@ -1,5 +1,5 @@
{-
-Copyright (C) 2007 John MacFarlane <jgm at berkeley dot edu>
+Copyright (C) 2007 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
diff --git a/src/Text/Pandoc/Definition.hs b/src/Text/Pandoc/Definition.hs
index 2408cbaac..cbf713d01 100644
--- a/src/Text/Pandoc/Definition.hs
+++ b/src/Text/Pandoc/Definition.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.Definition
- 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
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
diff --git a/src/Text/Pandoc/Readers/HTML.hs b/src/Text/Pandoc/Readers/HTML.hs
index 803fc91c5..8ff211360 100644
--- a/src/Text/Pandoc/Readers/HTML.hs
+++ b/src/Text/Pandoc/Readers/HTML.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.Readers.HTML
- 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
diff --git a/src/Text/Pandoc/Readers/LaTeX.hs b/src/Text/Pandoc/Readers/LaTeX.hs
index b0062ceff..3b764584f 100644
--- a/src/Text/Pandoc/Readers/LaTeX.hs
+++ b/src/Text/Pandoc/Readers/LaTeX.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.Readers.LaTeX
- 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
diff --git a/src/Text/Pandoc/Readers/Markdown.hs b/src/Text/Pandoc/Readers/Markdown.hs
index 0acd72fad..8ac99acb2 100644
--- a/src/Text/Pandoc/Readers/Markdown.hs
+++ b/src/Text/Pandoc/Readers/Markdown.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.Readers.Markdown
- 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
diff --git a/src/Text/Pandoc/Readers/RST.hs b/src/Text/Pandoc/Readers/RST.hs
index b13d2fdf9..0f7d7ac1c 100644
--- a/src/Text/Pandoc/Readers/RST.hs
+++ b/src/Text/Pandoc/Readers/RST.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.Readers.RST
- 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
diff --git a/src/Text/Pandoc/Shared.hs b/src/Text/Pandoc/Shared.hs
index 69d2dd7ee..eedd7d71a 100644
--- a/src/Text/Pandoc/Shared.hs
+++ b/src/Text/Pandoc/Shared.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.Shared
- 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
diff --git a/src/Text/Pandoc/Writers/Docbook.hs b/src/Text/Pandoc/Writers/Docbook.hs
index 93f091460..7366ee59c 100644
--- a/src/Text/Pandoc/Writers/Docbook.hs
+++ b/src/Text/Pandoc/Writers/Docbook.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.Writers.Docbook
- 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
diff --git a/src/Text/Pandoc/Writers/HTML.hs b/src/Text/Pandoc/Writers/HTML.hs
index 7eb714784..0b5908795 100644
--- a/src/Text/Pandoc/Writers/HTML.hs
+++ b/src/Text/Pandoc/Writers/HTML.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.Writers.HTML
- 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
diff --git a/src/Text/Pandoc/Writers/LaTeX.hs b/src/Text/Pandoc/Writers/LaTeX.hs
index 1cf9fe116..30a277691 100644
--- a/src/Text/Pandoc/Writers/LaTeX.hs
+++ b/src/Text/Pandoc/Writers/LaTeX.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.Writers.LaTeX
- 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
diff --git a/src/Text/Pandoc/Writers/Man.hs b/src/Text/Pandoc/Writers/Man.hs
index d002a0a8f..97b133f1b 100644
--- a/src/Text/Pandoc/Writers/Man.hs
+++ b/src/Text/Pandoc/Writers/Man.hs
@@ -1,5 +1,5 @@
{-
-Copyright (C) 2006 John MacFarlane <jgm at berkeley dot edu>
+Copyright (C) 2007 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.Writers.Man
- Copyright : Copyright (C) 2006 John MacFarlane
+ Copyright : Copyright (C) 2007 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
diff --git a/src/Text/Pandoc/Writers/Markdown.hs b/src/Text/Pandoc/Writers/Markdown.hs
index 044b17108..7b4562fb7 100644
--- a/src/Text/Pandoc/Writers/Markdown.hs
+++ b/src/Text/Pandoc/Writers/Markdown.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.Writers.Markdown
- 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
diff --git a/src/Text/Pandoc/Writers/RST.hs b/src/Text/Pandoc/Writers/RST.hs
index e57e1fdc2..175d69e30 100644
--- a/src/Text/Pandoc/Writers/RST.hs
+++ b/src/Text/Pandoc/Writers/RST.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.Writers.RST
- 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
diff --git a/src/Text/Pandoc/Writers/RTF.hs b/src/Text/Pandoc/Writers/RTF.hs
index 770afa79b..9adc2a980 100644
--- a/src/Text/Pandoc/Writers/RTF.hs
+++ b/src/Text/Pandoc/Writers/RTF.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.Writers.RTF
- 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
diff --git a/src/Text/ParserCombinators/Pandoc.hs b/src/Text/ParserCombinators/Pandoc.hs
index c87df2f78..64c846f60 100644
--- a/src/Text/ParserCombinators/Pandoc.hs
+++ b/src/Text/ParserCombinators/Pandoc.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.ParserCombinators.Pandoc
- 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