<div dir="ltr">From 25655d9473770a355d61c47e9770a0d1806714ea Mon Sep 17 00:00:00 2001<br>From: Jiri Kucera <<a href="mailto:sanczes@gmail.com">sanczes@gmail.com</a>><br><br>Add a COPYING.MIT file, containing the license of cJSON, to the<br>root directory.<br><br>Signed-off-by: Jiri Kucera <<a href="mailto:sanczes@gmail.com">sanczes@gmail.com</a>><br>---<br> COPYING.MIT | 19 +++++++++++++++++++<br> 1 file changed, 19 insertions(+)<br> create mode 100644 COPYING.MIT<br><br>diff --git a/COPYING.MIT b/COPYING.MIT<br>new file mode 100644<br>index 00000000..151dc51f<br>--- /dev/null<br>+++ b/COPYING.MIT<br>@@ -0,0 +1,19 @@<br>+Copyright (c) 2009 Dave Gamble<br>+<br>+Permission is hereby granted, free of charge, to any person obtaining a copy<br>+of this software and associated documentation files (the "Software"), to deal<br>+in the Software without restriction, including without limitation the rights<br>+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell<br>+copies of the Software, and to permit persons to whom the Software is<br>+furnished to do so, subject to the following conditions:<br>+<br>+The above copyright notice and this permission notice shall be included in<br>+all copies or substantial portions of the Software.<br>+<br>+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR<br>+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,<br>+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE<br>+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER<br>+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,<br>+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN<br>+THE SOFTWARE.<br>-- <br>2.17.2<br><br></div>