diff options
Diffstat (limited to 'xmake/modules/devel/git')
| -rw-r--r-- | xmake/modules/devel/git/branches.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/devel/git/checkout.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/devel/git/checkurl.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/devel/git/clean.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/devel/git/clone.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/devel/git/ls_remote.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/devel/git/pull.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/devel/git/refs.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/devel/git/tags.lua | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/xmake/modules/devel/git/branches.lua b/xmake/modules/devel/git/branches.lua index dbca97a93..1741ff0d8 100644 --- a/xmake/modules/devel/git/branches.lua +++ b/xmake/modules/devel/git/branches.lua @@ -1,4 +1,4 @@ ---!The Make-like Build Utility based on Lua +--!A cross-platform build utility based on Lua -- -- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file diff --git a/xmake/modules/devel/git/checkout.lua b/xmake/modules/devel/git/checkout.lua index 02f6c657e..5a754ebe4 100644 --- a/xmake/modules/devel/git/checkout.lua +++ b/xmake/modules/devel/git/checkout.lua @@ -1,4 +1,4 @@ ---!The Make-like Build Utility based on Lua +--!A cross-platform build utility based on Lua -- -- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file diff --git a/xmake/modules/devel/git/checkurl.lua b/xmake/modules/devel/git/checkurl.lua index 225351458..323b48477 100644 --- a/xmake/modules/devel/git/checkurl.lua +++ b/xmake/modules/devel/git/checkurl.lua @@ -1,4 +1,4 @@ ---!The Make-like Build Utility based on Lua +--!A cross-platform build utility based on Lua -- -- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file diff --git a/xmake/modules/devel/git/clean.lua b/xmake/modules/devel/git/clean.lua index d6eff80bd..b69db1150 100644 --- a/xmake/modules/devel/git/clean.lua +++ b/xmake/modules/devel/git/clean.lua @@ -1,4 +1,4 @@ ---!The Make-like Build Utility based on Lua +--!A cross-platform build utility based on Lua -- -- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file diff --git a/xmake/modules/devel/git/clone.lua b/xmake/modules/devel/git/clone.lua index 9e17a69b0..4134db25e 100644 --- a/xmake/modules/devel/git/clone.lua +++ b/xmake/modules/devel/git/clone.lua @@ -1,4 +1,4 @@ ---!The Make-like Build Utility based on Lua +--!A cross-platform build utility based on Lua -- -- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file diff --git a/xmake/modules/devel/git/ls_remote.lua b/xmake/modules/devel/git/ls_remote.lua index 1f41c6e84..a76494337 100644 --- a/xmake/modules/devel/git/ls_remote.lua +++ b/xmake/modules/devel/git/ls_remote.lua @@ -1,4 +1,4 @@ ---!The Make-like Build Utility based on Lua +--!A cross-platform build utility based on Lua -- -- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file diff --git a/xmake/modules/devel/git/pull.lua b/xmake/modules/devel/git/pull.lua index 504d64ebd..2bba0184b 100644 --- a/xmake/modules/devel/git/pull.lua +++ b/xmake/modules/devel/git/pull.lua @@ -1,4 +1,4 @@ ---!The Make-like Build Utility based on Lua +--!A cross-platform build utility based on Lua -- -- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file diff --git a/xmake/modules/devel/git/refs.lua b/xmake/modules/devel/git/refs.lua index 7af98b854..8acd4a618 100644 --- a/xmake/modules/devel/git/refs.lua +++ b/xmake/modules/devel/git/refs.lua @@ -1,4 +1,4 @@ ---!The Make-like Build Utility based on Lua +--!A cross-platform build utility based on Lua -- -- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file diff --git a/xmake/modules/devel/git/tags.lua b/xmake/modules/devel/git/tags.lua index 3ccdc3a2f..8a77a0145 100644 --- a/xmake/modules/devel/git/tags.lua +++ b/xmake/modules/devel/git/tags.lua @@ -1,4 +1,4 @@ ---!The Make-like Build Utility based on Lua +--!A cross-platform build utility based on Lua -- -- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file |
