From 9d518f0a76e6ee24132d9fca1c3250a3c484faf0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 14 Jan 2015 09:10:26 -0600 Subject: Update README --- apps/interpreters/README.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'apps') diff --git a/apps/interpreters/README.txt b/apps/interpreters/README.txt index 2e88970d6..12e973057 100644 --- a/apps/interpreters/README.txt +++ b/apps/interpreters/README.txt @@ -93,6 +93,32 @@ micropython discussions in the NuttX Yahoo! forum; people have found many creative way to link with the newlib math library, for example. + 5. Micro Python is released under the MIT license which is license-compatible + with the NuttX 3-clause BSD license. Here is the full text of the Micro + Python LICENSE file as of 2015-01-14: + + The MIT License (MIT) + + Copyright (c) 2013, 2014 Damien P. George + + 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. + pcode ----- -- cgit v1.2.3