COPYRIGHT: clarify that templates are dual-licensed.
This commit is contained in:
parent
770e0cccc1
commit
f55cfe2541
1 changed files with 27 additions and 4 deletions
31
COPYRIGHT
31
COPYRIGHT
|
@ -1,7 +1,8 @@
|
|||
Pandoc
|
||||
Copyright (C) 2006-2017 John MacFarlane <jgm at berkeley dot edu>
|
||||
|
||||
This code is released under the [GPL], version 2 or later:
|
||||
With the exceptions noted below, 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
|
||||
|
@ -27,9 +28,31 @@ Pandoc's complete source code is available from the [Pandoc home page].
|
|||
|
||||
[Pandoc home page]: http://pandoc.org
|
||||
|
||||
Pandoc includes some code from other authors. The copyright and license
|
||||
statements for these sources are included below. All are GPL-compatible
|
||||
licenses.
|
||||
Pandoc includes some code with different copyrights, or subject to different
|
||||
licenses. The copyright and license statements for these sources are included
|
||||
below. All are GPL-compatible licenses.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
Pandoc's templates (in `data/templates`) are dual-licensed GPL (v2 or
|
||||
higher, same as pandoc) and the BSD 3-clause license, copied below:
|
||||
|
||||
Copyright (c) 2014--2017, John MacFarlane
|
||||
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
|
||||
Redistributions in binary form must reproduce the above copyright notice, this
|
||||
list of conditions and the following disclaimer in the documentation and/or
|
||||
other materials provided with the distribution.
|
||||
|
||||
Neither the name of John MacFarlane nor the names of other contributors may be
|
||||
used to endorse or promote products derived from this software without specific
|
||||
prior written permission.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
src/Text/Pandoc/Writers/Muse.hs
|
||||
|
|
Loading…
Add table
Reference in a new issue