Copyright notices: update for 2022

This commit is contained in:
Albert Krewinkel 2022-01-01 20:02:31 +01:00 committed by John MacFarlane
parent efdba79ad1
commit b7a44f9d19
189 changed files with 207 additions and 213 deletions

View file

@ -1,5 +1,5 @@
Pandoc Pandoc
Copyright (C) 2006-2021 John MacFarlane <jgm at berkeley dot edu> Copyright (C) 2006-2022 John MacFarlane <jgm at berkeley dot edu>
With the exceptions noted below, this code is released under the [GPL], With the exceptions noted below, this code is released under the [GPL],
version 2 or later: version 2 or later:
@ -83,19 +83,19 @@ Released under the GNU General Public License version 2 or later.
---------------------------------------------------------------------- ----------------------------------------------------------------------
src/Text/Pandoc/Writers/Texinfo.hs src/Text/Pandoc/Writers/Texinfo.hs
Copyright (C) 2008-2021 John MacFarlane and Peter Wang Copyright (C) 2008-2022 John MacFarlane and Peter Wang
Released under the GNU General Public License version 2 or later. Released under the GNU General Public License version 2 or later.
---------------------------------------------------------------------- ----------------------------------------------------------------------
src/Text/Pandoc/Writers/OpenDocument.hs src/Text/Pandoc/Writers/OpenDocument.hs
Copyright (C) 2008-2021 Andrea Rossato and John MacFarlane Copyright (C) 2008-2022 Andrea Rossato and John MacFarlane
Released under the GNU General Public License version 2 or later. Released under the GNU General Public License version 2 or later.
---------------------------------------------------------------------- ----------------------------------------------------------------------
src/Text/Pandoc/Writers/Org.hs src/Text/Pandoc/Writers/Org.hs
Copyright (C) 2010-2021 Puneeth Chaganti, John MacFarlane, and Copyright (C) 2010-2022 Puneeth Chaganti, John MacFarlane, and
Albert Krewinkel Albert Krewinkel
Released under the GNU General Public License version 2 or later. Released under the GNU General Public License version 2 or later.
@ -115,7 +115,7 @@ Released under the GNU General Public License version 2 or later.
---------------------------------------------------------------------- ----------------------------------------------------------------------
src/Text/Pandoc/Readers/Textile.hs src/Text/Pandoc/Readers/Textile.hs
Copyright (C) 2010-2021 Paul Rivier and John MacFarlane Copyright (C) 2010-2022 Paul Rivier and John MacFarlane
Released under the GNU General Public License version 2 or later. Released under the GNU General Public License version 2 or later.
@ -133,7 +133,7 @@ Released under the GNU General Public License version 2 or later.
---------------------------------------------------------------------- ----------------------------------------------------------------------
src/Text/Pandoc/Readers/EPUB.hs src/Text/Pandoc/Readers/EPUB.hs
Copyright (C) 2014-2021 Matthew Pickering and John MacFarlane Copyright (C) 2014-2022 Matthew Pickering and John MacFarlane
Released under the GNU General Public License version 2 or later. Released under the GNU General Public License version 2 or later.
@ -141,7 +141,7 @@ Released under the GNU General Public License version 2 or later.
src/Text/Pandoc/Readers/Org.hs src/Text/Pandoc/Readers/Org.hs
src/Text/Pandoc/Readers/Org/* src/Text/Pandoc/Readers/Org/*
test/Tests/Readers/Org/* test/Tests/Readers/Org/*
Copyright (C) 2014-2021 Albert Krewinkel Copyright (C) 2014-2022 Albert Krewinkel
Released under the GNU General Public License version 2 or later. Released under the GNU General Public License version 2 or later.
@ -149,7 +149,7 @@ Released under the GNU General Public License version 2 or later.
src/Text/Pandoc/Lua.hs src/Text/Pandoc/Lua.hs
src/Text/Pandoc/Lua/* src/Text/Pandoc/Lua/*
test/lua/* test/lua/*
Copyright (C) 2017--2021 Albert Krewinkel and John MacFarlane Copyright (C) 2017--2022 Albert Krewinkel and John MacFarlane
Released under the GNU General Public License version 2 or later. Released under the GNU General Public License version 2 or later.
@ -157,7 +157,7 @@ Released under the GNU General Public License version 2 or later.
src/Text/Pandoc/Readers/Jira.hs src/Text/Pandoc/Readers/Jira.hs
src/Text/Pandoc/Writers/Jira.hs src/Text/Pandoc/Writers/Jira.hs
test/Tests/Readers/Jira.hs test/Tests/Readers/Jira.hs
Copyright (C) 2019--2021 Albert Krewinkel Copyright (C) 2019--2022 Albert Krewinkel
Released under the GNU General Public License version 2 or later. Released under the GNU General Public License version 2 or later.
@ -167,12 +167,6 @@ Copyright (C) 2018--2019 Alexander Krotov
Released under the GNU General Public License version 2 or later. Released under the GNU General Public License version 2 or later.
----------------------------------------------------------------------
data/pandoc.lua
Copyright (C) 2017-2021 Albert Krewinkel
Released under the GNU General Public License version 2 or later.
---------------------------------------------------------------------- ----------------------------------------------------------------------
The dzslides template contains JavaScript and CSS from Paul Rouget's The dzslides template contains JavaScript and CSS from Paul Rouget's
dzslides template. dzslides template.

View file

@ -6684,7 +6684,7 @@ application, here are some things to keep in mind:
# Authors # Authors
Copyright 2006--2021 John MacFarlane (jgm@berkeley.edu). Released Copyright 2006--2022 John MacFarlane (jgm@berkeley.edu). Released
under the [GPL], version 2 or greater. This software carries no under the [GPL], version 2 or greater. This software carries no
warranty of any kind. (See COPYRIGHT for full copyright and warranty of any kind. (See COPYRIGHT for full copyright and
warranty notices.) For a full list of contributors, see the file warranty notices.) For a full list of contributors, see the file

View file

@ -240,7 +240,7 @@ opening a new issue.
## License ## License
© 2006-2021 John MacFarlane (jgm@berkeley.edu). Released under the © 2006-2022 John MacFarlane (jgm@berkeley.edu). Released under the
[GPL](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html "GNU General Public License"), [GPL](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html "GNU General Public License"),
version 2 or greater. This software carries no warranty of any kind. version 2 or greater. This software carries no warranty of any kind.
(See COPYRIGHT for full copyright and warranty notices.) (See COPYRIGHT for full copyright and warranty notices.)

View file

@ -81,7 +81,7 @@ new issue.
License License
------- -------
© 2006-2021 John MacFarlane (jgm@berkeley.edu). Released under the © 2006-2022 John MacFarlane (jgm@berkeley.edu). Released under the
[GPL], version 2 or greater. This software carries no warranty of [GPL], version 2 or greater. This software carries no warranty of
any kind. (See COPYRIGHT for full copyright and warranty notices.) any kind. (See COPYRIGHT for full copyright and warranty notices.)

View file

@ -1,6 +1,6 @@
{- | {- |
Module : Main Module : Main
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley@edu> Maintainer : John MacFarlane <jgm@berkeley@edu>

View file

@ -1,6 +1,6 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- {-
Copyright (C) 2012-2021 John MacFarlane <jgm@berkeley.edu> Copyright (C) 2012-2022 John MacFarlane <jgm@berkeley.edu>
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View file

@ -4,7 +4,7 @@ version: 2.16.2
build-type: Simple build-type: Simple
license: GPL-2.0-or-later license: GPL-2.0-or-later
license-file: COPYING.md license-file: COPYING.md
copyright: (c) 2006-2021 John MacFarlane copyright: (c) 2006-2022 John MacFarlane
author: John MacFarlane <jgm@berkeley.edu> author: John MacFarlane <jgm@berkeley.edu>
maintainer: John MacFarlane <jgm@berkeley.edu> maintainer: John MacFarlane <jgm@berkeley.edu>
bug-reports: https://github.com/jgm/pandoc/issues bug-reports: https://github.com/jgm/pandoc/issues

View file

@ -3,7 +3,7 @@
{-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE ScopedTypeVariables #-}
{- | {- |
Module : Text.Pandoc Module : Text.Pandoc
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -5,7 +5,7 @@
{-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE ScopedTypeVariables #-}
{- | {- |
Module : Text.Pandoc.App Module : Text.Pandoc.App
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley@edu> Maintainer : John MacFarlane <jgm@berkeley@edu>

View file

@ -6,7 +6,7 @@
{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleContexts #-}
{- | {- |
Module : Text.Pandoc.App.CommandLineOptions Module : Text.Pandoc.App.CommandLineOptions
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley@edu> Maintainer : John MacFarlane <jgm@berkeley@edu>
@ -973,7 +973,7 @@ usageMessage programName = usageInfo (programName ++ " [OPTIONS] [FILES]")
copyrightMessage :: String copyrightMessage :: String
copyrightMessage = intercalate "\n" [ copyrightMessage = intercalate "\n" [
"Copyright (C) 2006-2021 John MacFarlane. Web: https://pandoc.org", "Copyright (C) 2006-2022 John MacFarlane. Web: https://pandoc.org",
"This is free software; see the source for copying conditions. There is no", "This is free software; see the source for copying conditions. There is no",
"warranty, not even for merchantability or fitness for a particular purpose." ] "warranty, not even for merchantability or fitness for a particular purpose." ]

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.App.FormatHeuristics Module : Text.Pandoc.App.FormatHeuristics
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley@edu> Maintainer : John MacFarlane <jgm@berkeley@edu>

View file

@ -7,7 +7,7 @@
{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleContexts #-}
{- | {- |
Module : Text.Pandoc.App.Opt Module : Text.Pandoc.App.Opt
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley@edu> Maintainer : John MacFarlane <jgm@berkeley@edu>

View file

@ -5,7 +5,7 @@
{-# LANGUAGE TupleSections #-} {-# LANGUAGE TupleSections #-}
{- | {- |
Module : Text.Pandoc.App Module : Text.Pandoc.App
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley@edu> Maintainer : John MacFarlane <jgm@berkeley@edu>

View file

@ -1,6 +1,6 @@
{- | {- |
Module : Text.Pandoc.Asciify Module : Text.Pandoc.Asciify
Copyright : Copyright (C) 2013-2021 John MacFarlane Copyright : Copyright (C) 2013-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -1,6 +1,6 @@
{- | {- |
Module : Text.Pandoc.CSS Module : Text.Pandoc.CSS
Copyright : © 2006-2021 John MacFarlane <jgm@berkeley.edu>, Copyright : © 2006-2022 John MacFarlane <jgm@berkeley.edu>,
2015-2016 Mauro Bieg, 2015-2016 Mauro Bieg,
2015 Ophir Lifshitz <hangfromthefloor@gmail.com> 2015 Ophir Lifshitz <hangfromthefloor@gmail.com>
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above

View file

@ -1,6 +1,6 @@
{- | {- |
Module : Text.Pandoc.CSV Module : Text.Pandoc.CSV
Copyright : Copyright (C) 2017-2021 John MacFarlane <jgm@berkeley.edu> Copyright : Copyright (C) 2017-2022 John MacFarlane <jgm@berkeley.edu>
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>
Stability : alpha Stability : alpha

View file

@ -1,6 +1,6 @@
{- | {- |
Module : Text.Pandoc.Class.Sandbox Module : Text.Pandoc.Class.Sandbox
Copyright : Copyright (C) 2021 John MacFarlane Copyright : Copyright (C) 2021-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane (<jgm@berkeley.edu>) Maintainer : John MacFarlane (<jgm@berkeley.edu>)

View file

@ -1,7 +1,7 @@
{-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE TemplateHaskell #-}
{- | {- |
Module : Text.Pandoc.Data Module : Text.Pandoc.Data
Copyright : Copyright (C) 2013-2021 John MacFarlane Copyright : Copyright (C) 2013-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley@edu> Maintainer : John MacFarlane <jgm@berkeley@edu>

View file

@ -3,7 +3,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Error Module : Text.Pandoc.Error
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -6,7 +6,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Extensions Module : Text.Pandoc.Extensions
Copyright : Copyright (C) 2012-2021 John MacFarlane Copyright : Copyright (C) 2012-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -3,7 +3,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Filter Module : Text.Pandoc.Filter
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley@edu> Maintainer : John MacFarlane <jgm@berkeley@edu>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Filter Module : Text.Pandoc.Filter
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley@edu> Maintainer : John MacFarlane <jgm@berkeley@edu>

View file

@ -1,6 +1,6 @@
{- | {- |
Module : Text.Pandoc.Filter.Lua Module : Text.Pandoc.Filter.Lua
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley@edu> Maintainer : John MacFarlane <jgm@berkeley@edu>

View file

@ -1,6 +1,6 @@
{- | {- |
Module : Text.Pandoc.Filter.Path Module : Text.Pandoc.Filter.Path
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley@edu> Maintainer : John MacFarlane <jgm@berkeley@edu>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Highlighting Module : Text.Pandoc.Highlighting
Copyright : Copyright (C) 2008-2021 John MacFarlane Copyright : Copyright (C) 2008-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings, ScopedTypeVariables, CPP #-} {-# LANGUAGE OverloadedStrings, ScopedTypeVariables, CPP #-}
{- | {- |
Module : Text.Pandoc.Image Module : Text.Pandoc.Image
Copyright : Copyright (C) 2020-2021 John MacFarlane Copyright : Copyright (C) 2020-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -3,7 +3,7 @@
{-# OPTIONS_GHC -fno-warn-type-defaults #-} {-# OPTIONS_GHC -fno-warn-type-defaults #-}
{- | {- |
Module : Text.Pandoc.ImageSize Module : Text.Pandoc.ImageSize
Copyright : Copyright (C) 2011-2021 John MacFarlane Copyright : Copyright (C) 2011-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -3,7 +3,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Logging Module : Text.Pandoc.Logging
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -1,6 +1,6 @@
{- | {- |
Module : Text.Pandoc.Lua Module : Text.Pandoc.Lua
Copyright : Copyright © 2017-2021 Albert Krewinkel Copyright : Copyright © 2017-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -2,7 +2,7 @@
{-# LANGUAGE LambdaCase #-} {-# LANGUAGE LambdaCase #-}
{- | {- |
Module : Text.Pandoc.Lua.ErrorConversion Module : Text.Pandoc.Lua.ErrorConversion
Copyright : © 2020-2021 Albert Krewinkel Copyright : © 2020-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -4,8 +4,8 @@
{-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE ScopedTypeVariables #-}
{- | {- |
Module : Text.Pandoc.Lua.Filter Module : Text.Pandoc.Lua.Filter
Copyright : © 2012-2021 John MacFarlane, Copyright : © 2012-2022 John MacFarlane,
© 2017-2021 Albert Krewinkel © 2017-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
Stability : alpha Stability : alpha

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Lua Module : Text.Pandoc.Lua
Copyright : Copyright © 2017-2021 Albert Krewinkel Copyright : Copyright © 2017-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -2,7 +2,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Lua Module : Text.Pandoc.Lua
Copyright : Copyright © 2017-2021 Albert Krewinkel Copyright : Copyright © 2017-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -1,8 +1,8 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Lua.Marshal.CommonState Module : Text.Pandoc.Lua.Marshal.CommonState
Copyright : © 2012-2021 John MacFarlane Copyright : © 2012-2022 John MacFarlane
© 2017-2021 Albert Krewinkel © 2017-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
Stability : alpha Stability : alpha

View file

@ -1,8 +1,8 @@
{-# OPTIONS_GHC -fno-warn-orphans #-} {-# OPTIONS_GHC -fno-warn-orphans #-}
{- | {- |
Module : Text.Pandoc.Lua.Marshaling.Context Module : Text.Pandoc.Lua.Marshaling.Context
Copyright : © 2012-2021 John MacFarlane Copyright : © 2012-2022 John MacFarlane
© 2017-2021 Albert Krewinkel © 2017-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -4,7 +4,7 @@
{-# LANGUAGE TypeApplications #-} {-# LANGUAGE TypeApplications #-}
{- | {- |
Module : Text.Pandoc.Lua.Marshal.PandocError Module : Text.Pandoc.Lua.Marshal.PandocError
Copyright : © 2020-2021 Albert Krewinkel Copyright : © 2020-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -4,8 +4,8 @@
{-# OPTIONS_GHC -fno-warn-orphans #-} {-# OPTIONS_GHC -fno-warn-orphans #-}
{- | {- |
Module : Text.Pandoc.Lua.Marshaling.ReaderOptions Module : Text.Pandoc.Lua.Marshaling.ReaderOptions
Copyright : © 2012-2021 John MacFarlane Copyright : © 2012-2022 John MacFarlane
© 2017-2021 Albert Krewinkel © 2017-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -4,8 +4,8 @@
{-# OPTIONS_GHC -fno-warn-orphans #-} {-# OPTIONS_GHC -fno-warn-orphans #-}
{- | {- |
Module : Text.Pandoc.Lua.Marshaling.ReaderOptions Module : Text.Pandoc.Lua.Marshaling.ReaderOptions
Copyright : © 2012-2021 John MacFarlane Copyright : © 2012-2022 John MacFarlane
© 2017-2021 Albert Krewinkel © 2017-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -2,7 +2,7 @@
{-# OPTIONS_GHC -fno-warn-orphans #-} {-# OPTIONS_GHC -fno-warn-orphans #-}
{- | {- |
Module : Text.Pandoc.Lua.Marshaling.Sources Module : Text.Pandoc.Lua.Marshaling.Sources
Copyright : © 2021 Albert Krewinkel Copyright : © 2021-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -2,7 +2,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Lua.Module.MediaBag Module : Text.Pandoc.Lua.Module.MediaBag
Copyright : Copyright © 2017-2021 Albert Krewinkel Copyright : Copyright © 2017-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -5,7 +5,7 @@
{-# LANGUAGE TypeApplications #-} {-# LANGUAGE TypeApplications #-}
{- | {- |
Module : Text.Pandoc.Lua.Module.Pandoc Module : Text.Pandoc.Lua.Module.Pandoc
Copyright : Copyright © 2017-2021 Albert Krewinkel Copyright : Copyright © 2017-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -2,7 +2,7 @@
{-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE ScopedTypeVariables #-}
{- | {- |
Module : Text.Pandoc.Lua.Module.System Module : Text.Pandoc.Lua.Module.System
Copyright : © 2019-2021 Albert Krewinkel Copyright : © 2019-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Lua.Module.Types Module : Text.Pandoc.Lua.Module.Types
Copyright : © 2019-2021 Albert Krewinkel Copyright : © 2019-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -4,7 +4,7 @@
{-# LANGUAGE TypeApplications #-} {-# LANGUAGE TypeApplications #-}
{- | {- |
Module : Text.Pandoc.Lua.Module.Utils Module : Text.Pandoc.Lua.Module.Utils
Copyright : Copyright © 2017-2021 Albert Krewinkel Copyright : Copyright © 2017-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -2,8 +2,8 @@
{-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE FlexibleInstances #-}
{- | {- |
Module : Text.Pandoc.Lua.Orphans Module : Text.Pandoc.Lua.Orphans
Copyright : © 2012-2021 John MacFarlane Copyright : © 2012-2022 John MacFarlane
© 2017-2021 Albert Krewinkel © 2017-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -3,7 +3,7 @@
{-# LANGUAGE TypeApplications #-} {-# LANGUAGE TypeApplications #-}
{- | {- |
Module : Text.Pandoc.Lua.Packages Module : Text.Pandoc.Lua.Packages
Copyright : Copyright © 2017-2021 Albert Krewinkel Copyright : Copyright © 2017-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -9,7 +9,7 @@
{-# OPTIONS_GHC -fno-warn-orphans #-} {-# OPTIONS_GHC -fno-warn-orphans #-}
{- | {- |
Module : Text.Pandoc.Lua.PandocLua Module : Text.Pandoc.Lua.PandocLua
Copyright : Copyright © 2020-2021 Albert Krewinkel Copyright : Copyright © 2020-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -1,8 +1,8 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Lua.Util Module : Text.Pandoc.Lua.Util
Copyright : © 2012-2021 John MacFarlane, Copyright : © 2012-2022 John MacFarlane,
© 2017-2021 Albert Krewinkel © 2017-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.MIME Module : Text.Pandoc.MIME
Copyright : Copyright (C) 2011-2021 John MacFarlane Copyright : Copyright (C) 2011-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -4,7 +4,7 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-}
{- | {- |
Module : Text.Pandoc.MediaBag Module : Text.Pandoc.MediaBag
Copyright : Copyright (C) 2014-2015, 2017-2021 John MacFarlane Copyright : Copyright (C) 2014-2015, 2017-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -1,6 +1,6 @@
{- | {- |
Module : Text.Pandoc.Writers.Markdown.Inline Module : Text.Pandoc.Writers.Markdown.Inline
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -6,7 +6,7 @@
{-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE TemplateHaskell #-}
{- | {- |
Module : Text.Pandoc.Options Module : Text.Pandoc.Options
Copyright : Copyright (C) 2012-2021 John MacFarlane Copyright : Copyright (C) 2012-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -5,7 +5,7 @@
{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleContexts #-}
{- | {- |
Module : Text.Pandoc.PDF Module : Text.Pandoc.PDF
Copyright : Copyright (C) 2012-2021 John MacFarlane Copyright : Copyright (C) 2012-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -8,7 +8,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Parsing Module : Text.Pandoc.Parsing
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -1,6 +1,6 @@
{- | {- |
Module : Text.Pandoc.Process Module : Text.Pandoc.Process
Copyright : Copyright (C) 2013-2021 John MacFarlane Copyright : Copyright (C) 2013-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -4,7 +4,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers Module : Text.Pandoc.Readers
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.BibTeX Module : Text.Pandoc.Readers.BibTeX
Copyright : Copyright (C) 2020-2021 John MacFarlane Copyright : Copyright (C) 2020-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -3,7 +3,7 @@
{-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE ScopedTypeVariables #-}
{- | {- |
Module : Text.Pandoc.Readers.CSV Module : Text.Pandoc.Readers.CSV
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -3,7 +3,7 @@
{-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE ScopedTypeVariables #-}
{- | {- |
Module : Text.Pandoc.Readers.CommonMark Module : Text.Pandoc.Readers.CommonMark
Copyright : Copyright (C) 2015-2021 John MacFarlane Copyright : Copyright (C) 2015-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.CslJson Module : Text.Pandoc.Readers.CslJson
Copyright : Copyright (C) 2020-2021 John MacFarlane Copyright : Copyright (C) 2020-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -2,7 +2,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.Custom Module : Text.Pandoc.Readers.Custom
Copyright : Copyright (C) 2021 John MacFarlane Copyright : Copyright (C) 2021-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.DocBook Module : Text.Pandoc.Readers.DocBook
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -2,7 +2,7 @@
{- | {- |
Module : Text.Pandoc.Readers.Docx.Combine Module : Text.Pandoc.Readers.Docx.Combine
Copyright : © 2014-2020 Jesse Rosenthal <jrosenthal@jhu.edu>, Copyright : © 2014-2020 Jesse Rosenthal <jrosenthal@jhu.edu>,
2014-2021 John MacFarlane <jgm@berkeley.edu>, 2014-2022 John MacFarlane <jgm@berkeley.edu>,
2020 Nikolay Yakimov <root@livid.pp.ru> 2020 Nikolay Yakimov <root@livid.pp.ru>
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above

View file

@ -2,7 +2,7 @@
{- | {- |
Module : Text.Pandoc.Readers.Docx.StyleMaps Module : Text.Pandoc.Readers.Docx.StyleMaps
Copyright : © 2014-2020 Jesse Rosenthal <jrosenthal@jhu.edu>, Copyright : © 2014-2020 Jesse Rosenthal <jrosenthal@jhu.edu>,
2014-2021 John MacFarlane <jgm@berkeley.edu>, 2014-2022 John MacFarlane <jgm@berkeley.edu>,
2015 Nikolay Yakimov <root@livid.pp.ru> 2015 Nikolay Yakimov <root@livid.pp.ru>
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above

View file

@ -5,7 +5,7 @@
{-# LANGUAGE ViewPatterns #-} {-# LANGUAGE ViewPatterns #-}
{- | {- |
Module : Text.Pandoc.Readers.HTML Module : Text.Pandoc.Readers.HTML
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -2,7 +2,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.HTML.Parsing Module : Text.Pandoc.Readers.HTML.Parsing
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -3,8 +3,8 @@
{-# LANGUAGE ViewPatterns #-} {-# LANGUAGE ViewPatterns #-}
{- | {- |
Module : Text.Pandoc.Readers.HTML.Table Module : Text.Pandoc.Readers.HTML.Table
Copyright : © 2006-2021 John MacFarlane, Copyright : © 2006-2022 John MacFarlane,
2020-2021 Albert Krewinkel 2020-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <albert@zeitkraut.de> Maintainer : Albert Krewinkel <albert@zeitkraut.de>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.HTML.TagCategories Module : Text.Pandoc.Readers.HTML.TagCategories
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -2,7 +2,7 @@
{-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE MultiParamTypeClasses #-}
{- | {- |
Module : Text.Pandoc.Readers.HTML.Types Module : Text.Pandoc.Readers.HTML.Types
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -4,7 +4,7 @@
{-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE ScopedTypeVariables #-}
{- | {- |
Module : Text.Pandoc.Readers.Ipynb Module : Text.Pandoc.Readers.Ipynb
Copyright : Copyright (C) 2019-2021 John MacFarlane Copyright : Copyright (C) 2019-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -2,7 +2,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.Org Module : Text.Pandoc.Readers.Org
Copyright : © 2019-2021 Albert Krewinkel Copyright : © 2019-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -4,7 +4,7 @@
{-# LANGUAGE ViewPatterns #-} {-# LANGUAGE ViewPatterns #-}
{- | {- |
Module : Text.Pandoc.Readers.LaTeX Module : Text.Pandoc.Readers.LaTeX
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -2,7 +2,7 @@
{-# LANGUAGE ViewPatterns #-} {-# LANGUAGE ViewPatterns #-}
{- | {- |
Module : Text.Pandoc.Readers.LaTeX.Inline Module : Text.Pandoc.Readers.LaTeX.Inline
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.LaTeX.Lang Module : Text.Pandoc.Readers.LaTeX.Lang
Copyright : Copyright (C) 2018-2021 John MacFarlane Copyright : Copyright (C) 2018-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -6,7 +6,7 @@
{-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE ScopedTypeVariables #-}
{- | {- |
Module : Text.Pandoc.Readers.LaTeX.Parsing Module : Text.Pandoc.Readers.LaTeX.Parsing
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE FlexibleInstances #-}
{- | {- |
Module : Text.Pandoc.Readers.LaTeX.Types Module : Text.Pandoc.Readers.LaTeX.Types
Copyright : Copyright (C) 2017-2021 John MacFarlane Copyright : Copyright (C) 2017-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -5,7 +5,7 @@
{-# LANGUAGE ViewPatterns #-} {-# LANGUAGE ViewPatterns #-}
{- | {- |
Module : Text.Pandoc.Readers.Markdown Module : Text.Pandoc.Readers.Markdown
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.MediaWiki Module : Text.Pandoc.Readers.MediaWiki
Copyright : Copyright (C) 2012-2021 John MacFarlane Copyright : Copyright (C) 2012-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -2,7 +2,7 @@
{-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE ScopedTypeVariables #-}
{- | {- |
Module : Text.Pandoc.Readers.Metadata Module : Text.Pandoc.Readers.Metadata
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.Native Module : Text.Pandoc.Readers.Native
Copyright : Copyright (C) 2011-2021 John MacFarlane Copyright : Copyright (C) 2011-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.OPML Module : Text.Pandoc.Readers.OPML
Copyright : Copyright (C) 2013-2021 John MacFarlane Copyright : Copyright (C) 2013-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.Org Module : Text.Pandoc.Readers.Org
Copyright : Copyright (C) 2014-2021 Albert Krewinkel Copyright : Copyright (C) 2014-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.Org.BlockStarts Module : Text.Pandoc.Readers.Org.BlockStarts
Copyright : Copyright (C) 2014-2021 Albert Krewinkel Copyright : Copyright (C) 2014-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -4,7 +4,7 @@
{-# LANGUAGE RecordWildCards #-} {-# LANGUAGE RecordWildCards #-}
{- | {- |
Module : Text.Pandoc.Readers.Org.Blocks Module : Text.Pandoc.Readers.Org.Blocks
Copyright : Copyright (C) 2014-2021 Albert Krewinkel Copyright : Copyright (C) 2014-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -3,7 +3,7 @@
{-# LANGUAGE TupleSections #-} {-# LANGUAGE TupleSections #-}
{- | {- |
Module : Text.Pandoc.Readers.Org.DocumentTree Module : Text.Pandoc.Readers.Org.DocumentTree
Copyright : Copyright (C) 2014-2021 Albert Krewinkel Copyright : Copyright (C) 2014-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.Org.ExportSettings Module : Text.Pandoc.Readers.Org.ExportSettings
Copyright : © 2016-2021 Albert Krewinkel Copyright : © 2016-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -2,7 +2,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.Org.Inlines Module : Text.Pandoc.Readers.Org.Inlines
Copyright : Copyright (C) 2014-2021 Albert Krewinkel Copyright : Copyright (C) 2014-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -3,7 +3,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.Org.Meta Module : Text.Pandoc.Readers.Org.Meta
Copyright : Copyright (C) 2014-2021 Albert Krewinkel Copyright : Copyright (C) 2014-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -3,7 +3,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.Org.ParserState Module : Text.Pandoc.Readers.Org.ParserState
Copyright : Copyright (C) 2014-2021 Albert Krewinkel Copyright : Copyright (C) 2014-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -1,6 +1,6 @@
{- | {- |
Module : Text.Pandoc.Readers.Org.Parsing Module : Text.Pandoc.Readers.Org.Parsing
Copyright : Copyright (C) 2014-2021 Albert Krewinkel Copyright : Copyright (C) 2014-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.Org.Shared Module : Text.Pandoc.Readers.Org.Shared
Copyright : Copyright (C) 2014-2021 Albert Krewinkel Copyright : Copyright (C) 2014-2022 Albert Krewinkel
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>

View file

@ -4,7 +4,7 @@
{-# LANGUAGE ViewPatterns #-} {-# LANGUAGE ViewPatterns #-}
{- | {- |
Module : Text.Pandoc.Readers.RST Module : Text.Pandoc.Readers.RST
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -2,7 +2,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Readers.RTF Module : Text.Pandoc.Readers.RTF
Copyright : Copyright (C) 2021 John MacFarlane Copyright : Copyright (C) 2021-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane (<jgm@berkeley.edu>) Maintainer : John MacFarlane (<jgm@berkeley.edu>)

View file

@ -3,7 +3,7 @@
{- | {- |
Module : Text.Pandoc.Readers.Textile Module : Text.Pandoc.Readers.Textile
Copyright : Copyright (C) 2010-2012 Paul Rivier Copyright : Copyright (C) 2010-2012 Paul Rivier
2010-2021 John MacFarlane 2010-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : Paul Rivier <paul*rivier#demotera*com> Maintainer : Paul Rivier <paul*rivier#demotera*com>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.RoffChar Module : Text.Pandoc.RoffChar
Copyright : Copyright (C) 2007-2021 John MacFarlane Copyright : Copyright (C) 2007-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -2,7 +2,7 @@
{-# LANGUAGE TupleSections #-} {-# LANGUAGE TupleSections #-}
{- | {- |
Module : Text.Pandoc.SelfContained Module : Text.Pandoc.SelfContained
Copyright : Copyright (C) 2011-2021 John MacFarlane Copyright : Copyright (C) 2011-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -8,7 +8,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Shared Module : Text.Pandoc.Shared
Copyright : Copyright (C) 2006-2021 John MacFarlane Copyright : Copyright (C) 2006-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Slides Module : Text.Pandoc.Slides
Copyright : Copyright (C) 2012-2021 John MacFarlane Copyright : Copyright (C) 2012-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -5,7 +5,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Sources Module : Text.Pandoc.Sources
Copyright : Copyright (C) 2021 John MacFarlane Copyright : Copyright (C) 2021-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

View file

@ -4,7 +4,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{- | {- |
Module : Text.Pandoc.Templates Module : Text.Pandoc.Templates
Copyright : Copyright (C) 2009-2021 John MacFarlane Copyright : Copyright (C) 2009-2022 John MacFarlane
License : GNU GPL, version 2 or above License : GNU GPL, version 2 or above
Maintainer : John MacFarlane <jgm@berkeley.edu> Maintainer : John MacFarlane <jgm@berkeley.edu>

Some files were not shown because too many files have changed in this diff Show more