]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[license] Update year to 2021 2452/head
authorNick Terrell <terrelln@fb.com>
Mon, 4 Jan 2021 22:53:52 +0000 (17:53 -0500)
committerNick Terrell <terrelln@fb.com>
Mon, 4 Jan 2021 22:53:52 +0000 (17:53 -0500)
196 files changed:
Makefile
contrib/diagnose_corruption/Makefile
contrib/freestanding_lib/freestanding.py
contrib/linux-kernel/Makefile
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/linux-kernel/test/static_test.c
contrib/linux-kernel/test/test.c
contrib/linux-kernel/zstd_deps.h
contrib/single_file_libs/zstd-in.c
contrib/single_file_libs/zstddeclib-in.c
doc/educational_decoder/Makefile
doc/educational_decoder/harness.c
doc/educational_decoder/zstd_decompress.c
doc/educational_decoder/zstd_decompress.h
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/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/xxhash.c
lib/common/xxhash.h
lib/common/zstd_common.c
lib/common/zstd_deps.h
lib/common/zstd_errors.h
lib/common/zstd_internal.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_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/cover.h
lib/dictBuilder/fastcover.c
lib/dictBuilder/zdict.c
lib/dictBuilder/zdict.h
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/zstd.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/zstdcli.c
tests/DEPRECATED-test-zstd-speed.py
tests/Makefile
tests/automated_benchmarking.py
tests/bigdict.c
tests/checkTag.c
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/raw_dictionary_round_trip.c
tests/fuzz/regression_driver.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/zbufftest.c
tests/zstreamtest.c
zlibWrapper/gzcompatibility.h
zlibWrapper/zstd_zlibwrapper.c
zlibWrapper/zstd_zlibwrapper.h

index bf9cf3e340ee6e79b3d05413935676b524615ab1..9f94baaa19d26da57360c57291e2f2db81a792ca 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2015-2020, Yann Collet, Facebook, Inc.
+# Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index dc6fd29063dd2665655e494f9a783c734188efa3..a21a002121675f71bab4109fcc21d57d40776d9b 100644 (file)
@@ -32,4 +32,4 @@ check_flipped_bits: check_flipped_bits.c $(ZSTDLIBDIR)/libzstd.a
 
 .PHONY: clean
 clean:
