zstd/lib/common
W. Felix Handte 5d693cc38c Coalesce Almost All Copyright Notices to Standard Phrasing
```
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
```
2022-12-20 12:52:34 -05:00
..
bits.h Update Copyright Headers 'Facebook' -> 'Meta Platforms' 2022-12-20 12:37:57 -05:00
bitstream.h Coalesce Almost All Copyright Notices to Standard Phrasing 2022-12-20 12:52:34 -05:00
compiler.h Coalesce Almost All Copyright Notices to Standard Phrasing 2022-12-20 12:52:34 -05:00
cpu.h Update Copyright Headers 'Facebook' -> 'Meta Platforms' 2022-12-20 12:37:57 -05:00
debug.c Coalesce Almost All Copyright Notices to Standard Phrasing 2022-12-20 12:52:34 -05:00
debug.h Coalesce Almost All Copyright Notices to Standard Phrasing 2022-12-20 12:52:34 -05:00
entropy_common.c Coalesce Almost All Copyright Notices to Standard Phrasing 2022-12-20 12:52:34 -05:00
error_private.c Coalesce Almost All Copyright Notices to Standard Phrasing 2022-12-20 12:52:34 -05:00
error_private.h Coalesce Almost All Copyright Notices to Standard Phrasing 2022-12-20 12:52:34 -05:00
fse.h Coalesce Almost All Copyright Notices to Standard Phrasing 2022-12-20 12:52:34 -05:00
fse_decompress.c Coalesce Almost All Copyright Notices to Standard Phrasing 2022-12-20 12:52:34 -05:00
huf.h Coalesce Almost All Copyright Notices to Standard Phrasing 2022-12-20 12:52:34 -05:00
mem.h Coalesce Almost All Copyright Notices to Standard Phrasing 2022-12-20 12:52:34 -05:00
pool.c Coalesce Almost All Copyright Notices to Standard Phrasing 2022-12-20 12:52:34 -05:00
pool.h Coalesce Almost All Copyright Notices to Standard Phrasing 2022-12-20 12:52:34 -05:00
portability_macros.h Update Copyright Headers 'Facebook' -> 'Meta Platforms' 2022-12-20 12:37:57 -05:00
threading.c CR fixes 2022-12-19 15:13:43 -08:00
threading.h Fix race condition in the Windows thread / pthread translation layer 2022-12-17 13:38:02 -08:00
xxhash.c Coalesce Almost All Copyright Notices to Standard Phrasing 2022-12-20 12:52:34 -05:00
xxhash.h Coalesce Almost All Copyright Notices to Standard Phrasing 2022-12-20 12:52:34 -05:00
zstd_common.c Coalesce Almost All Copyright Notices to Standard Phrasing 2022-12-20 12:52:34 -05:00
zstd_deps.h Update Copyright Headers 'Facebook' -> 'Meta Platforms' 2022-12-20 12:37:57 -05:00
zstd_internal.h Coalesce Almost All Copyright Notices to Standard Phrasing 2022-12-20 12:52:34 -05:00
zstd_trace.h Update Copyright Headers 'Facebook' -> 'Meta Platforms' 2022-12-20 12:37:57 -05:00