diff options
| author | ruki <[email protected]> | 2021-01-08 22:39:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-01-08 22:39:47 +0800 |
| commit | 0ff70c2c239a0857798583650dcd349c24292aa3 (patch) | |
| tree | 8aeb7ac9692d6c4aabd91c75239cbf181a75dec6 | |
| parent | 68192efa7c2896e0878799cab13b3c50798cb852 (diff) | |
fix header
| -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. |
