Repository: lucy-clownfish Updated Branches: refs/heads/markdown_v2 a96b4c4ba -> bedc4bc0d
Update LICENSE Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/bedc4bc0 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/bedc4bc0 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/bedc4bc0 Branch: refs/heads/markdown_v2 Commit: bedc4bc0dce9c8e0abf2db0d63de60809061c0b9 Parents: a96b4c4 Author: Nick Wellnhofer <[email protected]> Authored: Tue Dec 2 21:08:11 2014 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Tue Dec 2 21:08:11 2014 +0100 ---------------------------------------------------------------------- LICENSE | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/bedc4bc0/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index 12aeedd..e50180c 100644 --- a/LICENSE +++ b/LICENSE @@ -205,3 +205,37 @@ This product bundles the Lemon parser generator from the SQLite project, which has been released into the public domain by its authors as explained at <http://www.sqlite.org/copyright.html>. +This product bundles portions of the libcmark library from the CommonMark +project, which has been released under the following license: + + Copyright (c) 2014, 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. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +
