]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Coalesce Almost All Copyright Notices to Standard Phrasing 3173/head
authorW. Felix Handte <w@felixhandte.com>
Tue, 20 Dec 2022 17:49:47 +0000 (12:49 -0500)
committerW. Felix Handte <w@felixhandte.com>
Tue, 20 Dec 2022 17:52:34 +0000 (12:52 -0500)
```
for f in $(find . \( -path ./.git -o -path ./tests/fuzz/corpora -o -path ./tests/regression/data-cache -o -path ./tests/regression/cache \) -prune -o -type f); do sed -i '/Copyright .* \(Yann Collet\)\|\(Meta Platforms\)/ s/Copyright .*/Copyright (c) Meta Platforms, Inc. and affiliates./' $f; done

git checkout HEAD -- build/VS2010/libzstd-dll/libzstd-dll.rc build/VS2010/zstd/zstd.rc tests/test-license.py contrib/linux-kernel/test/include/linux/xxhash.h examples/streaming_compression_thread_pool.c lib/legacy/zstd_v0*.c lib/legacy/zstd_v0*.h
nano ./programs/windres/zstd.rc
nano ./build/VS2010/zstd/zstd.rc
nano ./build/VS2010/libzstd-dll/libzstd-dll.rc
```

194 files changed:
LICENSE
Makefile
build/VS2010/libzstd-dll/libzstd-dll.rc
build/VS2010/zstd/zstd.rc
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/cmake/tests/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/linux_zstd.h
contrib/linux-kernel/mem.h
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/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/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_decompression.c
examples/streaming_memory_usage.c
lib/Makefile
lib/common/bitstream.h
lib/common/compiler.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/xxhash.c
lib/common/xxhash.h
lib/common/zstd_common.c
lib/common/zstd_internal.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/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/zdict.c
lib/dll/example/Makefile
lib/legacy/zstd_legacy.h
lib/libzstd.mk
lib/libzstd.pc.in
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/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
tests/DEPRECATED-test-zstd-speed.py
tests/Makefile
tests/bigdict.c
tests/checkTag.c
tests/datagencli.c
tests/decodecorpus.c
tests/fullbench.c
tests/fuzz/block_decompress.c
tests/fuzzer.c
tests/invalidDictionaries.c
tests/legacy.c
tests/longmatch.c
tests/paramgrill.c
tests/poolTests.c
tests/roundTripCrash.c
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 d2bbd709b1d08e9e41e0a3b7e9f73a7c237f15e0..75800288cc243f164b9d130f125e2ffae28f8e39 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -2,7 +2,7 @@ BSD License
 
 For Zstandard software
 
-Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates. All rights reserved.
+Copyright (c) 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:
@@ -14,9 +14,9 @@ are permitted provided that the following conditions are met:
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.
 
- * Neither the name Facebook nor the names of its contributors may be used to
-   endorse or promote products derived from this software without specific
-   prior written permission.
+ * Neither the name Facebook, nor Meta, nor the names of its contributors may
+   be used to endorse or promote products derived from this software without
+   specific prior written permission.
 
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
index 641feb8693479bbcba6661d9a4f34d812169cd44..10fbe47f72dcc981a92e4a5240717fae1743c56d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2015-2022, Yann Collet, Meta Platforms, Inc. and affiliates.
+# 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 80d3a306cfb55c36ab74dafd0fc542bc75d500ac..13e8746ffb5bed68a685ff39ca696ef22ce6d08e 100644 (file)
@@ -36,7 +36,7 @@ BEGIN
             VALUE "FileDescription", "Zstandard - Fast and efficient compression algorithm"
             VALUE "FileVersion", ZSTD_VERSION_STRING
             VALUE "InternalName", "libzstd.dll"
-            VALUE "LegalCopyright", "Copyright (c) 2013-2022, Meta Platforms, Inc."
+            VALUE "LegalCopyright", "Copyright (c) Meta Platforms, Inc. and affiliates."
             VALUE "OriginalFilename", "libzstd.dll"
             VALUE "ProductName", "Zstandard"
             VALUE "ProductVersion", ZSTD_VERSION_STRING
index 57b150d92bb5df763a03896c0f1991fb1ce7623c..a2118c2df1009239048b6e4d701a987ffce1e66b 100644 (file)
@@ -36,7 +36,7 @@ BEGIN
             VALUE "FileDescription", "Zstandard - Fast and efficient compression algorithm"
             VALUE "FileVersion", ZSTD_VERSION_STRING
             VALUE "InternalName", "zstd.exe"
-            VALUE "LegalCopyright", "Copyright (c) 2013-2022, Meta Platforms, Inc."
+            VALUE "LegalCopyright", "Copyright (c) Meta Platforms, Inc. and affiliates."
             VALUE "OriginalFilename", "zstd.exe"
             VALUE "ProductName", "Zstandard"
             VALUE "ProductVersion", ZSTD_VERSION_STRING
