diff options
| author | ruki <[email protected]> | 2019-12-19 22:30:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-12-19 09:01:52 +0800 |
| commit | 2e0445237493458e39d6ce44b81f7b1fa20940bc (patch) | |
| tree | be6adaa2e47967ecb5ca367e839abebd888778a9 /core/src/xmake/path | |
| parent | 3e67c61cd338e9ad214590d24e6ad506ce5b57f6 (diff) | |
update the copyright date
Diffstat (limited to 'core/src/xmake/path')
| -rw-r--r-- | core/src/xmake/path/absolute.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/path/is_absolute.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/path/prefix.h | 2 | ||||
| -rw-r--r-- | core/src/xmake/path/relative.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/path/translate.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/core/src/xmake/path/absolute.c b/core/src/xmake/path/absolute.c index 7e68972fb..f41f033cd 100644 --- a/core/src/xmake/path/absolute.c +++ b/core/src/xmake/path/absolute.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 absolute.c diff --git a/core/src/xmake/path/is_absolute.c b/core/src/xmake/path/is_absolute.c index 8eeca3df9..d5b9f1d90 100644 --- a/core/src/xmake/path/is_absolute.c +++ b/core/src/xmake/path/is_absolute.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 is_absolute.c diff --git a/core/src/xmake/path/prefix.h b/core/src/xmake/path/prefix.h index bc91f0ac3..14752c29e 100644 --- a/core/src/xmake/path/prefix.h +++ b/core/src/xmake/path/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/path/relative.c b/core/src/xmake/path/relative.c index 264bb672b..de544f3e4 100644 --- a/core/src/xmake/path/relative.c +++ b/core/src/xmake/path/relative.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 relative.c diff --git a/core/src/xmake/path/translate.c b/core/src/xmake/path/translate.c index 97ce6c5e6..b8bff9c83 100644 --- a/core/src/xmake/path/translate.c +++ b/core/src/xmake/path/translate.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 translate.c |
