]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update Copyright Headers 'Facebook' -> 'Meta Platforms'
authorW. Felix Handte <w@felixhandte.com>
Tue, 20 Dec 2022 17:37:57 +0000 (12:37 -0500)
committerW. Felix Handte <w@felixhandte.com>
Tue, 20 Dec 2022 17:37:57 +0000 (12:37 -0500)
```
for f in $(find . \( -path ./.git -o -path ./tests/fuzz/corpora \) -prune -o -type f);
do
  sed -i 's/Facebook, Inc\./Meta Platforms, Inc. and affiliates./' $f;
done
```

279 files changed:
LICENSE
Makefile
build/cmake/CMakeLists.txt
build/cmake/contrib/CMakeLists.txt
build/cmake/contrib/gen_html/CMakeLists.txt
build/cmake/contrib/pzstd/CMakeLists.txt
build/cmake/lib/CMakeLists.txt
build/cmake/programs/CMakeLists.txt
build/single_file_libs/zstd-in.c
build/single_file_libs/zstddeclib-in.c
contrib/diagnose_corruption/Makefile
contrib/diagnose_corruption/check_flipped_bits.c
contrib/freestanding_lib/freestanding.py
contrib/gen_html/Makefile
contrib/gen_html/gen_html.cpp
contrib/largeNbDicts/Makefile
contrib/largeNbDicts/largeNbDicts.c
contrib/linux-kernel/Makefile
contrib/linux-kernel/decompress_sources.h
contrib/linux-kernel/linux.mk
contrib/linux-kernel/linux_zstd.h
contrib/linux-kernel/mem.h
contrib/linux-kernel/test/Makefile
contrib/linux-kernel/test/include/linux/compiler.h
contrib/linux-kernel/test/include/linux/errno.h
contrib/linux-kernel/test/include/linux/kernel.h
contrib/linux-kernel/test/include/linux/limits.h
contrib/linux-kernel/test/include/linux/math64.h
contrib/linux-kernel/test/include/linux/module.h
contrib/linux-kernel/test/include/linux/printk.h
contrib/linux-kernel/test/include/linux/stddef.h
contrib/linux-kernel/test/include/linux/swab.h
contrib/linux-kernel/test/include/linux/types.h
contrib/linux-kernel/test/static_test.c
contrib/linux-kernel/test/test.c
contrib/linux-kernel/zstd_common_module.c
contrib/linux-kernel/zstd_compress_module.c
contrib/linux-kernel/zstd_decompress_module.c
contrib/linux-kernel/zstd_deps.h
contrib/match_finders/zstd_edist.c
contrib/match_finders/zstd_edist.h
contrib/pzstd/ErrorHolder.h
contrib/pzstd/Logging.h
contrib/pzstd/Makefile
contrib/pzstd/Options.cpp
contrib/pzstd/Options.h
contrib/pzstd/Pzstd.cpp
contrib/pzstd/Pzstd.h
contrib/pzstd/SkippableFrame.cpp
contrib/pzstd/SkippableFrame.h
contrib/pzstd/main.cpp
contrib/pzstd/test/OptionsTest.cpp
contrib/pzstd/test/PzstdTest.cpp
contrib/pzstd/test/RoundTrip.h
contrib/pzstd/test/RoundTripTest.cpp
contrib/pzstd/utils/Buffer.h
contrib/pzstd/utils/FileSystem.h
contrib/pzstd/utils/Likely.h
contrib/pzstd/utils/Portability.h
contrib/pzstd/utils/Range.h
contrib/pzstd/utils/ResourcePool.h
contrib/pzstd/utils/ScopeGuard.h
contrib/pzstd/utils/ThreadPool.h
contrib/pzstd/utils/WorkQueue.h
contrib/pzstd/utils/test/BufferTest.cpp
contrib/pzstd/utils/test/RangeTest.cpp
contrib/pzstd/utils/test/ResourcePoolTest.cpp
contrib/pzstd/utils/test/ScopeGuardTest.cpp
contrib/pzstd/utils/test/ThreadPoolTest.cpp
contrib/pzstd/utils/test/WorkQueueTest.cpp
contrib/recovery/Makefile
contrib/recovery/recover_directory.c
contrib/seekable_format/examples/Makefile
contrib/seekable_format/examples/parallel_compression.c
contrib/seekable_format/examples/parallel_processing.c
contrib/seekable_format/examples/seekable_compression.c
contrib/seekable_format/examples/seekable_decompression.c
contrib/seekable_format/examples/seekable_decompression_mem.c
contrib/seekable_format/tests/Makefile
contrib/seekable_format/zstd_seekable_compression_format.md
contrib/seekable_format/zstdseek_compress.c
contrib/seekable_format/zstdseek_decompress.c
contrib/seqBench/Makefile
doc/educational_decoder/Makefile
doc/educational_decoder/harness.c
doc/educational_decoder/zstd_decompress.c
doc/educational_decoder/zstd_decompress.h
doc/zstd_compression_format.md
examples/Makefile
examples/common.h
examples/dictionary_compression.c
examples/dictionary_decompression.c
examples/multiple_simple_compression.c
examples/multiple_streaming_compression.c
examples/simple_compression.c
examples/simple_decompression.c
examples/streaming_compression.c
examples/streaming_compression_thread_pool.c
examples/streaming_decompression.c
examples/streaming_memory_usage.c
lib/Makefile
lib/common/bits.h
lib/common/bitstream.h
lib/common/compiler.h
lib/common/cpu.h
lib/common/debug.c
lib/common/debug.h
lib/common/entropy_common.c
lib/common/error_private.c
lib/common/error_private.h
lib/common/fse.h
lib/common/fse_decompress.c
lib/common/huf.h
lib/common/mem.h
lib/common/pool.c
lib/common/pool.h
lib/common/portability_macros.h
lib/common/xxhash.c
lib/common/xxhash.h
lib/common/zstd_common.c
lib/common/zstd_deps.h
lib/common/zstd_internal.h
lib/common/zstd_trace.h
lib/compress/clevels.h
lib/compress/fse_compress.c
lib/compress/hist.c
lib/compress/hist.h
lib/compress/huf_compress.c
lib/compress/zstd_compress.c
lib/compress/zstd_compress_internal.h
lib/compress/zstd_compress_literals.c
lib/compress/zstd_compress_literals.h
lib/compress/zstd_compress_sequences.c
lib/compress/zstd_compress_sequences.h
lib/compress/zstd_compress_superblock.c
lib/compress/zstd_compress_superblock.h
lib/compress/zstd_cwksp.h
lib/compress/zstd_double_fast.c
lib/compress/zstd_double_fast.h
lib/compress/zstd_fast.c
lib/compress/zstd_fast.h
lib/compress/zstd_lazy.c
lib/compress/zstd_lazy.h
lib/compress/zstd_ldm.c
lib/compress/zstd_ldm.h
lib/compress/zstd_ldm_geartab.h
lib/compress/zstd_opt.c
lib/compress/zstd_opt.h
lib/compress/zstdmt_compress.c
lib/compress/zstdmt_compress.h
lib/decompress/huf_decompress.c
lib/decompress/huf_decompress_amd64.S
lib/decompress/zstd_ddict.c
lib/decompress/zstd_ddict.h
lib/decompress/zstd_decompress.c
lib/decompress/zstd_decompress_block.c
lib/decompress/zstd_decompress_block.h
lib/decompress/zstd_decompress_internal.h
lib/deprecated/zbuff.h
lib/deprecated/zbuff_common.c
lib/deprecated/zbuff_compress.c
lib/deprecated/zbuff_decompress.c
lib/dictBuilder/cover.c
lib/dictBuilder/cover.h
lib/dictBuilder/fastcover.c
lib/dictBuilder/zdict.c
lib/dll/example/Makefile
lib/legacy/zstd_legacy.h
lib/legacy/zstd_v01.c
lib/legacy/zstd_v01.h
lib/legacy/zstd_v02.c
lib/legacy/zstd_v02.h
lib/legacy/zstd_v03.c
lib/legacy/zstd_v03.h
lib/legacy/zstd_v04.c
lib/legacy/zstd_v04.h
lib/legacy/zstd_v05.c
lib/legacy/zstd_v05.h
lib/legacy/zstd_v06.c
lib/legacy/zstd_v06.h
lib/legacy/zstd_v07.c
lib/legacy/zstd_v07.h
lib/libzstd.mk
lib/zdict.h
lib/zstd.h
lib/zstd_errors.h
programs/Makefile
programs/benchfn.c
programs/benchfn.h
programs/benchzstd.c
programs/benchzstd.h
programs/datagen.c
programs/datagen.h
programs/dibio.c
programs/dibio.h
programs/fileio.c
programs/fileio.h
programs/fileio_asyncio.c
programs/fileio_asyncio.h
programs/fileio_common.h
programs/fileio_types.h
programs/platform.h
programs/timefn.c
programs/timefn.h
programs/util.c
programs/util.h
programs/windres/verrsrc.h
programs/windres/zstd.rc
programs/zstdcli.c
programs/zstdcli_trace.c
programs/zstdcli_trace.h
tests/DEPRECATED-test-zstd-speed.py
tests/Makefile
tests/automated_benchmarking.py
tests/bigdict.c
tests/checkTag.c
tests/check_size.py
tests/cli-tests/run.py
tests/datagencli.c
tests/decodecorpus.c
tests/fullbench.c
tests/fuzz/Makefile
tests/fuzz/block_decompress.c
tests/fuzz/block_round_trip.c
tests/fuzz/decompress_dstSize_tooSmall.c
tests/fuzz/dictionary_decompress.c
tests/fuzz/dictionary_loader.c
tests/fuzz/dictionary_round_trip.c
tests/fuzz/dictionary_stream_round_trip.c
tests/fuzz/fse_read_ncount.c
tests/fuzz/fuzz.h
tests/fuzz/fuzz.py
tests/fuzz/fuzz_data_producer.c
tests/fuzz/fuzz_data_producer.h
tests/fuzz/fuzz_helpers.c
tests/fuzz/fuzz_helpers.h
tests/fuzz/huf_decompress.c
tests/fuzz/huf_round_trip.c
tests/fuzz/raw_dictionary_round_trip.c
tests/fuzz/regression_driver.c
tests/fuzz/seekable_roundtrip.c
tests/fuzz/sequence_compression_api.c
tests/fuzz/simple_compress.c
tests/fuzz/simple_decompress.c
tests/fuzz/simple_round_trip.c
tests/fuzz/stream_decompress.c
tests/fuzz/stream_round_trip.c
tests/fuzz/zstd_frame_info.c
tests/fuzz/zstd_helpers.c
tests/fuzz/zstd_helpers.h
tests/fuzzer.c
tests/gzip/Makefile
tests/invalidDictionaries.c
tests/legacy.c
tests/longmatch.c
tests/paramgrill.c
tests/poolTests.c
tests/rateLimiter.py
tests/regression/Makefile
tests/regression/config.c
tests/regression/config.h
tests/regression/data.c
tests/regression/data.h
tests/regression/levels.h
tests/regression/method.c
tests/regression/method.h
tests/regression/result.c
tests/regression/result.h
tests/regression/test.c
tests/roundTripCrash.c
tests/seqgen.c
tests/seqgen.h
tests/test-license.py
tests/test-zstd-versions.py
tests/zstreamtest.c
zlibWrapper/examples/zwrapbench.c
zlibWrapper/gzcompatibility.h
zlibWrapper/zstd_zlibwrapper.c
zlibWrapper/zstd_zlibwrapper.h

