summaryrefslogtreecommitdiff
path: root/core/src
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
parentc29bf9dde01066325f2a8734a6fda6cd1bc40549 (diff)
update copyright date
Diffstat (limited to 'core/src')
-rw-r--r--core/src/xmake/config.h2
-rw-r--r--core/src/xmake/hash/prefix.h2
-rw-r--r--core/src/xmake/hash/sha256.c2
-rw-r--r--core/src/xmake/hash/uuid.c2
-rw-r--r--core/src/xmake/io/isatty.c2
-rw-r--r--core/src/xmake/io/prefix.h2
-rw-r--r--core/src/xmake/machine.c2
-rw-r--r--core/src/xmake/machine.h2
-rw-r--r--core/src/xmake/os/argv.c2
-rw-r--r--core/src/xmake/os/chdir.c2
-rw-r--r--core/src/xmake/os/cpdir.c2
-rw-r--r--core/src/xmake/os/cpfile.c2
-rw-r--r--core/src/xmake/os/curdir.c2
-rw-r--r--core/src/xmake/os/emptydir.c2
-rw-r--r--core/src/xmake/os/exists.c2
-rw-r--r--core/src/xmake/os/find.c2
-rw-r--r--core/src/xmake/os/getenv.c2
-rw-r--r--core/src/xmake/os/getown.c2
-rw-r--r--core/src/xmake/os/getwinsize.c2
-rw-r--r--core/src/xmake/os/gid.c2
-rw-r--r--core/src/xmake/os/isdir.c2
-rw-r--r--core/src/xmake/os/isfile.c2
-rw-r--r--core/src/xmake/os/mclock.c2
-rw-r--r--core/src/xmake/os/mkdir.c2
-rw-r--r--core/src/xmake/os/mtime.c2
-rw-r--r--core/src/xmake/os/prefix.h2
-rw-r--r--core/src/xmake/os/rename.c2
-rw-r--r--core/src/xmake/os/rmdir.c2
-rw-r--r--core/src/xmake/os/rmfile.c2
-rw-r--r--core/src/xmake/os/setenv.c2
-rw-r--r--core/src/xmake/os/sleep.c2
-rw-r--r--core/src/xmake/os/strerror.c2
-rw-r--r--core/src/xmake/os/tmpdir.c2
-rw-r--r--core/src/xmake/os/uid.c2
-rw-r--r--core/src/xmake/os/versioninfo.c2
-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
-rw-r--r--core/src/xmake/prefix.h2
-rw-r--r--core/src/xmake/prefix/config.h2
-rw-r--r--core/src/xmake/prefix/prefix.h2
-rw-r--r--core/src/xmake/prefix/version.h2
-rw-r--r--core/src/xmake/process/close.c2
-rw-r--r--core/src/xmake/process/open.c2
-rw-r--r--core/src/xmake/process/openv.c2
-rw-r--r--core/src/xmake/process/prefix.h2
-rw-r--r--core/src/xmake/process/wait.c2
-rw-r--r--core/src/xmake/process/waitlist.c2
-rw-r--r--core/src/xmake/readline/add_history.c2
-rw-r--r--core/src/xmake/readline/clear_history.c2
-rw-r--r--core/src/xmake/readline/history_list.c2
-rw-r--r--core/src/xmake/readline/prefix.h2
-rw-r--r--core/src/xmake/readline/readline.c2
-rw-r--r--core/src/xmake/sandbox/interactive.c2
-rw-r--r--core/src/xmake/sandbox/prefix.h2
-rw-r--r--core/src/xmake/semver/parse.c2
-rw-r--r--core/src/xmake/semver/prefix.h2
-rw-r--r--core/src/xmake/semver/satisfies.c2
-rw-r--r--core/src/xmake/semver/select.c2
-rw-r--r--core/src/xmake/semver/semver.c2
-rw-r--r--core/src/xmake/string/endswith.c2
-rw-r--r--core/src/xmake/string/prefix.h2
-rw-r--r--core/src/xmake/string/startswith.c2
-rw-r--r--core/src/xmake/winreg/prefix.h2
-rw-r--r--core/src/xmake/winreg/query.c2
-rw-r--r--core/src/xmake/xmake.c2
-rw-r--r--core/src/xmake/xmake.h2
69 files changed, 69 insertions, 69 deletions
diff --git a/core/src/xmake/config.h b/core/src/xmake/config.h
index 5150880e6..6e3bb590f 100644
--- a/core/src/xmake/config.h
+++ b/core/src/xmake/config.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 config.h
diff --git a/core/src/xmake/hash/prefix.h b/core/src/xmake/hash/prefix.h
index 5df85a1d3..db77e3a9a 100644
--- a/core/src/xmake/hash/prefix.h
+++ b/core/src/xmake/hash/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/hash/sha256.c b/core/src/xmake/hash/sha256.c
index 6a9b1f5df..67d121006 100644
--- a/core/src/xmake/hash/sha256.c
+++ b/core/src/xmake/hash/sha256.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 sha256.c
diff --git a/core/src/xmake/hash/uuid.c b/core/src/xmake/hash/uuid.c
index 9dc8e0eb7..a366a1a3f 100644
--- a/core/src/xmake/hash/uuid.c
+++ b/core/src/xmake/hash/uuid.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 uuid.c
diff --git a/core/src/xmake/io/isatty.c b/core/src/xmake/io/isatty.c
index e094ebcfc..949796301 100644
--- a/core/src/xmake/io/isatty.c
+++ b/core/src/xmake/io/isatty.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 isatty.c
diff --git a/core/src/xmake/io/prefix.h b/core/src/xmake/io/prefix.h
index a75aa03e4..773d10b07 100644
--- a/core/src/xmake/io/prefix.h
+++ b/core/src/xmake/io/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/machine.c b/core/src/xmake/machine.c
index 7b8514611..02bf760e7 100644
--- a/core/src/xmake/machine.c
+++ b/core/src/xmake/machine.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 machine.c
diff --git a/core/src/xmake/machine.h b/core/src/xmake/machine.h
index d4fe5b3f7..8192fef93 100644
--- a/core/src/xmake/machine.h
+++ b/core/src/xmake/machine.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 machine.h
diff --git a/core/src/xmake/os/argv.c b/core/src/xmake/os/argv.c
index 5d4fb5150..24e4bb67e 100644
--- a/core/src/xmake/os/argv.c
+++ b/core/src/xmake/os/argv.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 argv.c
diff --git a/core/src/xmake/os/chdir.c b/core/src/xmake/os/chdir.c
index 63ab4c083..3aea1d262 100644
--- a/core/src/xmake/os/chdir.c
+++ b/core/src/xmake/os/chdir.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 chdir.c
diff --git a/core/src/xmake/os/cpdir.c b/core/src/xmake/os/cpdir.c
index a36837edf..14ca6320a 100644
--- a/core/src/xmake/os/cpdir.c
+++ b/core/src/xmake/os/cpdir.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 cpdir.c
diff --git a/core/src/xmake/os/cpfile.c b/core/src/xmake/os/cpfile.c
index d96fb1728..603f16dc8 100644
--- a/core/src/xmake/os/cpfile.c
+++ b/core/src/xmake/os/cpfile.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 cpfile.c
diff --git a/core/src/xmake/os/curdir.c b/core/src/xmake/os/curdir.c
index 0c7195509..f24fcd906 100644
--- a/core/src/xmake/os/curdir.c
+++ b/core/src/xmake/os/curdir.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 curdir.c
diff --git a/core/src/xmake/os/emptydir.c b/core/src/xmake/os/emptydir.c
index a5f502d2d..c37c0cb82 100644
--- a/core/src/xmake/os/emptydir.c
+++ b/core/src/xmake/os/emptydir.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 emptydir.c
diff --git a/core/src/xmake/os/exists.c b/core/src/xmake/os/exists.c
index 1bcfbc885..bc6c1693a 100644
--- a/core/src/xmake/os/exists.c
+++ b/core/src/xmake/os/exists.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 exists.c
diff --git a/core/src/xmake/os/find.c b/core/src/xmake/os/find.c
index c9b7ba10c..3638a8219 100644
--- a/core/src/xmake/os/find.c
+++ b/core/src/xmake/os/find.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 find.c
diff --git a/core/src/xmake/os/getenv.c b/core/src/xmake/os/getenv.c
index 522467d9f..e7e9c66df 100644
--- a/core/src/xmake/os/getenv.c
+++ b/core/src/xmake/os/getenv.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 getenv.c
diff --git a/core/src/xmake/os/getown.c b/core/src/xmake/os/getown.c
index 9a3889a1a..d1f61c554 100644
--- a/core/src/xmake/os/getown.c
+++ b/core/src/xmake/os/getown.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 TitanSnow
* @file getown.c
diff --git a/core/src/xmake/os/getwinsize.c b/core/src/xmake/os/getwinsize.c
index 3a8da7a11..ce4cb6a1f 100644
--- a/core/src/xmake/os/getwinsize.c
+++ b/core/src/xmake/os/getwinsize.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 TitanSnow
* @file getwinsize.c
diff --git a/core/src/xmake/os/gid.c b/core/src/xmake/os/gid.c
index 603aad8b1..41e5a542c 100644
--- a/core/src/xmake/os/gid.c
+++ b/core/src/xmake/os/gid.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 TitanSnow
* @file gid.c
diff --git a/core/src/xmake/os/isdir.c b/core/src/xmake/os/isdir.c
index 3808da7ed..1808f7836 100644
--- a/core/src/xmake/os/isdir.c
+++ b/core/src/xmake/os/isdir.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 isdir.c
diff --git a/core/src/xmake/os/isfile.c b/core/src/xmake/os/isfile.c
index 4063f9614..66781456c 100644
--- a/core/src/xmake/os/isfile.c
+++ b/core/src/xmake/os/isfile.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 isfile.c
diff --git a/core/src/xmake/os/mclock.c b/core/src/xmake/os/mclock.c
index 38db5edfb..8ffd2aca2 100644
--- a/core/src/xmake/os/mclock.c
+++ b/core/src/xmake/os/mclock.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 mclock.c
diff --git a/core/src/xmake/os/mkdir.c b/core/src/xmake/os/mkdir.c
index 557833161..7d9f5f0c2 100644
--- a/core/src/xmake/os/mkdir.c
+++ b/core/src/xmake/os/mkdir.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 mkdir.c
diff --git a/core/src/xmake/os/mtime.c b/core/src/xmake/os/mtime.c
index 3f39cd6a5..74aafd599 100644
--- a/core/src/xmake/os/mtime.c
+++ b/core/src/xmake/os/mtime.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 mtime.c
diff --git a/core/src/xmake/os/prefix.h b/core/src/xmake/os/prefix.h
index f4568bdc4..4d91fcb20 100644
--- a/core/src/xmake/os/prefix.h
+++ b/core/src/xmake/os/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/os/rename.c b/core/src/xmake/os/rename.c
index 7bab8cbeb..970988a09 100644
--- a/core/src/xmake/os/rename.c
+++ b/core/src/xmake/os/rename.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 rename.c
diff --git a/core/src/xmake/os/rmdir.c b/core/src/xmake/os/rmdir.c
index 3ad272507..8d4ced694 100644
--- a/core/src/xmake/os/rmdir.c
+++ b/core/src/xmake/os/rmdir.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 rmdir.c
diff --git a/core/src/xmake/os/rmfile.c b/core/src/xmake/os/rmfile.c
index 151565618..f8db0c9d4 100644
--- a/core/src/xmake/os/rmfile.c
+++ b/core/src/xmake/os/rmfile.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 rmfile.c
diff --git a/core/src/xmake/os/setenv.c b/core/src/xmake/os/setenv.c
index c8f82f008..0bb7ae6c1 100644
--- a/core/src/xmake/os/setenv.c
+++ b/core/src/xmake/os/setenv.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 setenv.c
diff --git a/core/src/xmake/os/sleep.c b/core/src/xmake/os/sleep.c
index 4615c274f..62d93cfe2 100644
--- a/core/src/xmake/os/sleep.c
+++ b/core/src/xmake/os/sleep.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 sleep.c
diff --git a/core/src/xmake/os/strerror.c b/core/src/xmake/os/strerror.c
index ffb4ac72b..bb01c9299 100644
--- a/core/src/xmake/os/strerror.c
+++ b/core/src/xmake/os/strerror.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 strerror.c
diff --git a/core/src/xmake/os/tmpdir.c b/core/src/xmake/os/tmpdir.c
index 30b726f9a..1fa080223 100644
--- a/core/src/xmake/os/tmpdir.c
+++ b/core/src/xmake/os/tmpdir.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 tmpdir.c
diff --git a/core/src/xmake/os/uid.c b/core/src/xmake/os/uid.c
index 0c5c583c3..f0542c9dd 100644
--- a/core/src/xmake/os/uid.c
+++ b/core/src/xmake/os/uid.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 TitanSnow
* @file uid.c
diff --git a/core/src/xmake/os/versioninfo.c b/core/src/xmake/os/versioninfo.c
index c83f2ffb3..5c33fabd9 100644
--- a/core/src/xmake/os/versioninfo.c
+++ b/core/src/xmake/os/versioninfo.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 TitanSnow
* @file versioninfo.c
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
diff --git a/core/src/xmake/prefix.h b/core/src/xmake/prefix.h
index a506c9003..f5c46d007 100644
--- a/core/src/xmake/prefix.h
+++ b/core/src/xmake/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/prefix/config.h b/core/src/xmake/prefix/config.h
index e29c56ded..955d4460f 100644
--- a/core/src/xmake/prefix/config.h
+++ b/core/src/xmake/prefix/config.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 config.h
diff --git a/core/src/xmake/prefix/prefix.h b/core/src/xmake/prefix/prefix.h
index 2824bcaf9..7d3c02243 100644
--- a/core/src/xmake/prefix/prefix.h
+++ b/core/src/xmake/prefix/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/prefix/version.h b/core/src/xmake/prefix/version.h
index 89ab8b654..1c8395a4b 100644
--- a/core/src/xmake/prefix/version.h
+++ b/core/src/xmake/prefix/version.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 version.h
diff --git a/core/src/xmake/process/close.c b/core/src/xmake/process/close.c
index 1a9f5f8b1..c83935f2b 100644
--- a/core/src/xmake/process/close.c
+++ b/core/src/xmake/process/close.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 close.c
diff --git a/core/src/xmake/process/open.c b/core/src/xmake/process/open.c
index 2365ee7ba..bcdd2f8aa 100644
--- a/core/src/xmake/process/open.c
+++ b/core/src/xmake/process/open.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 open.c
diff --git a/core/src/xmake/process/openv.c b/core/src/xmake/process/openv.c
index 1013f38fb..a6a27bd67 100644
--- a/core/src/xmake/process/openv.c
+++ b/core/src/xmake/process/openv.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 openv.c
diff --git a/core/src/xmake/process/prefix.h b/core/src/xmake/process/prefix.h
index adf0eb9ac..a1b7ef486 100644
--- a/core/src/xmake/process/prefix.h
+++ b/core/src/xmake/process/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/process/wait.c b/core/src/xmake/process/wait.c
index 4fba111d8..efbf4a530 100644
--- a/core/src/xmake/process/wait.c
+++ b/core/src/xmake/process/wait.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 wait.c
diff --git a/core/src/xmake/process/waitlist.c b/core/src/xmake/process/waitlist.c
index b577c87f4..3b4c06a78 100644
--- a/core/src/xmake/process/waitlist.c
+++ b/core/src/xmake/process/waitlist.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 waitlist.c
diff --git a/core/src/xmake/readline/add_history.c b/core/src/xmake/readline/add_history.c
index a0d660b7c..9ee81c5d9 100644
--- a/core/src/xmake/readline/add_history.c
+++ b/core/src/xmake/readline/add_history.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 TitanSnow
* @file add_history.c
diff --git a/core/src/xmake/readline/clear_history.c b/core/src/xmake/readline/clear_history.c
index 031d47b76..2438d7238 100644
--- a/core/src/xmake/readline/clear_history.c
+++ b/core/src/xmake/readline/clear_history.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 TitanSnow
* @file clear_history.c
diff --git a/core/src/xmake/readline/history_list.c b/core/src/xmake/readline/history_list.c
index 8b48b6ded..342780805 100644
--- a/core/src/xmake/readline/history_list.c
+++ b/core/src/xmake/readline/history_list.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 TitanSnow
* @file history_list.c
diff --git a/core/src/xmake/readline/prefix.h b/core/src/xmake/readline/prefix.h
index 626cde146..0e1922ac6 100644
--- a/core/src/xmake/readline/prefix.h
+++ b/core/src/xmake/readline/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 TitanSnow
* @file prefix.h
diff --git a/core/src/xmake/readline/readline.c b/core/src/xmake/readline/readline.c
index aceae5785..5bc20df7f 100644
--- a/core/src/xmake/readline/readline.c
+++ b/core/src/xmake/readline/readline.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 TitanSnow
* @file readline.c
diff --git a/core/src/xmake/sandbox/interactive.c b/core/src/xmake/sandbox/interactive.c
index c4fcaef9b..e01725c64 100644
--- a/core/src/xmake/sandbox/interactive.c
+++ b/core/src/xmake/sandbox/interactive.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 interactive.c
diff --git a/core/src/xmake/sandbox/prefix.h b/core/src/xmake/sandbox/prefix.h
index a953cc85e..43f15032a 100644
--- a/core/src/xmake/sandbox/prefix.h
+++ b/core/src/xmake/sandbox/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/semver/parse.c b/core/src/xmake/semver/parse.c
index eabf24a1e..7055b4b55 100644
--- a/core/src/xmake/semver/parse.c
+++ b/core/src/xmake/semver/parse.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 uael
* @file parse.c
diff --git a/core/src/xmake/semver/prefix.h b/core/src/xmake/semver/prefix.h
index 2a4155aa8..414717164 100644
--- a/core/src/xmake/semver/prefix.h
+++ b/core/src/xmake/semver/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 uael
* @file prefix.h
diff --git a/core/src/xmake/semver/satisfies.c b/core/src/xmake/semver/satisfies.c
index c4a05963f..c8d469e32 100644
--- a/core/src/xmake/semver/satisfies.c
+++ b/core/src/xmake/semver/satisfies.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 uael
* @file satisfies.c
diff --git a/core/src/xmake/semver/select.c b/core/src/xmake/semver/select.c
index 616e1fb94..54cd99831 100644
--- a/core/src/xmake/semver/select.c
+++ b/core/src/xmake/semver/select.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 uael
* @file select.c
diff --git a/core/src/xmake/semver/semver.c b/core/src/xmake/semver/semver.c
index f6e93dc23..2e417e019 100644
--- a/core/src/xmake/semver/semver.c
+++ b/core/src/xmake/semver/semver.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 uael
* @file semver->c
diff --git a/core/src/xmake/string/endswith.c b/core/src/xmake/string/endswith.c
index 8de61e2bb..6dc16d83e 100644
--- a/core/src/xmake/string/endswith.c
+++ b/core/src/xmake/string/endswith.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 endswith.c
diff --git a/core/src/xmake/string/prefix.h b/core/src/xmake/string/prefix.h
index d7a366e93..69012935f 100644
--- a/core/src/xmake/string/prefix.h
+++ b/core/src/xmake/string/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/string/startswith.c b/core/src/xmake/string/startswith.c
index de039dede..885d5347c 100644
--- a/core/src/xmake/string/startswith.c
+++ b/core/src/xmake/string/startswith.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 startswith.c
diff --git a/core/src/xmake/winreg/prefix.h b/core/src/xmake/winreg/prefix.h
index 45fe6f42c..530b240ca 100644
--- a/core/src/xmake/winreg/prefix.h
+++ b/core/src/xmake/winreg/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 TitanSnow
* @file prefix.h
diff --git a/core/src/xmake/winreg/query.c b/core/src/xmake/winreg/query.c
index 4d2732ae6..fd7f9cb5f 100644
--- a/core/src/xmake/winreg/query.c
+++ b/core/src/xmake/winreg/query.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 TitanSnow, ruki
* @file query.c
diff --git a/core/src/xmake/xmake.c b/core/src/xmake/xmake.c
index 3ed1a1288..91c3a2aa4 100644
--- a/core/src/xmake/xmake.c
+++ b/core/src/xmake/xmake.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 xmake.c
diff --git a/core/src/xmake/xmake.h b/core/src/xmake/xmake.h
index d18fd5074..0e186f2d2 100644
--- a/core/src/xmake/xmake.h
+++ b/core/src/xmake/xmake.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 xmake.h