summaryrefslogtreecommitdiff
path: root/core/src/xmake/readline
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/readline
parentc29bf9dde01066325f2a8734a6fda6cd1bc40549 (diff)
update copyright date
Diffstat (limited to 'core/src/xmake/readline')
-rw-r--r--core/src/xmake/readline/add_history.c2
-rw-r--r--core/src/xmake/readline/clear_history.c2
-rw-r--r--core/src/xmake/readline/history_list.c2
-rw-r--r--core/src/xmake/readline/prefix.h2
-rw-r--r--core/src/xmake/readline/readline.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/core/src/xmake/readline/add_history.c b/core/src/xmake/readline/add_history.c
index a0d660b7c..9ee81c5d9 100644
--- a/core/src/xmake/readline/add_history.c
+++ b/core/src/xmake/readline/add_history.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 TitanSnow
* @file add_history.c
diff --git a/core/src/xmake/readline/clear_history.c b/core/src/xmake/readline/clear_history.c
index 031d47b76..2438d7238 100644
--- a/core/src/xmake/readline/clear_history.c
+++ b/core/src/xmake/readline/clear_history.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 TitanSnow
* @file clear_history.c
diff --git a/core/src/xmake/readline/history_list.c b/core/src/xmake/readline/history_list.c
index 8b48b6ded..342780805 100644
--- a/core/src/xmake/readline/history_list.c
+++ b/core/src/xmake/readline/history_list.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 TitanSnow
* @file history_list.c
diff --git a/core/src/xmake/readline/prefix.h b/core/src/xmake/readline/prefix.h
index 626cde146..0e1922ac6 100644
--- a/core/src/xmake/readline/prefix.h
+++ b/core/src/xmake/readline/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 TitanSnow
* @file prefix.h
diff --git a/core/src/xmake/readline/readline.c b/core/src/xmake/readline/readline.c
index aceae5785..5bc20df7f 100644
--- a/core/src/xmake/readline/readline.c
+++ b/core/src/xmake/readline/readline.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 TitanSnow
* @file readline.c