diff options
| author | ruki <[email protected]> | 2020-07-16 22:41:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-07-16 22:41:13 +0800 |
| commit | 5f9cbe1960991a7a4d5e577e0a3c4e862c2b5cd1 (patch) | |
| tree | e7fb0fe56793238f028d49de61b4c087e578f121 | |
| parent | a9a249217b35ebe5d55474f4035966a7c09b2b1a (diff) | |
add lua-cjson license to NOTICE
| -rw-r--r-- | NOTICE.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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/ |
