From ea75b57418b6ff190fbc19d50adf21f5130bff6d Mon Sep 17 00:00:00 2001 From: yamashi Date: Thu, 10 Dec 2020 22:32:09 +0100 Subject: Add CC0 license This license is very close to Public Domain so no special check needs to be done --- xmake/modules/core/base/license.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake/modules/core/base/license.lua b/xmake/modules/core/base/license.lua index dc20a1300..4b407cd66 100644 --- a/xmake/modules/core/base/license.lua +++ b/xmake/modules/core/base/license.lua @@ -30,6 +30,7 @@ function _licenses() "MIT", "Zlib", "Public Domain", + "CC0", "LLVM", "AFL-3.0", "AGPL-3.0", -- cgit v1.3.1