summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-01-08 22:39:47 +0800
committerruki <[email protected]>2021-01-08 22:39:47 +0800
commit0ff70c2c239a0857798583650dcd349c24292aa3 (patch)
tree8aeb7ac9692d6c4aabd91c75239cbf181a75dec6
parent68192efa7c2896e0878799cab13b3c50798cb852 (diff)
fix header
-rw-r--r--xmake/actions/require/impl/actions/download.lua2
-rw-r--r--xmake/actions/require/impl/actions/install.lua2
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.