diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-11-19 12:54:45 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-11-19 13:01:58 +0100 |
commit | 5bea1370f070062f2153074fd5706826a8928645 (patch) | |
tree | 6cc8f9fca61682fc6d01c513fa9a6b1960ba9fe6 /thirdparty/zstd/common/zstd_common.c | |
parent | 42f8bfaff0dc5a94ca351b1eaadc42cb95655b87 (diff) |
zstd: Update to upstream version 1.5.0
Release notes: https://github.com/facebook/zstd/releases/tag/v1.5.0
Diffstat (limited to 'thirdparty/zstd/common/zstd_common.c')
-rw-r--r-- | thirdparty/zstd/common/zstd_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/zstd/common/zstd_common.c b/thirdparty/zstd/common/zstd_common.c index 939e9f08fa..3d7e35b309 100644 --- a/thirdparty/zstd/common/zstd_common.c +++ b/thirdparty/zstd/common/zstd_common.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. + * Copyright (c) Yann Collet, Facebook, Inc. * All rights reserved. * * This source code is licensed under both the BSD-style license (found in the |