diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-11-20 10:46:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-20 10:46:41 +0100 |
commit | bd896bf91573f2a947f29b7fc8201d7ff09b7838 (patch) | |
tree | a9b8b20372978d11635921ed7e07e0790994cecb /thirdparty/zstd/common/entropy_common.c | |
parent | 0a76ddc3dda0f0c6e5915f664d91db25bccbde49 (diff) | |
parent | 5bea1370f070062f2153074fd5706826a8928645 (diff) |
Merge pull request #55122 from akien-mga/zstd-1.5.0
Diffstat (limited to 'thirdparty/zstd/common/entropy_common.c')
-rw-r--r-- | thirdparty/zstd/common/entropy_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/zstd/common/entropy_common.c b/thirdparty/zstd/common/entropy_common.c index f9fcb1acfc..41cd69566b 100644 --- a/thirdparty/zstd/common/entropy_common.c +++ b/thirdparty/zstd/common/entropy_common.c @@ -1,6 +1,6 @@ /* ****************************************************************** * Common functions of New Generation Entropy library - * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. + * Copyright (c) Yann Collet, Facebook, Inc. * * You can contact the author at : * - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy |