diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Text/Pandoc.hs | 4 | ||||
| -rw-r--r-- | src/Text/Pandoc/Asciify.hs | 4 | ||||
| -rw-r--r-- | src/Text/Pandoc/Error.hs | 4 | ||||
| -rw-r--r-- | src/Text/Pandoc/Highlighting.hs | 4 | ||||
| -rw-r--r-- | src/Text/Pandoc/ImageSize.hs | 4 | ||||
| -rw-r--r-- | src/Text/Pandoc/MIME.hs | 4 | ||||
| -rw-r--r-- | src/Text/Pandoc/Options.hs | 4 | ||||
| -rw-r--r-- | src/Text/Pandoc/PDF.hs | 4 | ||||
| -rw-r--r-- | src/Text/Pandoc/Parsing.hs | 4 | ||||
| -rw-r--r-- | src/Text/Pandoc/Pretty.hs | 4 | ||||
| -rw-r--r-- | src/Text/Pandoc/Process.hs | 4 | ||||
| -rw-r--r-- | src/Text/Pandoc/SelfContained.hs | 4 | ||||
| -rw-r--r-- | src/Text/Pandoc/Shared.hs | 4 | ||||
| -rw-r--r-- | src/Text/Pandoc/Slides.hs | 4 | ||||
| -rw-r--r-- | src/Text/Pandoc/Templates.hs | 4 | ||||
| -rw-r--r-- | src/Text/Pandoc/UTF8.hs | 4 | ||||
| -rw-r--r-- | src/Text/Pandoc/UUID.hs | 4 | ||||
| -rw-r--r-- | src/Text/Pandoc/XML.hs | 4 | 
18 files changed, 36 insertions, 36 deletions
| diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs index d59ee7846..b67a53f5b 100644 --- a/src/Text/Pandoc.hs +++ b/src/Text/Pandoc.hs @@ -1,6 +1,6 @@  {-# LANGUAGE ScopedTypeVariables, FlexibleInstances #-}  {- -Copyright (C) 2006-2015 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2006-2016 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 @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  {- |     Module      : Text.Pandoc -   Copyright   : Copyright (C) 2006-2015 John MacFarlane +   Copyright   : Copyright (C) 2006-2016 John MacFarlane     License     : GNU GPL, version 2 or above     Maintainer  : John MacFarlane <jgm@berkeley.edu> diff --git a/src/Text/Pandoc/Asciify.hs b/src/Text/Pandoc/Asciify.hs index c183458e4..8eb1ba663 100644 --- a/src/Text/Pandoc/Asciify.hs +++ b/src/Text/Pandoc/Asciify.hs @@ -1,5 +1,5 @@  {- -Copyright (C) 2013-2015 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2013-2016 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.Asciify -   Copyright   : Copyright (C) 2013-2015 John MacFarlane +   Copyright   : Copyright (C) 2013-2016 John MacFarlane     License     : GNU GPL, version 2 or above     Maintainer  : John MacFarlane <jgm@berkeley.edu> diff --git a/src/Text/Pandoc/Error.hs b/src/Text/Pandoc/Error.hs index 0a4e08175..792098b35 100644 --- a/src/Text/Pandoc/Error.hs +++ b/src/Text/Pandoc/Error.hs @@ -1,6 +1,6 @@  {-# LANGUAGE DeriveDataTypeable, DeriveGeneric #-}  {- -Copyright (C) 2006-2015 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2006-2016 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.Error -   Copyright   : Copyright (C) 2006-2015 John MacFarlane +   Copyright   : Copyright (C) 2006-2016 John MacFarlane     License     : GNU GPL, version 2 or above     Maintainer  : John MacFarlane <jgm@berkeley.edu> diff --git a/src/Text/Pandoc/Highlighting.hs b/src/Text/Pandoc/Highlighting.hs index ecfef1832..1b9e92ae2 100644 --- a/src/Text/Pandoc/Highlighting.hs +++ b/src/Text/Pandoc/Highlighting.hs @@ -1,5 +1,5 @@  {- -Copyright (C) 2008-2015 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2008-2016 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.Highlighting -   Copyright   : Copyright (C) 2008-2015 John MacFarlane +   Copyright   : Copyright (C) 2008-2016 John MacFarlane     License     : GNU GPL, version 2 or above     Maintainer  : John MacFarlane <jgm@berkeley.edu> diff --git a/src/Text/Pandoc/ImageSize.hs b/src/Text/Pandoc/ImageSize.hs index 571fdd665..90dfbb5fb 100644 --- a/src/Text/Pandoc/ImageSize.hs +++ b/src/Text/Pandoc/ImageSize.hs @@ -1,7 +1,7 @@  {-# LANGUAGE OverloadedStrings, ScopedTypeVariables, CPP #-}  {-# OPTIONS_GHC -fno-warn-type-defaults #-}  {- -  Copyright (C) 2011-2015 John MacFarlane <jgm@berkeley.edu> +  Copyright (C) 2011-2016 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 @@ -20,7 +20,7 @@  {- |  Module      : Text.Pandoc.ImageSize -Copyright   : Copyright (C) 2011-2015 John MacFarlane +Copyright   : Copyright (C) 2011-2016 John MacFarlane  License     : GNU GPL, version 2 or above  Maintainer  : John MacFarlane <jgm@berkeley.edu> diff --git a/src/Text/Pandoc/MIME.hs b/src/Text/Pandoc/MIME.hs index 6fd9ac373..1164e04b3 100644 --- a/src/Text/Pandoc/MIME.hs +++ b/src/Text/Pandoc/MIME.hs @@ -1,5 +1,5 @@  {- -Copyright (C) 2011-2015 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2011-2016 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.MIME -   Copyright   : Copyright (C) 2011-2015 John MacFarlane +   Copyright   : Copyright (C) 2011-2016 John MacFarlane     License     : GNU GPL, version 2 or above     Maintainer  : John MacFarlane <jgm@berkeley.edu> diff --git a/src/Text/Pandoc/Options.hs b/src/Text/Pandoc/Options.hs index b5736c63d..171210962 100644 --- a/src/Text/Pandoc/Options.hs +++ b/src/Text/Pandoc/Options.hs @@ -1,6 +1,6 @@  {-# LANGUAGE DeriveDataTypeable, DeriveGeneric #-}  {- -Copyright (C) 2012-2015 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2012-2016 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 @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  {- |     Module      : Text.Pandoc.Options -   Copyright   : Copyright (C) 2012-2015 John MacFarlane +   Copyright   : Copyright (C) 2012-2016 John MacFarlane     License     : GNU GPL, version 2 or above     Maintainer  : John MacFarlane <jgm@berkeley.edu> diff --git a/src/Text/Pandoc/PDF.hs b/src/Text/Pandoc/PDF.hs index da4ee4e33..4dbe1f000 100644 --- a/src/Text/Pandoc/PDF.hs +++ b/src/Text/Pandoc/PDF.hs @@ -1,6 +1,6 @@  {-# LANGUAGE OverloadedStrings, CPP, ScopedTypeVariables #-}  {- -Copyright (C) 2012-2015 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2012-2016 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 @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  {- |     Module      : Text.Pandoc.PDF -   Copyright   : Copyright (C) 2012-2015 John MacFarlane +   Copyright   : Copyright (C) 2012-2016 John MacFarlane     License     : GNU GPL, version 2 or above     Maintainer  : John MacFarlane <jgm@berkeley.edu> diff --git a/src/Text/Pandoc/Parsing.hs b/src/Text/Pandoc/Parsing.hs index 325231846..7bf827019 100644 --- a/src/Text/Pandoc/Parsing.hs +++ b/src/Text/Pandoc/Parsing.hs @@ -5,7 +5,7 @@  , MultiParamTypeClasses  , FlexibleInstances #-}  {- -Copyright (C) 2006-2015 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2006-2016 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 @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  {- |     Module      : Text.Pandoc.Parsing -   Copyright   : Copyright (C) 2006-2015 John MacFarlane +   Copyright   : Copyright (C) 2006-2016 John MacFarlane     License     : GNU GPL, version 2 or above     Maintainer  : John MacFarlane <jgm@berkeley.edu> diff --git a/src/Text/Pandoc/Pretty.hs b/src/Text/Pandoc/Pretty.hs index 88b7dd09e..f3ef0ef10 100644 --- a/src/Text/Pandoc/Pretty.hs +++ b/src/Text/Pandoc/Pretty.hs @@ -1,6 +1,6 @@  {-# LANGUAGE GeneralizedNewtypeDeriving, CPP #-}  {- -Copyright (C) 2010-2015 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2010-2016 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 @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111(-1)307  USA  {- |     Module      : Text.Pandoc.Pretty -   Copyright   : Copyright (C) 2010-2015 John MacFarlane +   Copyright   : Copyright (C) 2010-2016 John MacFarlane     License     : GNU GPL, version 2 or above     Maintainer  : John MacFarlane <jgm@berkeley.edu> diff --git a/src/Text/Pandoc/Process.hs b/src/Text/Pandoc/Process.hs index e5245638d..bc71f1392 100644 --- a/src/Text/Pandoc/Process.hs +++ b/src/Text/Pandoc/Process.hs @@ -1,5 +1,5 @@  {- -Copyright (C) 2013-2015 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2013-2016 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.Process -   Copyright   : Copyright (C) 2013-2015 John MacFarlane +   Copyright   : Copyright (C) 2013-2016 John MacFarlane     License     : GNU GPL, version 2 or above     Maintainer  : John MacFarlane <jgm@berkeley.edu> diff --git a/src/Text/Pandoc/SelfContained.hs b/src/Text/Pandoc/SelfContained.hs index 390a7a21a..d08d636df 100644 --- a/src/Text/Pandoc/SelfContained.hs +++ b/src/Text/Pandoc/SelfContained.hs @@ -1,6 +1,6 @@  {-# LANGUAGE OverloadedStrings #-}  {- -Copyright (C) 2011-2015 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2011-2016 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 @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  {- |     Module      : Text.Pandoc.SelfContained -   Copyright   : Copyright (C) 2011-2015 John MacFarlane +   Copyright   : Copyright (C) 2011-2016 John MacFarlane     License     : GNU GPL, version 2 or above     Maintainer  : John MacFarlane <jgm@berkeley.edu> diff --git a/src/Text/Pandoc/Shared.hs b/src/Text/Pandoc/Shared.hs index 075d76847..d6b088338 100644 --- a/src/Text/Pandoc/Shared.hs +++ b/src/Text/Pandoc/Shared.hs @@ -2,7 +2,7 @@      FlexibleContexts, ScopedTypeVariables, PatternGuards,      ViewPatterns #-}  {- -Copyright (C) 2006-2015 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2006-2016 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 @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  {- |     Module      : Text.Pandoc.Shared -   Copyright   : Copyright (C) 2006-2015 John MacFarlane +   Copyright   : Copyright (C) 2006-2016 John MacFarlane     License     : GNU GPL, version 2 or above     Maintainer  : John MacFarlane <jgm@berkeley.edu> diff --git a/src/Text/Pandoc/Slides.hs b/src/Text/Pandoc/Slides.hs index 1a27ab5ac..e19dba3e2 100644 --- a/src/Text/Pandoc/Slides.hs +++ b/src/Text/Pandoc/Slides.hs @@ -1,5 +1,5 @@  {- -Copyright (C) 2012-2015 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2012-2016 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.Slides -   Copyright   : Copyright (C) 2012-2015 John MacFarlane +   Copyright   : Copyright (C) 2012-2016 John MacFarlane     License     : GNU GPL, version 2 or above     Maintainer  : John MacFarlane <jgm@berkeley.edu> diff --git a/src/Text/Pandoc/Templates.hs b/src/Text/Pandoc/Templates.hs index a010433fa..925925872 100644 --- a/src/Text/Pandoc/Templates.hs +++ b/src/Text/Pandoc/Templates.hs @@ -1,7 +1,7 @@  {-# LANGUAGE TypeSynonymInstances, FlexibleInstances, CPP,      OverloadedStrings, GeneralizedNewtypeDeriving #-}  {- -Copyright (C) 2009-2015 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2009-2016 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 @@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  {- |     Module      : Text.Pandoc.Templates -   Copyright   : Copyright (C) 2009-2015 John MacFarlane +   Copyright   : Copyright (C) 2009-2016 John MacFarlane     License     : GNU GPL, version 2 or above     Maintainer  : John MacFarlane <jgm@berkeley.edu> diff --git a/src/Text/Pandoc/UTF8.hs b/src/Text/Pandoc/UTF8.hs index de3314a0d..87ed5312b 100644 --- a/src/Text/Pandoc/UTF8.hs +++ b/src/Text/Pandoc/UTF8.hs @@ -1,6 +1,6 @@  {-# LANGUAGE CPP #-}  {- -Copyright (C) 2010-2015 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2010-2016 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 @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  {- |     Module      : Text.Pandoc.UTF8 -   Copyright   : Copyright (C) 2010-2015 John MacFarlane +   Copyright   : Copyright (C) 2010-2016 John MacFarlane     License     : GNU GPL, version 2 or above     Maintainer  : John MacFarlane <jgm@berkeley.edu> diff --git a/src/Text/Pandoc/UUID.hs b/src/Text/Pandoc/UUID.hs index 463be044c..5d05fa303 100644 --- a/src/Text/Pandoc/UUID.hs +++ b/src/Text/Pandoc/UUID.hs @@ -1,5 +1,5 @@  {- -Copyright (C) 2010-2015 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2010-2016 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.UUID -   Copyright   : Copyright (C) 2010-2015 John MacFarlane +   Copyright   : Copyright (C) 2010-2016 John MacFarlane     License     : GNU GPL, version 2 or above     Maintainer  : John MacFarlane <jgm@berkeley.edu> diff --git a/src/Text/Pandoc/XML.hs b/src/Text/Pandoc/XML.hs index 70d8efba6..4cc2141b4 100644 --- a/src/Text/Pandoc/XML.hs +++ b/src/Text/Pandoc/XML.hs @@ -1,5 +1,5 @@  {- -Copyright (C) 2006-2015 John MacFarlane <jgm@berkeley.edu> +Copyright (C) 2006-2016 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.XML -   Copyright   : Copyright (C) 2006-2015 John MacFarlane +   Copyright   : Copyright (C) 2006-2016 John MacFarlane     License     : GNU GPL, version 2 or above     Maintainer  : John MacFarlane <jgm@berkeley.edu> | 
