1The `MultiMarkdown 6` project is released under the MIT License..
2
3GLibFacade.c and GLibFacade.h are from the MultiMarkdown v4 project:
4
5	https://github.com/fletcher/MultiMarkdown-4/
6
7MMD 4 is released under both the MIT License and GPL.
8
9
10CuTest is released under the zlib/libpng license. See CuTest.c for the
11text of the license.
12
13uthash library:
14	Copyright (c) 2005-2016, Troy D. Hanson
15
16	Licensed under Revised BSD license
17
18miniz library:
19	Copyright 2013-2014 RAD Game Tools and Valve Software
20	Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
21
22	Licensed under the MIT license
23
24argtable3 library:
25	Copyright (C) 1998-2001,2003-2011,2013 Stewart Heitmann
26	<sheitmann@users.sourceforge.net>
27	All rights reserved.
28
29	Licensed under the Revised BSD License
30
31
32## The MIT License ##
33
34Permission is hereby granted, free of charge, to any person obtaining
35a copy of this software and associated documentation files (the
36"Software"), to deal in the Software without restriction, including
37without limitation the rights to use, copy, modify, merge, publish,
38distribute, sublicense, and/or sell copies of the Software, and to
39permit persons to whom the Software is furnished to do so, subject to
40the following conditions:
41
42The above copyright notice and this permission notice shall be
43included in all copies or substantial portions of the Software.
44
45THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
46EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
47MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
48IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
49CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
50TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
51SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
52
53
54## Revised BSD License ##
55
56Redistribution and use in source and binary forms, with or without
57modification, are permitted provided that the following conditions are
58met:
59    * Redistributions of source code must retain the above copyright
60      notice, this list of conditions and the following disclaimer.
61    * Redistributions in binary form must reproduce the above
62      copyright notice, this list of conditions and the following
63      disclaimer in the documentation and/or other materials provided
64      with the distribution.
65    * Neither the name of the <organization> nor the
66      names of its contributors may be used to endorse or promote
67      products derived from this software without specific prior
68      written permission.
69
70THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
71"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
72LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
73A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT
74HOLDER> BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
75EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
76PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
77PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
78LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
79NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
80SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
81