diff options
| author | Hoildkv <[email protected]> | 2020-11-19 18:58:53 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-19 18:58:53 +0800 |
| commit | ff33e10ada8ecf73bb7f498ea92a89c42126ed90 (patch) | |
| tree | d8b893b5b45bb69cbb04e4c5aad47eebc790c8b6 /xmake/modules/core/base | |
| parent | 40040c1d8a72f17be20553eb0e2d5ac3edcbe78e (diff) | |
add some licenses
Diffstat (limited to 'xmake/modules/core/base')
| -rw-r--r-- | xmake/modules/core/base/license.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xmake/modules/core/base/license.lua b/xmake/modules/core/base/license.lua index ab355f95a..dc20a1300 100644 --- a/xmake/modules/core/base/license.lua +++ b/xmake/modules/core/base/license.lua @@ -30,10 +30,14 @@ function _licenses() "MIT", "Zlib", "Public Domain", + "LLVM", + "AFL-3.0", + "AGPL-3.0", "LGPL-2.0", "LGPL-2.1", "LGPL-3.0", - "GPL-2.0", "GPL-3.0", "GPL-3.0", + "GPL-2.0", "GPL-3.0", "BSD-2-Clause", "BSD-3-Clause", "BSL-1.0", + "MPL-2.0", "libpng-2.0", "Python-2.0"}) _g.licenses = licenses |
