From 5f9cbe1960991a7a4d5e577e0a3c4e862c2b5cd1 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 16 Jul 2020 22:41:13 +0800 Subject: add lua-cjson license to NOTICE --- NOTICE.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/NOTICE.md b/NOTICE.md index 62c4c6a21..bedcb05f5 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -5,6 +5,14 @@ This product includes software developed by The TBOOX Open Source Group (https:/ ------------------------------------------------------------------------------- +This product depends on 'lua-cjson', The Lua CJSON module provides JSON support for Lua, +which can be obtained at: + + * LICENSE: + * core/src/lua-cjson/lua-cjson/LICENSE (MIT License) + * HOMEPAGE: + * https://www.kyne.com.au/~mark/software/lua-cjson.php + This product depends on 'pdcurses', an implementation of X/Open curses for multiple platforms, which can be obtained at: @@ -25,7 +33,7 @@ This product depends on 'libsv', Public domain semantic versioning in c, which can be obtained at: * LICENSE: - * core/src/sv/repo/UNLICENSE (Public Domain License) + * core/src/sv/sv/UNLICENSE (Public Domain License) * HOMEPAGE: * https://github.com/uael/sv @@ -33,7 +41,7 @@ This product depends on 'LuaJIT', a Just-In-Time Compiler for Lua, which can be obtained at: * LICENSE: - * core/src/luajit/repo/COPYRIGHT (MIT License) + * core/src/luajit/luajit/COPYRIGHT (MIT License) * HOMEPAGE: * http://luajit.org/ @@ -41,7 +49,7 @@ This product depends on 'tbox', The Treasure Box Library, which can be obtained at: * LICENSE: - * core/src/tbox/repo/LICENSE.md (Apache License 2.0) + * core/src/tbox/tbox/LICENSE.md (Apache License 2.0) * HOMEPAGE: * https://tboox.org/ -- cgit v1.3.1