diff options
| author | vkensou <[email protected]> | 2024-03-05 23:56:51 +0800 |
|---|---|---|
| committer | vkensou <[email protected]> | 2024-03-05 23:56:51 +0800 |
| commit | a22c87fc9455fb384d2257cb937567d06d4f439b (patch) | |
| tree | 86d13c3d7df701718a61eadeab40dfda30c0a358 | |
| parent | e30f82bc4321d475e2346debc4d2469ad3cc3b05 (diff) | |
add copyright
| -rw-r--r-- | xmake/modules/detect/sdks/find_wasisdk.lua | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/xmake/modules/detect/sdks/find_wasisdk.lua b/xmake/modules/detect/sdks/find_wasisdk.lua index c4feac76f..cfc5343e7 100644 --- a/xmake/modules/detect/sdks/find_wasisdk.lua +++ b/xmake/modules/detect/sdks/find_wasisdk.lua @@ -1,3 +1,18 @@ +--!A cross-platform build utility based on Lua +-- +-- Licensed under the Apache License, Version 2.0 (the "License"); +-- you may not use this file except in compliance with the License. +-- You may obtain a copy of the License at +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, software +-- distributed under the License is distributed on an "AS IS" BASIS, +-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +-- See the License for the specific language governing permissions and +-- limitations under the License. +-- +-- Copyright (C) 2015-present, TBOOX Open Source Group. -- -- @author vkensou -- @file find_wasisdk.lua |
