summaryrefslogtreecommitdiff
path: root/xmake/modules/private/tools
diff options
context:
space:
mode:
authorruki <[email protected]>2019-12-19 22:30:18 +0800
committerruki <[email protected]>2019-12-19 09:01:52 +0800
commit2e0445237493458e39d6ce44b81f7b1fa20940bc (patch)
treebe6adaa2e47967ecb5ca367e839abebd888778a9 /xmake/modules/private/tools
parent3e67c61cd338e9ad214590d24e6ad506ce5b57f6 (diff)
update the copyright date
Diffstat (limited to 'xmake/modules/private/tools')
-rw-r--r--xmake/modules/private/tools/ccache.lua2
-rw-r--r--xmake/modules/private/tools/gcc/parse_deps.lua2
-rw-r--r--xmake/modules/private/tools/nvcc/parse_deps.lua2
-rw-r--r--xmake/modules/private/tools/vstool.lua2
4 files changed, 4 insertions, 4 deletions
diff --git a/xmake/modules/private/tools/ccache.lua b/xmake/modules/private/tools/ccache.lua
index 5d3e6c6f0..ae79be7bd 100644
--- a/xmake/modules/private/tools/ccache.lua
+++ b/xmake/modules/private/tools/ccache.lua
@@ -12,7 +12,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2019, TBOOX Open Source Group.
+-- Copyright (C) 2015-2020, TBOOX Open Source Group.
--
-- @author ruki
-- @file ccache.lua
diff --git a/xmake/modules/private/tools/gcc/parse_deps.lua b/xmake/modules/private/tools/gcc/parse_deps.lua
index eb90ee1b7..f24084439 100644
--- a/xmake/modules/private/tools/gcc/parse_deps.lua
+++ b/xmake/modules/private/tools/gcc/parse_deps.lua
@@ -12,7 +12,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2019, TBOOX Open Source Group.
+-- Copyright (C) 2015-2020, TBOOX Open Source Group.
--
-- @author ruki
-- @file parse_deps.lua
diff --git a/xmake/modules/private/tools/nvcc/parse_deps.lua b/xmake/modules/private/tools/nvcc/parse_deps.lua
index 0f9c2504c..7c477d47f 100644
--- a/xmake/modules/private/tools/nvcc/parse_deps.lua
+++ b/xmake/modules/private/tools/nvcc/parse_deps.lua
@@ -12,7 +12,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2019, TBOOX Open Source Group.
+-- Copyright (C) 2015-2020, TBOOX Open Source Group.
--
-- @author OpportunityLiu
-- @file parse_deps.lua
diff --git a/xmake/modules/private/tools/vstool.lua b/xmake/modules/private/tools/vstool.lua
index 05c7a16b6..fc1217a65 100644
--- a/xmake/modules/private/tools/vstool.lua
+++ b/xmake/modules/private/tools/vstool.lua
@@ -12,7 +12,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2019, TBOOX Open Source Group.
+-- Copyright (C) 2015-2020, TBOOX Open Source Group.
--
-- @author ruki
-- @file vstool.lua