diff options
| author | ruki <[email protected]> | 2020-12-11 08:58:06 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-11 08:58:06 +0800 |
| commit | aa9aacdc130c93a4e4a45659bc9d94457cdb2187 (patch) | |
| tree | a4549f873d81d3d640eb39c2d0ff31ef8254823f | |
| parent | ad5fbd99583754017587a94ff4b9bafbd8ba78c3 (diff) | |
| parent | ea75b57418b6ff190fbc19d50adf21f5130bff6d (diff) | |
Merge pull request #1134 from yamashi/patch-1
Add CC0 license
| -rw-r--r-- | xmake/modules/core/base/license.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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", |
