COPYRIGHT: list new files not written by John
This commit is contained in:
parent
965f1ddd4a
commit
09ef99477d
1 changed files with 25 additions and 0 deletions
25
COPYRIGHT
25
COPYRIGHT
|
@ -31,6 +31,12 @@ Pandoc includes some code from other authors. The copyright and license
|
|||
statements for these sources are included below. All are GPL-compatible
|
||||
licenses.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
src/Text/Pandoc/Writers/Muse.hs
|
||||
Copyright (C) 2017 Alexander Krotov
|
||||
|
||||
Released under the GNU General Public License version 2 or later.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
src/Text/Pandoc/Writers/Texinfo.hs
|
||||
Copyright (C) 2008-2017 John MacFarlane and Peter Wang
|
||||
|
@ -50,6 +56,19 @@ Copyright (C) 2010-2017 Puneeth Chaganti, John MacFarlane, and
|
|||
|
||||
Released under the GNU General Public License version 2 or later.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
src/Text/Pandoc/Writers/ZimWiki.hs
|
||||
Copyright (C) 2017 Alex Ivkin
|
||||
|
||||
Released under the GNU General Public License version 2 or later.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
src/Text/Pandoc/Readers/Docx.hs
|
||||
src/Text/Pandoc/Readers/Docx/*
|
||||
Copyright (C) 2014-2017 Jesse Rosenthal
|
||||
|
||||
Released under the GNU General Public License version 2 or later.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
src/Text/Pandoc/Readers/Textile.hs
|
||||
Copyright (C) 2010-2017 Paul Rivier and John MacFarlane
|
||||
|
@ -78,6 +97,12 @@ Copyright (C) 2004 Peter Jipsen http://www.chapman.edu/~jipsen
|
|||
Released under the GNU General Public License version 2 or later.
|
||||
|
||||
------------------------------------------------------------------------
|
||||
data/pandoc.lua
|
||||
Copyright (C) 2017 Albert Krewinkel
|
||||
|
||||
Released under the GNU General Public License version 2 or later.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
The dzslides template contains javascript and CSS from Paul Rouget's
|
||||
dzslides template.
|
||||
http://github.com/paulrouget/dzslides
|
||||
|
|
Loading…
Reference in a new issue