summaryrefslogtreecommitdiff
path: root/core/src/xmake/string
diff options
context:
space:
mode:
authorruki <[email protected]>2017-12-28 22:35:29 +0800
committerruki <[email protected]>2017-12-28 09:32:59 +0800
commiteb3805ec6e4e4ae187d0cd7c9082e6c8558a51ee (patch)
treedc9c03c3b9a1cef3dcf9d029e5f7d6d64aa657e8 /core/src/xmake/string
parentc29bf9dde01066325f2a8734a6fda6cd1bc40549 (diff)
update copyright date
Diffstat (limited to 'core/src/xmake/string')
-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
3 files changed, 3 insertions, 3 deletions
diff --git a/core/src/xmake/string/endswith.c b/core/src/xmake/string/endswith.c
index 8de61e2bb..6dc16d83e 100644
--- a/core/src/xmake/string/endswith.c
+++ b/core/src/xmake/string/endswith.c
@@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2018, 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 d7a366e93..69012935f 100644
--- a/core/src/xmake/string/prefix.h
+++ b/core/src/xmake/string/prefix.h
@@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2018, 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 de039dede..885d5347c 100644
--- a/core/src/xmake/string/startswith.c
+++ b/core/src/xmake/string/startswith.c
@@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+ * Copyright (C) 2015 - 2018, TBOOX Open Source Group.
*
* @author ruki
* @file startswith.c