2008-09-06 20:49:46 +02:00
|
|
|
|
Pandoc
|
2017-01-29 21:17:42 +01:00
|
|
|
|
Copyright (C) 2006-2017 John MacFarlane <jgm at berkeley dot edu>
|
2008-09-06 20:49:46 +02:00
|
|
|
|
|
|
|
|
|
This code is released under the [GPL], version 2 or later:
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
|
|
2016-10-10 07:39:56 +02:00
|
|
|
|
The GNU General Public License is available in the file COPYING.md in
|
2008-09-06 20:49:46 +02:00
|
|
|
|
the source distribution. On Debian systems, the complete text of the
|
|
|
|
|
GPL can be found in `/usr/share/common-licenses/GPL`.
|
|
|
|
|
|
|
|
|
|
[GPL]: http://www.gnu.org/copyleft/gpl.html
|
|
|
|
|
|
|
|
|
|
Pandoc's complete source code is available from the [Pandoc home page].
|
|
|
|
|
|
2015-06-09 22:22:58 +02:00
|
|
|
|
[Pandoc home page]: http://pandoc.org
|
2008-09-06 20:49:46 +02:00
|
|
|
|
|
|
|
|
|
Pandoc includes some code from other authors. The copyright and license
|
|
|
|
|
statements for these sources are included below. All are GPL-compatible
|
|
|
|
|
licenses.
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------------
|
2010-03-23 21:36:36 +01:00
|
|
|
|
src/Text/Pandoc/Writers/Texinfo.hs
|
2017-05-13 23:30:13 +02:00
|
|
|
|
Copyright (C) 2008-2017 John MacFarlane and Peter Wang
|
2008-09-06 20:49:46 +02:00
|
|
|
|
|
2014-04-27 19:51:14 +02:00
|
|
|
|
Released under the GNU General Public License version 2 or later.
|
2008-09-06 20:49:46 +02:00
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------------
|
2010-03-23 21:36:36 +01:00
|
|
|
|
src/Text/Pandoc/Writers/OpenDocument.hs
|
2017-05-13 23:30:13 +02:00
|
|
|
|
Copyright (C) 2008-2017 Andrea Rossato and John MacFarlane
|
2008-09-06 20:49:46 +02:00
|
|
|
|
|
2014-04-27 19:51:14 +02:00
|
|
|
|
Released under the GNU General Public License version 2 or later.
|
2008-09-06 20:49:46 +02:00
|
|
|
|
|
2011-01-01 19:26:10 +01:00
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
|
src/Text/Pandoc/Writers/Org.hs
|
2017-05-13 23:30:13 +02:00
|
|
|
|
Copyright (C) 2010-2017 Puneeth Chaganti, John MacFarlane, and
|
|
|
|
|
Albert Krewinkel
|
2011-01-01 19:26:10 +01:00
|
|
|
|
|
2014-04-27 19:51:14 +02:00
|
|
|
|
Released under the GNU General Public License version 2 or later.
|
2011-01-01 19:26:10 +01:00
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
|
src/Text/Pandoc/Readers/Textile.hs
|
2017-05-13 23:30:13 +02:00
|
|
|
|
Copyright (C) 2010-2017 Paul Rivier and John MacFarlane
|
2011-01-01 19:26:10 +01:00
|
|
|
|
|
2014-04-27 19:51:14 +02:00
|
|
|
|
Released under the GNU General Public License version 2 or later.
|
2011-01-01 19:26:10 +01:00
|
|
|
|
|
2014-04-19 15:25:34 +02:00
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
|
src/Text/Pandoc/Readers/Org.hs
|
2017-02-25 10:31:40 +01:00
|
|
|
|
test/Tests/Readers/Org.hs
|
2017-05-13 23:30:13 +02:00
|
|
|
|
Copyright (C) 2014-2017 Albert Krewinkel
|
2014-04-19 15:25:34 +02:00
|
|
|
|
|
2014-04-27 19:51:14 +02:00
|
|
|
|
Released under the GNU General Public License version 2 or later.
|
2014-04-19 15:25:34 +02:00
|
|
|
|
|
2009-10-24 21:34:31 +02:00
|
|
|
|
----------------------------------------------------------------------
|
2010-03-23 21:36:36 +01:00
|
|
|
|
data/LaTeXMathML.js
|
2009-10-24 21:34:31 +02:00
|
|
|
|
Adapted by Jeff Knisely and Douglas Woodall from
|
|
|
|
|
ASCIIMathML.js v. 1.4.7
|
|
|
|
|
Copyright (C) 2005 Peter Jipsen
|
2008-09-06 20:49:46 +02:00
|
|
|
|
|
2014-04-27 19:51:14 +02:00
|
|
|
|
Released under the GNU General Public License version 2 or later.
|
2008-09-06 20:49:46 +02:00
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------------
|
2014-04-27 19:51:14 +02:00
|
|
|
|
data/MathMLinHTML.js
|
2010-03-23 21:36:36 +01:00
|
|
|
|
Copyright (C) 2004 Peter Jipsen http://www.chapman.edu/~jipsen
|
|
|
|
|
|
|
|
|
|
Released under the GNU General Public License version 2 or later.
|
|
|
|
|
|
2011-10-02 08:13:57 +02:00
|
|
|
|
------------------------------------------------------------------------
|
|
|
|
|
The dzslides template contains javascript and CSS from Paul Rouget's
|
|
|
|
|
dzslides template.
|
2015-04-20 12:28:03 +02:00
|
|
|
|
http://github.com/paulrouget/dzslides
|
2011-10-02 08:13:57 +02:00
|
|
|
|
|
|
|
|
|
Released under the Do What the Fuck You Want To Public License.
|
2015-04-20 18:02:37 +02:00
|
|
|
|
|
|
|
|
|
------------------------------------------------------------------------
|
|
|
|
|
Pandoc embeds a lua interpreter (via hslua).
|
|
|
|
|
|
|
|
|
|
Copyright © 1994–2015 Lua.org, PUC-Rio.
|
|
|
|
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
|
|
|
a copy of this software and associated documentation files (the
|
|
|
|
|
"Software"), to deal in the Software without restriction, including
|
|
|
|
|
without limitation the rights to use, copy, modify, merge, publish,
|
|
|
|
|
distribute, sublicense, and/or sell copies of the Software, and to
|
|
|
|
|
permit persons to whom the Software is furnished to do so, subject to
|
|
|
|
|
the following conditions:
|
|
|
|
|
|
|
|
|
|
The above copyright notice and this permission notice shall be
|
|
|
|
|
included in all copies or substantial portions of the Software.
|
|
|
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
|
|
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
|
|
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
|
|
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
|
|
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
|
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
|
|
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
2017-03-28 09:36:07 +02:00
|
|
|
|
|
|
|
|
|
------------------------------------------------------------------------
|
|
|
|
|
The template pandoc.jats is Copyright 2013--15 Martin Fenner,
|
|
|
|
|
released under GPL version 2 or later.
|
2017-03-30 16:43:17 +02:00
|
|
|
|
|
|
|
|
|
The file data/jats.csl is derived from a csl file by Martin Fenner,
|
|
|
|
|
revised by Martin Paul Eve and then John MacFarlane.
|
|
|
|
|
"This work is licensed under a Creative Commons Attribution-ShareAlike 3.0
|
|
|
|
|
License. Originally by Martin Fenner."
|