From ff33e10ada8ecf73bb7f498ea92a89c42126ed90 Mon Sep 17 00:00:00 2001 From: Hoildkv <42310255+xq114@users.noreply.github.com> Date: Thu, 19 Nov 2020 18:58:53 +0800 Subject: add some licenses --- xmake/modules/core/base/license.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.3.1