summaryrefslogtreecommitdiff
path: root/core/src/xmake
diff options
context:
space:
mode:
authorruki <[email protected]>2019-01-01 00:25:53 +0800
committerruki <[email protected]>2018-12-31 20:35:19 +0800
commit38e38540325ff07453a324e8049ed575fad8cb8d (patch)
treee96c74c170c254b0c1abb64725812611b024059b /core/src/xmake
parent561c876662cce2b272e9ac5e9c0322373b583fee (diff)
modify copyright date
Diffstat (limited to 'core/src/xmake')
-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/filesize.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/islink.c2
-rw-r--r--core/src/xmake/os/link.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/readlink.c2
-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/compare.c2
-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/convert.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/winos/logical_drives.c2
-rw-r--r--core/src/xmake/winos/prefix.h2
-rw-r--r--core/src/xmake/winos/registry_query.c2
-rw-r--r--core/src/xmake/xmake.c2
-rw-r--r--core/src/xmake/xmake.h2
76 files changed, 76 insertions, 76 deletions
diff --git a/core/src/xmake/config.h b/core/src/xmake/config.h
index 6e3bb590f..e4801c008 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 db77e3a9a..bf3a2e9c8 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 67d121006..6f6610c92 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 a366a1a3f..7f3aeaf5e 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 949796301..318c91ee5 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 773d10b07..75357320d 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author ruki
* @file prefix.h
diff --git a/core/src/xmake/machine.c b/core/src/xmake/machine.c
index a4354a759..de6082894 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author ruki
* @file machine.c
diff --git a/core/src/xmake/machine.h b/core/src/xmake/machine.h
index 8192fef93..9492df120 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 24e4bb67e..48fc5e474 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 3aea1d262..13dee4812 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 14ca6320a..c08097762 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 603f16dc8..4cdfe5643 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 f24fcd906..27488ee80 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 c37c0cb82..c3f8f79ed 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 bc6c1693a..412c55442 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author ruki
* @file exists.c
diff --git a/core/src/xmake/os/filesize.c b/core/src/xmake/os/filesize.c
index c8c3fcfe6..bb5b8e6be 100644
--- a/core/src/xmake/os/filesize.c
+++ b/core/src/xmake/os/filesize.c
@@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author ruki
* @file filesize.c
diff --git a/core/src/xmake/os/find.c b/core/src/xmake/os/find.c
index 194494f0b..e54fb1169 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 e7e9c66df..8cc89ddad 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 d1f61c554..d93014817 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 ce4cb6a1f..6497a9e12 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 41e5a542c..476ac2aec 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 1808f7836..e37a17d0f 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 66781456c..06614233d 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author ruki
* @file isfile.c
diff --git a/core/src/xmake/os/islink.c b/core/src/xmake/os/islink.c
index 3af6166ff..78648d157 100644
--- a/core/src/xmake/os/islink.c
+++ b/core/src/xmake/os/islink.c
@@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author ruki
* @file islink.c
diff --git a/core/src/xmake/os/link.c b/core/src/xmake/os/link.c
index cf5cf6b7d..58cb0b5c4 100644
--- a/core/src/xmake/os/link.c
+++ b/core/src/xmake/os/link.c
@@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author ruki
* @file link.c
diff --git a/core/src/xmake/os/mclock.c b/core/src/xmake/os/mclock.c
index 8ffd2aca2..f7f887dfc 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 7d9f5f0c2..a27186d5a 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 74aafd599..e7b0de3e0 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 4d91fcb20..42e5eda54 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author ruki
* @file prefix.h
diff --git a/core/src/xmake/os/readlink.c b/core/src/xmake/os/readlink.c
index 6b1a6b8ae..232a2f363 100644
--- a/core/src/xmake/os/readlink.c
+++ b/core/src/xmake/os/readlink.c
@@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author ruki
* @file readlink.c
diff --git a/core/src/xmake/os/rename.c b/core/src/xmake/os/rename.c
index 970988a09..c4e2f3cf6 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 8d4ced694..3645af0b1 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 f8db0c9d4..9252c41aa 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 0bb7ae6c1..5d45f0a6f 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 62d93cfe2..06179820b 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 bb01c9299..f07e52f6f 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 1fa080223..d37b2e702 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 f0542c9dd..eae4b4880 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 5c33fabd9..85a1c0f1f 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 4c74b6213..be1cb30d2 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 c43e5b570..09092e77b 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 61b811ab6..034c692f1 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 063ec6f25..5853db3ae 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 adcee92f7..d4d62c0a6 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author ruki
* @file translate.c
diff --git a/core/src/xmake/prefix.h b/core/src/xmake/prefix.h
index f5c46d007..bfd2d4710 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 955d4460f..92cb54b3f 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 7d3c02243..ddff08366 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 1c8395a4b..e43adfad6 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 c83935f2b..42870b10e 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 bcdd2f8aa..54ed697dd 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 a6a27bd67..56ad7d3bf 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 a1b7ef486..e1663a485 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 efbf4a530..26b89bb7f 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 3b4c06a78..7de869701 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 9ee81c5d9..b86225747 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 2438d7238..c685b3f1b 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 342780805..0b017ca79 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 0e1922ac6..f4d258075 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 5bc20df7f..0edceb6c5 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 e01725c64..66962e422 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 43f15032a..fc126f624 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author ruki
* @file prefix.h
diff --git a/core/src/xmake/semver/compare.c b/core/src/xmake/semver/compare.c
index 66f335b90..5748fa718 100644
--- a/core/src/xmake/semver/compare.c
+++ b/core/src/xmake/semver/compare.c
@@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author uael
* @file compare.c
diff --git a/core/src/xmake/semver/parse.c b/core/src/xmake/semver/parse.c
index 7055b4b55..db8ac4ec4 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 414717164..e4e445e6b 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 c8d469e32..41622e48f 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 7481485c8..e3e674006 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 323b96552..63d265923 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author uael
* @file semver.c
diff --git a/core/src/xmake/string/convert.c b/core/src/xmake/string/convert.c
index 2805f4b52..81ed4704c 100644
--- a/core/src/xmake/string/convert.c
+++ b/core/src/xmake/string/convert.c
@@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author ruki
* @file convert.c
diff --git a/core/src/xmake/string/endswith.c b/core/src/xmake/string/endswith.c
index 6dc16d83e..d57380d1c 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 69012935f..2805bac4d 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, 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 885d5347c..a9716d530 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author ruki
* @file startswith.c
diff --git a/core/src/xmake/winos/logical_drives.c b/core/src/xmake/winos/logical_drives.c
index cd4368c47..4daf28d2e 100644
--- a/core/src/xmake/winos/logical_drives.c
+++ b/core/src/xmake/winos/logical_drives.c
@@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author ruki
* @file logical_drives.c
diff --git a/core/src/xmake/winos/prefix.h b/core/src/xmake/winos/prefix.h
index 01a423c6a..beda2aef9 100644
--- a/core/src/xmake/winos/prefix.h
+++ b/core/src/xmake/winos/prefix.h
@@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author ruki
* @file prefix.h
diff --git a/core/src/xmake/winos/registry_query.c b/core/src/xmake/winos/registry_query.c
index 1476107cb..1d513daf4 100644
--- a/core/src/xmake/winos/registry_query.c
+++ b/core/src/xmake/winos/registry_query.c
@@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author TitanSnow, ruki
* @file registry_query.c
diff --git a/core/src/xmake/xmake.c b/core/src/xmake/xmake.c
index 91c3a2aa4..a96afff0a 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author ruki
* @file xmake.c
diff --git a/core/src/xmake/xmake.h b/core/src/xmake/xmake.h
index 0e186f2d2..c9e44762b 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 - 2018, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2019, TBOOX Open Source Group.
*
* @author ruki
* @file xmake.h