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/hash | |
| parent | c47ddba3dbc6ace6eb38535a33a7b1090b402a60 (diff) | |
update copyright date
Diffstat (limited to 'core/src/xmake/hash')
| -rw-r--r-- | core/src/xmake/hash/prefix.h | 2 | ||||
| -rw-r--r-- | core/src/xmake/hash/sha256.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/hash/uuid4.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/src/xmake/hash/prefix.h b/core/src/xmake/hash/prefix.h index 3db9b393e..c60cd2097 100644 --- a/core/src/xmake/hash/prefix.h +++ b/core/src/xmake/hash/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/hash/sha256.c b/core/src/xmake/hash/sha256.c index 7ff2a0b82..03eb643e7 100644 --- a/core/src/xmake/hash/sha256.c +++ b/core/src/xmake/hash/sha256.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 sha256.c diff --git a/core/src/xmake/hash/uuid4.c b/core/src/xmake/hash/uuid4.c index 7d5002f91..2a5992308 100644 --- a/core/src/xmake/hash/uuid4.c +++ b/core/src/xmake/hash/uuid4.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 uuid4.c |
