diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-05-22 14:32:14 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-05-22 14:32:14 +0200 |
commit | 6100b4bd33ab27d78f0f5087c770e42b25100eb9 (patch) | |
tree | 343157a10df7e3778e1e69725f88325c9b2b7340 /thirdparty/zstd/common/zstd_deps.h | |
parent | 65fa775ff645e9ba1cb7fdc9cd8cb439bbbaae1a (diff) | |
download | redot-engine-6100b4bd33ab27d78f0f5087c770e42b25100eb9.tar.gz |
zstd: Update to upstream version 1.5.5
Release notes:
- https://github.com/facebook/zstd/releases/tag/v1.5.3
- https://github.com/facebook/zstd/releases/tag/v1.5.4
- https://github.com/facebook/zstd/releases/tag/v1.5.5
Diffstat (limited to 'thirdparty/zstd/common/zstd_deps.h')
-rw-r--r-- | thirdparty/zstd/common/zstd_deps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/zstd/common/zstd_deps.h b/thirdparty/zstd/common/zstd_deps.h index 14211344a0..4d767ae9b0 100644 --- a/thirdparty/zstd/common/zstd_deps.h +++ b/thirdparty/zstd/common/zstd_deps.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under both the BSD-style license (found in the |