index c41861ad01498051ac24aa7f46a1d27a29cd5ef5..c7453e8117a1a6656514bd7f434b0952cbb22782 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2016-2022, Yann Collet, Meta Platforms, Inc. and affiliates.
+# 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 c4684007f6368baec1c05cf595f4255179e29c86..8df2a17b3a8cf8fca574ed0889c266844eca7acf 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2016-2022, Yann Collet, Meta Platforms, Inc. and affiliates.
+# 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 1f945a477ef88050afd9f0bb52f0de65acebdc95..d1ff6c64bba2e4fe5217b7067f35506fae1a07b6 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2015-2022, Yann Collet, Meta Platforms, Inc. and affiliates.
+# 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 fa419a6cdb156f8f29f709ea72bca58238cd1264..f7098fa0f7f2dc0afd3130e90e76d1a436301f05 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+# 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 13f21dafd72c84f57475f9d934de68c53be3a56c..b804b20d2afaca3bdebf052bb6909c0f1364a74b 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2015-2022, Yann Collet, Meta Platforms, Inc. and affiliates.
+# 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 b94dad3e72b0e0b8c91f13587078755e9859374d..58d998e427538e0fc155da9e0b6b1abc3fca3eb1 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2015-2022, Yann Collet, Meta Platforms, Inc. and affiliates.
+# 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 7f6477abce862c567ec124500799eaeedac9be56..53e0e7b173e41f4c7cc1c8a356e8da6be5e1175e 100644 (file)
@@ -1,6 +1,6 @@
 # ################################################################
 # zstd - Makefile
-# Copyright (C) Yann Collet 2014-2022
+# Copyright (c) Meta Platforms, Inc. and affiliates.
 # All rights reserved.
 #
 # BSD license
