summaryrefslogtreecommitdiff
path: root/core/src/xmake/path
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 /core/src/xmake/path
parentc29bf9dde01066325f2a8734a6fda6cd1bc40549 (diff)
update copyright date
Diffstat (limited to 'core/src/xmake/path')
-rw-r--r--core/src/xmake/path/absolute.c2
-rw-r--r--core/src/xmake/path/is_absolute.c2
-rw-r--r--core/src/xmake/path/prefix.h2
-rw-r--r--core/src/xmake/path/relative.c2
-rw-r--r--core/src/xmake/path/translate.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/core/src/xmake/path/absolute.c b/core/src/xmake/path/absolute.c
index bf60992b2..4c74b6213 100644
--- a/core/src/xmake/path/absolute.c
+++ b/core/src/xmake/path/absolute.c
@@ -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 absolute.c
diff --git a/core/src/xmake/path/is_absolute.c b/core/src/xmake/path/is_absolute.c
index 71e0cb5b1..c43e5b570 100644
--- a/core/src/xmake/path/is_absolute.c
+++ b/core/src/xmake/path/is_absolute.c
@@ -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 is_absolute.c
diff --git a/core/src/xmake/path/prefix.h b/core/src/xmake/path/prefix.h
index 5aa9ab9ab..61b811ab6 100644
--- a/core/src/xmake/path/prefix.h
+++ b/core/src/xmake/path/prefix.h
@@ -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 prefix.h
diff --git a/core/src/xmake/path/relative.c b/core/src/xmake/path/relative.c
index c9c111c01..063ec6f25 100644
--- a/core/src/xmake/path/relative.c
+++ b/core/src/xmake/path/relative.c
@@ -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 relative.c
diff --git a/core/src/xmake/path/translate.c b/core/src/xmake/path/translate.c
index 1aeae1ca5..adcee92f7 100644
--- a/core/src/xmake/path/translate.c
+++ b/core/src/xmake/path/translate.c
@@ -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 translate.c