-       rm -f check_flipped_bits
\ No newline at end of file
+       rm -f check_flipped_bits
index 9e91a489a737df49a287e0a58188855dc2bfd55b..f8f20694454433833446340aa350889b8d11ba68 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 # ################################################################
-# Copyright (c) 2020-2020, Facebook, Inc.
+# Copyright (c) 2021-2021, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index b8a65e910439d22da0900ef679cd4655abdecf01..a0cc67ac4b0587a6aa2d8c635bc0724dd06645b4 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2015-2020, Facebook, Inc.
+# Copyright (c) 2015-2021, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 54832a6da9833f5dec5873721517e2fcb51062ea..63f1a68f2e6cad950831dd34f6432e1a5486c34a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index b614b27e5cba613ff1ec1335267819a363a8fc35..58c711816812cc2e6c133214c5539034f0494794 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 11c54b93cc592a32df67de2691fff58b4c7a93ea..b2475225723331a9858037c67e623001ea0e7d96 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 1124f02b06ea11378201f5073ee096ca635be279..9b481ef4747c2f114aa2d6413283e5011c74056e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 7f8d18d404cc609028ae01b7eea0d97151f8b59f..db9c099048890f0d99fa5fc5fd9bb6abecfd6865 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 4bc7f4b56ddb102852a4b9f406c1ed88f50fe4ad..8eefa2d5c9d3af54fcfaa7ad3b8f5956151ad378 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 8fd66930d40e1ffce737fd0e5b6a961d5ed03235..be6d20daea26e5a16fd3cf504b035bb7b01dfe41 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 2ca2fb3a29a087aa9c369762c8b05648a2a8d6f8..eab08e0c4cc63beb4de4cfc7664a0458fd73b850 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c00d06547ac23819ce62b938977425a2bd756606..8538eb3e40cefacb00235542ab1404fac294fe1a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 693b797e9ac260cec4db1285663bd10e9a321f84..783046b42d1741e6caa9795bd64e2f6d2a29f083 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 6db834b182b78fe727db6fdb7b5689b7094b7574..459a4570060264467b64e1e987999144d330d9a7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 53c559c0236f61f86cf7d24851eb24e52097152d..6ac534dab7a5a201276cd89aad1d4f7367a164d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Facebook, Inc.
+ * Copyright (c) 2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 9579976af13f908c769d503f4c909d8203ed6449..47af82f19a2e237637bcaebccb356cd4afdf4c64 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 7-2020, Facebook, Inc.
+ * Copyright (c) 7-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 4a6d35f1d38148a651e0a831f0e1c7ab6917d0f9..f9fd4c0f9a702bb4bf99e4a9de0583c2a71efc38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 4f0fb56a2e7fc45d69956f926386e35916841592..0addbab3a1f20fb499478c3fa86d057dc79f2ac9 100644 (file)
@@ -8,7 +8,7 @@
  * \endcode
  */
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index f461b555badd190147daa952024e248087a5cc54..f94467e7e42afab91153177fc5f7f7c1e108fafe 100644 (file)
@@ -8,7 +8,7 @@
  * \endcode
  */
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 316c6eadc4ac95bc8de6d466c9231759758f60b2..b57b6080ba4e73e0071ef5990476723961d09df1 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+# Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 1403a6ed655b49e365f5a00ae115b27a670726fa..0bf7579f79fcad46149473b3e9a2a27c90938db9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2020, Facebook, Inc.
+ * Copyright (c) 2017-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 605918b39f851e8b6f7ba6d5e7c46a606e94abed..b4b34b5013e12791f5360df6967c467244eb372e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2020, Facebook, Inc.
+ * Copyright (c) 2017-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 2b44eee95cecf21c5beee3cdcb31e132679a9b91..eeeb61beb340256788d67aeb07bbe2a583154dd3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index f5e3274b1aab160f9fb6835bec21a6a73eb44bfb..1787bf291de45a6dab394a44cc156faffcc64518 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+# Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 4492c7e4efa7ebc9313977da132369341ef81d13..a3f743ba3bb74d0cf8e4188c5a362b7756a0f1fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index d9aad45a7b07dffa14058c964bdb140108bf44a2..559977045da5b9a65c34357a33062f7d57088d83 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020 Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021 Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 7e50986e37aabe54a6ce266f5b710aa8ee6ae308..6bf77050e295e3131757e36a352627024015cdc0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index e409467b226b4f011ed7a993d729546cf1f8c612..e03ce86805e5fc79a219d431b1d24745876b168b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 8a4dc96c1121248b8307de77cd255979ca312ece..5a92a31200cfd5a49b5aec1901913ae311b83271 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 618080b338f78ae0ade4c4b9527e7539caf3a240..3d6c3ae9b671c2d7591efc8af7ea5165d5fa10da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index e108987c625d17571e66c3a4c634271c5c37c93e..4a179d18548323e0d08f7ccdbfb2aa1e9d865c3d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 045437f2873de92528b36f44ac49e16ca21b86b5..6a039dc6483c43f060df8b81b4ba37d73f762f90 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 22c3b2efacc9e29424e31ccd32b53a67f6beeceb..7489eae9377bce5b44d3bbf38d1fcaa4a3900471 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020, Martin Liska, SUSE, Facebook, Inc.
+ * Copyright (c) 2021, Martin Liska, SUSE, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 26eda3441b7fb6453495f15094568350b974102e..3f8e46002b532a10054406e39141e22f03be44b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 37dd660e4a64efcb8329680297acbcdf66baaa63..8c1e9be61c384133651149eee334a91083bae5c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2017-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c9bd424492781d4a8479291d2dadaac263e3970e..a0c0ca10b562533a90f8b2b60e35eb7e905c54df 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2015-2020, Yann Collet, Facebook, Inc.
+# Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index d9a2730104dae740ade4575e154ebc978e740af9..aa526b429f0cc8d2262fb5b31198a679794e0d47 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * bitstream
  * Part of FSE library
- * Copyright (c) 2013-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2013-2021, Yann Collet, Facebook, Inc.
  *
  * You can contact the author at :
  * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 3e454f38c12b476db7cccb05e87ffd22371873fc..2697f605197be792dae6bdd6db5482e94229c58a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index cb210593ead95e6c40fe51376bee9fae1fb0c905..1b4d26dda95a7ae7dd0cdaa96183bd401c516af6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018-2020, Facebook, Inc.
+ * Copyright (c) 2018-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index f303f4a2e53091fd6067a36e045692d8486b8675..cd1742c74a4c17eb7680c4562ed8ce2e410581ac 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * debug
  * Part of FSE library
