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