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