Update Copyright Headers 'Facebook' -> 'Meta Platforms'
``` for f in $(find . \( -path ./.git -o -path ./tests/fuzz/corpora \) -prune -o -type f); do sed -i 's/Facebook, Inc\./Meta Platforms, Inc. and affiliates./' $f; done ```
Showing
- LICENSE 1 addition, 1 deletionLICENSE
- Makefile 1 addition, 1 deletionMakefile
- build/cmake/CMakeLists.txt 1 addition, 1 deletionbuild/cmake/CMakeLists.txt
- build/cmake/contrib/CMakeLists.txt 1 addition, 1 deletionbuild/cmake/contrib/CMakeLists.txt
- build/cmake/contrib/gen_html/CMakeLists.txt 1 addition, 1 deletionbuild/cmake/contrib/gen_html/CMakeLists.txt
- build/cmake/contrib/pzstd/CMakeLists.txt 1 addition, 1 deletionbuild/cmake/contrib/pzstd/CMakeLists.txt
- build/cmake/lib/CMakeLists.txt 1 addition, 1 deletionbuild/cmake/lib/CMakeLists.txt
- build/cmake/programs/CMakeLists.txt 1 addition, 1 deletionbuild/cmake/programs/CMakeLists.txt
- build/single_file_libs/zstd-in.c 1 addition, 1 deletionbuild/single_file_libs/zstd-in.c
- build/single_file_libs/zstddeclib-in.c 1 addition, 1 deletionbuild/single_file_libs/zstddeclib-in.c
- contrib/diagnose_corruption/Makefile 1 addition, 1 deletioncontrib/diagnose_corruption/Makefile
- contrib/diagnose_corruption/check_flipped_bits.c 1 addition, 1 deletioncontrib/diagnose_corruption/check_flipped_bits.c
- contrib/freestanding_lib/freestanding.py 1 addition, 1 deletioncontrib/freestanding_lib/freestanding.py
- contrib/gen_html/Makefile 1 addition, 1 deletioncontrib/gen_html/Makefile
- contrib/gen_html/gen_html.cpp 1 addition, 1 deletioncontrib/gen_html/gen_html.cpp
- contrib/largeNbDicts/Makefile 1 addition, 1 deletioncontrib/largeNbDicts/Makefile
- contrib/largeNbDicts/largeNbDicts.c 1 addition, 1 deletioncontrib/largeNbDicts/largeNbDicts.c
- contrib/linux-kernel/Makefile 1 addition, 1 deletioncontrib/linux-kernel/Makefile
- contrib/linux-kernel/decompress_sources.h 1 addition, 1 deletioncontrib/linux-kernel/decompress_sources.h
- contrib/linux-kernel/linux.mk 1 addition, 1 deletioncontrib/linux-kernel/linux.mk
Loading
Please register or sign in to comment