- * Copyright (c) 2013-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2013-2021, Yann Collet, Facebook, Inc.
  *
  * You can contact the author at :
  * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 8b5734366ca27d503245f977b45131da12e2892e..b45cda8f0c721656af1db886ae0772371d55153c 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * debug
  * Part of FSE library
- * Copyright (c) 2013-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2013-2021, Yann Collet, Facebook, Inc.
  *
  * You can contact the author at :
  * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy
index f9fcb1acfc36056246b609d0a4c5761fb57365c6..033c075543ca555528b008b2f9f2dc1f286d65fd 100644 (file)
@@ -1,6 +1,6 @@
 /* ******************************************************************
  * Common functions of New Generation Entropy library
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  *
  *  You can contact the author at :
  *  - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 45bba5305b5a0a90780d604edfb859e9f05a9e6b..b6db380185788e0619fc5a48c85068dd1ffa430f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 71b37b8dfa436a8357183d5c996a1ed0d1b23c9b..9d36e891c066b711a66a1670b70fc470179d4c89 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index dd5fc44e8092ba6d8a21c26b1d7ae5865a2ed554..52924469c9a94729abcd8415173001b509e9d3f3 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * FSE : Finite State Entropy codec
  * Public Prototypes declaration
- * Copyright (c) 2013-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2013-2021, Yann Collet, Facebook, Inc.
  *
  * You can contact the author at :
  * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy
index c164430f99059c8dbc9beb09dd79563aa783c81b..c575db0de313056e72daa6338326fe25502b757c 100644 (file)
@@ -1,6 +1,6 @@
 /* ******************************************************************
  * FSE : Finite State Entropy decoder
- * Copyright (c) 2013-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2013-2021, Yann Collet, Facebook, Inc.
  *
  *  You can contact the author at :
  *  - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 1afef90c7ca135231c091c36a81fa0f2b3a1df76..43213e574ecc1afc9484060a7d6e6d19dd8e5520 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * huff0 huffman codec,
  * part of Finite State Entropy library
- * Copyright (c) 2013-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2013-2021, Yann Collet, Facebook, Inc.
  *
  * You can contact the author at :
  * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 4728ef767bf01d917ff4bffc8ac7cd8d28a961d5..9813bfc4235235434125fe3021b470d217a8d45a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 4c1b83376f4e7c7a16ae844e282125575469cb21..5b092ccd220930ff2075f6ad0437af26a9c026b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 63954ca6ca4d6c68cd5d34a2f697142c06b88e00..d66942a0a602d460bc99024bfec92e6b81fef82e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index e708df3c3389eaded59916543f65ad1e09b2fc2c..f0ac38135bfcb7d3a8f27c40bcfbcbb89377d6d3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  xxHash - Fast Hash algorithm
- *  Copyright (c) 2012-2020, Yann Collet, Facebook, Inc.
+ *  Copyright (c) 2012-2021, Yann Collet, Facebook, Inc.
  *
  *  You can contact the author at :
  *  - xxHash homepage: http://www.xxhash.com
index eceb55d5e07180ba3e9db91f6b13ad8f116e5e8f..31c488bf5f409b6169fcea3cc190e32c7586489e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xxHash - Extremely Fast Hash algorithm
  * Header File
- * Copyright (c) 2012-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2012-2021, Yann Collet, Facebook, Inc.
  *
  * You can contact the author at :
  * - xxHash source repository : https://github.com/Cyan4973/xxHash
index 939e9f08fad7e0df21dec967a80b13ce761f42fc..009b466007fb39b43239d4aa54c7d2a30b282119 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 0fb8b7818b8f9c829d6645e8a055636219183285..eebc4fdfbdddd2ea6b18a5155397da00ca56c331 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 6d0d0030043e24bc0b4f90f0f9daf9595e9f9519..3ba57e1521f01122c8b7f0092687d81e5a6f4380 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 0991f20a086eb68ae0768ec54055dec573f75d62..53a982c7341dd85bfd0d11666b9ef02e7792c8b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 304a82b3cc47bf5115a612b90d4217f622ad6085..887bdc8586401c68784c2537d8a43c2e7743eada 100644 (file)
@@ -1,6 +1,6 @@
 /* ******************************************************************
  * FSE : Finite State Entropy encoder
- * Copyright (c) 2013-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2013-2021, Yann Collet, Facebook, Inc.
  *
  *  You can contact the author at :
  *  - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
index a9659d11ad0c1e5702af715d4cfbe065cd887eae..9af1aa1a361daf90ed85ae9fd18bc39327393b61 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * hist : Histogram functions
  * part of Finite State Entropy project
- * Copyright (c) 2013-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2013-2021, Yann Collet, Facebook, Inc.
  *
  *  You can contact the author at :
  *  - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
index fb9ead6834f6878aac04e6fbf2af132372d9ec8a..43c578799bb149f8a03cd4ca641dbaf4e407d1a3 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * hist : Histogram functions
  * part of Finite State Entropy project
- * Copyright (c) 2013-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2013-2021, Yann Collet, Facebook, Inc.
  *
  *  You can contact the author at :
  *  - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 302e08864dac592cb1c39cc7b09ff3df89f59735..71438d7a86d4f09622e694d6a2e2865434267842 100644 (file)
@@ -1,6 +1,6 @@
 /* ******************************************************************
  * Huffman encoder, part of New Generation Entropy library
- * Copyright (c) 2013-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2013-2021, Yann Collet, Facebook, Inc.
  *
  *  You can contact the author at :
  *  - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy
index 2e0edaf99cd4970465715f738423e0a68a87f45d..3cebbe173369fec8baddacff2b3b6a502ff2b040 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c04998b8b18f2cca6ce23a06ee5cdcc64100b6c2..10846ae503ccd89cb41a37deb45afddcd1ec7463 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 6dd1c1447a934269f20c4af81df4b1f1ab4798f9..8945fd596d773562c3e598fcc9e9828d2597d99a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 8b0870574326df69dbc041f83c47a819dbcdf524..c8ebe2fc4e7e4abc16a30e63b782df88e66d253b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index be30c08c6b8b61f5a5b66053cb53711dd8113f2e..4bccf0152591aa23fe5af31446e37525a7de51f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 68c6f9a5acd8ed6c81819f6bf2062664e6fca8c1..3629b3f317c46f15f680169903443af522348908 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index e23e619eef1407d8aabbd41a7610baa5566af3b5..593ac416f76be89bbc70aed53971e9ed78637067 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 07f4cb1dc646966b00debf0d4eb2c45550d9d907..8138afa4c04049e1c4842537133928511cbd661f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index d65170b39cad77815e912dc0edb57d66d050b985..9050cfa8d1949bb4b95d9afc58b321b7ba4afa29 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index ef12a524f7c6f5efa9447c9a587ff02ed3dbfcc5..9ed8fa6ef6f9a804488ea3c92e1060bf44156e7c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 14d944d69bc1356b637ab336a5e1dddeb098fe20..b17cf3ee519bde8f6643381772e93ccd05162ad8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index db7ce83d0ad7b8c61620a3756be2bb848ab5c2cf..9ac8ab5c9e8fe917b74f457b7ada336ae7abf044 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index cf6aaa8e6750c33a24b298bf9aee405f35fa53f2..1a5fd33a07a2acef07a813e13e232a7c3bde8f29 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 49ec1b09eff7c28e8824d31847370d59e1a7a83d..3d35ee430e098df249057dd33694039adcebdeb7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index d0214d5e73961a3bca3562f034dd69edecc023c4..87a397196f19f5091ec1dc2a61a1cc106d069aeb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 3f3d7c46ab02415ad93c03b5ae21ff6c34569fc6..e7fead31bf15045dd285197dbd20b2cc72c16135 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 6561024e4c9707f70b40d12fd1a5c21e62cc7338..7102e4227df6141d6a5fc9d0068f855de72356b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index e55c459debd15e34d76b1b3985742cdffbc51091..6ec368b851526bb06c4177947d37f28699a7bb76 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 9aba8a9018c574d5cf8642ae57199271d7b25481..bf31cccf5cab9975a0d8053b7ea81889120c6cda 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 50454a50b9b7f5f18c1c83e8e423f7265fd8a6d5..1a642a4560a27bedfedbc6b33201a0c43547a1c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 0a9e551c99b644a02aab93ab1b5b45521ebc8663..c69031b212735cd20f1232cdef672a80c8e96c79 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 14182067185278333a9f59d6447d228e8d466321..7699c920374ad2d9e775b019e95ce8e84146d33d 100644 (file)
@@ -1,7 +1,7 @@
 /* ******************************************************************
  * huff0 huffman decoder,
  * part of Finite State Entropy library
- * Copyright (c) 2013-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2013-2021, Yann Collet, Facebook, Inc.
  *
  *  You can contact the author at :
  *  - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy
index f5cc23b387c41ed8782eae1892274486cd1da8e3..443fe6b48bf82b714d743a5e44bf818e8e17cfe5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 8906a71c940482723b8ba061aac89f6cdaf6a5fb..2f17445728fb55191e1dfb03359d5937c3467bb5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 21f846bc77e76bef2c39a65959144d249cd5ac9f..172d46c040e748d3c4662d93c149abb2aa9b23bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 19cbdc5c16eb2669a93dd413cbacf41894e8d626..774f1da715fe7cd89202e99a1924c30dd8a2ff89 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index b5715c168e2bff823b46c7bf4f9c9fe3bc9a0e4a..891cf98350a33473da1f72755aadfd04f86b4058 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index f80b471e99402b5f940289ab7c04660bb37c0d7c..453487de5a3ce9a91f136aa9ec1f6bb8a5266dea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 03cb14a039de5a3a73acc6f243abba8400ebaf92..ed98b46006e77d95cbbc039aa137c4aaeb324998 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 579bc4df14a2b99d44b3ee454797c53a3a7728a9..cb370cbc52a35870c5db71d54ded4034aca0b4b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 2d20b1377591ff16a9ce94e94efd5a9549ce14c1..972afd8738f781d2ee1c3c656ac9e31aa6f1a6c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index d3c49e84b81531cafb7e4eac8975269e4423b51f..baf18294e3a1fb950a4265442bfa1e010c8d8c40 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c78af133a9d5badd8723dc705b18a76892f4f828..62eb67166f667fdd288f29ffd64f1a72b327c433 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 9f1cb5fb9551f004cf1b2df417afa4e4decb07bc..7bbeaac15e289af0a03ffc5c37d9e4a549aab2b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2020, Facebook, Inc.
+ * Copyright (c) 2017-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 5e60f24c5879629cf5c74be982d2378ffca8c2a6..303704ec6143fbee4fd6988611e9942f539f4323 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018-2020, Facebook, Inc.
+ * Copyright (c) 2018-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index baaa5715352150f6acf2d469c1d1933d63d9244f..2b7659aaac46817e8c93e98aaffeebdab5254709 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index b782993f9d2e505601a55434223812f90ef35b33..d1ac3d41f3cbbe7dbb003455662dced4051386bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 8f19195595b6f844b6d2dc509bdba1f91d2b7d0c..a1cc189d5f50db7631581f449409c29adb07a1b1 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+# Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 6bea6a519abac0404005f1034cfab5d8aad1786e..3f21d226730bff8c7b4d6bf7b58a7f332738ac1b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 13115bec5f818a002e49dd1973e14d6301483372..e2b93edb7609c8c8e853da4c9354a6eaf5d7563c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 7910351726c431132f30a223ea3251c1a2a49af3..f85d65de1fad554c9649b9866c913e01ae149cb2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 9abb6d03390f9432a4d9cd4e370043de89b69c33..0368cb643c4fad5dadd3806a651e8576fe3b8ebb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 5f8f6cd60cc50f01b3671cc70047bc7a29548914..4dc2c7f84b871b1b4a870a5e58ce1dc79f74dd87 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index a19cb205a56cbaeab2947cd36c8b4d5b21728620..e2a35b4d0f9c6e99894b48840a39c1b945c201b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 5fc72730ce99d561cca15b77e35db23eb6d16593..89fa3b1bdb06ae6822abaa3aeea4f476a00a04a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 77d52555b3131406230a1329d9aed40edce2b1e3..9c73d4a53797d87e774b69d441af572fccb7ca26 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 15fce0d487ff8fa18c36329d74cb1ca65046318f..8d93215348afbfaf98cd03fa970a7a3e4fbbe92b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index ca8d5c9bf03c7646e2febfef5de3215f15ac652e..991991e9b7ac535f41374a469e13d284a1b9e9e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 167d892e6655e5f5c6e9ff3578a939e0520c5cf2..074ff1bc019192b39726fedd9f774a1c49617335 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c4ac7dba8eb32a5a3e7cee9b6260af4f37f376ad..ccc2336b5446cc29eb0802675bea994d97cdafc4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 2fd99e629d47bb80919848038392b4c0a5477624..1fa8f9dc5317bff645df5ae4eda8cb46daf2f4a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 049ba4749409064ba3e84dab13b5266f183dfb12..fe970a651ac0f1c32b5cbeb72004457d3d05766d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 9da50c4e6418e222172f370a69bbdaf9fb403f91..3982a04e335e25c52353b658f0dce3716dd0e6c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 61e118647748c278434806914a5a13a58bf458b5..4ff03e1e9928716bab42ca8240851cf4e6e38267 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index e66d182fece2e3c70f04e57dd69b9d41412a5305..65fcb0d980f132e42175d3892656edd9ab38c03d 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2015-2020, Yann Collet, Facebook, Inc.
+# Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index ed7273afb6e50c6742f10af41b1d7c907cbbcca7..ce39f41d3bb80c15b1606f71ce9545c660887ab0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index e555bbe6ae32337d0b8def43238bb947531fa6dd..8c36831e1421a91d6318011c8d4c3c836db904dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 77056203d55eafbf29b93f5dea2db2622890bb28..314a3430aaeb3abda20e2765746febdeb3cd0980 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 8c55b3c4f297ad4a98cc0378e71b27b3ace5f1f0..769268532fcdf655f1862ce5d3cfbcc00dfa2f88 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 4353b7ff9943fe7f08d9eb75956135fbbc9e1fc8..835e2c027cb63b1bde3c1d2487c6003021ad63f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 5a2682d8f9f6cac2525911ef43136488673bd15e..97e0c2b06fd66027550d4a5a8057f950565503e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index cb3829e3e59bb670d1ff20a8aee84a32e4a39250..6673301ec3aa6c591b063906fc3e7dbd640d6374 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 682723d6a54b7cf2b3ffe828188db3b5e35124db..98ba9110bf9b86d8d6855f0e902514f2154cf406 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 65f2d531a81d923d822c73a59d742a346c787389..055fee09fbcf3b0e73456a14a86f09da6fd1d572 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 05e6d06815f7b7fac479cafd1bada3b59efbae61..007440bd2959eaa9dffcd70b052905b98178ae2d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 68be70bb333bbde360d682948259aed709f7f421..b4c6ee906854d2ac880cd0e6a7557e3d824e2598 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 95460d0d971d8fd4c15be49e2c98e37091869abd..f04b8cc26452e319710653b62f06c8d7cff4338f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2019-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2019-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 5d2818e8a1b7b2ccb318bd52cdaeff64a485e3b7..9118004333c661f4166ab8459d64f7e521f99080 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 5386d005c26c6e812f29ab756f3474b94410c2a5..460d9bf1118957a5b1e787f0df5f0ff216f1373b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 25fa3f53aab424d4d90b647b52237c3fc94eb7d4..d2077c9acf77017ba7f7c7c70954952b3cb89209 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 98156480ffd2093bdf88695b4e05bc1cd37fb1a5..6afb48ac43213fccf580d5087c4885ce5508ffda 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 9b6f915334625579f30cc176b1fb09400ba8469b..1b0b6761dc17e3f66bb83e44ae4d45d0f69b8b91 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index b3f8074598428c534f692a01188203f762efbaab..ab699cf5fd53a7e94d9bde1ed9010cd65afe987a 100755 (executable)
@@ -2,7 +2,7 @@
 # THIS BENCHMARK IS BEING REPLACED BY automated-bencmarking.py
 
 # ################################################################
-# Copyright (c) 2016-2020, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
+# Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 1c667cf86763349967f9ce3c4a9ed0abd8a26611..f060505708d1d152a00aa2733be5b66503eb271e 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2015-2020, Yann Collet, Facebook, Inc.
+# Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 77eea29de276a187d17b7e4d92ec0f03719a08e5..3230821bf1847fc06457c4234951a344d604bb82 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2020-2020, Facebook, Inc.
+# Copyright (c) 2021-2021, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index aeda56cb538e03c78102502fde8fbaea8a7fa1e6..4d08ca198220db96624a2af06e7adec13526240d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2017-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 90af24ab14ad91dd0af66212e13c36bcc0564bfb..76664e057fae1f4674d2b767d4b80d7404312189 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2018-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 713ca9963e02ca13ea1a826ad2f14201303b4e21..2ca56316d140d83b82da01b1134cc40e73f4c640 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 50935d31ec75df4e7b9d266458417efbb11efedd..e4691919cfc82b27db8306960ad01b627315b9e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2017-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 37f0e242f6c7b4747a9c955e43eafc7a15be228e..5dc42ee63e774b29b9d73c155a9b4cec628d9653 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 36232a8cf5a54b7fdf03fc50aa40b9c2d8701086..f3a561def2c9a115e64f8dc863c8a35946794c74 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2016-2020, Facebook, Inc.
+# Copyright (c) 2016-2021, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 64d70f005e926d00503478b2f5a633aaeac35c15..2f987811111743f6a75a3913fba625b818faec40 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 097fc01b89b648aabc24f2301d6dd846a408ff45..c88850fbb166a23e9858dae6043bead45a441b82 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index e47b3d049a49ec8f816424cb8ec8f97ec400495a..76806e30474adbd7ecc2558441613e862ebfe328 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 9944baa158b60ad98735abe90a5b4b31d313bbe0..17035213cdad44e2e7a9040ecf569bdd4c639418 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index f1fdf4da9e6781f21ef6bafee24de8f5623abcae..53c252641b6d79fb6b9d8bb98ba27d955508c0cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 7b7771e48e23e19cf71bf684cefe9b58a977e62a..f08f0240fa9e14449613ffcd382d9997848ac87c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 67e8c69ef0ac52d2e38b0d68c5b571836f01a3bc..95e84704cd8789b094a7e69bb035da3ade81bacd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index e20a93829ab36db1934953facbed176c05a39bfe..fc809ef89eec0c6507269fbfc1dc53c73c89d730 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 8ee96453674bb05a38499f776867188f0b94c4cc..c9ba39ce80648591659cde14e4849cf2969d3e94 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index ef94a53b454b6d35b54300f1b97f19ed9da0fdff..b3aa2bdf603eb3403fa07fd2bf368876421d8570 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 # ################################################################
-# Copyright (c) 2016-2020, Facebook, Inc.
+# Copyright (c) 2016-2021, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index f2d5a1b51584ba7c45ed8d4dd38fb899a58dacbb..738409c44d0391dd0c9964feb60d25ebe08bcc13 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 25cc937fcce07e3648cc727b1cff40690e967068..1cfcad9eaf888344b8304d531c8f5279f84e59fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index b80dc75716d5ada0835921ac8a37e668589a816a..8d62ee9d8a814865649b53b115620ed875d67b88 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
@@ -29,4 +29,4 @@ int FUZZ_memcmp(void const* lhs, void const* rhs, size_t size)
         return 0;
     }
     return memcmp(lhs, rhs, size);
-}
\ No newline at end of file
+}
index cde2c4ea7cf24814d1c8c1b8e40929a66e44a062..7085e14ccccad0510753e8a7bae09f275d0e83aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 08e5fd9edc18d649d4b198a773556b5ef1552ca0..c6e44db6136c00c726a016115d552022814ae982 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 8180ca822fcf84ae40b675ff958e7507c2249e31..326cfdc2d8e91d1edf9a01d237056e807614d924 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index e838687a31d471ceb4f1c5fd321c64ae3d4f54c2..d9003d4916a1ebafcb7e05038e08590b923d7154 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 620177fb0efff0b3c42875de037188cf3494adf3..f02223faa8b86b361e8331336a3295ade9c770b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c3903ce8bfa35db89a0b67482d0897e311606c79..4ecc22b33d51ebcd9ac523e7e4d9efcb74a2fa1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 6e58fb1c3fe51b1c761a06574876b19ca169dc0d..f0e1096016402bab634ce3de710054f09cf64596 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 5d2bb2aaf41c2965b8ee52ea00c2911bc3ec4a91..6117acaa99d26de87a76dfad56cda2b91a892546 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 286d3871b7add4c82c8b7b2897760147b035120d..a09b04a9d6165bea0dcb9035239fc46f79217d69 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 876a74e9aeb4c92f23802e06db142a87d481383e..8b3608ab94597ecdd76cd1bf89ecee901efe5fd2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 5680bd628e1672b6b9e2977fb54da63090165406..8ef778692618a7f513c90b6c0ba72b57b28de6b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 6a4e340d3586a8f6008068fea6924392ef2f5552..46c6d09217a1aa8addfc7c35d38c13e3876b00c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 88c879c6cdf22e7949e7ca81750b6c59eb2a0f9e..c22871878fd7366f87c31022e8614f492e621d70 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 73f62f0ebf0a03ff417c509449c46e0981421c75..ac953bd8174a6efd3bc6f53d37d79878fdb3087e 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2017-2020, Facebook, Inc.
+# Copyright (c) 2017-2021, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 23e93fd540985c12cef2599a20e541f5166518a9..48ba6aebdd13c5755f80639ee316322d6e10f72c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 3d3ec43581f6898b5a553d17732a940a7e848657..d6407a75f23ad06e239eb075101e2b47e44c527a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 93e78dd1fc5887f2d399499af9cac7c8b45e8ee1..075b152aeee137a9ae2d4bde316c57455e29d627 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2017-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 439aebed8c4c2d060bc8925e9f71e7c502a49054..8962182479224e8c8d783acd1bd227a74ddd519b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index e1576ba85bfa9edf219356493b75f38310972d5a..c7fcfa86067b9f88a6d5524ec42fe4f4db16003b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 1068c44248f5b4e5d55a5f1bd449df8ba95f838e..fbec8c2f9c5482bf1312b735f7bd0a9637766d44 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # ################################################################
-# Copyright (c) 2018-2020, Facebook, Inc.
+# Copyright (c) 2018-2021, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index 87c1c2b966f3e15dbc8b88debe2fbe8c38eae699..6874d81baaff3667c0a4b7fffe3dd12d55bc9b7c 100644 (file)
@@ -1,5 +1,5 @@
 # ################################################################
-# Copyright (c) 2015-2020, Facebook, Inc.
+# Copyright (c) 2015-2021, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index ed6b692352c4ccca7c82aecfccd289b532ba091d..232f0fc0f78dc38ff09cb1aac8636604db47da31 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index aa563b9e90325f6f90b38de9a591b73197814bd4..9c4562c8ff97b629b6c70d4c85700435b23ed779 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index b75ac11928d13ab2a27363d4f9aa87937fed90b7..c3ccf84f8e4c9c878b7e818d6e5eb3b411b3d3b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 90ed22f19dcacdc7eb3433f550bd925fa9d25725..9f2fc897867a9b189c4c961561c6c83a935fd067 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 5e7d40a7d0e7ce401c9477f47fc7efec54c9e79a..aedc1ce3022aad2edbcf45f6c25141d8a7af9ea4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 3c949a278d3e2cf51bb6b5e97955ff8e14d840d8..c4fe94a2af495ec2f6ff6a34744029a974576dc5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 6884e54186e8a70cb5c6c01f753e453f105e51fb..d89e64d6b2c2a06e60089d3fdf6f7efff4b93661 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 2911722cd5a511479b50521b73c79938f65f2486..5fc37c0aa475ea764e7f4d6f578d852c49d63f6d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 0085c2adf13700430c600d5d707828f74d521835..7b456165b4e6880f2455a3883e73904f30db8f3c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index ff2cdba3063719c103486ec310d08ec658eaddaf..5e28d4cd9dab1b15a3583b7ca34afabd689eac91 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Facebook, Inc.
+ * Copyright (c) 2016-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index c117d2c268a7fd95be42e1024b8572f4473f3312..9e3b8614dcea47b3c890decd0360b82807e77bd9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 29c0c40545af31b34280af210be34928ed95eaf0..3461522e22869370d97214d567f6125d5b88c4f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2020, Facebook, Inc.
+ * Copyright (c) 2017-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 808099ba9fbd8432b845abdd80f1a3aa9575dbe7..e4948ea38a98f3ad9090efaabf4b0acbc0d1b997 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2020, Facebook, Inc.
+ * Copyright (c) 2017-2021, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 522884dba3190e670c80e262ebb5b6f563919c40..a7e2ba4e37e40fa37f8f250357d8b3bd62c77740 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # ################################################################
-# Copyright (c) 2016-2020, Facebook, Inc.
+# Copyright (c) 2016-2021, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
@@ -138,4 +138,4 @@ def main():
     return len(invalid_files)
 
 if __name__ == "__main__":
-    sys.exit(main())
\ No newline at end of file
+    sys.exit(main())
index fa21717527165773ef55ea7f0dc319dfcdc7732d..4b2dc6a3da50f2c8d0db738cebfb5689568f24e1 100755 (executable)
@@ -2,7 +2,7 @@
 """Test zstd interoperability between versions"""
 
 # ################################################################
-# Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+# Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under both the BSD-style license (found in the
index cd3706af4422f13cc0bc934e5ccd2712152debe0..557e622592f13dcd7b5cb292cf9051fde4808e1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index fa18ea4b47263c362fef992ead22bf82311af671..688fec6876e0573382e784957fa4adad5e52b385 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 394648abbba2598f6b50e2425fe479b2d8706aa1..c1aa2b87c1273b9184b8baa5a4f5961ca69acaa9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index 0ae5012a184cd714e9139e54dd70f561aac77606..a4867c20bbe2ba99513dd4aed36c850513e8fdd6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
index e791043e1d0c430b8a01b42cda49a8c03736702c..042ab9f84fdaff3dec25ba67c0f87d29fc760d74 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2020, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the