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/hash | |
| parent | c29bf9dde01066325f2a8734a6fda6cd1bc40549 (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/uuid.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 5df85a1d3..db77e3a9a 100644 --- a/core/src/xmake/hash/prefix.h +++ b/core/src/xmake/hash/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 ruki * @file prefix.h diff --git a/core/src/xmake/hash/sha256.c b/core/src/xmake/hash/sha256.c index 6a9b1f5df..67d121006 100644 --- a/core/src/xmake/hash/sha256.c +++ b/core/src/xmake/hash/sha256.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 ruki * @file sha256.c diff --git a/core/src/xmake/hash/uuid.c b/core/src/xmake/hash/uuid.c index 9dc8e0eb7..a366a1a3f 100644 --- a/core/src/xmake/hash/uuid.c +++ b/core/src/xmake/hash/uuid.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 ruki * @file uuid.c |
