diff options
| -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/ |
