summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2020-12-19 00:41:06 +0800
committerruki <[email protected]>2020-12-19 00:41:06 +0800
commit536f2bd6a092eba91315b7d1e120dff63392a11d (patch)
treee3fb32d868ad4b11333033fd529e2c8b53d9c173 /core/src
parentc47ddba3dbc6ace6eb38535a33a7b1090b402a60 (diff)
update copyright date
Diffstat (limited to 'core/src')
-rw-r--r--core/src/xmake/config.h2
-rw-r--r--core/src/xmake/engine.c2
-rw-r--r--core/src/xmake/engine.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/pipe_close.c2
-rw-r--r--core/src/xmake/io/pipe_connect.c2
-rw-r--r--core/src/xmake/io/pipe_open.c2
-rw-r--r--core/src/xmake/io/pipe_openpair.c2
-rw-r--r--core/src/xmake/io/pipe_read.c2
-rw-r--r--core/src/xmake/io/pipe_wait.c2
-rw-r--r--core/src/xmake/io/pipe_write.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/os/args.c2
-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/syserror.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/kill.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/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/lastof.c2
-rw-r--r--core/src/xmake/string/prefix.h2
-rw-r--r--core/src/xmake/string/split.c2
-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
126 files changed, 126 insertions, 126 deletions
diff --git a/core/src/xmake/config.h b/core/src/xmake/config.h
index 0ae1828f3..0573f7de6 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file config.h
diff --git a/core/src/xmake/engine.c b/core/src/xmake/engine.c
index 7d1070376..b4d2b7101 100644
--- a/core/src/xmake/engine.c
+++ b/core/src/xmake/engine.c
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file engine.c
diff --git a/core/src/xmake/engine.h b/core/src/xmake/engine.h
index f28266771..af0db9a0c 100644
--- a/core/src/xmake/engine.h
+++ b/core/src/xmake/engine.h
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file engine.h
diff --git a/core/src/xmake/hash/prefix.h b/core/src/xmake/hash/prefix.h
index 3db9b393e..c60cd2097 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 7ff2a0b82..03eb643e7 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 7d5002f91..2a5992308 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 8ef45928e..45dea00a9 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 51f76b6e7..6e2d86f34 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 6ea52897e..a4aba8adc 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 e773ab631..6ccba9b62 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 2b7a97278..1936ab752 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 138dd6880..7bba88e20 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 1ef3ff4cc..32448c9bd 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 340695c1f..e8b9842e3 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 73cea267c..12ab829b3 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 80c47d6fc..a06c64bfa 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 8634cd47a..328fecf1e 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 1cee501ed..0dbf4d6c5 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 ef2961c95..980914990 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 b9f583fc6..aff92a330 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file filelock_unlock.c
diff --git a/core/src/xmake/io/pipe_close.c b/core/src/xmake/io/pipe_close.c
index 654d5c511..47a556231 100644
--- a/core/src/xmake/io/pipe_close.c
+++ b/core/src/xmake/io/pipe_close.c
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file pipe_close.c
diff --git a/core/src/xmake/io/pipe_connect.c b/core/src/xmake/io/pipe_connect.c
index abea7dee8..511f71b22 100644
--- a/core/src/xmake/io/pipe_connect.c
+++ b/core/src/xmake/io/pipe_connect.c
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file pipe_connect.c
diff --git a/core/src/xmake/io/pipe_open.c b/core/src/xmake/io/pipe_open.c
index c5a69d95d..246ab3ee2 100644
--- a/core/src/xmake/io/pipe_open.c
+++ b/core/src/xmake/io/pipe_open.c
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file pipe_open.c
diff --git a/core/src/xmake/io/pipe_openpair.c b/core/src/xmake/io/pipe_openpair.c
index a690a1406..b772fa192 100644
--- a/core/src/xmake/io/pipe_openpair.c
+++ b/core/src/xmake/io/pipe_openpair.c
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file pipe_openpair.c
diff --git a/core/src/xmake/io/pipe_read.c b/core/src/xmake/io/pipe_read.c
index d43141e35..73451995b 100644
--- a/core/src/xmake/io/pipe_read.c
+++ b/core/src/xmake/io/pipe_read.c
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file pipe_read.c
diff --git a/core/src/xmake/io/pipe_wait.c b/core/src/xmake/io/pipe_wait.c
index bc3e059d1..ae2b6e7de 100644
--- a/core/src/xmake/io/pipe_wait.c
+++ b/core/src/xmake/io/pipe_wait.c
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file pipe_wait.c
diff --git a/core/src/xmake/io/pipe_write.c b/core/src/xmake/io/pipe_write.c
index 5c3dbe1ac..27d805ace 100644
--- a/core/src/xmake/io/pipe_write.c
+++ b/core/src/xmake/io/pipe_write.c
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file pipe_write.c
diff --git a/core/src/xmake/io/poller.c b/core/src/xmake/io/poller.c
index a70a613c0..1bd1c90ba 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 70f4805aa..aec3ab002 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 9f772a95b..940236096 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 fe509123b..25ebb1f3f 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 f9b78ad02..1aac3fb0b 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 d9ce09308..8f68dd061 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 7c1d70e0b..772e518db 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 63131fd99..008f1366e 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 dd72520cf..e11198da1 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 81baf54ec..b79908cb3 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 d20275998..2653001c8 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 6c850c8d4..2da54baf6 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 514ca87de..8ab754cfe 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 f5d97539c..1848baa11 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 f67742522..654fdfa7d 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 2425917d8..8d92f6c88 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 8e09773ee..aefdfc485 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 f2905203a..243e6e08f 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 870792b06..71c057de8 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 7548e3bfc..fba10874b 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 7fa4dff2b..864b51936 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 bbc940ec2..0f17d0adc 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 662adf4eb..67823cf3e 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author OpportunityLiu, ruki
* @file stdfile.c
diff --git a/core/src/xmake/os/args.c b/core/src/xmake/os/args.c
index 207246127..adfe843a9 100644
--- a/core/src/xmake/os/args.c
+++ b/core/src/xmake/os/args.c
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file args.c
diff --git a/core/src/xmake/os/argv.c b/core/src/xmake/os/argv.c
index 723f5295f..f484fc6cf 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 ab2bead0f..b8c8fbead 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 b192e8405..1967cba49 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 3e4ab6653..4490172da 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 739e113e0..bec9aff2c 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 c3e794eda..cd8f2f800 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 317b24b9c..bc1000b9c 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 e983f8fb1..3c66b5f59 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 2328ebc2d..c51f3a0cb 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 09a0961ce..9d6a17eff 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 5da5d5529..333d70853 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 a4610a170..cab9f3319 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 1624debf5..906715ddc 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 76667841e..e363fb036 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 8b477858f..8a05cd145 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 79149dea1..850823a31 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 c03ac1091..85e616828 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 251d3a9a2..c7fec236e 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 457ed7cdb..ebf519e8c 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 7727f9f40..21db258bf 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 59df326d5..7a8c50dbc 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 bd71939ce..0fa9d3da9 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 f02ace6ed..b2a7112aa 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 1d90843d5..adbffcf69 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 eaa7745ae..438b61f05 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 82dd450b1..504be208f 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 d23289a55..194be2aea 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 2e026ee71..8240c872b 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 e25e2c5d8..87d6340a7 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 cb95b8b33..7e1268079 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file strerror.c
diff --git a/core/src/xmake/os/syserror.c b/core/src/xmake/os/syserror.c
index 93a552ab6..c93a4eeda 100644
--- a/core/src/xmake/os/syserror.c
+++ b/core/src/xmake/os/syserror.c
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file syserror.c
diff --git a/core/src/xmake/os/tmpdir.c b/core/src/xmake/os/tmpdir.c
index 7d0bf49f4..a062efed2 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 826033885..bdaee036f 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 54584c1e3..b4baac03d 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 f3b104abf..d54d58387 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 b9366b037..82a2c3a76 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 a3ad2c08d..782f0f635 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 5d5361440..4a9733781 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file translate.c
diff --git a/core/src/xmake/prefix.h b/core/src/xmake/prefix.h
index e21ada561..f1287b5c9 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 9e0824698..b3c394cf8 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 7ab72757a..fcb4438ca 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 8c88c2275..0040cfb77 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 d616a767a..cd9c1702c 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file close.c
diff --git a/core/src/xmake/process/kill.c b/core/src/xmake/process/kill.c
index 584562baa..921409a30 100644
--- a/core/src/xmake/process/kill.c
+++ b/core/src/xmake/process/kill.c
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file kill.c
diff --git a/core/src/xmake/process/open.c b/core/src/xmake/process/open.c
index e18f86243..e13cf05b8 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 5b7e49082..58d8bdfb5 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 6b65529d7..6d04e5910 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 26894edf4..aec0ad3c0 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file wait.c
diff --git a/core/src/xmake/readline/add_history.c b/core/src/xmake/readline/add_history.c
index 3ffd74be8..7a4e53486 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 38c371e1d..ae553e6f2 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 bc788f577..1e4965b07 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 1e15da477..6de130652 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 abc17cb13..3b091b534 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 c0d1c0024..2519a58e8 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 e8ff79af2..25bfb7f30 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 00b7ee14f..17b1e91ff 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 d32077bfa..d6822c03f 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 5ffec98ff..2112d73f1 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 90d173f8b..f79167748 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 8038a1d2f..e4f109f62 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 8a4d3174e..c490dad08 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 da8bb79ec..bf77af2bc 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 4fa725b9c..df574b657 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file endswith.c
diff --git a/core/src/xmake/string/lastof.c b/core/src/xmake/string/lastof.c
index 2be44ba22..e9f2f0fbb 100644
--- a/core/src/xmake/string/lastof.c
+++ b/core/src/xmake/string/lastof.c
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file lastof.c
diff --git a/core/src/xmake/string/prefix.h b/core/src/xmake/string/prefix.h
index 585b12c6d..85d34b16e 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file prefix.h
diff --git a/core/src/xmake/string/split.c b/core/src/xmake/string/split.c
index 7954caab3..43e949ace 100644
--- a/core/src/xmake/string/split.c
+++ b/core/src/xmake/string/split.c
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file split.c
diff --git a/core/src/xmake/string/startswith.c b/core/src/xmake/string/startswith.c
index 586203404..9146ce89b 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 04a0c3b08..ce9bbd805 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 589489164..c24f98b2e 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 0a5c98714..ecf985c63 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 4af894a32..fe62edd04 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 834d15e51..e5780819c 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 02f24d48d..a9d968539 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, 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 705b38d2d..d75470bed 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file xmake.c
diff --git a/core/src/xmake/xmake.h b/core/src/xmake/xmake.h
index 84262eefd..d1b9cdf97 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-2020, TBOOX Open Source Group.
+ * Copyright (C) 2015-present, TBOOX Open Source Group.
*
* @author ruki
* @file xmake.h