summaryrefslogtreecommitdiff
path: root/core/src/xmake/string
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/xmake/string')
-rwxr-xr-xcore/src/xmake/string/endswith.c2
-rw-r--r--core/src/xmake/string/prefix.h2
-rwxr-xr-xcore/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 f4806635f..ec48daf07 100755
--- a/core/src/xmake/string/endswith.c
+++ b/core/src/xmake/string/endswith.c
@@ -14,7 +14,7 @@
* along with XMake;
* If not, see <a href="http://www.gnu.org/licenses/"> http://www.gnu.org/licenses/</a>
*
- * Copyright (C) 2009 - 2015, ruki All rights reserved.
+ * Copyright (C) 2015 - 2016, ruki All rights reserved.
*
* @author ruki
* @file endswith.c
diff --git a/core/src/xmake/string/prefix.h b/core/src/xmake/string/prefix.h
index ef2779f9f..498593e00 100644
--- a/core/src/xmake/string/prefix.h
+++ b/core/src/xmake/string/prefix.h
@@ -14,7 +14,7 @@
* along with XMake;
* If not, see <a href="http://www.gnu.org/licenses/"> http://www.gnu.org/licenses/</a>
*
- * Copyright (C) 2009 - 2015, ruki All rights reserved.
+ * Copyright (C) 2015 - 2016, ruki All rights reserved.
*
* @author ruki
* @file prefix.h
diff --git a/core/src/xmake/string/startswith.c b/core/src/xmake/string/startswith.c
index 13d72af5c..eb38f5dd1 100755
--- a/core/src/xmake/string/startswith.c
+++ b/core/src/xmake/string/startswith.c
@@ -14,7 +14,7 @@
* along with XMake;
* If not, see <a href="http://www.gnu.org/licenses/"> http://www.gnu.org/licenses/</a>
*
- * Copyright (C) 2009 - 2015, ruki All rights reserved.
+ * Copyright (C) 2015 - 2016, ruki All rights reserved.
*
* @author ruki
* @file startswith.c