Repository: incubator-mynewt-core Updated Branches: refs/heads/develop f23b5630d -> 7e1731af8
Correct some bad paths in core's LICENSE. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/7e1731af Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/7e1731af Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/7e1731af Branch: refs/heads/develop Commit: 7e1731af89f3f80679b7846f1e1660cf5f73af20 Parents: f23b563 Author: Christopher Collins <[email protected]> Authored: Wed Mar 16 22:53:13 2016 -0700 Committer: Christopher Collins <[email protected]> Committed: Wed Mar 16 22:53:13 2016 -0700 ---------------------------------------------------------------------- LICENSE | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/7e1731af/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index d65f97f..3d2ce33 100644 --- a/LICENSE +++ b/LICENSE @@ -201,10 +201,10 @@ limitations under the License. This product bundles crc16, which is available under the "3-clause BSD" -license. For details, see fs/nffs/src/crc16.[ch]. +license. For details, see fs/nffs/src/crc16.[ch] This product bundles queue.h 8.5, which is available under the "3-clause BSD" -license. For details, see libs/os/include/os/queue.h. +license. For details, see libs/os/include/os/queue.h This product partly derives from FreeBSD, which is available under the "3-clause BSD" license. For details, see: @@ -215,16 +215,16 @@ This product partly derives from FreeBSD, which is available under the This product bundles baselibc, which is available under the "3-clause BSD" license. Baselibc bundles tinyprintf and is based on klibc for details see: -./libs/baselibc/LICENSE +libs/baselibc/LICENSE This product bundles tinyprintf, which is available under the "3-clause BSD" -license. For details, see libs/baselibc/tinyprintf.c. +license. For details, see libs/baselibc/src/tinyprintf.c This product conatins code based on klibc, which is available under the MIT -license. For details, see ./libs/baselibc/LICENSE. +license. For details, see libs/baselibc/LICENSE This product bundles microjson, which is available under the "3-clause BSD" -license. For details, see libs/json/. +license. For details, see libs/json/ This product bundles and partly derives from parts of the Nordic nRF51 SDK, which are available under a BSD style license. Relevant files are: @@ -244,14 +244,14 @@ This product bundles Gary S. Brown's CRC32 implementation, which is available un code or tables extracted from it, as desired without restriction. This product bundles eLua, which is available under the MIT license. -For details, see libs/elua/elua_base/. +For details, see libs/elua/elua_base/ eLua bundles further items which are available under permissive Apache compatable licenses (BSD/MIT). For full details see: -./libs/elua/elua_base/LICENSE +libs/elua/elua_base/LICENSE This product bundles Lua-RPC library, which is available under a zlib license. -for details see ./libs/elua/elua_base/LICENSE.luarpc +for details see libs/elua/elua_base/LICENSE.luarpc This product bundles parts of CMSIS-CORE, which is available under the "3-clause BSD" license. Bundled files are:
