From: Jin-Seong Kim Date: Mon, 26 Jun 2017 23:35:35 +0000 (+0900) Subject: net/lwip : add MIT license file for dhcps X-Git-Tag: 1.1_Public_Release~453^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ede17573c169606f7616475d4b493d9e097fcb4c;p=rtos%2Ftinyara.git net/lwip : add MIT license file for dhcps 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 --- diff --git a/os/net/lwip/src/core/LICENSE b/os/net/lwip/src/core/LICENSE new file mode 100644 index 0000000..485f98a --- /dev/null +++ b/os/net/lwip/src/core/LICENSE @@ -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 index 0000000..18a75d3 --- /dev/null +++ b/os/net/lwip/src/core/mit-license.txt @@ -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. +