summaryrefslogtreecommitdiff
path: root/core/src
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 /core/src
parent3e67c61cd338e9ad214590d24e6ad506ce5b57f6 (diff)
update the 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/uuid4.c2
-rw-r--r--core/src/xmake/io/file_close.c2
-rw-r--r--core/src/xmake/io/file_flush.c2
-rw-r--r--core/src/xmake/io/file_isatty.c2
-rw-r--r--core/src/xmake/io/file_open.c2
-rw-r--r--core/src/xmake/io/file_rawfd.c2
-rw-r--r--core/src/xmake/io/file_read.c2
-rw-r--r--core/src/xmake/io/file_seek.c2
-rw-r--r--core/src/xmake/io/file_size.c2
-rw-r--r--core/src/xmake/io/file_write.c2
-rw-r--r--core/src/xmake/io/filelock_close.c2
-rw-r--r--core/src/xmake/io/filelock_lock.c2
-rw-r--r--core/src/xmake/io/filelock_open.c2
-rw-r--r--core/src/xmake/io/filelock_trylock.c2
-rw-r--r--core/src/xmake/io/filelock_unlock.c2
-rw-r--r--core/src/xmake/io/poller.c2
-rw-r--r--core/src/xmake/io/poller.h2
-rw-r--r--core/src/xmake/io/poller_insert.c2
-rw-r--r--core/src/xmake/io/poller_modify.c2
-rw-r--r--core/src/xmake/io/poller_remove.c2
-rw-r--r--core/src/xmake/io/poller_spank.c2
-rw-r--r--core/src/xmake/io/poller_support.c2
-rw-r--r--core/src/xmake/io/poller_wait.c2
-rw-r--r--core/src/xmake/io/prefix.h2
-rw-r--r--core/src/xmake/io/socket_accept.c2
-rw-r--r--core/src/xmake/io/socket_bind.c2
-rw-r--r--core/src/xmake/io/socket_close.c2
-rw-r--r--core/src/xmake/io/socket_connect.c2
-rw-r--r--core/src/xmake/io/socket_listen.c2
-rw-r--r--core/src/xmake/io/socket_open.c2
-rw-r--r--core/src/xmake/io/socket_rawfd.c2
-rw-r--r--core/src/xmake/io/socket_recv.c2
-rw-r--r--core/src/xmake/io/socket_recvfrom.c2
-rw-r--r--core/src/xmake/io/socket_send.c2
-rw-r--r--core/src/xmake/io/socket_sendfile.c2
-rw-r--r--core/src/xmake/io/socket_sendto.c2
-rw-r--r--core/src/xmake/io/socket_wait.c2
-rw-r--r--core/src/xmake/io/stdfile.c2
-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/cpuinfo.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/getenvs.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/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/string/trim.c2
-rw-r--r--core/src/xmake/winos/ansi.c2
-rw-r--r--core/src/xmake/winos/ansi.h2
-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
115 files changed, 115 insertions, 115 deletions
diff --git a/core/src/xmake/config.h b/core/src/xmake/config.h
index 72a73b4f0..0bbebb79c 100644
--- a/core/src/xmake/config.h
+++ b/core/src/xmake/config.h
@@ -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 config.h
diff --git a/core/src/xmake/hash/prefix.h b/core/src/xmake/hash/prefix.h
index 00da6a0ff..ff5521cb2 100644
--- a/core/src/xmake/hash/prefix.h
+++ b/core/src/xmake/hash/prefix.h
@@ -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 prefix.h
diff --git a/core/src/xmake/hash/sha256.c b/core/src/xmake/hash/sha256.c
index 393f29265..d5319b1e2 100644
--- a/core/src/xmake/hash/sha256.c
+++ b/core/src/xmake/hash/sha256.c
@@ -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 sha256.c
diff --git a/core/src/xmake/hash/uuid4.c b/core/src/xmake/hash/uuid4.c
index 5f4ca6138..fc79863a2 100644
--- a/core/src/xmake/hash/uuid4.c
+++ b/core/src/xmake/hash/uuid4.c
@@ -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 uuid4.c
diff --git a/core/src/xmake/io/file_close.c b/core/src/xmake/io/file_close.c
index 1e3ebd131..6b4380bdf 100644
--- a/core/src/xmake/io/file_close.c
+++ b/core/src/xmake/io/file_close.c
@@ -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, ruki
* @file file_close.c
diff --git a/core/src/xmake/io/file_flush.c b/core/src/xmake/io/file_flush.c
index a4bf0f672..d3ad83503 100644
--- a/core/src/xmake/io/file_flush.c
+++ b/core/src/xmake/io/file_flush.c
@@ -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, ruki
* @file file_flush.c
diff --git a/core/src/xmake/io/file_isatty.c b/core/src/xmake/io/file_isatty.c
index 06eea4b29..47abf54fb 100644
--- a/core/src/xmake/io/file_isatty.c
+++ b/core/src/xmake/io/file_isatty.c
@@ -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 file_isatty.c
diff --git a/core/src/xmake/io/file_open.c b/core/src/xmake/io/file_open.c
index 9db81a82c..1c520a180 100644
--- a/core/src/xmake/io/file_open.c
+++ b/core/src/xmake/io/file_open.c
@@ -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, ruki
* @file file_open.c
diff --git a/core/src/xmake/io/file_rawfd.c b/core/src/xmake/io/file_rawfd.c
index a298c29c2..68efcd4b8 100644
--- a/core/src/xmake/io/file_rawfd.c
+++ b/core/src/xmake/io/file_rawfd.c
@@ -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 file_rawfd.c
diff --git a/core/src/xmake/io/file_read.c b/core/src/xmake/io/file_read.c
index d5748ffe3..d3353f5af 100644
--- a/core/src/xmake/io/file_read.c
+++ b/core/src/xmake/io/file_read.c
@@ -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, ruki
* @file file_read.c
diff --git a/core/src/xmake/io/file_seek.c b/core/src/xmake/io/file_seek.c
index 67cfe061c..f365bd36f 100644
--- a/core/src/xmake/io/file_seek.c
+++ b/core/src/xmake/io/file_seek.c
@@ -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, ruki
* @file file_seek.c
diff --git a/core/src/xmake/io/file_size.c b/core/src/xmake/io/file_size.c
index 637268ced..63d4cffec 100644
--- a/core/src/xmake/io/file_size.c
+++ b/core/src/xmake/io/file_size.c
@@ -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, ruki
* @file file_size.c
diff --git a/core/src/xmake/io/file_write.c b/core/src/xmake/io/file_write.c
index b276a0e10..3899e52e6 100644
--- a/core/src/xmake/io/file_write.c
+++ b/core/src/xmake/io/file_write.c
@@ -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, ruki
* @file file_write.c
diff --git a/core/src/xmake/io/filelock_close.c b/core/src/xmake/io/filelock_close.c
index 0689a4f50..d2bd00c16 100644
--- a/core/src/xmake/io/filelock_close.c
+++ b/core/src/xmake/io/filelock_close.c
@@ -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 filelock_close.c
diff --git a/core/src/xmake/io/filelock_lock.c b/core/src/xmake/io/filelock_lock.c
index 2a1337720..6ffe6c369 100644
--- a/core/src/xmake/io/filelock_lock.c
+++ b/core/src/xmake/io/filelock_lock.c
@@ -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 filelock_lock.c
diff --git a/core/src/xmake/io/filelock_open.c b/core/src/xmake/io/filelock_open.c
index 9d3f8467a..18c523d89 100644
--- a/core/src/xmake/io/filelock_open.c
+++ b/core/src/xmake/io/filelock_open.c
@@ -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 filelock_open.c
diff --git a/core/src/xmake/io/filelock_trylock.c b/core/src/xmake/io/filelock_trylock.c
index 73218d062..58c9e625f 100644
--- a/core/src/xmake/io/filelock_trylock.c
+++ b/core/src/xmake/io/filelock_trylock.c
@@ -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 filelock_trylock.c
diff --git a/core/src/xmake/io/filelock_unlock.c b/core/src/xmake/io/filelock_unlock.c
index a1808744a..c91aecda0 100644
--- a/core/src/xmake/io/filelock_unlock.c
+++ b/core/src/xmake/io/filelock_unlock.c
@@ -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 filelock_unlock.c
diff --git a/core/src/xmake/io/poller.c b/core/src/xmake/io/poller.c
index de514d9ac..a70a613c0 100644
--- a/core/src/xmake/io/poller.c
+++ b/core/src/xmake/io/poller.c
@@ -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 poller.c
diff --git a/core/src/xmake/io/poller.h b/core/src/xmake/io/poller.h
index 6ce82e0dd..b9b343ffa 100644
--- a/core/src/xmake/io/poller.h
+++ b/core/src/xmake/io/poller.h
@@ -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 poller.h
diff --git a/core/src/xmake/io/poller_insert.c b/core/src/xmake/io/poller_insert.c
index eeb6fd824..8a611be38 100644
--- a/core/src/xmake/io/poller_insert.c
+++ b/core/src/xmake/io/poller_insert.c
@@ -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 poller_insert.c
diff --git a/core/src/xmake/io/poller_modify.c b/core/src/xmake/io/poller_modify.c
index 24a27e241..0c4368f6e 100644
--- a/core/src/xmake/io/poller_modify.c
+++ b/core/src/xmake/io/poller_modify.c
@@ -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 poller_modify.c
diff --git a/core/src/xmake/io/poller_remove.c b/core/src/xmake/io/poller_remove.c
index cf6232fce..149bb84ce 100644
--- a/core/src/xmake/io/poller_remove.c
+++ b/core/src/xmake/io/poller_remove.c
@@ -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 poller_remove.c
diff --git a/core/src/xmake/io/poller_spank.c b/core/src/xmake/io/poller_spank.c
index e5f6ba5ab..d9ce09308 100644
--- a/core/src/xmake/io/poller_spank.c
+++ b/core/src/xmake/io/poller_spank.c
@@ -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 poller_spank.c
diff --git a/core/src/xmake/io/poller_support.c b/core/src/xmake/io/poller_support.c
index b3b349242..7c1d70e0b 100644
--- a/core/src/xmake/io/poller_support.c
+++ b/core/src/xmake/io/poller_support.c
@@ -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 poller_support.c
diff --git a/core/src/xmake/io/poller_wait.c b/core/src/xmake/io/poller_wait.c
index 0cf0fb013..9b389d67e 100644
--- a/core/src/xmake/io/poller_wait.c
+++ b/core/src/xmake/io/poller_wait.c
@@ -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 poller_wait.c
diff --git a/core/src/xmake/io/prefix.h b/core/src/xmake/io/prefix.h
index c96570396..42528130e 100644
--- a/core/src/xmake/io/prefix.h
+++ b/core/src/xmake/io/prefix.h
@@ -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 prefix.h
diff --git a/core/src/xmake/io/socket_accept.c b/core/src/xmake/io/socket_accept.c
index efd667c5a..5bd30c3be 100644
--- a/core/src/xmake/io/socket_accept.c
+++ b/core/src/xmake/io/socket_accept.c
@@ -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 socket_accept.c
diff --git a/core/src/xmake/io/socket_bind.c b/core/src/xmake/io/socket_bind.c
index f4c1c06b9..7f1bae584 100644
--- a/core/src/xmake/io/socket_bind.c
+++ b/core/src/xmake/io/socket_bind.c
@@ -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 socket_bind.c
diff --git a/core/src/xmake/io/socket_close.c b/core/src/xmake/io/socket_close.c
index fe0d24f32..0966ea78d 100644
--- a/core/src/xmake/io/socket_close.c
+++ b/core/src/xmake/io/socket_close.c
@@ -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 socket_close.c
diff --git a/core/src/xmake/io/socket_connect.c b/core/src/xmake/io/socket_connect.c
index d758a9734..68fe60d7d 100644
--- a/core/src/xmake/io/socket_connect.c
+++ b/core/src/xmake/io/socket_connect.c
@@ -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 socket_connect.c
diff --git a/core/src/xmake/io/socket_listen.c b/core/src/xmake/io/socket_listen.c
index c075bcb67..523dfefe4 100644
--- a/core/src/xmake/io/socket_listen.c
+++ b/core/src/xmake/io/socket_listen.c
@@ -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 socket_listen.c
diff --git a/core/src/xmake/io/socket_open.c b/core/src/xmake/io/socket_open.c
index fbfd7a3c7..48eb4ca43 100644
--- a/core/src/xmake/io/socket_open.c
+++ b/core/src/xmake/io/socket_open.c
@@ -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 socket_open.c
diff --git a/core/src/xmake/io/socket_rawfd.c b/core/src/xmake/io/socket_rawfd.c
index 8682e99fc..bcc973b26 100644
--- a/core/src/xmake/io/socket_rawfd.c
+++ b/core/src/xmake/io/socket_rawfd.c
@@ -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
* @sock socket_rawfd.c
diff --git a/core/src/xmake/io/socket_recv.c b/core/src/xmake/io/socket_recv.c
index ce87cffca..8e09f14cb 100644
--- a/core/src/xmake/io/socket_recv.c
+++ b/core/src/xmake/io/socket_recv.c
@@ -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 socket_recv.c
diff --git a/core/src/xmake/io/socket_recvfrom.c b/core/src/xmake/io/socket_recvfrom.c
index 7e192f60d..0bda81042 100644
--- a/core/src/xmake/io/socket_recvfrom.c
+++ b/core/src/xmake/io/socket_recvfrom.c
@@ -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 socket_recvfrom.c
diff --git a/core/src/xmake/io/socket_send.c b/core/src/xmake/io/socket_send.c
index d5921aa22..81a24bd4b 100644
--- a/core/src/xmake/io/socket_send.c
+++ b/core/src/xmake/io/socket_send.c
@@ -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 socket_send.c
diff --git a/core/src/xmake/io/socket_sendfile.c b/core/src/xmake/io/socket_sendfile.c
index e92259d66..f14c480d7 100644
--- a/core/src/xmake/io/socket_sendfile.c
+++ b/core/src/xmake/io/socket_sendfile.c
@@ -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 socket_sendfile.c
diff --git a/core/src/xmake/io/socket_sendto.c b/core/src/xmake/io/socket_sendto.c
index 230f97aa5..03349cc4a 100644
--- a/core/src/xmake/io/socket_sendto.c
+++ b/core/src/xmake/io/socket_sendto.c
@@ -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 socket_sendto.c
diff --git a/core/src/xmake/io/socket_wait.c b/core/src/xmake/io/socket_wait.c
index d9b845785..4a5772fd9 100644
--- a/core/src/xmake/io/socket_wait.c
+++ b/core/src/xmake/io/socket_wait.c
@@ -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 socket_wait.c
diff --git a/core/src/xmake/io/stdfile.c b/core/src/xmake/io/stdfile.c
index f91048a46..b5bc82ac3 100644
--- a/core/src/xmake/io/stdfile.c
+++ b/core/src/xmake/io/stdfile.c
@@ -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, ruki
* @file stdfile.c
diff --git a/core/src/xmake/machine.c b/core/src/xmake/machine.c
index 28903ec3a..5e8a45d5a 100644
--- a/core/src/xmake/machine.c
+++ b/core/src/xmake/machine.c
@@ -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 machine.c
diff --git a/core/src/xmake/machine.h b/core/src/xmake/machine.h
index ce5c8d2b3..7f1160428 100644
--- a/core/src/xmake/machine.h
+++ b/core/src/xmake/machine.h
@@ -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 machine.h
diff --git a/core/src/xmake/os/argv.c b/core/src/xmake/os/argv.c
index 582b14110..d1c74d4d9 100644
--- a/core/src/xmake/os/argv.c
+++ b/core/src/xmake/os/argv.c
@@ -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 argv.c
diff --git a/core/src/xmake/os/chdir.c b/core/src/xmake/os/chdir.c
index 1b5865258..f8e987670 100644
--- a/core/src/xmake/os/chdir.c
+++ b/core/src/xmake/os/chdir.c
@@ -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 chdir.c
diff --git a/core/src/xmake/os/cpdir.c b/core/src/xmake/os/cpdir.c
index 1d6849654..33e07ccba 100644
--- a/core/src/xmake/os/cpdir.c
+++ b/core/src/xmake/os/cpdir.c
@@ -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 cpdir.c
diff --git a/core/src/xmake/os/cpfile.c b/core/src/xmake/os/cpfile.c
index 0e62dddb9..e896c1136 100644
--- a/core/src/xmake/os/cpfile.c
+++ b/core/src/xmake/os/cpfile.c
@@ -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 cpfile.c
diff --git a/core/src/xmake/os/cpuinfo.c b/core/src/xmake/os/cpuinfo.c
index 7d9dce5f0..739e113e0 100644
--- a/core/src/xmake/os/cpuinfo.c
+++ b/core/src/xmake/os/cpuinfo.c
@@ -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 cpuinfo.c
diff --git a/core/src/xmake/os/curdir.c b/core/src/xmake/os/curdir.c
index bc0c04b12..b156550e3 100644
--- a/core/src/xmake/os/curdir.c
+++ b/core/src/xmake/os/curdir.c
@@ -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 curdir.c
diff --git a/core/src/xmake/os/emptydir.c b/core/src/xmake/os/emptydir.c
index f2b1d42b3..e1ee7da1f 100644
--- a/core/src/xmake/os/emptydir.c
+++ b/core/src/xmake/os/emptydir.c
@@ -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 emptydir.c
diff --git a/core/src/xmake/os/exists.c b/core/src/xmake/os/exists.c
index 3da98a91c..14b67c5e1 100644
--- a/core/src/xmake/os/exists.c
+++ b/core/src/xmake/os/exists.c
@@ -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 exists.c
diff --git a/core/src/xmake/os/filesize.c b/core/src/xmake/os/filesize.c
index 1d0990c13..4ba8078ec 100644
--- a/core/src/xmake/os/filesize.c
+++ b/core/src/xmake/os/filesize.c
@@ -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 filesize.c
diff --git a/core/src/xmake/os/find.c b/core/src/xmake/os/find.c
index 3a1271048..0a9b16898 100644
--- a/core/src/xmake/os/find.c
+++ b/core/src/xmake/os/find.c
@@ -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 find.c
diff --git a/core/src/xmake/os/getenv.c b/core/src/xmake/os/getenv.c
index 4ac8b39c2..37490eeb2 100644
--- a/core/src/xmake/os/getenv.c
+++ b/core/src/xmake/os/getenv.c
@@ -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 getenv.c
diff --git a/core/src/xmake/os/getenvs.c b/core/src/xmake/os/getenvs.c
index e2af7d201..340700f2b 100644
--- a/core/src/xmake/os/getenvs.c
+++ b/core/src/xmake/os/getenvs.c
@@ -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 getenvs.c
diff --git a/core/src/xmake/os/getown.c b/core/src/xmake/os/getown.c
index be3f1f59e..1624debf5 100644
--- a/core/src/xmake/os/getown.c
+++ b/core/src/xmake/os/getown.c
@@ -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 TitanSnow
* @file getown.c
diff --git a/core/src/xmake/os/getwinsize.c b/core/src/xmake/os/getwinsize.c
index e14b4cf2a..34e095545 100644
--- a/core/src/xmake/os/getwinsize.c
+++ b/core/src/xmake/os/getwinsize.c
@@ -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 TitanSnow
* @file getwinsize.c
diff --git a/core/src/xmake/os/gid.c b/core/src/xmake/os/gid.c
index c60b1ad97..f2c6ea3a2 100644
--- a/core/src/xmake/os/gid.c
+++ b/core/src/xmake/os/gid.c
@@ -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 TitanSnow
* @file gid.c
diff --git a/core/src/xmake/os/isdir.c b/core/src/xmake/os/isdir.c
index fea5af1f7..25dcfc2ba 100644
--- a/core/src/xmake/os/isdir.c
+++ b/core/src/xmake/os/isdir.c
@@ -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 isdir.c
diff --git a/core/src/xmake/os/isfile.c b/core/src/xmake/os/isfile.c
index cb66f6c62..c60c11712 100644
--- a/core/src/xmake/os/isfile.c
+++ b/core/src/xmake/os/isfile.c
@@ -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 isfile.c
diff --git a/core/src/xmake/os/islink.c b/core/src/xmake/os/islink.c
index 1bc53a9f4..b20e8f772 100644
--- a/core/src/xmake/os/islink.c
+++ b/core/src/xmake/os/islink.c
@@ -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 islink.c
diff --git a/core/src/xmake/os/link.c b/core/src/xmake/os/link.c
index 6bd84731a..93ea6413c 100644
--- a/core/src/xmake/os/link.c
+++ b/core/src/xmake/os/link.c
@@ -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 link.c
diff --git a/core/src/xmake/os/mclock.c b/core/src/xmake/os/mclock.c
index 3a78c818f..9669eeb80 100644
--- a/core/src/xmake/os/mclock.c
+++ b/core/src/xmake/os/mclock.c
@@ -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 mclock.c
diff --git a/core/src/xmake/os/mkdir.c b/core/src/xmake/os/mkdir.c
index f598a922d..27c854b13 100644
--- a/core/src/xmake/os/mkdir.c
+++ b/core/src/xmake/os/mkdir.c
@@ -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 mkdir.c
diff --git a/core/src/xmake/os/mtime.c b/core/src/xmake/os/mtime.c
index dc9d70a22..1d79c9c74 100644
--- a/core/src/xmake/os/mtime.c
+++ b/core/src/xmake/os/mtime.c
@@ -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 mtime.c
diff --git a/core/src/xmake/os/prefix.h b/core/src/xmake/os/prefix.h
index 055bb2850..a7857eabe 100644
--- a/core/src/xmake/os/prefix.h
+++ b/core/src/xmake/os/prefix.h
@@ -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 prefix.h
diff --git a/core/src/xmake/os/readlink.c b/core/src/xmake/os/readlink.c
index 303610290..abbab8ff8 100644
--- a/core/src/xmake/os/readlink.c
+++ b/core/src/xmake/os/readlink.c
@@ -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 readlink.c
diff --git a/core/src/xmake/os/rename.c b/core/src/xmake/os/rename.c
index 52c5ab831..c811334de 100644
--- a/core/src/xmake/os/rename.c
+++ b/core/src/xmake/os/rename.c
@@ -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 rename.c
diff --git a/core/src/xmake/os/rmdir.c b/core/src/xmake/os/rmdir.c
index de240133a..1cd1ccc39 100644
--- a/core/src/xmake/os/rmdir.c
+++ b/core/src/xmake/os/rmdir.c
@@ -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 rmdir.c
diff --git a/core/src/xmake/os/rmfile.c b/core/src/xmake/os/rmfile.c
index 239cee50e..2a53eb10c 100644
--- a/core/src/xmake/os/rmfile.c
+++ b/core/src/xmake/os/rmfile.c
@@ -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 rmfile.c
diff --git a/core/src/xmake/os/setenv.c b/core/src/xmake/os/setenv.c
index efef96ee5..5058ffd9f 100644
--- a/core/src/xmake/os/setenv.c
+++ b/core/src/xmake/os/setenv.c
@@ -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 setenv.c
diff --git a/core/src/xmake/os/sleep.c b/core/src/xmake/os/sleep.c
index 85f12d35e..d594cbe9b 100644
--- a/core/src/xmake/os/sleep.c
+++ b/core/src/xmake/os/sleep.c
@@ -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 sleep.c
diff --git a/core/src/xmake/os/strerror.c b/core/src/xmake/os/strerror.c
index 88b3700fd..399f0dedd 100644
--- a/core/src/xmake/os/strerror.c
+++ b/core/src/xmake/os/strerror.c
@@ -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 strerror.c
diff --git a/core/src/xmake/os/tmpdir.c b/core/src/xmake/os/tmpdir.c
index d7cf46672..2bc6d4ce4 100644
--- a/core/src/xmake/os/tmpdir.c
+++ b/core/src/xmake/os/tmpdir.c
@@ -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 tmpdir.c
diff --git a/core/src/xmake/os/uid.c b/core/src/xmake/os/uid.c
index 73594f55e..e8e7a5981 100644
--- a/core/src/xmake/os/uid.c
+++ b/core/src/xmake/os/uid.c
@@ -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 TitanSnow
* @file uid.c
diff --git a/core/src/xmake/path/absolute.c b/core/src/xmake/path/absolute.c
index 7e68972fb..f41f033cd 100644
--- a/core/src/xmake/path/absolute.c
+++ b/core/src/xmake/path/absolute.c
@@ -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 absolute.c
diff --git a/core/src/xmake/path/is_absolute.c b/core/src/xmake/path/is_absolute.c
index 8eeca3df9..d5b9f1d90 100644
--- a/core/src/xmake/path/is_absolute.c
+++ b/core/src/xmake/path/is_absolute.c
@@ -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 is_absolute.c
diff --git a/core/src/xmake/path/prefix.h b/core/src/xmake/path/prefix.h
index bc91f0ac3..14752c29e 100644
--- a/core/src/xmake/path/prefix.h
+++ b/core/src/xmake/path/prefix.h
@@ -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 prefix.h
diff --git a/core/src/xmake/path/relative.c b/core/src/xmake/path/relative.c
index 264bb672b..de544f3e4 100644
--- a/core/src/xmake/path/relative.c
+++ b/core/src/xmake/path/relative.c
@@ -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 relative.c
diff --git a/core/src/xmake/path/translate.c b/core/src/xmake/path/translate.c
index 97ce6c5e6..b8bff9c83 100644
--- a/core/src/xmake/path/translate.c
+++ b/core/src/xmake/path/translate.c
@@ -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 translate.c
diff --git a/core/src/xmake/prefix.h b/core/src/xmake/prefix.h
index 7a1757f5b..b63bf6679 100644
--- a/core/src/xmake/prefix.h
+++ b/core/src/xmake/prefix.h
@@ -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 prefix.h
diff --git a/core/src/xmake/prefix/config.h b/core/src/xmake/prefix/config.h
index 94639154a..157efe6b5 100644
--- a/core/src/xmake/prefix/config.h
+++ b/core/src/xmake/prefix/config.h
@@ -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 config.h
diff --git a/core/src/xmake/prefix/prefix.h b/core/src/xmake/prefix/prefix.h
index d72378201..7975a1627 100644
--- a/core/src/xmake/prefix/prefix.h
+++ b/core/src/xmake/prefix/prefix.h
@@ -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 prefix.h
diff --git a/core/src/xmake/prefix/version.h b/core/src/xmake/prefix/version.h
index 60137a44e..58b0e06d8 100644
--- a/core/src/xmake/prefix/version.h
+++ b/core/src/xmake/prefix/version.h
@@ -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 version.h
diff --git a/core/src/xmake/process/close.c b/core/src/xmake/process/close.c
index dc1a465a3..bcbc6dfd3 100644
--- a/core/src/xmake/process/close.c
+++ b/core/src/xmake/process/close.c
@@ -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 close.c
diff --git a/core/src/xmake/process/open.c b/core/src/xmake/process/open.c
index 9d4765e7c..45892fefd 100644
--- a/core/src/xmake/process/open.c
+++ b/core/src/xmake/process/open.c
@@ -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 open.c
diff --git a/core/src/xmake/process/openv.c b/core/src/xmake/process/openv.c
index 57dbe559d..5e0af8d9c 100644
--- a/core/src/xmake/process/openv.c
+++ b/core/src/xmake/process/openv.c
@@ -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 openv.c
diff --git a/core/src/xmake/process/prefix.h b/core/src/xmake/process/prefix.h
index 4e3f4b3b4..45d1243a7 100644
--- a/core/src/xmake/process/prefix.h
+++ b/core/src/xmake/process/prefix.h
@@ -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 prefix.h
diff --git a/core/src/xmake/process/wait.c b/core/src/xmake/process/wait.c
index b20b81d74..0f85f6e2d 100644
--- a/core/src/xmake/process/wait.c
+++ b/core/src/xmake/process/wait.c
@@ -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 wait.c
diff --git a/core/src/xmake/process/waitlist.c b/core/src/xmake/process/waitlist.c
index 2254f199f..30d936f4d 100644
--- a/core/src/xmake/process/waitlist.c
+++ b/core/src/xmake/process/waitlist.c
@@ -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 waitlist.c
diff --git a/core/src/xmake/readline/add_history.c b/core/src/xmake/readline/add_history.c
index 63eb20005..3ffd74be8 100644
--- a/core/src/xmake/readline/add_history.c
+++ b/core/src/xmake/readline/add_history.c
@@ -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 TitanSnow
* @file add_history.c
diff --git a/core/src/xmake/readline/clear_history.c b/core/src/xmake/readline/clear_history.c
index 4ed200188..38c371e1d 100644
--- a/core/src/xmake/readline/clear_history.c
+++ b/core/src/xmake/readline/clear_history.c
@@ -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 TitanSnow
* @file clear_history.c
diff --git a/core/src/xmake/readline/history_list.c b/core/src/xmake/readline/history_list.c
index c775bd190..bc788f577 100644
--- a/core/src/xmake/readline/history_list.c
+++ b/core/src/xmake/readline/history_list.c
@@ -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 TitanSnow
* @file history_list.c
diff --git a/core/src/xmake/readline/prefix.h b/core/src/xmake/readline/prefix.h
index d3a1740f6..1e15da477 100644
--- a/core/src/xmake/readline/prefix.h
+++ b/core/src/xmake/readline/prefix.h
@@ -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 TitanSnow
* @file prefix.h
diff --git a/core/src/xmake/readline/readline.c b/core/src/xmake/readline/readline.c
index e0ab6c55c..abc17cb13 100644
--- a/core/src/xmake/readline/readline.c
+++ b/core/src/xmake/readline/readline.c
@@ -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 TitanSnow
* @file readline.c
diff --git a/core/src/xmake/sandbox/interactive.c b/core/src/xmake/sandbox/interactive.c
index 95d01a19c..a72e8df01 100644
--- a/core/src/xmake/sandbox/interactive.c
+++ b/core/src/xmake/sandbox/interactive.c
@@ -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 interactive.c
diff --git a/core/src/xmake/sandbox/prefix.h b/core/src/xmake/sandbox/prefix.h
index cd7a65a64..10fe0c503 100644
--- a/core/src/xmake/sandbox/prefix.h
+++ b/core/src/xmake/sandbox/prefix.h
@@ -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 prefix.h
diff --git a/core/src/xmake/semver/compare.c b/core/src/xmake/semver/compare.c
index 0d2e76096..686b11058 100644
--- a/core/src/xmake/semver/compare.c
+++ b/core/src/xmake/semver/compare.c
@@ -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 uael
* @file compare.c
diff --git a/core/src/xmake/semver/parse.c b/core/src/xmake/semver/parse.c
index f43d1a33c..22dbc062d 100644
--- a/core/src/xmake/semver/parse.c
+++ b/core/src/xmake/semver/parse.c
@@ -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 uael
* @file parse.c
diff --git a/core/src/xmake/semver/prefix.h b/core/src/xmake/semver/prefix.h
index 71d9b8d44..8fe89e125 100644
--- a/core/src/xmake/semver/prefix.h
+++ b/core/src/xmake/semver/prefix.h
@@ -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 uael
* @file prefix.h
diff --git a/core/src/xmake/semver/satisfies.c b/core/src/xmake/semver/satisfies.c
index a25a57678..000ca600b 100644
--- a/core/src/xmake/semver/satisfies.c
+++ b/core/src/xmake/semver/satisfies.c
@@ -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 uael
* @file satisfies.c
diff --git a/core/src/xmake/semver/select.c b/core/src/xmake/semver/select.c
index eb412119b..1ae65e3ed 100644
--- a/core/src/xmake/semver/select.c
+++ b/core/src/xmake/semver/select.c
@@ -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 uael
* @file select.c
diff --git a/core/src/xmake/semver/semver.c b/core/src/xmake/semver/semver.c
index a3ed782d4..437a708a3 100644
--- a/core/src/xmake/semver/semver.c
+++ b/core/src/xmake/semver/semver.c
@@ -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 uael
* @file semver.c
diff --git a/core/src/xmake/string/convert.c b/core/src/xmake/string/convert.c
index baf27ace2..2d269dfb1 100644
--- a/core/src/xmake/string/convert.c
+++ b/core/src/xmake/string/convert.c
@@ -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 convert.c
diff --git a/core/src/xmake/string/endswith.c b/core/src/xmake/string/endswith.c
index 436ecdb98..f731f5af1 100644
--- a/core/src/xmake/string/endswith.c
+++ b/core/src/xmake/string/endswith.c
@@ -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 endswith.c
diff --git a/core/src/xmake/string/prefix.h b/core/src/xmake/string/prefix.h
index f22981bef..2d0143cd5 100644
--- a/core/src/xmake/string/prefix.h
+++ b/core/src/xmake/string/prefix.h
@@ -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 prefix.h
diff --git a/core/src/xmake/string/startswith.c b/core/src/xmake/string/startswith.c
index 4e69c89bf..790d56dee 100644
--- a/core/src/xmake/string/startswith.c
+++ b/core/src/xmake/string/startswith.c
@@ -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 startswith.c
diff --git a/core/src/xmake/string/trim.c b/core/src/xmake/string/trim.c
index 1c03e999a..57ab727ac 100644
--- a/core/src/xmake/string/trim.c
+++ b/core/src/xmake/string/trim.c
@@ -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 trim.c
diff --git a/core/src/xmake/winos/ansi.c b/core/src/xmake/winos/ansi.c
index 2d56d77a9..a64ca21c8 100644
--- a/core/src/xmake/winos/ansi.c
+++ b/core/src/xmake/winos/ansi.c
@@ -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 ansi.c
diff --git a/core/src/xmake/winos/ansi.h b/core/src/xmake/winos/ansi.h
index fe07d15ba..0a5c98714 100644
--- a/core/src/xmake/winos/ansi.h
+++ b/core/src/xmake/winos/ansi.h
@@ -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 ansi.h
diff --git a/core/src/xmake/winos/logical_drives.c b/core/src/xmake/winos/logical_drives.c
index 71bdc7758..4af894a32 100644
--- a/core/src/xmake/winos/logical_drives.c
+++ b/core/src/xmake/winos/logical_drives.c
@@ -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 logical_drives.c
diff --git a/core/src/xmake/winos/prefix.h b/core/src/xmake/winos/prefix.h
index c07c03e9a..834d15e51 100644
--- a/core/src/xmake/winos/prefix.h
+++ b/core/src/xmake/winos/prefix.h
@@ -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 prefix.h
diff --git a/core/src/xmake/winos/registry_query.c b/core/src/xmake/winos/registry_query.c
index 7f759278b..55cc8e925 100644
--- a/core/src/xmake/winos/registry_query.c
+++ b/core/src/xmake/winos/registry_query.c
@@ -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 TitanSnow, ruki
* @file registry_query.c
diff --git a/core/src/xmake/xmake.c b/core/src/xmake/xmake.c
index db174c1da..8d0b42858 100644
--- a/core/src/xmake/xmake.c
+++ b/core/src/xmake/xmake.c
@@ -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 xmake.c
diff --git a/core/src/xmake/xmake.h b/core/src/xmake/xmake.h
index b151e3fd2..e65cb8e14 100644
--- a/core/src/xmake/xmake.h
+++ b/core/src/xmake/xmake.h
@@ -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 xmake.h