summaryrefslogtreecommitdiff
path: root/core/src/xmake/io
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/xmake/io
parent3e67c61cd338e9ad214590d24e6ad506ce5b57f6 (diff)
update the copyright date
Diffstat (limited to 'core/src/xmake/io')
-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
37 files changed, 37 insertions, 37 deletions
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