summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-07 22:51:55 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-07 22:51:55 +0000
commita414ec9d6358d9ed627680fd918bf953e62f7e47 (patch)
tree5bbccca7befc59d59e476e88312af4a54db4015b /src/Text/Pandoc/Writers
parent8e1f484353aa02b965e87088554bedda3d2b4c16 (diff)
Adjusted copyright notices to 2006-7; use
real email address instead of lamely attempting to obfuscate. git-svn-id: https://pandoc.googlecode.com/svn/trunk@640 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src/Text/Pandoc/Writers')
-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
7 files changed, 21 insertions, 21 deletions
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