diff options
| author | ruki <[email protected]> | 2019-06-27 23:13:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-06-27 13:20:55 +0800 |
| commit | 47538d071d97a7d8b5e1eba6ea348dd8032bd7f7 (patch) | |
| tree | 58067412e19bd59086bf930fc9d42d95d2f097c7 | |
| parent | 1cb207195e3164edc7ea9d258765f3901eaf8540 (diff) | |
fix note
| -rw-r--r-- | NOTICE.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -25,7 +25,7 @@ This product depends on 'libsv', Public domain semantic versioning in c, which can be obtained at: * LICENSE: - * core/src/sv/LICENSE (Public Domain License) + * core/src/sv/repo/UNLICENSE (Public Domain License) * HOMEPAGE: * https://github.com/uael/sv @@ -33,7 +33,7 @@ This product depends on 'LuaJIT', a Just-In-Time Compiler for Lua, which can be obtained at: * LICENSE: - * core/src/luajit/COPYRIGHT (MIT License) + * core/src/luajit/repo/COPYRIGHT (MIT License) * HOMEPAGE: * http://luajit.org/ @@ -41,7 +41,7 @@ This product depends on 'tbox', The Treasure Box Library, which can be obtained at: * LICENSE: - * core/src/tbox/LICENSE.md (Apache License 2.0) + * core/src/tbox/repo/LICENSE.md (Apache License 2.0) * HOMEPAGE: * https://tboox.org/ |
