diff options
| author | ruki <[email protected]> | 2020-12-19 00:41:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-19 00:41:06 +0800 |
| commit | 536f2bd6a092eba91315b7d1e120dff63392a11d (patch) | |
| tree | e3fb32d868ad4b11333033fd529e2c8b53d9c173 /core/src/xmake/path | |
| parent | c47ddba3dbc6ace6eb38535a33a7b1090b402a60 (diff) | |
update 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 54584c1e3..b4baac03d 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-2020, TBOOX Open Source Group. + * Copyright (C) 2015-present, 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 f3b104abf..d54d58387 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-2020, TBOOX Open Source Group. + * Copyright (C) 2015-present, 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 b9366b037..82a2c3a76 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-2020, TBOOX Open Source Group. + * Copyright (C) 2015-present, 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 a3ad2c08d..782f0f635 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-2020, TBOOX Open Source Group. + * Copyright (C) 2015-present, 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 5d5361440..4a9733781 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-2020, TBOOX Open Source Group. + * Copyright (C) 2015-present, TBOOX Open Source Group. * * @author ruki * @file translate.c |
