From a414ec9d6358d9ed627680fd918bf953e62f7e47 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 7 Jul 2007 22:51:55 +0000 Subject: 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 --- src/Main.hs | 8 ++++---- src/Text/Pandoc.hs | 6 +++--- src/Text/Pandoc/Blocks.hs | 2 +- src/Text/Pandoc/Definition.hs | 6 +++--- src/Text/Pandoc/Entities.hs | 6 +++--- src/Text/Pandoc/Readers/HTML.hs | 6 +++--- src/Text/Pandoc/Readers/LaTeX.hs | 6 +++--- src/Text/Pandoc/Readers/Markdown.hs | 6 +++--- src/Text/Pandoc/Readers/RST.hs | 6 +++--- src/Text/Pandoc/Shared.hs | 6 +++--- src/Text/Pandoc/Writers/Docbook.hs | 6 +++--- src/Text/Pandoc/Writers/HTML.hs | 6 +++--- src/Text/Pandoc/Writers/LaTeX.hs | 6 +++--- src/Text/Pandoc/Writers/Man.hs | 6 +++--- src/Text/Pandoc/Writers/Markdown.hs | 6 +++--- src/Text/Pandoc/Writers/RST.hs | 6 +++--- src/Text/Pandoc/Writers/RTF.hs | 6 +++--- src/Text/ParserCombinators/Pandoc.hs | 6 +++--- 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 +Copyright (C) 2006-7 John MacFarlane 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 + Maintainer : John MacFarlane 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 +Copyright (C) 2006-7 John MacFarlane 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 + Maintainer : John MacFarlane 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 +Copyright (C) 2007 John MacFarlane 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 +Copyright (C) 2006-7 John MacFarlane 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 + Maintainer : John MacFarlane 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 +Copyright (C) 2006-7 John MacFarlane 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 + Maintainer : John MacFarlane 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 +Copyright (C) 2006-7 John MacFarlane 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 + Maintainer : John MacFarlane 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 +Copyright (C) 2006-7 John MacFarlane 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 + Maintainer : John MacFarlane 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 +Copyright (C) 2006-7 John MacFarlane 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 + Maintainer : John MacFarlane 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 +Copyright (C) 2006-7 John MacFarlane 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 + Maintainer : John MacFarlane 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 +Copyright (C) 2006-7 John MacFarlane 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 + Maintainer : John MacFarlane 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 +Copyright (C) 2006-7 John MacFarlane 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 + Maintainer : John MacFarlane 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 +Copyright (C) 2006-7 John MacFarlane 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 + Maintainer : John MacFarlane 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 +Copyright (C) 2006-7 John MacFarlane 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 + Maintainer : John MacFarlane 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 +Copyright (C) 2007 John MacFarlane 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 + Maintainer : John MacFarlane 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 +Copyright (C) 2006-7 John MacFarlane 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 + Maintainer : John MacFarlane 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 +Copyright (C) 2006-7 John MacFarlane 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 + Maintainer : John MacFarlane 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 +Copyright (C) 2006-7 John MacFarlane 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 + Maintainer : John MacFarlane 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 +Copyright (C) 2006-7 John MacFarlane 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 + Maintainer : John MacFarlane Stability : alpha Portability : portable -- cgit v1.2.3