diff options
| author | ruki <[email protected]> | 2017-12-28 22:35:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-12-28 09:32:59 +0800 |
| commit | eb3805ec6e4e4ae187d0cd7c9082e6c8558a51ee (patch) | |
| tree | dc9c03c3b9a1cef3dcf9d029e5f7d6d64aa657e8 /core/src/xmake/readline | |
| parent | c29bf9dde01066325f2a8734a6fda6cd1bc40549 (diff) | |
update copyright date
Diffstat (limited to 'core/src/xmake/readline')
| -rw-r--r-- | core/src/xmake/readline/add_history.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/readline/clear_history.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/readline/history_list.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/readline/prefix.h | 2 | ||||
| -rw-r--r-- | core/src/xmake/readline/readline.c | 2 |
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 |