diff --git a/LICENSE b/LICENSE
index a793a802892567f17d464a831e2e531dc8833f55..493d0db229d6ec19c55b4701e0651c701aba9d09 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -2,7 +2,7 @@ BSD License
 
 For Zstandard software
 
-Copyright (c) 2016-present, Facebook, Inc. All rights reserved.
+Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification,
 are permitted provided that the following conditions are met:
index 429c90ff1f4401189a7c82d2081e1294582cd414..dcd872f5c2c17a92bc469c1c975516f2ed3bdb1e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.
+# Copyright (c) 2015-2021, Yann Collet, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index f1eac9adad0741c3559465117055f5774e9ea910..193f60d7756113f4db362677ff6b65c78e5625d6 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+# Copyright (c) 2016-present, Yann Collet, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index f7631d08ca61d08526545b32dfe39fc6154ace12..3f253cf226a6f41ba3f0ce881c5dd6927dbbc06b 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+# Copyright (c) 2016-present, Yann Collet, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 8fdd61131ea8ab833d013fdf2dec0dedd0306cf0..96975421be1a9ad4b14e590d3840eda22c6152fd 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2015-present, Yann Collet, Facebook, Inc.
+# Copyright (c) 2015-present, Yann Collet, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 27af86c88dd1694078477d2611e640af462c368f..e6f99c7d23ecdb35e5113e09e7f1cbf1f786c897 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2016-present, Facebook, Inc.
+# Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index cf7af0f8cd62173f6658d7c13b6a186749d2b5f7..9f1e7db4901556bf580c4493bb12d98bb3462b8a 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2015-present, Yann Collet, Facebook, Inc.
+# Copyright (c) 2015-present, Yann Collet, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 28b1e1d166baf77fe3eb3230e28c28c3dd905923..650b8c571b593d39cdf2bd5cab9b727bc68655bb 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2015-present, Yann Collet, Facebook, Inc.
+# Copyright (c) 2015-present, Yann Collet, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 59c6b5f19b60dec2585686280b76f6635c0c7e99..89296179d92a53e24ff5ee1a0c401a9e1337752c 100644 (file)
@@ -8,7 +8,7 @@
  * \endcode
  */
 /*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-present, Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 5a58589c970005ee3a09b782dc8acce3e9c28fbe..9e7d36ec947fcc3fb8f09b836fa7b08de4516dd6 100644 (file)
@@ -8,7 +8,7 @@
  * \endcode
  */
 /*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-present, Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index a21a002121675f71bab4109fcc21d57d40776d9b..ff17dd894c1c0c99578440e1041396a1f6de257d 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2019-present, Facebook, Inc.
+# Copyright (c) 2019-present, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index cc40ab84beb0174f84dc1a3af45761d931fff3e6..342d9baba67419a1fb926dcf0163f658d0876c2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2019-present, Facebook, Inc.
+ * Copyright (c) 2019-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 4e0a944f1441a4216658cf9d461da3db3f0d69e0..12eb52ab0d50669ff7bf9927d7d082f3235acea0 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 # ################################################################
-# Copyright (c) 2021-2021, Facebook, Inc.
+# Copyright (c) 2021-2021, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 425f266c4e4644e52d3801484c828dc00920cac2..ebb13fa0e863906657d4750c64b7f8592ad164ff 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2016-present, Facebook, Inc.
+# Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 90d5b21a3aa61c8d4fca240826065c834b5c611c..9ee807c22345e0742574f065b989269eaab557ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Przemyslaw Skibinski, Facebook, Inc.
+ * Copyright (c) 2016-present, Przemyslaw Skibinski, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 4c055b0ed3fe508bd71352b08edddd6304801fc3..611ec8e632f0149e4ba408af68e1bebeb9832cf6 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2018-present, Yann Collet, Facebook, Inc.
+# Copyright (c) 2018-present, Yann Collet, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index cc489000ff03e1fe99341cf78e45cac1acafb85f..ad0522918f824b2e04f30cace098a51c2eacc6dc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018-present, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2018-present, Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c467bf92755a3cde311130d583a06e39f617ed46..61a52ce20e9f2eae619ff9f4f1e620f33f01d126 100644 (file)
@@ -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
index a06ca187aab5f41db5432d8d2c7f45f3bbdb5183..8a47eb2a4514518800fc6b85ffc04abf97132621 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
 /*
- * 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
index 20f08c644b71a3e93626b8e7c67455c8cace9434..464c410b2768c63b67ee3828ca9beba392f94d94 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
 # ################################################################
-# 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
index 113408eef6ecef6ad973fc3393f34fb5fc499c34..716079adf16bb6b96cbb1ef81e66f389a5926285 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 1d9cc03924ca9aacb3c1f1a6b4f5ad5f1eabbc9f..8dfd206844114962f069919db439a928bf3e19ab 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 53b0c2a6596e24a33359943de26214c1a9f1c1fb..67b55e6650445f1b087c60b274a460b7d92e9b57 100644 (file)
@@ -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
index de43edb695cbbf7fc739e1f810b82ffcf61c5ddf..ed3062d8f4398762ff5630ad6ffc33356708f9ff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Facebook, Inc.
+ * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index b2475225723331a9858037c67e623001ea0e7d96..4115f60916dc2610a2019242af3713b142b676ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Facebook, Inc.
+ * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 1f702abac55fcaeb046720da14cae7ad3ccf15b8..19d5f26cc8ade61276723135cacbae0e9435cc4a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Facebook, Inc.
+ * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index db9c099048890f0d99fa5fc5fd9bb6abecfd6865..9dbcc42a54efa0b7f3a2e936dc0f009edf4885de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Facebook, Inc.
+ * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 8eefa2d5c9d3af54fcfaa7ad3b8f5956151ad378..60b05bd6834fb917327f9b6994e4e33adaf7f419 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Facebook, Inc.
+ * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 63a28d57b269f702ffb400964443415383d76519..0e8c5563d6c209266471746f524f7674e95f9dcb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Facebook, Inc.
+ * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index eab08e0c4cc63beb4de4cfc7664a0458fd73b850..7661c0b377b602a9b9354224aaab1686d3112969 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Facebook, Inc.
+ * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 8538eb3e40cefacb00235542ab1404fac294fe1a..689edb0e76cf847c496b516b55f93ac6a23df282 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Facebook, Inc.
+ * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 783046b42d1741e6caa9795bd64e2f6d2a29f083..36c25550c8bdf557b8098daf9de07cc6f1d427b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Facebook, Inc.
+ * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 459a4570060264467b64e1e987999144d330d9a7..1c194a8ac3c5bd0cb6ad11832c55aa6053fa1871 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Facebook, Inc.
+ * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index d2b8b5a322cb5c9617d4d2208e40dfbaee44a0bd..ba4a420d41707f0ada9cc0ef1eb110279d5e8f29 100644 (file)
@@ -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
index 67d248e0cbf34c30f3731f189209612b4c14f1bc..0f4ba3f45efa7269597cecae7d31d8a9a664f5c0 100644 (file)
@@ -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
index 22686e367e6f0fdb9ca2475e18e69040211857a5..2fead39eb7439f0e9673f7427204f087895d1541 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
 /*
- * 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
index 04e1b5c01d9b645741699951d5c19b892ca6c277..8ecf43226af2f32cee0c59d06ab9f06511e16701 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
 /*
- * 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
index f4ed952ed4852a6a26c26a053b0dda8362f2c380..eb1c49e69722f8b0a6a19127739c5981081cfa5f 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
 /*
- * 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
index 7a5bf44839c9ce0d633362451dc875c7679f5ba9..925161416033878be4aa36095a1011fa4766c75e 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
 /*
- * 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
index d63a7cf8d4f81d49ad39981b68af7c8aa793b304..73a7f6d77e5b710ed9d4b5ebccf53754bb052845 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-present, Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index a947649b2c86e0b38b9929ab2354f5035913ce9e..b60a5dc05776bf0e0f8aa071054653fb68d2ed28 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-present, Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 829651c5961e579d19eafb8062e2c63f80c14b86..d144e0fccf880bf25a92b9611701f374084f2d65 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index beb160b647db47a2bd05c372edd9bb9eb0b9ed2e..652eae82479dc8dcc7a26b6396c88aeeeaa92e82 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 3d930cca93fadc80bc408ee824dc99d721594b72..8604bac0c9f530202281310f14e2daad03d72b9b 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2016-present, Facebook, Inc.
+# Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 90f9d571fcfac56ae0d5b575da63a6e7e6060a0b..c278b1977b3bec3b3924199dcbf846ca46d03c30 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 924543abfd594a414c4342fb44b0b6b1f74e7d77..5bf6a64927a1bcecac57df695752b919b4129c1a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 788cd8fbec3fe619b69412269f55aa1ea8db4510..794d2c1800f64ec279c82bd1d348be20406a733a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c667c887d7bac158e9b4410007a2b52ea9695108..46c74cc3fc1e9e6cfcdd3f1e40d083468c6644df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 769866dfc8157fc4efe2b972efbb47443204aaba..058667a06e6310ac0b7c184cba52d95397996ae9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 60deed0405bed3ce82a7d37c0fffa510b6af6f80..389f5304faa4b230a1842c62502b0c835631e191 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index b93f043b16b12a29eb08a6b38f62b88534632e67..dea12fac70ee0b1fb6e034c21c87bc845be53e34 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index e601148255d41964efa51e8e2714f5e4765088fe..dd9a0113ba9da89e4b1b9380c599bbe12fcfd70f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 5c7d66310805030f361e424cd5f69b8528fa9a84..60c03e8c3a5a8b46daa4831b3658163119b1797d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c6364ecb4227e0b4350b29588860f5554b235d9e..4990501ae037cdc63e13987a411509055f9b5474 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 36af0673ae6aee3316da013f7235f151f28d477d..af0e8149e8b96ba7e0c0d1a8006160d15bfaf0fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index d17ad2f2cf127adecf7869986972e3349b83493f..5a640d60b851d7f14573c3fe5769189aa4d09053 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 05c64b879b3d89d024b8b147f61942e476b6db13..2615c4e00fe264229e1a875b3db24dec3999074d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 7cea8da2771f0c52ccd1ecf7814c4f9bc1ce6abb..ba01c840d61eaa6e6e3d89481041538adb24ec19 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 27dbcf707226543a80e42984eb55137c67f9f492..9410d5b24998af228da25036aedd979ffcd51273 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c78a8935ac2c661b14adef673ea268430c6fb8cb..6e217eaa1e499464b0e10fcf1fe79467dfae4ef9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 8dfcdd765909c896a0071b414842109a9e6adfcb..9bdc32ff2d65e45ffba01ed17e616db8b6ef86c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c26f911bf3c8f7be70c97642240de46d4ce42b22..3ae81da887be1432dc4bbf0d48bbe755a80bc2e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 8ece8e0da4eba84a87da8c36d74978c7f3109bd7..50eed836c3878640df95d07ca821fc2c6146af36 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 1d14d922c6480849b461c7bc3d93f909f8da16d7..a0bb58c856fa9dcb16e6b8753740c4d1e83d4e0e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index fbba74e82628fd50da176c62cb190c9317886f26..c1a67a57e18d7f9323c3b60afdc0c49b07c03be0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 755b50fa6e80d2a966fe0130942594d7f953a83a..bc2a8e73db16fb0aac1def05694d7b73612eeb66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 6fe145180be9153dd0cf90f12342e43339785e51..542c265ec2d2c6778c3c31eddbf311d33b868517 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 7bc624da79b2ca99b0cc9896994a9723b237e774..b5e0d00cb72a527e7dd7410bf99dec6262b2e38a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 703fd4c9ca174bbace329e26a882f67a59607bc9..b4656d7bd5341e3b343fcdc15c52971a262395ce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 14cf77304f21f00a34c60bc5a2647d716d8b7157..70f923e5dfa81109b3d6dc26be7c0e3ffaf05be4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Facebook, Inc.
+ * Copyright (c) 2016-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 9a9f4f2e81d5fc714e0b1d61d82b66f6f01eb7e8..fa500af193120cde8dfdcf5e627d22e3b5fa8699 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2019-present, Facebook, Inc.
+# Copyright (c) 2019-present, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 13f83fd106bad4773e9d90f4287ec753eba7b65c..8f6b12abedff2a460285695066ae4dee227819bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Facebook, Inc.
+ * Copyright (c) 2016-2021, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 9df6b75fb84e14d125fe64ee5f0a237dc27653d3..07ec190707de6b4de82d84d65e72068b9713d8d1 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2017-present, Facebook, Inc.
+# Copyright (c) 2017-present, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 4118b0ad7620ac2bff8fbb79a17ffa6327d16716..04347138ba2e78139318ad1f95a45e4cb61c072a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-present, Facebook, Inc.
+ * Copyright (c) 2017-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 36226b49fd3c14594644f8ca4799daba6a74a603..8f3096aa2f7fe275a7aac373a005f052adbeba04 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-present, Facebook, Inc.
+ * Copyright (c) 2017-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 9a331a89531e5a4e889829448fe371249c2f88dd..9e1588a3ddda2ae17e37f80f7d9489fbce0267c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-present, Facebook, Inc.
+ * Copyright (c) 2017-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index e9e2013331e58288559f35c4640ccc68e692fc9f..19c9970419df09098cf3839aeeae4f3f69bb283f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-present, Facebook, Inc.
+ * Copyright (c) 2017-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index e7b1c65059c1881057825c13d940d62c2e2f208c..f1bdb9d33039adbeef3c568da3761d566eaf1448 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-present, Facebook, Inc.
+ * Copyright (c) 2017-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index d51deb3ea822b3f563cede3d13332eb5c4da12ca..ab5dda6968294228ff41c1e7ff3f1c85632941d1 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2017-present, Facebook, Inc.
+# Copyright (c) 2017-present, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 55aebfd2e9d63f03686365b6dcbe4dfb2202bf7a..8cb06af791f3e439320ee55b984cc5446d3f7399 100644 (file)
@@ -2,7 +2,7 @@
 
 ### Notices
 
-Copyright (c) 2017-present Facebook, Inc.
+Copyright (c) 2017-present Meta Platforms, Inc. and affiliates.
 
 Permission is granted to copy and distribute this document
 for any purpose and without charge,
index 7ec9bb577ce3533d9118f09fe731e547b0673341..02f19a129d005a4bcfb40f34a7f9ab4de18de578 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-present, Facebook, Inc.
+ * Copyright (c) 2017-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 24083aa52e34effe8bb948eefb9c56e827ebb909..73c54271da1981ead9dfe1866dff1bc5717cc34b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-present, Facebook, Inc.
+ * Copyright (c) 2017-present, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 0782961eb1d65b763c7614895f7104a0d33396e2..63c872097aeae17a17488f8aa12bddb71dd46fa3 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2018-present, Yann Collet, Facebook, Inc.
+# Copyright (c) 2018-present, Yann Collet, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index a9c601ebca7925c62cd40611ec81dc4cdccf0c6e..7560e36fc263bb00249594500155c4c17391640c 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) Yann Collet, Facebook, Inc.
+# Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 935f60da87e8e89220e39323b4dcd8bf27f584d9..12c5a801bebdadfca919080a1f797112eb5784a7 100644 (file)
@@ -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
index 54c059352f741751b9dd6979bd7482d6671b2ba5..9ade7650268b56c5e3a27c12beba0e192acafa28 100644 (file)
@@ -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
index d89c8352324a4fa2b84f7f06d5586e1aee496ba0..c13c8134dee0e7c7a73f2bd3b291949d0804095a 100644 (file)
@@ -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
index 20c4a10e328d1f35a97f0d1e38b211639f4381bd..a8f7f4ff5de6acff9826d0a99f57bac0cf7a86ef 100644 (file)
@@ -3,7 +3,7 @@ Zstandard Compression Format
 
 ### Notices
 
-Copyright (c) 2016-2021 Yann Collet, Facebook, Inc.
+Copyright (c) 2016-2021 Yann Collet, Meta Platforms, Inc. and affiliates.
 
 Permission is granted to copy and distribute this document
 for any purpose and without charge,
index 8d7361dd8674983289bbd3683e47fb953267b3b8..5fb4c713867c3ceae5dd28418d66cd5c775f8dca 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) Yann Collet, Facebook, Inc.
+# Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 9b09030eb691ba811b7386f47e756d1b399c4bfa..621332e1155e63c5e929c92b54127d72ff0d3e0a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 7c7d3428852441434e4676aa4d7f90a62d6d9485..a878498a55ee8aa2f23c749b63c9247a0af46c62 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 107cfc1ee1a281caca657d188bf8ce2350d1e2d7..77c406645f974d3f7e1327103c335f9c55c731c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 5d2a28fcdca9ff8c1b8205aae96c0a35ecfeaa3f..cf9113838fd1b02aea7e737975dbd41b6c7863bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index d4efc8e5773ebe5f48871ea552ce2a4264021437..ca9ef5a5d91f74fa5ecf4de9a92a5cd07228d629 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 27a65b17f500a1e3d7bd9496876b5c53969ebc7d..5b1c3b3010dae50ad14a9a105ec119c25c730500 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 59c1fd414aa79f4cc42d740ff42befedca45c2b3..1b0aca6db04ba31e9e66e3a90cfa499e28a970c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index ff1875829ea58530840798328b332387a93143c0..4fb7f282b52cace568058c651b7af3c347eeee9b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 21cb3d54999f33f2cf61a72c9f85bdacb1d1ff26..a1a024129f2b53b22f8258983eabeb3418892630 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Martin Liska, SUSE, Facebook, Inc.
+ * Copyright (c) Martin Liska, SUSE, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 6dc4c22677bf18579c54f667fbaa8ff649f7c14c..ad630e92c658ec64ae7a8a88b735c7c9a0092525 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index a5219ef1e471dc259114ab44eadd08b7723bb317..aac62668ce084b2f632a0b904d4fdba87b0f5fd4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 74c6f1baf617a23fecf938113d3e228a54be6e5a..f5b2d652a4ba16b89e7ff55da8a9a987931b648e 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) Yann Collet, Facebook, Inc.
+# Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index c0e9177507f3741e52955935dd7cc4747b0147fe..7939f3d0f32f7bca0fc24e1768143adda594cdcb 100644 (file)
@@ -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
index 84177862645d14c3dab4ed72f238bc22438b7dc5..c27eb09ab0305376fc9db9c1fb52a0844c0c8df7 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * bitstream
  * Part of FSE library
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  *
  * You can contact the author at :
  * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 42f289e0b4c1b81f1c8779b28ec35b3e6d9074d9..bbc26a98dbf56ed4407b85463fc0406e3db47a72 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 8acd33be3cd05ec6988f24a3f701d1dc020951b5..8bc34a36da25fa4c67ec0f7e47b12fb4b066d9c5 100644 (file)
@@ -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
index bb863c9ea616485a18dff02cf16766f2a8ce09d7..b98168d127e064c13eb83f3bf52b22441076a8ac 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * debug
  * Part of FSE library
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  *
  * You can contact the author at :
  * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 3b2a320a188dd679e2a47140e4b1130ab3c04a62..5805a9280148fb1be5a25fdb58195cda1a6ccd2f 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * debug
  * Part of FSE library
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  *
  * You can contact the author at :
  * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 98bd4238d62c1cf0e9bf70255dd85849fed53665..b3d9d0b1b342a49f8a452f4720115b91e12b3e96 100644 (file)
@@ -1,6 +1,6 @@
 /* ******************************************************************
  * Common functions of New Generation Entropy library
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  *
  *  You can contact the author at :
  *  - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 1b67500f3bbcdd4fbf16e09bead13a6f91112840..bbd380188d05b51986489f30694d37525235e92d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 007d81066abd83b1828e66474fe8662924f3113a..f82775add7a83ad2376db8c20c3e830b96d47020 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 466a072818aefa6641c620651a684bc4ff9f1792..212f4697d46829e1a480eb4845ca625553266ef2 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * FSE : Finite State Entropy codec
  * Public Prototypes declaration
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  *
  * You can contact the author at :
  * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 7034fd97b474017b328b054762779847fdf163a2..fb641e71d5eb3e33beaaaade301ce6f7d33fa51e 100644 (file)
@@ -1,6 +1,6 @@
 /* ******************************************************************
  * FSE : Finite State Entropy decoder
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  *
  *  You can contact the author at :
  *  - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 595b2f6db5d2cfb9a5ddde0c07fbb0626e2ef158..2905fe8a4b0c018c79444c1321903f43ffc113d9 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * huff0 huffman codec,
  * part of Finite State Entropy library
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  *
  * You can contact the author at :
  * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 493782f6f761ec99540d76a496625dceaf1e96f7..7a55f6fc1ed47b9b8b3751dcd0a92e35a2990524 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 63dc9d37789a48ef40797f09f819ecf207d55637..c37d7077a2d6ee8ad3bf32b72fc256dfd2228788 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index b86a3452e5c80a6b133aef39f81bf75f944fab5e..b5078f3cbb5537e82af4a1546c1373045b94d979 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 1650fa3d8cf83c1009d1b477c7b28741ff6400be..bf3e2b7b1c60b0c8e765bd4ca298e616f1defd6d 100644 (file)
@@ -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
index c2d61ca647235b3215995b5897d98067cea386f9..efd010803a82d056ff33de5ba70e4d33d0a5fe2b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  xxHash - Fast Hash algorithm
- *  Copyright (c) Yann Collet, Facebook, Inc.
+ *  Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  *
  *  You can contact the author at :
  *  - xxHash homepage: https://cyan4973.github.io/xxHash/
index 901bc083265f5f430e5a246fd7a585014607d228..6889cad14fbe9bcb26a429f4d08aa1ad9447bba6 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  xxHash - Fast Hash algorithm
- *  Copyright (c) Yann Collet, Facebook, Inc.
+ *  Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  *
  *  You can contact the author at :
  *  - xxHash homepage: https://cyan4973.github.io/xxHash/
index 3d7e35b309b5d10e8a7d8f408f722b24006bb6ba..fce41243ddb3830039c8a1d52ea0fe6894767b32 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 14211344a02bf59c7b38b76d674839c29216b38f..4d767ae9b0565b25b36d20783ae4a29721c3cbc4 100644 (file)
@@ -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
index e8922670283927e926d4a1783b446d9f351c28ff..8463334ce60463e1307216c1b773ca97d268c47c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 6215f1e70cfc58f1ee6ad62e58ed383c434ce0ec..da20534ebd8e171d4d9c3782b001bb23675b027f 100644 (file)
@@ -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
index 7ed2e00490bf1c0ffc91b8e66702a1216909e946..99172c3c72e554393ccc483ca631ad4e06e38ce1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c2271f6eeb0473835fb70cce56db446e8d0ae0c7..065620bc85a564c67f0d81552379ebaa7520ea7f 100644 (file)
@@ -1,6 +1,6 @@
 /* ******************************************************************
  * FSE : Finite State Entropy encoder
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  *
  *  You can contact the author at :
  *  - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 073c57e7527d92a4299f99cb4d78591e00e7d3e2..9338276f004f21f6beea517ee980101f7d5bda6f 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * hist : Histogram functions
  * part of Finite State Entropy project
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  *
  *  You can contact the author at :
  *  - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 228ed48a71de94b920200d65df22a90bb907fa2b..8b6a1b696c37e4edd8ffb700b6db89f0fb6013ab 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * hist : Histogram functions
  * part of Finite State Entropy project
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  *
  *  You can contact the author at :
  *  - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 9d2b521bcca22f18531c3ba4dc894a87cfa848fc..a0fe97c67109409c34de4e6fdcbc1350eaf32902 100644 (file)
@@ -1,6 +1,6 @@
 /* ******************************************************************
  * Huffman encoder, part of New Generation Entropy library
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  *
  *  You can contact the author at :
  *  - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy
index ecb21f26872484214e3c16505e22db723fb253d2..2686711a665713ebcfa38bc3f835e6bc85fee674 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 627d441af74d154fa7b2e7889d234cbadbff851a..4d138993b82d68968c184a9d94277899b6630ed9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index ea80a45c8fc670f7b7f8c0763b43e27f75f031c6..939bcaa966054298dcd7c7b9daa07bd7ba99ee46 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index bb260db9b7310452ea6400336e293fbd210079a6..b6befb24ce5775133f8eb282245765848dd9d2df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 2c1eee5676abee49459cebf6d40c342c44a16d5a..cfd7e5f32b225f27a46396d76b0a83a74ed07b4a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 7991364c2f71ff8184f95b7622581aba5d6da55c..5f4421adf82ec9e284d83b345b4c44cd23513cba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index eed58e7cfca3580f5fa6bbf26d200777014195ef..fa3bf02de1a4b47537f6ee5aa2682782c20eb754 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 176f9b106f3420e6a08e70ee2b6778d4fd7d37ee..6d16e2b33d64e746eb80670ae6a1b94b88798997 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 47afe3dc7b0fb0b3341bc72d913417b049427214..cab928bc63e3b54755db204da4c139a02dbe9337 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c2dbd54c1279376a2f8e0e9a414f4088c62cb1c0..82f41af699451541cf79c9c002f97ef760c21ffd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 6d8ee8c651fa92db324690a9b084185661e7c96c..66c8badf6aff6dd2f4706ea6232a959c8b26a634 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 291173449bb5aada9e5b46da37880d75ee1c8c09..bddd159975202c6b0f37fdf59367b63f539208c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 3bfeb2c5f83cba4c1a17afbddd0fca3f452de7cd..2032081bbf060eefda66bf13bcc9501ac7cbc398 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index d5a7b5cbf954a73bff2b63b0e2e27b0f84933a3d..8605cf02c642dece8956b970368ac3e5a842f026 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 150f7b390b8ee04d86eb722ad512c80cde38ef03..e2f9d6c99eb5aa1d1be9682c9bece1f6848f20a8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c14c62454f4250204211f81f0a6389e06db4667c..698f166d61aa8e771be2133a14166c96fa8de34c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 4e68dbf52e38804cc4adbfc87182519a700a21c0..a2d2deef7e8a37b03d30eb4540bf91f0d3b492fd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 647f865be2903344265ca3f31a67ae504c986058..8087c54cd9cdc75970203445dd537d3f06950f7d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 800f87e9efc29b72d18fac619b9b225cca63caed..668212df96bd050d397e309ebe3681941583c05b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
+ * Copyright (c) Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 627255f53de29828b6f400a0ba10a48b06c7b654..e690e5d2d5ed7ce8ce1ba384f52223894f44bee7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 0c10eb603df662998d223a283940521ef818bec8..e3fc54685007aeb34a36d2b1b1fba29e3bafe5d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 271eb1ac71f58a4c037937167d604b692d682545..ff1fa0ef428d5cc160a72e9e1eb578355f0d7a77 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c6fd92860064622b7177f00318946034b39ea120..3ee35c470bc652ca4f11ede1b551e178405657bf 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * huff0 huffman decoder,
  * part of Finite State Entropy library
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  *
  *  You can contact the author at :
  *  - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 3f0e5c26c7da86a0f4ed5577c191b4c8b0f31554..8d7c7a6441bc1219e1304dedb0fde35be7bde590 100644 (file)
@@ -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
index 6ffa35f6eb9f9faab028cc7ad9c2e026e4e6de77..ec451d37b29d895e2482cc31394d43683427511b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index bd03268b508727c21c767e765887372812015fee..b3f394b9c1bc56338b2268ab2db08e5a1736a9a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 57f220d0cdd93d29252f879789b22ad2a0aa0842..37373337399135d854d54fa54903491085b7eb86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index e1ff21582c5d2daeffbb695124bbf7cfe136ec25..d8b2814fa1a271646f0bbf9e9fcf30da62031334 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c61a9d0c4b36d6029424f2d406ca6bd8fb20b9e2..e59f9d3e28d13708e5731781bdc2e01f99801b45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 91e9dceb5d3524499c9b53d496b86f57c185a116..2252c7d5d481c0e915e0975b51a1f4b653d04b1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index b83ea0fed58555c6517c1e94c8f86c879e65bf79..69933ebda652b4c0b04700f54bcc1803176276e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index e7d01a081807c552f2674d769b5a3a0ffaa17351..1d43105110869503e9db442d47bfb35c9dc2eb4a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 51cf158c4ad38a127176082da8a525dcc90cb55f..bf1051ff9697f14202453a6e43b86049f8a59ab4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index d73c0f35fac769544fdb9330669fa771c9af954f..7795fc369a9919256820f2f945f5677af32d3bce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 724675d304b3071311045c72206c6ada41f98ff5..92852c1f04abd0f5f838f74d5d8aec5957125f34 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 1aacdddd6fe488ae9b86c56a2f8cd2dcd24239c3..252624bdeb50830996760ddef63c98db938bf403 100644 (file)
@@ -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
index 63a2cee7228d4209d7ef8f73d0cffbd1f90c6c23..46bba0120b0bb4a7a70cab2a1c10fb66600de777 100644 (file)
@@ -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
index a932276ffbc6225d035bd9d53b526346f4f1109a..375a1764960b067914125c987db369dbbad1c798 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 03b034dd50aceff0d8303cb14a644bd9527c010f..be996fad6efb5ad48035e12b0d523adf511661fc 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) Yann Collet, Facebook, Inc.
+# Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index a6f1174b82e03bdbefe003bcec7e9cf35aff5197..cc2165b31094c0bda409dcb0ad658f75634f5ec6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c9e4f632f129b69102e18bf56dc54ad2a5360dbc..8c504c792fbe7422e62953ab54634b5089e738ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index f777eb6e4c935b8f05d4494888b77652c1313f3a..6ac876954d14ec8ede973023179b1020b1d4f996 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index d80481784377d5f1837fae4232736a555ac27eae..dfaed7bb839bee86e85667291073d64c7fae2ffe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 1b371953b7409cb9dc15db952a29aca422fe9261..dab0260ee9edfa95fc6f07c9f2272252b6f9e48f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 20ca5681ace591c359ff62d12e8e8a5fca765a34..5b1fd7175c243f398bf76560ef533dfd65a77b45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 7a00d4304bacfeb2ed9b952330f4a0f81e2520f2..9bf3cce6473f1344e0908063fc56a10f6f34de63 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 4f7eb9277e54486bb7306440f05d05c4a143e63d..23735443a8881c4eea21bdeb16fa7c807d01c8fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 66b97ab8e601f77e184f8a79c867786f75189143..640240d624d1513ce9ba756908e2d8cfaa7daf9b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 9e73a5daa5f1d765ed08530c2c054a0ff29d6967..5d2ebb2b51a131ec42d9b69d33e43779f653b306 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index bd423bfc1b9551f04dda80a991b0e59a3a3f6ba3..2dcffc92367b8ad78639a3a16a752e475c616e1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 3839a5f637a397aee7d294c188cc264c9d0dc0c7..53aaec468007690a9fe6c8f633189962388d3ac0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 9e32b76e08dc196477ecc1810332f91a7d598522..633891010d72a1378e8b8e4697de4e312746ad3b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index efe6fbefe89309c824956e6786fc92e5ec116f3b..c2b88eb3e013be6e22473d0b89303dae9cfd11c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index bc35cfa6a33f10900730b8d77f743a98c624b1f6..1ff39041f8834cfbcb92be3cdc7dcb663b0fef51 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 60cab8cc8aebf40a84041019e08170a6c9b41511..152e538db77ee55a5d148b763bc306878609f058 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) Yann Collet, Facebook, Inc.
+# Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 231bf82825a7d43b047ea883715467eca8ae58be..8f52e2a86f562d46e54fdee8c178bce3e41789eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 09a200af20f6b08e77d972514ee0648b7cb756cc..af9e2e2d7894ee123257c8c39eef485a4c1db368 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 68ce01cd173a43713564be952132dd28255d02d3..2c97a48d7919bd53981175b4e8d5c009c215a33d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 1cdec4a648a1562896b6c6c8d4ff93083a34b250..c626aae5d5a550de808ae41561d31f4e8082fd8b 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) Yann Collet, Facebook, Inc.
+# Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 1aadbdd9136c34e3cf6f48e754ae0f6013eeae67..d94377734573765f76d54078b2b09867ab106872 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 99d13ac47c1213cca10abb70db496a8b3a6b6201..65409b4f5ef1f3634cfa5d2a0d2833dae0e00aec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 6ceca020c5903c47c8dee588456d48c7408d6248..bf527901368f14daf8d8d18c964b4c7c80d97c22 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 11ac85da7f9441206f7743f735f9cd5dd8715a0f..c19d03ce93681fd2146f7c6844458c1e90d1ee13 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 3b4f9e5c7b696eafa380c115284e6ce2297b42d1..8baf40a5e1c056badc6bac80f9da9ef8b913f9da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index b76ae2a2225c80b9088e1cab98d4135f661c46f1..c088e71d9abe5ef2cae51e06de0f168ace646f7c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 8643bc378f36b592b8d7d84fa5c249ab493b77a3..a45c65dad0bbd830dc7c05dc2722829863f54203 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 666c1e661800c7d34b140e2af19c8799f3ddcac6..b8e859f5af9b173a38e7b1e8c682e605bf13a108 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 313a530ce57a802883743bf5d4327316d306c42d..3d532ae338b11b9f3790cb38faee8973d076e6b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index b848934bcae4d963dab5ff2dc8402b8b79c50cc8..c3264534d58a952ca63874b44e39603e4facb3b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 92c9a5b1d35a4cbf4562759090c6775ca03d3c37..8f12fe1f9f723afcf781abba1f7a03d43c83034c 100644 (file)
@@ -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
index 30db44b6ef0d2a570142a3ebf1df2ceb0cf565f0..34dad6f4da807dfb8521bd347b67d55f704f5aa0 100644 (file)
@@ -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
index aec2e8d56faebc79e2cd1ead7ffe9d3c290885bc..827a5a06b0d87d99e9218c9eafa89074fc011212 100644 (file)
@@ -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
index a1fac2ca7a03860472dd1f76bf97d86814e41ca5..c1f42f1ad0b7faea307740178c67cc398826de3b 100644 (file)
@@ -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
index 7006f97f220901fcd1122990b05b9dd54eece4e0..f7d558595f03bbdf8964e262c13d75c98453a54f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
+ * Copyright (c) Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 64577b0e932a1b9d06e84caafb05684bf4bc17ea..d6f4749b202d389c898266c773b43c831179e69d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 8ba8ed787bc37b5359602b55cf4ff159caea7025..b92b5605e26c5d77d4b50371049c8802d98fbb82 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index bdb6510742292cea1672931c0acaaf40199d77d7..6f73348b39b97fa55e8eb44a22dbfa0ba625aaf6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
+ * Copyright (c) Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index cf173877208a436052b7a361f04d8e35565aa82d..90b7afe91eaf1174146ef86af1cb0a8c6345bbab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
+ * Copyright (c) Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c1b60e90f323ccda0b3c2fbaf4c2c36e521bac48..9d06960b18b9656428c0a257fa3f22b273429456 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index f5e404730d219436b859005ed2a7b84197ac2426..76de608d8571f74e82e3e937689ff59e39d046c3 100644 (file)
@@ -32,11 +32,11 @@ BEGIN
     BEGIN
         BLOCK "040904B0"
         BEGIN
-            VALUE "CompanyName", "Yann Collet, Facebook, Inc."
+            VALUE "CompanyName", "Yann Collet, Meta Platforms, Inc. and affiliates."
             VALUE "FileDescription", "Zstandard - Fast and efficient compression algorithm"
             VALUE "FileVersion", ZSTD_VERSION_STRING
             VALUE "InternalName", "zstd.exe"
-            VALUE "LegalCopyright", "Copyright (c) 2013-present, Yann Collet, Facebook, Inc."
+            VALUE "LegalCopyright", "Copyright (c) 2013-present, Yann Collet, Meta Platforms, Inc. and affiliates."
             VALUE "OriginalFilename", "zstd.exe"
             VALUE "ProductName", "Zstandard"
             VALUE "ProductVersion", ZSTD_VERSION_STRING
index cc6bbb93515a4934bd4b34bc7b21dc1bbaa7df4f..f177ee23b7c9aadcd94f9ff06511529527576392 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index b3b977feb53b8f6608235f218dc024a81c32ecad..35075a52c4d0694519b7e72f516db5e5becf59f9 100644 (file)
@@ -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
index 38c27dc04c4f46a43ac4f5017d2a04fbb642e16b..9c135d3ca8481db7fed52e73cd9f3fecf7ef34bf 100644 (file)
@@ -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
index 665e0a7f91a94bd0478105c7927bf92bdd3359c7..568b059b74322a5d04a3a4119ee651297a747bf2 100755 (executable)
@@ -2,7 +2,7 @@
 # THIS BENCHMARK IS BEING REPLACED BY automated-bencmarking.py
 
 # ################################################################
-# Copyright (c) Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
+# Copyright (c) Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index afea6475afb36ef0754ce847ab6573a135cbd08f..a8f2401eef1120aa97bb61af5b4218c55f7d0ae8 100644 (file)
@@ -1,6 +1,6 @@
 
 # ################################################################
-# Copyright (c) Yann Collet, Facebook, Inc.
+# Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index c98391193663f3e007903f2bdeb858c0809777b5..153e7db4c8491b9abd3f916b647e34b2e02cb3de 100644 (file)
@@ -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
index fb0892586908601d34c74b32e13f587e1ac5e5dc..b8fe9216231ad85fd8c5cbfa6a861b8f162d1339 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index f6c5e9766eed6698cc5455446d41e7879e8afee4..38e09ddc9da065ba04bcdc7740a14678d90c8c85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 408f0f795f33e9364cbefef85e76044be0b92a31..028b0a9c07cf7e8c4a8b5eece8c31927377f45cc 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 # ################################################################
-# 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
index d726fba7f7d347ea93e0a3a59fba2ff74c44da7d..2696d8b640534661977069d20a60fb9f473d6be0 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 # ################################################################
-# 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
index 7300fdb766b013a4b160e2606e404e075a2d63d2..0d291952fcc16c47d4563578231dc5588dd8d0b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index d2b126f39ff064a786e93dfa800e06fc368c82d9..c53e8a3fdda6dbde14be83ed259b89911e257a3b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index b55ff767f2f9bdaafa6580b627525460f6c9bc8b..097c97f135e40d70deb172e8be770d9bc8d003d5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 912348c384395e1b34ca22812cb21362739339cc..35a19dd89c9f493311f8c9af536f79fc4f9e6451 100644 (file)
@@ -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
index bdbf769161591b09bb919ac96cd92fbc5361108a..8307e6f3c79851efafaf5558beea9871570b6ace 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 46a84c7b98bdc77b1c0e8599fd634719c083efb3..54012a1dada34909f9b2a30b02e51407b847737f 100644 (file)
@@ -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
index 3f7607b2952b11d69ffec2a9ae7001309715eb36..8ad3ea1c9520d029a731aa23264ca23a4c6b07ce 100644 (file)
@@ -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
index 33c58c8bdce4bba41b82aaa111c8988598590493..8dea3e56094cf7a1a1371145cf58cb3f41a4846c 100644 (file)
@@ -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
index 5b60bc484b046bd72051c9b95fee3b5623634abd..1ac22740f268afb47b617651bb1d3249be9186e6 100644 (file)
@@ -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
index 0b20e8d679780a58651d2407ff78550bcba00a25..6dd78c3f314bfec6d967a856b88447b3a0b18aa8 100644 (file)
@@ -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
index 9af712f0e4f2167a58fc6274cf8ae1c3a9415659..3ebbd843bb5240b01977500049d51497e6e6f442 100644 (file)
@@ -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
index c32386099701c24cb92d598f9c5905c9b4fce45d..29e19442a70eb067ad7fbb43e5ce33580433aed9 100644 (file)
@@ -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
index 6f3fb299490932f545e6d0e3b23abfbb48ca193f..d1e439fef3e622a50d3620c2a03bc4ed22a8460f 100644 (file)
@@ -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
index 17eac4f6ff4c80b6633105bb410750be5b481db8..03ffeeefd77b4325e620e3afe8a88cff23f506c9 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 # ################################################################
-# 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
index eae8ee4b698815c15b0e63037844db9c116c580f..a93e8ba950b590f522ce4c6f0807e3e9faa4e4fb 100644 (file)
@@ -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
index 62771a9f8ca3c449d334475af16f72ea76f879f6..8ca501f9b097a63f47aa69103a2649b0d161d055 100644 (file)
@@ -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
index 61c0debe5a6eb50db87a1de18eb5087f34ecde7f..1b6ad9736cb02c744f3e19fdc257f933aa11dc58 100644 (file)
@@ -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
index c180478e9534a96c841307ec275dfedb2265320d..aaf4c1df45e463ed3d77e0ebb63ff84b1557640a 100644 (file)
@@ -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
index fea09fc934e2669ad6b3a08711192ba854633847..13f040a17e0d8d5b9c194ff7194b9ac51f36db6a 100644 (file)
@@ -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
index 32b08d6d571ac753a2a9d020b3280b1687d5fc2e..0993ecd147c00c539e3e2c11c71faa0e804543f3 100644 (file)
@@ -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
index 0e65176548a7b85c844f73ff32c8a7ae3d30d60b..7ceab2be6d1d1732ea5464c88c3a0d0074c5e346 100644 (file)
@@ -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
index e6d2dec64d3e29dbeac8c0374698f31405a98a4d..550c65d8600526dc3f3786999e236930e42a3fec 100644 (file)
@@ -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
index dcdcaae116ad4093451c0ed3173ac9522985c916..6f0aa288fe85c513e0689e41473330e960941f25 100644 (file)
@@ -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
index cc872a08125525998e6c960c3093e751c3fdf8cf..ec8fef4887d7c9e433a222cea2f6369f930d7426 100644 (file)
@@ -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
index 8e6980b3530e482daf779c2ef4495d1999bd9b1e..c9fea22d3dacfc21f6acb68b887150c5de50621e 100644 (file)
@@ -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
index dfff11cbc87f76b00b79c3567752c9f39fd63b22..ce5f9f0981bee4930302c0414553a97613e03741 100644 (file)
@@ -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
index 9da986bc90652456427943fbe80d160f05d086de..23a805af219781e80785815d9229a3e77a3c8c3f 100644 (file)
@@ -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
index 86a39b8c9a4e527d7a9dc2b9f1aff6e4c2435775..0254d06ecea809509d36c20c74ef7c03db4e8a8e 100644 (file)
@@ -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
index 719eac48d7d6834260e354e614648844e6c71cdd..8a28907b6ff1d590d904c130d61fd83de99b2aef 100644 (file)
@@ -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
index 9ce645d15f5a2060d1294c8622b74ee384af7e46..95dbdd49a477b8f143ffb7f37e1e58725068cace 100644 (file)
@@ -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
index 08ce70dd7a031e6eac75de99669e7bedaefb49f5..d5210627e9ccf9c63c36e4f46f9ddbb7789297c5 100644 (file)
@@ -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
index 9fbefdc72a9f2c21110bd3b2f54840e9d37bc2a8..a4cfe321bdb595a9d3a8611b10055b0ed9ef1452 100644 (file)
@@ -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
index d58751a5cd863d9913b292582f03ec3d749823c7..edbb613ec3165e5e430cf6c3b8aa3e4419fedcb5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index a50350f8d3f7912d6a90b012b69ceac566e828de..cca3109670f31b3a5cfbd71a64a9ba249d8a89ae 100644 (file)
@@ -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
index b71f7419f5caa1bca3b4efd6b849576cdca446e6..0841cca5903d668592d483a302539ffa9e5cd142 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index ac4938fe5f9c16d01db2d95822b1b927b298be25..e0a360101401351e860d7d753dc3c8f0c4e0b6a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index a171c0e4aae7420e29ba5d9936ed7b1d7b21cfc1..499cb5541af4ae07e19f5f174892e2f63cc071b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 756a4334059eba3d1f8d4828a8d03d5471c8a945..224643c84abd8b652baa36144cabda7ec60c1092 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 08f31c0691fb0507c16da20e836c324e9eb0011f..3d2d4ce03b3a3413d9ca243fe0a5e2b86f77f01f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 26293728e68fa3168663b41e56575fce9198f155..3e65081e05925d3b34cbffdcb80ffa7e2e237289 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # ################################################################
-# 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
index a440c6c9425c3ce8ad2d30bdbbafa80f4422cbd6..ba8b43024191e388d6b08aabe49fc105795d616b 100644 (file)
@@ -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
index 30d0ca5e212f66b064e1991700eb2bd8489fea34..1d86fff232fc499378e354e737270e07de408038 100644 (file)
@@ -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
index dd889374375f1af17b758b63691044649db08e2e..a4b542a90afe12b283ff8c7bd6578add0ffc4388 100644 (file)
@@ -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
index 341b02d3b107d39917788b892c9bd882ad82c533..43f085f2cc7d27a70796152354ae69cde7cd9485 100644 (file)
@@ -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
index e54e6a1dc9d8806cc7a0b06d99a9e07eae57e5ee..a4ee920723ec241dfb0ae12568c598975ef867fb 100644 (file)
@@ -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
index e98209d8015d7e8a7f5f5063a3a3a36ba79ec0aa..d15b12046bbc2e43297c0e84f054b2d33e786089 100644 (file)
@@ -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
index 55b1154ebca5af9b79cb34da58938abcdbb0d0e1..f84a15ef330dfb9c5db21c3e4343458d5236d064 100644 (file)
@@ -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
index 1a36a9399c26f1ac00cf6b86d3f088d7b058553a..8efdd33a0b23f0e1f88e7156a450aaf73e20d656 100644 (file)
@@ -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
index 1f879c14028c9eeaf09bb10baa6dbb58b73a059a..8ccb8751e67009887b6e1da7e7de0c6e92e48a75 100644 (file)
@@ -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
index 197fa905dcdcd4d2b7890649a6e3b83e12cf2934..8a761ea4da82138b69607b12ea04dabb051d569d 100644 (file)
@@ -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
index 1de6be86ca37bdfe6dbe6c7b3209e1cc1456b489..07600be57e7f2d64fc1f691b22ec3b8b7068ee37 100644 (file)
@@ -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
index 9aa208cfff17abd7e1044a9963fa31bdf5d9ebf4..bfcd8cfe21b22c2f51420de4ea55085b3c19c82c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 1e340c8511c602502ee5edbcf93e7b6d95052dc7..0d8a766c82e3bc74cd31d01416768d78898674b5 100644 (file)
@@ -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
index cea3f552b73c7b51ed19e08c6e60677c45cc351b..df17398efed0a3d49a645ee129d2a1b9dee88951 100644 (file)
@@ -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
index f27cb677431d9788edb5f4e97005bd03f7a089d1..317c459d19730b119b799e38dbe011dbcf0ac3ad 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # ################################################################
-# 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
index 5f4b1e7252944f6b4b4e4eea72bce20efe727b46..4995e32d4a1e6e8f5eb9eec5849eac2c6ec3a08b 100755 (executable)
@@ -2,7 +2,7 @@
 """Test zstd interoperability between versions"""
 
 # ################################################################
-# Copyright (c) Yann Collet, Facebook, Inc.
+# Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 453c4540907382ba1e81d21f2f30076cb49b548e..2830f25f7c78075c8a06834832358968a15fd4b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 8673ca348da5c41b8893afa55c706ba88d7bec9a..0ca4c3595c3453aa1373167794cf27bd18e1de81 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-present, Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 3a46127b860a69fa8ae97565ec4c1f80a5852f5b..969bfdbaded6c1043eb0d8b063afe931d017d27c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 386c0f0acd47ec18b2ea158f0efd773e3f8d9fcd..bec433e8fd2666c113213c9eb825a7b32330a922 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c39cf6379d832d310363c4eeb032a5fe28a71f5b..22ff1a7223988eaaf70be1bc9b0c8905b520ae19 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the