net/lwip : add MIT license file for dhcps
authorJin-Seong Kim <jseong82.kim@samsung.com>
Mon, 26 Jun 2017 23:35:35 +0000 (08:35 +0900)
committerEunBong Song <eunb.song@samsung.com>
Tue, 11 Jul 2017 11:14:29 +0000 (20:14 +0900)
This commit is to add MIT license files for dhcps
 - dhcps is under MIT license hence, add full statement of MIT license

Change-Id: Ie58070b815a2734b6a6ca57cea53a5cbed7dc980
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
os/net/lwip/src/core/LICENSE [new file with mode: 0644]
os/net/lwip/src/core/mit-license.txt [new file with mode: 0644]

diff --git a/os/net/lwip/src/core/LICENSE b/os/net/lwip/src/core/LICENSE
new file mode 100644 (file)
index 0000000..485f98a
--- /dev/null
@@ -0,0 +1,2 @@
+File dhcps.c is licensed under MIT license, as can be found in : mit-license.txt
+other files are under BSD license, as can be found in : http://lwip.wikia.com/wiki/License
diff --git a/os/net/lwip/src/core/mit-license.txt b/os/net/lwip/src/core/mit-license.txt
new file mode 100644 (file)
index 0000000..18a75d3
--- /dev/null
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 zeroday nodemcu.com
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+