summaryrefslogtreecommitdiff
path: root/xmake/modules/net
diff options
context:
space:
mode:
authorruki <[email protected]>2017-12-28 22:35:29 +0800
committerruki <[email protected]>2017-12-28 09:32:59 +0800
commiteb3805ec6e4e4ae187d0cd7c9082e6c8558a51ee (patch)
treedc9c03c3b9a1cef3dcf9d029e5f7d6d64aa657e8 /xmake/modules/net
parentc29bf9dde01066325f2a8734a6fda6cd1bc40549 (diff)
update copyright date
Diffstat (limited to 'xmake/modules/net')
-rw-r--r--xmake/modules/net/fasturl.lua2
-rw-r--r--xmake/modules/net/http/download.lua2
-rw-r--r--xmake/modules/net/ping.lua2
3 files changed, 3 insertions, 3 deletions
diff --git a/xmake/modules/net/fasturl.lua b/xmake/modules/net/fasturl.lua
index 793b9ec9d..1fdb4156d 100644
--- a/xmake/modules/net/fasturl.lua
+++ b/xmake/modules/net/fasturl.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file fasturl.lua
diff --git a/xmake/modules/net/http/download.lua b/xmake/modules/net/http/download.lua
index f672bd46d..5de9709b3 100644
--- a/xmake/modules/net/http/download.lua
+++ b/xmake/modules/net/http/download.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file download.lua
diff --git a/xmake/modules/net/ping.lua b/xmake/modules/net/ping.lua
index e87c2cd94..c23a69983 100644
--- a/xmake/modules/net/ping.lua
+++ b/xmake/modules/net/ping.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file ping.lua