index c22b8cd25d43e38a5043043e76f337820cb5e353..e6fca9e4a4433b9c47fecdd0c891bc19dcbdd3f1 100644 (file)
@@ -8,7 +8,7 @@
  * \endcode
  */
 /*
- * Copyright (c) 2016-2022, Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 218e5a698bf9bcb1c6c05ba921d233e7f90deef1..8d9c1f54bb79f3409235aae89e597f3eaa6cfadd 100644 (file)
@@ -8,7 +8,7 @@
  * \endcode
  */
 /*
- * Copyright (c) 2016-2022, Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 7fee63284e979e823f9b4e2b81746d603c1bea5d..ecc9e63952c5925715539fa632aa39c469ae8b3d 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2019-2022, Meta Platforms, Inc. and affiliates.
+# 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 e76e99d72397df2356f3fd13bc648d5bce39cf70..09ddd4674768ec85c919604a609c42de4638fd21 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2019-2022, Meta Platforms, Inc. and affiliates.
+ * 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 6a26d1d14795dad04cd0e7981e3ef9a751920017..df6983245d60747096672903f75228134ceb89f6 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 # ################################################################
-# Copyright (c) 2021-2022, Meta Platforms, Inc. and affiliates.
+# 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 64e1e2cac88b73e3bd7d7ec09a18d5d312303e65..26e870399aa5513b59370323cfa472dae61aa80f 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+# 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 83c5994e65a6986fd0e025c561515a22cf46f1c6..1da5879adaef9144bffba63547b2945d75916bbb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Przemyslaw Skibinski, Meta Platforms, Inc. and affiliates.
+ * 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 2f514e406a71e4a166d4e30e97f4d627e179e48a..40734e62e474f6cf2ec3e58f401aadd2a67ddafc 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2018-2022, Yann Collet, Meta Platforms, Inc. and affiliates.
+# 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 13216035a2e5fef464be85e7299b0a3448163f83..51946850696467a4899e302ba359e31831f9f8dc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018-2022, Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 716079adf16bb6b96cbb1ef81e66f389a5926285..f109d49f43f80c141880ff60c949483da04822fb 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 8dfd206844114962f069919db439a928bf3e19ab..a7231822b6e32b626c857d128260aee5928eb694 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 859d5d860545965f089a16dcda5c7dbe36bcb4ad..988ce4a20ff9a049d0b9c083e7c89490dd42f7dc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 c55da480cf555d006b143d9bb6cc7501bff1a5b3..b4bdcba0ea6723e88a6433c91c39173f3596414a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 f3c42d440d9dda1fb5ee289d8f6d86021c3d5ac1..a4d791cd1d5f92b1acf4dd10917ec872ce5490df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 da9f5d5286af7c2bfdf791bc7ed15a1e166e516c..574aa7b343f9509c6c8915681ebe1434a14e9ed4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 f834c0c411f53b9c9baf7440c6d6e4459a60325b..7f6713e73bcdf9aa45edb096532d595767aa074a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 77285dae65a01c0a650b8d60b79fcd30cfd8b83f..06ef56f9ebeac0c136f1709f7c1ea43ef7e51efb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 ca84b2868c30f68304a6662b03727965292e559a..92a25278e7172029bb9b9ba30df0c6ad891a0335 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 8760df1c88c29bb05d15b633bc1bba6cbccf1e10..15c7408fcdfac16c58ed670b7e66835fac23e14f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 d6f48db66411f78e31920a033add895e06555e4b..2b48b434c9779571dd1dc674de73c1308029ec05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 8610dcaedc72e857ff6eca888a82549834b17ee0..b413db6f983fd0f5db217a7c6945728c4b078c1a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 ab89145addf5b7b42dd9e64f60266121dc71f76c..d685cdd9e2f2b071f217422af6ef989015bc9b28 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 328a02ccc56ada43afff41f3292466b343c46f98..c739e2abc513d55fd9a583cfb9172823a08fcae6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 0b0456b321c090bb72abf358f3504625af375dc1..2c2797edea0c77cddcd406046bdc26cbaf335dd4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 2c797b927af02912e20a42ff64c1dee1ca8d0bd0..84a08d20080a2ebdbff091161cc1051240511a40 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 d6bd1905042ce9c774c4fdc7cdf44afbd11a3f66..830053cd70b934aa9618905cf1d18e70280f30f1 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+# 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 2462736aeda0fe718c1dd0070120d9aba6566a66..a77824edb051bee02db8cb3f6338773f4083c25d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 1220984dc7cd324b27381a699c33a6e510f9869f..92c18a350cf61c02a00519df904021f48e76293d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 5f90e5a8ca49a6238dcc04b61b50036050279cc4..67b9419914928c7446e1c564931c73a222c8dbcc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 5c47f4998967d5cfb0ddcd757891db76a19f3641..3645e594268ec28bebdacfe31f089e986cdce279 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 c866da4ce1f1d7aaafc66c93e010ae6d94209bda..3bea4eb65bfd07de54ae23b942812559311313d8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 78b859173175538241013b02539554c3415f0c97..817415e92317d2819b71e152072dff18b4cf5809 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 bc8f8caf638c294c667e864d54a03d074b7de6f3..422b4a56a7103b77dde1f960ed68e95869b2f8d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 1ac50b803bbda52db36684eae94efb079014258c..91e39750d0cd56d603537d7923040f59ff9fd8c6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 5aa329aec7e15453d47874f3e7bf0c94cd4fe5ba..75453f5f6f3ea3737e2634761cc760c06e072e8f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 2834e9a1ed19f6d691cb95ff29f011dcfce810c7..f777622a3934df8006fe6ac887f73f4b8e595f95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 22c59f4fb1cf1e0e3289e5d69b58a2caf14f58df..c37646d1c446153e149a93d03d19b21eb4b43415 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 3b1bbd6ecfcf35184d169d7dab59b2738774579e..a85f770ba18771945174dc714f8c46d334b778bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 a33813f91eb103c5be26df42242ea937914d3a65..8d57d05f0fad918e4df4342146ff085f334b8927 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 cc5a363ae9eacbcd1f6050d6c8cfd40782a7db3e..52243a64eab0ffaed48487c1404ce51c9e9caab0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 55db32383bad59d2cb5fd4063da4e209fb2e89a5..ef1f86e51f690e6c20ece3baf027a9eff2f44008 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 33b6f4bce40b3934d42073bb250273bf47439354..0fd8f9f8655f5eb790e7da1c9c67d30f4679d0c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 b0dce8eedbcb6dbee77888d545c7e078b253ac0e..7c4bb62358088dedff549a8191e4ef88c7b466d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 83f1f9d6a35bdaa0e8392a09082b515c22926bee..911fd984214b556d94175f5bedc15e8d04ab3d9a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 658508473b60948223cb4bac3300c1bba551cacc..a087d7c1cffbceab16d6cfe256340c9da5f1732a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 d2818f83bf3d2e23bb791096162817c35c579acd..d7947b814dd5305300139a2c43f89a1bc25ee6f0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 029e5b1f7fc82ecc576c14f8ba0f586d0d5132be..58bf08dcd69302dcb292f5d4da9e11a879b47f43 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 bd8c2f31d4639f057303f1036be6232b6e360e92..8b7dee271937175b707f5a64d788d4cbdc019ed4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 b4f9329f23a5d1c680dac1a8b9ff19feb68f0027..750ee084b0796c2245caf415c31f019b80d3b164 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 c7b2017d89f3a0f8e18efb37223cf600e0a37823..0f77cdf38b786bd4eec8a44b4e34f16c2c2f393b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 df64bb56f5835b5b1cf8aa1dc03efda534f5d795..a01052e605f3d868adfb2f0581bcd739279913eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 4973729b68ab35ec71c1a677d94e4ebcc7940746..16600bb60314b897a174ceb1411520e76a8d1e09 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 aa46e85c355179416fed26ed480d307f3177009b..be6ea4b0e9c9b89fae41c99a60383ea2e22b6004 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2019-2022, Meta Platforms, Inc. and affiliates.
+# 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 3d1104c292de8fea0f1dc6408ab9b1a96e883495..b9bd7ab4996f2bba2384de6b4e194d57daa9b702 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Meta Platforms, Inc. and affiliates.
+ * 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 3177b3a02d7039cffcb70113bb8db02e99968dd0..fcc04587ce818e60a4dd58ad3ffd85b24a63c2bd 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2017-2022, Meta Platforms, Inc. and affiliates.
+# 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 50358eccad2a6fce97e85f94e1d158cf56f8cda5..0ec9fbd20f70d5e8d49409bbb87777f3db6c7c12 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2022, Meta Platforms, Inc. and affiliates.
+ * 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 e6e9d9688153bd28815af9014e61dd4117699c27..b1709db770e7733211e91d565e819b58bc783d32 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2022, Meta Platforms, Inc. and affiliates.
+ * 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 9b1205e3b615aa739267d039c6761edab4565ba0..182b46f6458f4674ebeaac88124ddead49fb8d12 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2022, Meta Platforms, Inc. and affiliates.
+ * 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 154c3bd510abe9f095b685a5e1e05eabe50e1d89..2c4f3ba0cd56a362a4dc42a2cbe125dc16edfa2d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2022, Meta Platforms, Inc. and affiliates.
+ * 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 1ecaa766c01f21283b6ef786e1ba9e0bc19833ef..44a06fbbfb088d561520a843671307f2917c7cfe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2022, Meta Platforms, Inc. and affiliates.
+ * 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 64394519bdeef6273c011e2c630495625f28fc28..a81f2229fa5b8a9f7e7d2878bad97920ac75b023 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2017-2022, Meta Platforms, Inc. and affiliates.
+# 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 f86735c1501fd183d89d8bdc151bb6b82f13c856..7bd0790e81b228cd9105ceda7d440143a196cf73 100644 (file)
@@ -2,7 +2,7 @@
 
 ### Notices
 
-Copyright (c) 2017-2022 Meta Platforms, Inc. and affiliates.
+Copyright (c) Meta Platforms, Inc. and affiliates.
 
 Permission is granted to copy and distribute this document
 for any purpose and without charge,
index f5e7d485460bbc127ca884ec1257516965ca1959..113f6f99ce254e4a47679cdf749840f0670c7738 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2022, Meta Platforms, Inc. and affiliates.
+ * 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 43d59a781d886d20bf775a16ec4c3ef9ee81bb8a..7128b9d227074bb5c5c32d732bad2b6c1f8429aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2022, Meta Platforms, Inc. and affiliates.
+ * 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 6e5f735f3d7993e037bf66c73c493e90785e7226..e7f08a42cc896ac5ea18db16b4e11d7cf59770e0 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2018-2022, Yann Collet, Meta Platforms, Inc. and affiliates.
+# 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 7560e36fc263bb00249594500155c4c17391640c..f6deeb13d2f796450d098a8cb3f7e780b4b7bee2 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+# 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 1eff9f684ed6d7a9cd1cf2a2d5aea835581c91d6..042dbe89a33571c43263b49c22dd250f66c2eee3 100644 (file)
@@ -3,7 +3,7 @@ Zstandard Compression Format
 
 ### Notices
 
-Copyright (c) 2016-2022 Yann Collet, Meta Platforms, Inc. and affiliates.
+Copyright (c) Meta Platforms, Inc. and affiliates.
 
 Permission is granted to copy and distribute this document
 for any purpose and without charge,
index 5fb4c713867c3ceae5dd28418d66cd5c775f8dca..31f52d35763f991af04374ef0c800b33eb0b0c00 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+# 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 621332e1155e63c5e929c92b54127d72ff0d3e0a..4873e877a7af831c6e16eac6d170aaf6db19c446 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 a878498a55ee8aa2f23c749b63c9247a0af46c62..83edc1cad9b71ebd9a70b11671d3a905c1f497ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 77c406645f974d3f7e1327103c335f9c55c731c2..e6c999964a24c4f996045617271f49ab37847808 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 cf9113838fd1b02aea7e737975dbd41b6c7863bc..bf77ca13317fd4feae877c77bae0df535cbaca56 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 ca9ef5a5d91f74fa5ecf4de9a92a5cd07228d629..b12ad03dce14155ff2908bfee23f0e44f49ef618 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 5b1c3b3010dae50ad14a9a105ec119c25c730500..7c880725fc7600aced8afc514515dab1062287bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 1b0aca6db04ba31e9e66e3a90cfa499e28a970c1..f499156f64ee8a7eb70e91ce800dede0fda36723 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 4fb7f282b52cace568058c651b7af3c347eeee9b..ed0a3a69cd9afaa57ec8eb6c6846886f42390179 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 ad630e92c658ec64ae7a8a88b735c7c9a0092525..95fa112277395ad34ccb26000cc40e8d86f51524 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 aac62668ce084b2f632a0b904d4fdba87b0f5fd4..957acb61a3911220a3e2064c4735afd0888fe406 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 f5b2d652a4ba16b89e7ff55da8a9a987931b648e..a4cf61ab10eb654e6fe9cd2bd5546de1656243bc 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+# 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 c27eb09ab0305376fc9db9c1fb52a0844c0c8df7..db1b4cf13696b72d275bef1f727a988e9fc01f82 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * bitstream
  * Part of FSE library
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
  *
  * You can contact the author at :
  * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy
index bbc26a98dbf56ed4407b85463fc0406e3db47a72..e423f24671c3dea6a06cb403850ec0d033ece41d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 b98168d127e064c13eb83f3bf52b22441076a8ac..ebf7bfccfa6f964b8dbf4eab82ec64d4850d1d5a 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * debug
  * Part of FSE library
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
  *
  * You can contact the author at :
  * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 5805a9280148fb1be5a25fdb58195cda1a6ccd2f..0e9817ea6d64fab6f2451736a28d247e60ba562e 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * debug
  * Part of FSE library
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
  *
  * You can contact the author at :
  * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy
index b3d9d0b1b342a49f8a452f4720115b91e12b3e96..4bf8242ff57a86ee34cf3987a4fd4c24e05ddf66 100644 (file)
@@ -1,6 +1,6 @@
 /* ******************************************************************
  * Common functions of New Generation Entropy library
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
  *
  *  You can contact the author at :
  *  - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy
index bbd380188d05b51986489f30694d37525235e92d..baf9b0b0c58e752cabb920418ce3c17f67a79fc6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 f82775add7a83ad2376db8c20c3e830b96d47020..325daad404b964767fdb683aa686d4b7b1a680ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 212f4697d46829e1a480eb4845ca625553266ef2..2ef8df45939466a3d0c7a8cffbdf03c016b35302 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * FSE : Finite State Entropy codec
  * Public Prototypes declaration
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
  *
  * You can contact the author at :
  * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy
index fb641e71d5eb3e33beaaaade301ce6f7d33fa51e..ca894eb148f413d52c200fbe1fc725ac34774b8e 100644 (file)
@@ -1,6 +1,6 @@
 /* ******************************************************************
  * FSE : Finite State Entropy decoder
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
  *
  *  You can contact the author at :
  *  - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 2905fe8a4b0c018c79444c1321903f43ffc113d9..679493bfaf6703e0f5371055ef5ea06212529dfd 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * huff0 huffman codec,
  * part of Finite State Entropy library
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
  *
  * You can contact the author at :
  * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 7a55f6fc1ed47b9b8b3751dcd0a92e35a2990524..98dd47a04764b4cc0c4d0f31bac326b4b020e7aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 c37d7077a2d6ee8ad3bf32b72fc256dfd2228788..3466b85b8ea549d9cd213fd5e97ef01771c5b663 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 b5078f3cbb5537e82af4a1546c1373045b94d979..eb22ff509f5d93eb244720efc0e9574d296d265f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 efd010803a82d056ff33de5ba70e4d33d0a5fe2b..fd237c9062ab568f4c986092908a71e5ebfff770 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  xxHash - Fast Hash algorithm
- *  Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ *  Copyright (c) Meta Platforms, Inc. and affiliates.
  *
  *  You can contact the author at :
  *  - xxHash homepage: https://cyan4973.github.io/xxHash/
index 6889cad14fbe9bcb26a429f4d08aa1ad9447bba6..b8b73290bbc649c294acb0d763cec49180ce8a26 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  xxHash - Fast Hash algorithm
- *  Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ *  Copyright (c) Meta Platforms, Inc. and affiliates.
  *
  *  You can contact the author at :
  *  - xxHash homepage: https://cyan4973.github.io/xxHash/
index fce41243ddb3830039c8a1d52ea0fe6894767b32..3208552475da290cdee579fe0f5ec218bbcd05fd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 8463334ce60463e1307216c1b773ca97d268c47c..c9c97b7e4dc392d59af64bb397a8fbfbc521074d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 99172c3c72e554393ccc483ca631ad4e06e38ce1..c18da465f3211bd915ef791a7ab7c5ec54192928 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 065620bc85a564c67f0d81552379ebaa7520ea7f..6a9aa11e5b0b5d722de779fa320f5611a411a4c7 100644 (file)
@@ -1,6 +1,6 @@
 /* ******************************************************************
  * FSE : Finite State Entropy encoder
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
  *
  *  You can contact the author at :
  *  - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 9338276f004f21f6beea517ee980101f7d5bda6f..e2fb431f03ab527ebf0ee8cd86b9f0a408fe63a8 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * hist : Histogram functions
  * part of Finite State Entropy project
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
  *
  *  You can contact the author at :
  *  - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 8b6a1b696c37e4edd8ffb700b6db89f0fb6013ab..887896b813bc3b977d13ff95c57ce973da2e42fd 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * hist : Histogram functions
  * part of Finite State Entropy project
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
  *
  *  You can contact the author at :
  *  - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
index a0fe97c67109409c34de4e6fdcbc1350eaf32902..bbe6421fb8a770e7603f20f71999852e5b6c8162 100644 (file)
@@ -1,6 +1,6 @@
 /* ******************************************************************
  * Huffman encoder, part of New Generation Entropy library
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
  *
  *  You can contact the author at :
  *  - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 2686711a665713ebcfa38bc3f835e6bc85fee674..f4a3c82647e171dd85ddb109b14c76ef112695e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 4d138993b82d68968c184a9d94277899b6630ed9..e4bb2f5372c986d7bbcb1df2b89192cf1d6f817f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 939bcaa966054298dcd7c7b9daa07bd7ba99ee46..e97c485ab09d2cdef4e636f2738c89a92faeb6f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 b6befb24ce5775133f8eb282245765848dd9d2df..e5da204c80f822378f9ca8c577454d19b0f6554b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 cfd7e5f32b225f27a46396d76b0a83a74ed07b4a..8872d4d354a00b1217d5159e8ac5329f8367e152 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 5f4421adf82ec9e284d83b345b4c44cd23513cba..4a3a05da948442f94085da26ad58c06b52a8bb26 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 fa3bf02de1a4b47537f6ee5aa2682782c20eb754..1971ec646cf87c918590e1f5bb3b07a3326fb376 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 6d16e2b33d64e746eb80670ae6a1b94b88798997..8e494f0d5e6477007821c6cb5514d2878971cf05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 cab928bc63e3b54755db204da4c139a02dbe9337..70a359a2707643292d1c5b68252b1e9657c21529 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 82f41af699451541cf79c9c002f97ef760c21ffd..0ad88ffc7bdad16b26b13637b81f1f78c16fcea6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 66c8badf6aff6dd2f4706ea6232a959c8b26a634..6f0047c4ba797e3979a047d03855326fc0f619eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 bddd159975202c6b0f37fdf59367b63f539208c8..5f2c6a2edad5225423fa2699b6b728d9782e2b8d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 2032081bbf060eefda66bf13bcc9501ac7cbc398..9e4236b47280ee65c7fb7884772cda91d55d5e51 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 8605cf02c642dece8956b970368ac3e5a842f026..810bf011cfb9214c75343cec2133182012eb71ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 e2f9d6c99eb5aa1d1be9682c9bece1f6848f20a8..c24f1c794d322eee51ba86a3b21f55ef3ebd5487 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 698f166d61aa8e771be2133a14166c96fa8de34c..3d74ff19e3ce1736011a9a4a1d810dfd14c1e67e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 a2d2deef7e8a37b03d30eb4540bf91f0d3b492fd..f147021d2969aea891776b75bd99bf3d6511d9b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 8087c54cd9cdc75970203445dd537d3f06950f7d..ef34bc5c92314c19d70c7bf38ad843d27fa74b09 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 668212df96bd050d397e309ebe3681941583c05b..6e08dc8c7329ba255f0a0ef4dbceb5ff73b95596 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 e690e5d2d5ed7ce8ce1ba384f52223894f44bee7..342e5a311270445e9d8b7438a46c269fdc4769a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 e3fc54685007aeb34a36d2b1b1fba29e3bafe5d7..7a2c71720a123cec0bac72463dccca3cbfbef4ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 ff1fa0ef428d5cc160a72e9e1eb578355f0d7a77..ed4dc0e99df3a7aac3f5daae2b9ae6cc9b7ea66d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 3ee35c470bc652ca4f11ede1b551e178405657bf..b3ba5926b29393ed80f96b1af250998c327b5947 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * huff0 huffman decoder,
  * part of Finite State Entropy library
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
  *
  *  You can contact the author at :
  *  - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy
index ec451d37b29d895e2482cc31394d43683427511b..3647ad0a74f23967a2ea7e78407fb6417970efba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 b3f394b9c1bc56338b2268ab2db08e5a1736a9a5..c4ca8877a077c84d97c095481175f12de03860db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 37373337399135d854d54fa54903491085b7eb86..f00ef3a67aeae98242c857c6650438eb1c3603e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 d8b2814fa1a271646f0bbf9e9fcf30da62031334..94728a16524bec5d7016aeb83dd05a910f2ee05a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 e59f9d3e28d13708e5731781bdc2e01f99801b45..67791dbc3adc598198ad1d1aef53cbc08509a5aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 2252c7d5d481c0e915e0975b51a1f4b653d04b1f..32685f2d3ba387ae36e8d25cc98a17b94fc6b3f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 69933ebda652b4c0b04700f54bcc1803176276e9..a968245b36aca0a86e918a76360209c7cce25c21 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 1d43105110869503e9db442d47bfb35c9dc2eb4a..5a2f2db354f98e515e2dee2c7cc8f5c95f2badf0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 bf1051ff9697f14202453a6e43b86049f8a59ab4..1d8682150b237d45157cfb0ef0f2f75eb9ac1975 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 7795fc369a9919256820f2f945f5677af32d3bce..51159ef53188c6d3e7afb14f1cf1c26690a0a9b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 92852c1f04abd0f5f838f74d5d8aec5957125f34..1ade839875d63193f417d85376393c326e45f022 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 375a1764960b067914125c987db369dbbad1c798..f9a5d678c8b53627bbaf257d68f3863286ca2aac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 be996fad6efb5ad48035e12b0d523adf511661fc..86cf6906e5c62a8bef13daa4d3c66b516b80cbf3 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+# 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 cc2165b31094c0bda409dcb0ad658f75634f5ec6..9f53d4cbd65a05f3f7cbb7b2e7e15af31facf457 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 152e538db77ee55a5d148b763bc306878609f058..5e11d5d294eaaf57199ad8dccfad2db673947df5 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+# 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 33184297c3ad61602a56b6d71e019373e517b261..d5cc0270ceab8942e193de4ac2d49c068cf5a9c4 100644 (file)
@@ -1,5 +1,5 @@
 #   ZSTD - standard compression algorithm
-#   Copyright (C) 2014-2016, Yann Collet, Facebook
+#   Copyright (c) Meta Platforms, Inc. and affiliates.
 #   BSD 2-Clause License (https://opensource.org/licenses/bsd-license.php)
 
 prefix=@PREFIX@
index 8f52e2a86f562d46e54fdee8c178bce3e41789eb..8bed583f1c898c0e6846929db7fec4d1e545dd72 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 af9e2e2d7894ee123257c8c39eef485a4c1db368..d23fa0208067a56d5267d9092cfbd3115a57ae30 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 2c97a48d7919bd53981175b4e8d5c009c215a33d..57a50d0249bf06f29a6eca0121769626db3c5b83 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 c626aae5d5a550de808ae41561d31f4e8082fd8b..b79b60b4fb2b70703a44aba2be7be42efce77ac6 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+# 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 d94377734573765f76d54078b2b09867ab106872..1b5c383eaa60e47febbf953784738baa176e1785 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 65409b4f5ef1f3634cfa5d2a0d2833dae0e00aec..1bd93d13519873b153a773a5b10ab109b1f63728 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 bf527901368f14daf8d8d18c964b4c7c80d97c22..285e401ef50498ef756300ebe03055bdb4474a7e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 c19d03ce93681fd2146f7c6844458c1e90d1ee13..aa683dfc25982d3eaafa32898df5fa56c62892d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 8baf40a5e1c056badc6bac80f9da9ef8b913f9da..ddc690bb1b7599b416a68d5b72a74c48980c64cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 c088e71d9abe5ef2cae51e06de0f168ace646f7c..ca72700063fda51c2df5d13464edb97f6f728e47 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 a45c65dad0bbd830dc7c05dc2722829863f54203..b21338cd8551fb5e8e2b79e091f9d60d20bf7668 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 b8e859f5af9b173a38e7b1e8c682e605bf13a108..a96104c36d704d8b00c30997fc3746c4e54a9a80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 3d532ae338b11b9f3790cb38faee8973d076e6b5..418de6fd796374693f20ad34dc1336a6151715f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 c3264534d58a952ca63874b44e39603e4facb3b5..e37398ded254bcc0a3aa30049527156d1deaa6be 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 f7d558595f03bbdf8964e262c13d75c98453a54f..18a3587bfe2b51b23817b4fe60be104c0b2531e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 d6f4749b202d389c898266c773b43c831179e69d..7005b2696dd28ec4e08a0c34d4edc6d6f35f96a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 b92b5605e26c5d77d4b50371049c8802d98fbb82..438a8de07f5243f7f38be1aaea2ad2c56d305622 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 6f73348b39b97fa55e8eb44a22dbfa0ba625aaf6..de8a27739f43538e7b57bee66ae1a6076c7ac74e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 90b7afe91eaf1174146ef86af1cb0a8c6345bbab..d022c00140e58f8bc7ca8748055fb7740be5980b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 9d06960b18b9656428c0a257fa3f22b273429456..61b1f3ddc7ef58f65051ebe3bce04b6aceb86786 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 56e92e8d880e2dff553c31b2f784b3d5de61be18..a2118c2df1009239048b6e4d701a987ffce1e66b 100644 (file)
@@ -32,11 +32,11 @@ BEGIN
     BEGIN
         BLOCK "040904B0"
         BEGIN
-            VALUE "CompanyName", "Yann Collet, Meta Platforms, Inc. and affiliates."
+            VALUE "CompanyName", "Meta Platforms, Inc."
             VALUE "FileDescription", "Zstandard - Fast and efficient compression algorithm"
             VALUE "FileVersion", ZSTD_VERSION_STRING
             VALUE "InternalName", "zstd.exe"
-            VALUE "LegalCopyright", "Copyright (c) 2013-2022, Yann Collet, Meta Platforms, Inc. and affiliates."
+            VALUE "LegalCopyright", "Copyright (c) Meta Platforms, Inc. and affiliates."
             VALUE "OriginalFilename", "zstd.exe"
             VALUE "ProductName", "Zstandard"
             VALUE "ProductVersion", ZSTD_VERSION_STRING
index f177ee23b7c9aadcd94f9ff06511529527576392..b3d06e809f87cbb601b6189a4a0589ff7c355336 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 568b059b74322a5d04a3a4119ee651297a747bf2..71d75b8cccecfb36ce4bd8f3775ad9d342be3bf2 100755 (executable)
@@ -2,7 +2,7 @@
 # THIS BENCHMARK IS BEING REPLACED BY automated-bencmarking.py
 
 # ################################################################
-# Copyright (c) Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
+# 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 a8f2401eef1120aa97bb61af5b4218c55f7d0ae8..baf616acb346be3f81e8cf54e29fd98dcee52596 100644 (file)
@@ -1,6 +1,6 @@
 
 # ################################################################
-# Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+# 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 b8fe9216231ad85fd8c5cbfa6a861b8f162d1339..ff2bb2d7032c6c91f264f8f98dc651df5e6575c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 38e09ddc9da065ba04bcdc7740a14678d90c8c85..26871ed0fd8af0746b12633f6a1f16ecd06d6d21 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 0d291952fcc16c47d4563578231dc5588dd8d0b2..09ec5e9ae363ecc1453e6efcbc37f5df584c072c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 c53e8a3fdda6dbde14be83ed259b89911e257a3b..df52ae6a77c580f5f808ca479c777228866b5b89 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 097c97f135e40d70deb172e8be770d9bc8d003d5..25c6d2b406a872eb80392f929e6ef425fc0ff51a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 8307e6f3c79851efafaf5558beea9871570b6ace..e4767b3f5091b67d0d67e3ec2689a9b3ee84d0f7 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 edbb613ec3165e5e430cf6c3b8aa3e4419fedcb5..ae460fefc47127cf415cdf4836139e97274c4586 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 0841cca5903d668592d483a302539ffa9e5cd142..66caa9e99cb50610b7016a0fb3250389ea691244 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 e0a360101401351e860d7d753dc3c8f0c4e0b6a0..3be386495b143a0d21a56da6627359a53285bfdc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 499cb5541af4ae07e19f5f174892e2f63cc071b7..36b10df76d3dd44a52235401fb624694ac729007 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 224643c84abd8b652baa36144cabda7ec60c1092..5dfd895e9ca88181f1bdf60166ec334e62a092b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 3d2d4ce03b3a3413d9ca243fe0a5e2b86f77f01f..9e62722bfa03c392a342977fe80dc3c30ea3332a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 bfcd8cfe21b22c2f51420de4ea55085b3c19c82c..77411cd49320e494936ba9f50ec59229641f4b4a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 4995e32d4a1e6e8f5eb9eec5849eac2c6ec3a08b..7117c1952fbd52ad7194ee98b04a0f66789b67be 100755 (executable)
@@ -2,7 +2,7 @@
 """Test zstd interoperability between versions"""
 
 # ################################################################
-# Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+# 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 2830f25f7c78075c8a06834832358968a15fd4b3..30c5215ae6529b0be454c6013b78dbda07b81852 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 7512f8e97fc48ea714764e1f14fca57ad8efde6f..dd8472d39ad6bb7d15b9761e452042411a2fe5cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 fffa4bbc9673f96340644453d3d880384e493301..9d11b984fa92ed415fea67302ad94c999591aca1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 fdddbb774c821a2493141a82045adeee6e3ea791..f31cb59dbce58ff01b45230141930380beed0fde 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
+ * 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 3ec483ba92eb019c2150eaca524058e677f1614b..230bf8411b0a0de036c29ecfe3816bf00a502346 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2022, Przemyslaw Skibinski, Yann Collet, Meta Platforms, Inc. and affiliates.
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the