diff options
| -rw-r--r-- | xmake/actions/require/impl/actions/download.lua | 2 | ||||
| -rw-r--r-- | xmake/actions/require/impl/actions/install.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmake/actions/require/impl/actions/download.lua b/xmake/actions/require/impl/actions/download.lua index 9a6dbbce8..25243eaa9 100644 --- a/xmake/actions/require/impl/actions/download.lua +++ b/xmake/actions/require/impl/actions/download.lua @@ -1,4 +1,4 @@ ---!The Make-like download Utility based on Lua +--!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. diff --git a/xmake/actions/require/impl/actions/install.lua b/xmake/actions/require/impl/actions/install.lua index c6623f36b..69d01c6be 100644 --- a/xmake/actions/require/impl/actions/install.lua +++ b/xmake/actions/require/impl/actions/install.lua @@ -1,4 +1,4 @@ ---!The Make-like install Utility based on Lua +--!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. |
