blob: 15ba43b0a3f02f13ffcd5b433ad4da1b82c74d7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
The Make-like Build Utility based on Lua
Copyright 2015-2017 The TBOOX Open Source Group
This product includes software developed by The TBOOX Open Source Group (http://www.tboox.org/).
-------------------------------------------------------------------------------
This product depends on 'LuaJIT', a Just-In-Time Compiler for Lua,
which can be obtained at:
* LICENSE:
* core/src/luajit/COPYRIGHT (MIT License)
* HOMEPAGE:
* http://luajit.org/
This product depends on 'tbox', The Treasure Box Library,
which can be obtained at:
* LICENSE:
* core/src/tbox/LICENSE.md (Apache License 2.0)
* HOMEPAGE:
* http://www.tboox.org/
|