From a29d465ee8c4db4061314feec1c6a57da634e543 Mon Sep 17 00:00:00 2001 From: Xavier Deguillard Date: Tue, 4 Jan 2022 14:58:22 -0800 Subject: [PATCH] fs: fix license header Summary: With Facebook having been renamed Meta Platforms, we need to change the license headers. Reviewed By: fanzeyi Differential Revision: D33407812 fbshipit-source-id: b11bfbbf13a48873f0cea75f212cc7b07a68fb2e --- CMake/EdenCompilerSettings.cmake | 2 +- CMake/EdenConfigChecks.cmake | 2 +- CMake/FindLZ4.cmake | 2 +- CMake/FindLibGit2.cmake | 2 +- CMake/FindPrjfs.cmake | 46 +++++++++---------- CMake/FindSELinux.cmake | 2 +- CMake/FindSqlite3.cmake | 2 +- CMake/RustStaticLibrary.cmake | 2 +- CMakeLists.txt | 2 +- build.bat | 2 +- build.sh | 2 +- eden/fs/CMakeLists.txt | 2 +- eden/fs/benchharness/Bench.cpp | 2 +- eden/fs/benchharness/Bench.h | 2 +- eden/fs/benchmarks/future.cpp | 2 +- eden/fs/benchmarks/get_sha1.cpp | 2 +- eden/fs/benchmarks/glob.cpp | 2 +- .../fs/benchmarks/hg_import_request_queue.cpp | 2 +- eden/fs/benchmarks/open_close_parallel.cpp | 2 +- eden/fs/benchmarks/random_writes.cpp | 2 +- eden/fs/benchmarks/stat.cpp | 2 +- eden/fs/cli/CMakeLists.txt | 2 +- eden/fs/cli/buck.py | 2 +- eden/fs/cli/cmd_util.py | 2 +- eden/fs/cli/config.py | 2 +- eden/fs/cli/configinterpolator.py | 2 +- eden/fs/cli/configutil.py | 2 +- eden/fs/cli/daemon_util.py | 2 +- eden/fs/cli/debug.py | 2 +- eden/fs/cli/debug_posix.py | 2 +- eden/fs/cli/debug_windows.py | 2 +- eden/fs/cli/doctor/__init__.py | 2 +- eden/fs/cli/doctor/check_filesystems.py | 2 +- eden/fs/cli/doctor/check_hg.py | 2 +- eden/fs/cli/doctor/check_kerberos.py | 2 +- eden/fs/cli/doctor/check_os.py | 2 +- eden/fs/cli/doctor/check_redirections.py | 2 +- eden/fs/cli/doctor/check_rogue_edenfs.py | 2 +- eden/fs/cli/doctor/check_stale_mounts.py | 2 +- eden/fs/cli/doctor/check_watchman.py | 2 +- eden/fs/cli/doctor/problem.py | 2 +- eden/fs/cli/doctor/test/corrupt_hg_test.py | 2 +- eden/fs/cli/doctor/test/disk_usage_test.py | 2 +- eden/fs/cli/doctor/test/doctor_test.py | 2 +- eden/fs/cli/doctor/test/lib/fake_client.py | 2 +- .../cli/doctor/test/lib/fake_eden_instance.py | 2 +- eden/fs/cli/doctor/test/lib/fake_fs_util.py | 2 +- eden/fs/cli/doctor/test/lib/fake_hg_repo.py | 2 +- .../doctor/test/lib/fake_kerberos_checker.py | 2 +- .../cli/doctor/test/lib/fake_mount_table.py | 2 +- eden/fs/cli/doctor/test/lib/testcase.py | 2 +- .../cli/doctor/test/multiple_edenfs_test.py | 2 +- eden/fs/cli/doctor/test/nfs_test.py | 2 +- eden/fs/cli/doctor/test/os_test.py | 2 +- eden/fs/cli/doctor/test/stale_mount_test.py | 2 +- eden/fs/cli/doctor/util.py | 2 +- eden/fs/cli/filesystem.py | 2 +- eden/fs/cli/fsck.py | 2 +- eden/fs/cli/hg_util.py | 2 +- eden/fs/cli/logfile.py | 2 +- eden/fs/cli/main.py | 2 +- eden/fs/cli/mtab.py | 2 +- eden/fs/cli/overlay.py | 2 +- eden/fs/cli/prefetch.py | 2 +- eden/fs/cli/prefetch_profile.py | 2 +- eden/fs/cli/prjfs.py | 2 +- eden/fs/cli/proc_utils.py | 2 +- eden/fs/cli/proc_utils_win.py | 2 +- eden/fs/cli/rage.py | 2 +- eden/fs/cli/redirect.py | 2 +- eden/fs/cli/stats.py | 2 +- eden/fs/cli/stats_print.py | 2 +- eden/fs/cli/subcmd.py | 2 +- eden/fs/cli/systemd.py | 2 +- eden/fs/cli/systemd_service.py | 2 +- eden/fs/cli/tabulate.py | 2 +- eden/fs/cli/telemetry.py | 2 +- eden/fs/cli/test/cli_test.py | 2 +- eden/fs/cli/test/config_test.py | 2 +- eden/fs/cli/test/debug_test.py | 2 +- eden/fs/cli/test/find_eden_test.py | 2 +- eden/fs/cli/test/interp_test.py | 2 +- eden/fs/cli/test/lib/fake_proc_utils.py | 2 +- eden/fs/cli/test/lib/output.py | 2 +- eden/fs/cli/test/logfile_test.py | 2 +- eden/fs/cli/test/mtab_test.py | 2 +- eden/fs/cli/test/prefetch_profile_test.py | 2 +- eden/fs/cli/test/process_finder_tests.py | 2 +- eden/fs/cli/test/redirect_test.py | 2 +- eden/fs/cli/test/stats_test.py | 2 +- eden/fs/cli/test/systemd_test.py | 2 +- eden/fs/cli/test/tabulate_test.py | 2 +- eden/fs/cli/test/telemetry_test.py | 2 +- eden/fs/cli/test/top_test.py | 2 +- eden/fs/cli/test/util_test.py | 2 +- eden/fs/cli/test/wait_for_shutdown_test.py | 2 +- eden/fs/cli/top.py | 2 +- eden/fs/cli/trace.py | 2 +- eden/fs/cli/trace/trace_stream.cpp | 2 +- eden/fs/cli/trace_cmd.py | 2 +- eden/fs/cli/ui.py | 2 +- eden/fs/cli/util.py | 2 +- eden/fs/cli/version.py | 2 +- eden/fs/cli/win_ui.py | 2 +- eden/fs/cli_rs/edenfs-client/src/checkout.rs | 2 +- eden/fs/cli_rs/edenfs-client/src/instance.rs | 2 +- eden/fs/cli_rs/edenfs-client/src/lib.rs | 2 +- eden/fs/cli_rs/edenfs-client/src/utils.rs | 2 +- eden/fs/cli_rs/edenfs-commands/src/config.rs | 2 +- eden/fs/cli_rs/edenfs-commands/src/debug.rs | 2 +- .../src/debug/clear_local_caches.rs | 2 +- .../src/debug/compact_local_storage.rs | 2 +- eden/fs/cli_rs/edenfs-commands/src/du.rs | 2 +- eden/fs/cli_rs/edenfs-commands/src/gc.rs | 2 +- eden/fs/cli_rs/edenfs-commands/src/lib.rs | 2 +- eden/fs/cli_rs/edenfs-commands/src/list.rs | 2 +- eden/fs/cli_rs/edenfs-commands/src/minitop.rs | 2 +- eden/fs/cli_rs/edenfs-commands/src/pid.rs | 2 +- eden/fs/cli_rs/edenfs-commands/src/status.rs | 2 +- eden/fs/cli_rs/edenfs-commands/src/top.rs | 2 +- eden/fs/cli_rs/edenfs-commands/src/uptime.rs | 2 +- eden/fs/cli_rs/edenfs-config/src/lib.rs | 2 +- eden/fs/cli_rs/edenfs-error/src/lib.rs | 2 +- eden/fs/cli_rs/edenfs-utils/src/humantime.rs | 2 +- eden/fs/cli_rs/edenfs-utils/src/lib.rs | 2 +- eden/fs/cli_rs/edenfsctl/CMakeLists.txt | 2 +- eden/fs/cli_rs/edenfsctl/src/main.rs | 2 +- .../cli_rs/stack-config-derive/src/field.rs | 2 +- eden/fs/cli_rs/stack-config-derive/src/lib.rs | 2 +- eden/fs/cli_rs/stack-config/src/lib.rs | 2 +- eden/fs/cli_rs/stack-config/test/main.rs | 2 +- eden/fs/config/CMakeLists.txt | 2 +- eden/fs/config/CachedParsedFileMonitor.h | 2 +- eden/fs/config/CheckoutConfig.cpp | 2 +- eden/fs/config/CheckoutConfig.h | 2 +- eden/fs/config/ConfigSetting.h | 2 +- eden/fs/config/EdenConfig.cpp | 2 +- eden/fs/config/EdenConfig.h | 2 +- eden/fs/config/FieldConverter.cpp | 2 +- eden/fs/config/FieldConverter.h | 2 +- eden/fs/config/FileChangeMonitor.cpp | 2 +- eden/fs/config/FileChangeMonitor.h | 2 +- eden/fs/config/MountProtocol.h | 2 +- eden/fs/config/ReloadableConfig.cpp | 2 +- eden/fs/config/ReloadableConfig.h | 2 +- eden/fs/config/TomlConfig.h | 2 +- eden/fs/config/eden_config.thrift | 2 +- eden/fs/config/test/CMakeLists.txt | 2 +- .../test/CachedParsedFileMonitorTest.cpp | 2 +- eden/fs/config/test/CheckoutConfigTest.cpp | 2 +- eden/fs/config/test/ConfigSettingTest.cpp | 2 +- eden/fs/config/test/EdenConfigTest.cpp | 2 +- eden/fs/config/test/FileChangeMonitorTest.cpp | 2 +- eden/fs/config/test/TomlConfigTest.cpp | 2 +- eden/fs/fuse/CMakeLists.txt | 2 +- eden/fs/fuse/DirList.cpp | 2 +- eden/fs/fuse/DirList.h | 2 +- eden/fs/fuse/FuseChannel.cpp | 2 +- eden/fs/fuse/FuseChannel.h | 2 +- eden/fs/fuse/FuseDispatcher.cpp | 2 +- eden/fs/fuse/FuseDispatcher.h | 2 +- eden/fs/fuse/FuseRequestContext.cpp | 2 +- eden/fs/fuse/FuseRequestContext.h | 2 +- eden/fs/fuse/Invalidation.h | 2 +- eden/fs/fuse/PollHandle.cpp | 2 +- eden/fs/fuse/PollHandle.h | 2 +- eden/fs/fuse/fuse_tester/main.cpp | 2 +- eden/fs/fuse/privhelper/CMakeLists.txt | 2 +- eden/fs/fuse/privhelper/NfsMountRpc.cpp | 2 +- eden/fs/fuse/privhelper/NfsMountRpc.h | 2 +- eden/fs/fuse/privhelper/PrivHelper.cpp | 2 +- eden/fs/fuse/privhelper/PrivHelper.h | 2 +- eden/fs/fuse/privhelper/PrivHelperConn.cpp | 2 +- eden/fs/fuse/privhelper/PrivHelperConn.h | 2 +- eden/fs/fuse/privhelper/PrivHelperFlags.cpp | 2 +- eden/fs/fuse/privhelper/PrivHelperFlags.h | 2 +- eden/fs/fuse/privhelper/PrivHelperImpl.cpp | 2 +- eden/fs/fuse/privhelper/PrivHelperImpl.h | 2 +- eden/fs/fuse/privhelper/PrivHelperServer.cpp | 2 +- eden/fs/fuse/privhelper/PrivHelperServer.h | 2 +- eden/fs/fuse/privhelper/test/CMakeLists.txt | 2 +- eden/fs/fuse/privhelper/test/DropPrivs.cpp | 2 +- .../fuse/privhelper/test/PrivHelperTest.cpp | 2 +- .../privhelper/test/PrivHelperTestServer.cpp | 2 +- .../privhelper/test/PrivHelperTestServer.h | 2 +- eden/fs/fuse/test/FuseChannelTest.cpp | 2 +- eden/fs/inodes/CMakeLists.txt | 2 +- eden/fs/inodes/CacheHint.h | 2 +- eden/fs/inodes/CheckoutAction.cpp | 2 +- eden/fs/inodes/CheckoutAction.h | 2 +- eden/fs/inodes/CheckoutContext.cpp | 2 +- eden/fs/inodes/CheckoutContext.h | 2 +- eden/fs/inodes/DeferredDiffEntry.cpp | 2 +- eden/fs/inodes/DeferredDiffEntry.h | 2 +- eden/fs/inodes/DirEntry.cpp | 2 +- eden/fs/inodes/DirEntry.h | 2 +- eden/fs/inodes/EdenDispatcherFactory.cpp | 2 +- eden/fs/inodes/EdenDispatcherFactory.h | 2 +- eden/fs/inodes/EdenMount.cpp | 2 +- eden/fs/inodes/EdenMount.h | 2 +- eden/fs/inodes/EdenMountError.h | 2 +- eden/fs/inodes/FileInode.cpp | 2 +- eden/fs/inodes/FileInode.h | 2 +- eden/fs/inodes/FuseDispatcherImpl.cpp | 2 +- eden/fs/inodes/FuseDispatcherImpl.h | 2 +- eden/fs/inodes/GlobNode.cpp | 2 +- eden/fs/inodes/GlobNode.h | 2 +- eden/fs/inodes/IOverlay.h | 2 +- eden/fs/inodes/InodeBase.cpp | 2 +- eden/fs/inodes/InodeBase.h | 2 +- eden/fs/inodes/InodeError.cpp | 2 +- eden/fs/inodes/InodeError.h | 2 +- eden/fs/inodes/InodeLoader.h | 2 +- eden/fs/inodes/InodeMap.cpp | 2 +- eden/fs/inodes/InodeMap.h | 2 +- eden/fs/inodes/InodeMetadata.cpp | 2 +- eden/fs/inodes/InodeMetadata.h | 2 +- eden/fs/inodes/InodeNumber.cpp | 2 +- eden/fs/inodes/InodeNumber.h | 2 +- eden/fs/inodes/InodePtr-defs.h | 2 +- eden/fs/inodes/InodePtr.cpp | 2 +- eden/fs/inodes/InodePtr.h | 2 +- eden/fs/inodes/InodePtrFwd.h | 2 +- eden/fs/inodes/InodeTable.h | 2 +- eden/fs/inodes/InodeTimestamps.cpp | 2 +- eden/fs/inodes/InodeTimestamps.h | 2 +- eden/fs/inodes/NfsDispatcherImpl.cpp | 2 +- eden/fs/inodes/NfsDispatcherImpl.h | 2 +- eden/fs/inodes/Overlay.cpp | 2 +- eden/fs/inodes/Overlay.h | 2 +- eden/fs/inodes/OverlayFile.cpp | 2 +- eden/fs/inodes/OverlayFile.h | 2 +- eden/fs/inodes/OverlayFileAccess.cpp | 2 +- eden/fs/inodes/OverlayFileAccess.h | 2 +- eden/fs/inodes/ParentInodeInfo.h | 2 +- eden/fs/inodes/PrjfsDispatcherImpl.cpp | 2 +- eden/fs/inodes/PrjfsDispatcherImpl.h | 2 +- eden/fs/inodes/RequestContext.cpp | 2 +- eden/fs/inodes/RequestContext.h | 2 +- eden/fs/inodes/ServerState.cpp | 2 +- eden/fs/inodes/ServerState.h | 2 +- eden/fs/inodes/Traverse.cpp | 2 +- eden/fs/inodes/Traverse.h | 2 +- eden/fs/inodes/TreeInode.cpp | 2 +- eden/fs/inodes/TreeInode.h | 2 +- eden/fs/inodes/TreePrefetchLease.cpp | 2 +- eden/fs/inodes/TreePrefetchLease.h | 2 +- eden/fs/inodes/overlay/CMakeLists.txt | 2 +- eden/fs/inodes/overlay/FsOverlay.cpp | 2 +- eden/fs/inodes/overlay/FsOverlay.h | 2 +- eden/fs/inodes/overlay/OverlayChecker.cpp | 2 +- eden/fs/inodes/overlay/OverlayChecker.h | 2 +- eden/fs/inodes/overlay/eden_fsck.cpp | 2 +- eden/fs/inodes/overlay/overlay.thrift | 2 +- eden/fs/inodes/overlay/test/FsckTest.cpp | 2 +- .../fs/inodes/sqliteoverlay/SqliteOverlay.cpp | 2 +- eden/fs/inodes/sqliteoverlay/SqliteOverlay.h | 2 +- eden/fs/inodes/test/CMakeLists.txt | 2 +- eden/fs/inodes/test/CheckoutTest.cpp | 2 +- eden/fs/inodes/test/DiffTest.cpp | 2 +- eden/fs/inodes/test/EdenDispatcherTest.cpp | 2 +- eden/fs/inodes/test/EdenMountTest.cpp | 2 +- eden/fs/inodes/test/FileInodeTest.cpp | 2 +- eden/fs/inodes/test/FuseTest.cpp | 2 +- eden/fs/inodes/test/GlobNodeTest.cpp | 2 +- eden/fs/inodes/test/InodeBaseTest.cpp | 2 +- eden/fs/inodes/test/InodeLoaderTest.cpp | 2 +- eden/fs/inodes/test/InodeMapTest.cpp | 2 +- eden/fs/inodes/test/InodePtrTest.cpp | 2 +- eden/fs/inodes/test/InodeTableTest.cpp | 2 +- eden/fs/inodes/test/InodeTimestampsTest.cpp | 2 +- eden/fs/inodes/test/JournalUpdateTest.cpp | 2 +- eden/fs/inodes/test/OverlayBenchmark.cpp | 2 +- eden/fs/inodes/test/OverlayTest.cpp | 2 +- eden/fs/inodes/test/RemoveTest.cpp | 2 +- eden/fs/inodes/test/RenameTest.cpp | 2 +- eden/fs/inodes/test/SymlinkTest.cpp | 2 +- eden/fs/inodes/test/TraverseTest.cpp | 2 +- eden/fs/inodes/test/TreeInodeTest.cpp | 2 +- eden/fs/inodes/test/UnloadTest.cpp | 2 +- .../inodes/test/make_gold_master_overlay.cpp | 2 +- eden/fs/inodes/treeoverlay/CMakeLists.txt | 2 +- eden/fs/inodes/treeoverlay/TreeOverlay.cpp | 2 +- eden/fs/inodes/treeoverlay/TreeOverlay.h | 2 +- .../inodes/treeoverlay/TreeOverlayScanner.cpp | 2 +- .../inodes/treeoverlay/TreeOverlayStore.cpp | 2 +- eden/fs/inodes/treeoverlay/TreeOverlayStore.h | 2 +- .../treeoverlay/TreeOverlayWindowsFsck.cpp | 2 +- .../treeoverlay/TreeOverlayWindowsFsck.h | 2 +- .../fs/inodes/treeoverlay/test/CMakeLists.txt | 2 +- .../treeoverlay/test/TreeOverlayStoreTest.cpp | 2 +- eden/fs/journal/CMakeLists.txt | 2 +- eden/fs/journal/Journal.cpp | 2 +- eden/fs/journal/Journal.h | 2 +- eden/fs/journal/JournalDelta.cpp | 2 +- eden/fs/journal/JournalDelta.h | 2 +- eden/fs/journal/test/CMakeLists.txt | 2 +- eden/fs/journal/test/JournalTest.cpp | 2 +- eden/fs/model/Blob.h | 2 +- eden/fs/model/BlobMetadata.h | 2 +- eden/fs/model/CMakeLists.txt | 2 +- eden/fs/model/Hash.cpp | 2 +- eden/fs/model/Hash.h | 2 +- eden/fs/model/ObjectId.cpp | 2 +- eden/fs/model/ObjectId.h | 2 +- eden/fs/model/RootId.cpp | 2 +- eden/fs/model/RootId.h | 2 +- eden/fs/model/Tree.cpp | 2 +- eden/fs/model/Tree.h | 2 +- eden/fs/model/TreeEntry.cpp | 2 +- eden/fs/model/TreeEntry.h | 2 +- eden/fs/model/git/CMakeLists.txt | 2 +- eden/fs/model/git/GitBlob.cpp | 2 +- eden/fs/model/git/GitBlob.h | 2 +- eden/fs/model/git/GitIgnore.cpp | 2 +- eden/fs/model/git/GitIgnore.h | 2 +- eden/fs/model/git/GitIgnoreFileParser.cpp | 2 +- eden/fs/model/git/GitIgnoreFileParser.h | 2 +- eden/fs/model/git/GitIgnorePattern.cpp | 2 +- eden/fs/model/git/GitIgnorePattern.h | 2 +- eden/fs/model/git/GitIgnoreStack.cpp | 2 +- eden/fs/model/git/GitIgnoreStack.h | 2 +- eden/fs/model/git/GitTree.cpp | 2 +- eden/fs/model/git/GitTree.h | 2 +- eden/fs/model/git/GlobMatcher.cpp | 2 +- eden/fs/model/git/GlobMatcher.h | 2 +- eden/fs/model/git/TopLevelIgnores.h | 2 +- eden/fs/model/git/test/CMakeLists.txt | 2 +- eden/fs/model/git/test/GitBlobTest.cpp | 2 +- eden/fs/model/git/test/GitIgnoreTest.cpp | 2 +- eden/fs/model/git/test/GitTreeTest.cpp | 2 +- eden/fs/model/git/test/GlobBenchmark.cpp | 2 +- eden/fs/model/git/test/GlobMatcherTest.cpp | 2 +- eden/fs/model/test/CMakeLists.txt | 2 +- eden/fs/model/test/HashTest.cpp | 2 +- eden/fs/model/test/TreeEntryTest.cpp | 2 +- eden/fs/model/test/TreeTest.cpp | 2 +- eden/fs/monitor/EdenInstance.cpp | 2 +- eden/fs/monitor/EdenInstance.h | 2 +- eden/fs/monitor/EdenMonitor.cpp | 2 +- eden/fs/monitor/EdenMonitor.h | 2 +- eden/fs/monitor/LogFile.cpp | 2 +- eden/fs/monitor/LogFile.h | 2 +- eden/fs/monitor/LogRotation.cpp | 2 +- eden/fs/monitor/LogRotation.h | 2 +- eden/fs/monitor/main.cpp | 2 +- eden/fs/monitor/test/LogFileTest.cpp | 2 +- eden/fs/nfs/CMakeLists.txt | 2 +- eden/fs/nfs/DirList.cpp | 2 +- eden/fs/nfs/DirList.h | 2 +- eden/fs/nfs/Mountd.cpp | 2 +- eden/fs/nfs/Mountd.h | 2 +- eden/fs/nfs/MountdRpc.cpp | 2 +- eden/fs/nfs/MountdRpc.h | 2 +- eden/fs/nfs/NfsDispatcher.cpp | 2 +- eden/fs/nfs/NfsDispatcher.h | 2 +- eden/fs/nfs/NfsRequestContext.cpp | 2 +- eden/fs/nfs/NfsRequestContext.h | 2 +- eden/fs/nfs/NfsServer.cpp | 2 +- eden/fs/nfs/NfsServer.h | 2 +- eden/fs/nfs/NfsUtils.h | 2 +- eden/fs/nfs/Nfsd3.cpp | 2 +- eden/fs/nfs/Nfsd3.h | 2 +- eden/fs/nfs/NfsdRpc.cpp | 2 +- eden/fs/nfs/NfsdRpc.h | 2 +- eden/fs/nfs/portmap/CMakeLists.txt | 2 +- eden/fs/nfs/portmap/PortmapClient.cpp | 2 +- eden/fs/nfs/portmap/PortmapClient.h | 2 +- eden/fs/nfs/portmap/PortmapUtil.cpp | 2 +- eden/fs/nfs/rpc/CMakeLists.txt | 2 +- eden/fs/nfs/rpc/Rpc.cpp | 2 +- eden/fs/nfs/rpc/Rpc.h | 2 +- eden/fs/nfs/rpc/Server.cpp | 2 +- eden/fs/nfs/rpc/Server.h | 2 +- eden/fs/nfs/rpc/StreamClient.cpp | 2 +- eden/fs/nfs/rpc/StreamClient.h | 2 +- eden/fs/nfs/rpc/test/CMakeLists.txt | 2 +- eden/fs/nfs/rpc/test/RpcTest.cpp | 2 +- eden/fs/nfs/test/CMakeLists.txt | 2 +- eden/fs/nfs/test/DirListTest.cpp | 2 +- eden/fs/nfs/test/NfsdRpcTest.cpp | 2 +- eden/fs/nfs/testharness/CMakeLists.txt | 2 +- eden/fs/nfs/testharness/XdrTestUtils.cpp | 2 +- eden/fs/nfs/testharness/XdrTestUtils.h | 2 +- eden/fs/nfs/xdr/CMakeLists.txt | 2 +- eden/fs/nfs/xdr/Xdr.cpp | 2 +- eden/fs/nfs/xdr/Xdr.h | 2 +- eden/fs/nfs/xdr/test/CMakeLists.txt | 2 +- eden/fs/nfs/xdr/test/XdrTest.cpp | 2 +- eden/fs/notifications/CMakeLists.txt | 2 +- eden/fs/notifications/Notifications.cpp | 2 +- eden/fs/notifications/Notifications.h | 2 +- eden/fs/prjfs/CMakeLists.txt | 2 +- eden/fs/prjfs/Enumerator.cpp | 2 +- eden/fs/prjfs/Enumerator.h | 2 +- eden/fs/prjfs/PrjfsChannel.cpp | 2 +- eden/fs/prjfs/PrjfsChannel.h | 2 +- eden/fs/prjfs/PrjfsDispatcher.cpp | 2 +- eden/fs/prjfs/PrjfsDispatcher.h | 2 +- eden/fs/prjfs/PrjfsRequestContext.h | 2 +- eden/fs/py/CMakeLists.txt | 2 +- eden/fs/py/eden/dirstate.py | 2 +- eden/fs/py/eden/thrift/client.py | 2 +- eden/fs/py/eden/thrift/legacy.py | 2 +- eden/fs/py/eden/thrift/test/client_test.py | 2 +- eden/fs/py/eden/thrift/windows_thrift.py | 2 +- eden/fs/py/test/dirstate_test.py | 2 +- eden/fs/rocksdb/CMakeLists.txt | 2 +- eden/fs/rocksdb/RocksException.cpp | 2 +- eden/fs/rocksdb/RocksException.h | 2 +- eden/fs/rocksdb/RocksHandles.cpp | 2 +- eden/fs/rocksdb/RocksHandles.h | 2 +- eden/fs/scripts/force-unmount-all.sh | 2 +- eden/fs/service/CMakeLists.txt | 2 +- eden/fs/service/EdenCPUThreadPool.cpp | 2 +- eden/fs/service/EdenCPUThreadPool.h | 2 +- eden/fs/service/EdenInit.cpp | 2 +- eden/fs/service/EdenInit.h | 2 +- eden/fs/service/EdenMain.cpp | 2 +- eden/fs/service/EdenMain.h | 2 +- eden/fs/service/EdenServer.cpp | 2 +- eden/fs/service/EdenServer.h | 2 +- eden/fs/service/EdenServiceHandler.cpp | 2 +- eden/fs/service/EdenServiceHandler.h | 2 +- eden/fs/service/EdenStateDir.cpp | 2 +- eden/fs/service/EdenStateDir.h | 2 +- eden/fs/service/PeriodicTask.cpp | 2 +- eden/fs/service/PeriodicTask.h | 2 +- eden/fs/service/PrettyPrinters.cpp | 2 +- eden/fs/service/PrettyPrinters.h | 2 +- eden/fs/service/PrivHelperMain.cpp | 2 +- eden/fs/service/StartupLogger.cpp | 2 +- eden/fs/service/StartupLogger.h | 2 +- eden/fs/service/Systemd.cpp | 2 +- eden/fs/service/Systemd.h | 2 +- eden/fs/service/ThriftPermissionChecker.cpp | 2 +- eden/fs/service/ThriftPermissionChecker.h | 2 +- eden/fs/service/ThriftUtil.h | 2 +- eden/fs/service/eden.thrift | 2 +- eden/fs/service/fb-edenfs@.service | 2 +- eden/fs/service/oss/main.cpp | 2 +- eden/fs/service/streamingeden.thrift | 2 +- eden/fs/service/test/PeriodicTaskTest.cpp | 2 +- eden/fs/service/test/StartupLoggerTest.cpp | 2 +- eden/fs/sqlite/CMakeLists.txt | 2 +- eden/fs/sqlite/PersistentSqliteStatement.h | 2 +- eden/fs/sqlite/SqliteDatabase.cpp | 2 +- eden/fs/sqlite/SqliteDatabase.h | 2 +- eden/fs/sqlite/SqliteStatement.cpp | 2 +- eden/fs/sqlite/SqliteStatement.h | 2 +- eden/fs/store/BackingStore.h | 2 +- eden/fs/store/BackingStoreLogger.cpp | 2 +- eden/fs/store/BackingStoreLogger.h | 2 +- eden/fs/store/BlobAccess.cpp | 2 +- eden/fs/store/BlobAccess.h | 2 +- eden/fs/store/BlobCache.h | 2 +- eden/fs/store/CMakeLists.txt | 2 +- eden/fs/store/Diff.cpp | 2 +- eden/fs/store/Diff.h | 2 +- eden/fs/store/DiffCallback.h | 2 +- eden/fs/store/DiffContext.cpp | 2 +- eden/fs/store/DiffContext.h | 2 +- eden/fs/store/EmptyBackingStore.cpp | 2 +- eden/fs/store/EmptyBackingStore.h | 2 +- eden/fs/store/IObjectStore.h | 2 +- eden/fs/store/ImportPriority.h | 2 +- eden/fs/store/KeySpace.cpp | 2 +- eden/fs/store/KeySpace.h | 2 +- eden/fs/store/LocalStore.cpp | 2 +- eden/fs/store/LocalStore.h | 2 +- .../fs/store/LocalStoreCachedBackingStore.cpp | 2 +- eden/fs/store/LocalStoreCachedBackingStore.h | 2 +- eden/fs/store/MemoryLocalStore.cpp | 2 +- eden/fs/store/MemoryLocalStore.h | 2 +- eden/fs/store/ObjectCache-inl.h | 2 +- eden/fs/store/ObjectCache.h | 2 +- eden/fs/store/ObjectFetchContext.cpp | 2 +- eden/fs/store/ObjectFetchContext.h | 2 +- eden/fs/store/ObjectStore.cpp | 2 +- eden/fs/store/ObjectStore.h | 2 +- eden/fs/store/PathLoader.cpp | 2 +- eden/fs/store/PathLoader.h | 2 +- eden/fs/store/RocksDbLocalStore.cpp | 2 +- eden/fs/store/RocksDbLocalStore.h | 2 +- eden/fs/store/ScmStatusDiffCallback.cpp | 2 +- eden/fs/store/ScmStatusDiffCallback.h | 2 +- eden/fs/store/SerializedBlobMetadata.cpp | 2 +- eden/fs/store/SerializedBlobMetadata.h | 2 +- eden/fs/store/SqliteLocalStore.cpp | 2 +- eden/fs/store/SqliteLocalStore.h | 2 +- eden/fs/store/StatsFetchContext.cpp | 2 +- eden/fs/store/StatsFetchContext.h | 2 +- eden/fs/store/StoreResult.cpp | 2 +- eden/fs/store/StoreResult.h | 2 +- eden/fs/store/TreeCache.cpp | 2 +- eden/fs/store/TreeCache.h | 2 +- eden/fs/store/TreeMetadata.cpp | 2 +- eden/fs/store/TreeMetadata.h | 2 +- eden/fs/store/eden_store_util.cpp | 2 +- eden/fs/store/git/CMakeLists.txt | 2 +- eden/fs/store/git/GitBackingStore.cpp | 2 +- eden/fs/store/git/GitBackingStore.h | 2 +- eden/fs/store/hg/CMakeLists.txt | 2 +- eden/fs/store/hg/HgBackingStore.cpp | 2 +- eden/fs/store/hg/HgBackingStore.h | 2 +- eden/fs/store/hg/HgDatapackStore.cpp | 2 +- eden/fs/store/hg/HgDatapackStore.h | 2 +- eden/fs/store/hg/HgImportPyError.cpp | 2 +- eden/fs/store/hg/HgImportPyError.h | 2 +- eden/fs/store/hg/HgImportRequest.cpp | 2 +- eden/fs/store/hg/HgImportRequest.h | 2 +- eden/fs/store/hg/HgImportRequestQueue.cpp | 2 +- eden/fs/store/hg/HgImportRequestQueue.h | 2 +- eden/fs/store/hg/HgImporter.cpp | 2 +- eden/fs/store/hg/HgImporter.h | 2 +- eden/fs/store/hg/HgProxyHash.cpp | 2 +- eden/fs/store/hg/HgProxyHash.h | 2 +- eden/fs/store/hg/HgQueuedBackingStore.cpp | 2 +- eden/fs/store/hg/HgQueuedBackingStore.h | 2 +- eden/fs/store/hg/MetadataImporter.cpp | 2 +- eden/fs/store/hg/MetadataImporter.h | 2 +- eden/fs/store/hg/test/CMakeLists.txt | 2 +- eden/fs/store/hg/test/HgBackingStoreTest.cpp | 2 +- .../hg/test/HgImportRequestQueueTest.cpp | 2 +- eden/fs/store/hg/test/HgImportTest.cpp | 2 +- eden/fs/store/hg/test/HgProxyHashTest.cpp | 2 +- .../hg/test/HgQueuedBackingStoreTest.cpp | 2 +- eden/fs/store/test/BlobAccessTest.cpp | 2 +- eden/fs/store/test/BlobCacheTest.cpp | 2 +- eden/fs/store/test/CMakeLists.txt | 2 +- eden/fs/store/test/DiffTest.cpp | 2 +- eden/fs/store/test/ImportPriorityTest.cpp | 2 +- eden/fs/store/test/LocalStoreTest.cpp | 2 +- eden/fs/store/test/LocalStoreTest.h | 2 +- eden/fs/store/test/ObjectCacheTest.cpp | 2 +- eden/fs/store/test/ObjectStoreTest.cpp | 2 +- eden/fs/store/test/RocksDbLocalStoreTest.cpp | 2 +- eden/fs/store/test/TreeCacheTest.cpp | 2 +- eden/fs/store/test/TreeMetadataTest.cpp | 2 +- eden/fs/store/test/TreeTest.cpp | 2 +- eden/fs/takeover/CMakeLists.txt | 2 +- eden/fs/takeover/TakeoverClient.cpp | 2 +- eden/fs/takeover/TakeoverClient.h | 2 +- eden/fs/takeover/TakeoverData.cpp | 2 +- eden/fs/takeover/TakeoverData.h | 2 +- eden/fs/takeover/TakeoverHandler.h | 2 +- eden/fs/takeover/TakeoverServer.cpp | 2 +- eden/fs/takeover/TakeoverServer.h | 2 +- eden/fs/takeover/takeover.thrift | 2 +- eden/fs/takeover/test/TakeoverTest.cpp | 2 +- eden/fs/telemetry/CMakeLists.txt | 2 +- eden/fs/telemetry/EdenStats.cpp | 2 +- eden/fs/telemetry/EdenStats.h | 2 +- eden/fs/telemetry/FsEventLogger.cpp | 2 +- eden/fs/telemetry/FsEventLogger.h | 2 +- eden/fs/telemetry/IActivityRecorder.h | 2 +- eden/fs/telemetry/IHiveLogger.h | 2 +- eden/fs/telemetry/LogEvent.cpp | 2 +- eden/fs/telemetry/LogEvent.h | 2 +- eden/fs/telemetry/NullStructuredLogger.h | 2 +- eden/fs/telemetry/RequestMetricsScope.cpp | 2 +- eden/fs/telemetry/RequestMetricsScope.h | 2 +- eden/fs/telemetry/ScribeLogger.h | 2 +- eden/fs/telemetry/ScubaStructuredLogger.cpp | 2 +- eden/fs/telemetry/ScubaStructuredLogger.h | 2 +- eden/fs/telemetry/SessionId.cpp | 2 +- eden/fs/telemetry/SessionId.h | 2 +- eden/fs/telemetry/SessionInfo.cpp | 2 +- eden/fs/telemetry/SessionInfo.h | 2 +- eden/fs/telemetry/StructuredLogger.cpp | 2 +- eden/fs/telemetry/StructuredLogger.h | 2 +- eden/fs/telemetry/StructuredLoggerFactory.cpp | 2 +- eden/fs/telemetry/StructuredLoggerFactory.h | 2 +- eden/fs/telemetry/SubprocessScribeLogger.cpp | 2 +- eden/fs/telemetry/SubprocessScribeLogger.h | 2 +- eden/fs/telemetry/TraceBus-inl.h | 2 +- eden/fs/telemetry/TraceBus.h | 2 +- eden/fs/telemetry/Tracing.cpp | 2 +- eden/fs/telemetry/Tracing.h | 2 +- .../test/ScubaStructuredLoggerTest.cpp | 2 +- .../test/SubprocessScribeLoggerTest.cpp | 2 +- eden/fs/telemetry/test/TraceBusTest.cpp | 2 +- eden/fs/telemetry/test/TracingBenchmark.cpp | 2 +- eden/fs/telemetry/test/TracingTest.cpp | 2 +- eden/fs/testharness/CMakeLists.txt | 2 +- eden/fs/testharness/FakeBackingStore.cpp | 2 +- eden/fs/testharness/FakeBackingStore.h | 2 +- eden/fs/testharness/FakeClock.h | 2 +- eden/fs/testharness/FakeFuse.cpp | 2 +- eden/fs/testharness/FakeFuse.h | 2 +- eden/fs/testharness/FakeObjectStore.cpp | 2 +- eden/fs/testharness/FakeObjectStore.h | 2 +- eden/fs/testharness/FakePrivHelper.cpp | 2 +- eden/fs/testharness/FakePrivHelper.h | 2 +- eden/fs/testharness/FakeTreeBuilder.cpp | 2 +- eden/fs/testharness/FakeTreeBuilder.h | 2 +- eden/fs/testharness/HgBinary.cpp | 2 +- eden/fs/testharness/HgBinary.h | 2 +- eden/fs/testharness/HgRepo.cpp | 2 +- eden/fs/testharness/HgRepo.h | 2 +- eden/fs/testharness/InodeUnloader.h | 2 +- eden/fs/testharness/LoggingFetchContext.h | 2 +- eden/fs/testharness/StoredObject.h | 2 +- eden/fs/testharness/TempFile.cpp | 2 +- eden/fs/testharness/TempFile.h | 2 +- eden/fs/testharness/TestChecks.h | 2 +- eden/fs/testharness/TestDispatcher.cpp | 2 +- eden/fs/testharness/TestDispatcher.h | 2 +- eden/fs/testharness/TestMain.cpp | 2 +- eden/fs/testharness/TestMount.cpp | 2 +- eden/fs/testharness/TestMount.h | 2 +- eden/fs/testharness/TestServer.cpp | 2 +- eden/fs/testharness/TestServer.h | 2 +- eden/fs/testharness/TestUtil.cpp | 2 +- eden/fs/testharness/TestUtil.h | 2 +- .../testharness/test/FakeBackingStoreTest.cpp | 2 +- .../testharness/test/FakeObjectStoreTest.cpp | 2 +- eden/fs/testharness/test/TempFileTest.cpp | 2 +- eden/fs/testharness/test/TestMountTest.cpp | 2 +- eden/fs/testharness/test/TestServerTest.cpp | 2 +- eden/fs/testharness/test/TestUtilTest.cpp | 2 +- eden/fs/utils/BucketedLog.h | 2 +- eden/fs/utils/BufVec.h | 2 +- eden/fs/utils/Bug.cpp | 2 +- eden/fs/utils/Bug.h | 2 +- eden/fs/utils/CMakeLists.txt | 2 +- eden/fs/utils/CaseSensitivity.h | 2 +- eden/fs/utils/ChronoParse.cpp | 2 +- eden/fs/utils/ChronoParse.h | 2 +- eden/fs/utils/ChronoUnit.cpp | 2 +- eden/fs/utils/ChronoUnit.gperf | 2 +- eden/fs/utils/ChronoUnit.h | 2 +- eden/fs/utils/Clock.cpp | 2 +- eden/fs/utils/Clock.h | 2 +- eden/fs/utils/CoverageSet.cpp | 2 +- eden/fs/utils/CoverageSet.h | 2 +- eden/fs/utils/DirType.cpp | 2 +- eden/fs/utils/DirType.h | 2 +- eden/fs/utils/EdenError.cpp | 2 +- eden/fs/utils/EdenError.h | 2 +- eden/fs/utils/EdenTaskQueue.cpp | 2 +- eden/fs/utils/EdenTaskQueue.h | 2 +- eden/fs/utils/EnumValue.h | 2 +- eden/fs/utils/FaultInjector.cpp | 2 +- eden/fs/utils/FaultInjector.h | 2 +- eden/fs/utils/FileDescriptor.cpp | 2 +- eden/fs/utils/FileDescriptor.h | 2 +- eden/fs/utils/FileHash.cpp | 2 +- eden/fs/utils/FileHash.h | 2 +- eden/fs/utils/FileUtils.cpp | 2 +- eden/fs/utils/FileUtils.h | 2 +- eden/fs/utils/FsChannelTypes.h | 2 +- eden/fs/utils/Future.h | 2 +- eden/fs/utils/FutureUnixSocket.cpp | 2 +- eden/fs/utils/FutureUnixSocket.h | 2 +- eden/fs/utils/Guid.h | 2 +- eden/fs/utils/Handle.h | 2 +- eden/fs/utils/IDGen.cpp | 2 +- eden/fs/utils/IDGen.h | 2 +- eden/fs/utils/ImmediateFuture-inl.h | 2 +- eden/fs/utils/ImmediateFuture-pre.h | 2 +- eden/fs/utils/ImmediateFuture.h | 2 +- eden/fs/utils/IoFuture.cpp | 2 +- eden/fs/utils/IoFuture.h | 2 +- eden/fs/utils/LazyInitialize.h | 2 +- eden/fs/utils/LeaseCache.h | 2 +- eden/fs/utils/MappedDiskVector.h | 2 +- eden/fs/utils/Memory.cpp | 2 +- eden/fs/utils/Memory.h | 2 +- eden/fs/utils/NfsSocket.cpp | 2 +- eden/fs/utils/NfsSocket.h | 2 +- eden/fs/utils/NotImplemented.h | 2 +- eden/fs/utils/PathFuncs.cpp | 2 +- eden/fs/utils/PathFuncs.h | 2 +- eden/fs/utils/PathMap.h | 2 +- eden/fs/utils/Pipe.cpp | 2 +- eden/fs/utils/Pipe.h | 2 +- eden/fs/utils/ProcUtil.cpp | 2 +- eden/fs/utils/ProcUtil.h | 2 +- eden/fs/utils/ProcessAccessLog.cpp | 2 +- eden/fs/utils/ProcessAccessLog.h | 2 +- eden/fs/utils/ProcessNameCache.cpp | 2 +- eden/fs/utils/ProcessNameCache.h | 2 +- eden/fs/utils/Rcu.h | 2 +- eden/fs/utils/SSLContext.cpp | 2 +- eden/fs/utils/SSLContext.h | 2 +- eden/fs/utils/SortedInsert.h | 2 +- eden/fs/utils/SpawnedProcess.cpp | 2 +- eden/fs/utils/SpawnedProcess.h | 2 +- eden/fs/utils/StatTimes.h | 2 +- eden/fs/utils/StaticAssert.h | 2 +- eden/fs/utils/StringConv.cpp | 2 +- eden/fs/utils/StringConv.h | 2 +- eden/fs/utils/Synchronized.h | 2 +- eden/fs/utils/SystemError.h | 2 +- eden/fs/utils/Thread.cpp | 2 +- eden/fs/utils/Thread.h | 2 +- eden/fs/utils/TimeUtil.cpp | 2 +- eden/fs/utils/TimeUtil.h | 2 +- eden/fs/utils/UnboundedQueueExecutor.cpp | 2 +- eden/fs/utils/UnboundedQueueExecutor.h | 2 +- eden/fs/utils/UnixSocket.cpp | 2 +- eden/fs/utils/UnixSocket.h | 2 +- eden/fs/utils/UserInfo.cpp | 2 +- eden/fs/utils/UserInfo.h | 2 +- eden/fs/utils/Utf8.cpp | 2 +- eden/fs/utils/Utf8.h | 2 +- eden/fs/utils/WinError.cpp | 2 +- eden/fs/utils/WinError.h | 2 +- eden/fs/utils/WinStackTrace.cpp | 2 +- eden/fs/utils/WinStackTrace.h | 2 +- eden/fs/utils/XAttr.cpp | 2 +- eden/fs/utils/XAttr.h | 2 +- eden/fs/utils/test/BenchmarkMain.cpp | 2 +- eden/fs/utils/test/BucketedLogTest.cpp | 2 +- eden/fs/utils/test/BugTest.cpp | 2 +- eden/fs/utils/test/CMakeLists.txt | 2 +- eden/fs/utils/test/ChronoTest.cpp | 2 +- eden/fs/utils/test/ChronoUnitTest.cpp | 2 +- eden/fs/utils/test/CoverageSetTest.cpp | 2 +- eden/fs/utils/test/FaultInjectorTest.cpp | 2 +- eden/fs/utils/test/FileDescriptorTest.cpp | 2 +- eden/fs/utils/test/FileUtilsTest.cpp | 2 +- eden/fs/utils/test/FutureTest.cpp | 2 +- eden/fs/utils/test/GuidTest.cpp | 2 +- eden/fs/utils/test/IDGenBenchmark.cpp | 2 +- eden/fs/utils/test/IDGenTest.cpp | 2 +- eden/fs/utils/test/ImmediateFutureTest.cpp | 2 +- eden/fs/utils/test/IoFutureTest.cpp | 2 +- eden/fs/utils/test/LazyInitializeTest.cpp | 2 +- eden/fs/utils/test/MappedDiskVectorTest.cpp | 2 +- eden/fs/utils/test/MemoryTest.cpp | 2 +- eden/fs/utils/test/PathFuncsTest.cpp | 2 +- eden/fs/utils/test/PathMapTest.cpp | 2 +- eden/fs/utils/test/ProcUtilTest.cpp | 2 +- .../utils/test/ProcessAccessLogBenchmark.cpp | 2 +- eden/fs/utils/test/ProcessAccessLogTest.cpp | 2 +- .../utils/test/ProcessNameCacheBenchmark.cpp | 2 +- eden/fs/utils/test/ProcessNameCacheTest.cpp | 2 +- eden/fs/utils/test/RcuTest.cpp | 2 +- eden/fs/utils/test/ScopedEnvVar.cpp | 2 +- eden/fs/utils/test/ScopedEnvVar.h | 2 +- eden/fs/utils/test/SpawnedProcessTest.cpp | 2 +- eden/fs/utils/test/StringConvTest.cpp | 2 +- eden/fs/utils/test/SystemErrorTest.cpp | 2 +- eden/fs/utils/test/UnixSocketTest.cpp | 2 +- eden/fs/utils/test/UserInfoTest.cpp | 2 +- eden/fs/utils/test/Utf8Test.cpp | 2 +- eden/integration/CMakeLists.txt | 2 +- eden/integration/basic_test.py | 2 +- eden/integration/casing_test.py | 2 +- eden/integration/chown_test.py | 2 +- eden/integration/clone_test.py | 2 +- eden/integration/config_test.py | 2 +- eden/integration/corrupt_overlay_test.py | 2 +- eden/integration/debug_getpath_test.py | 2 +- eden/integration/debug_test.py | 2 +- eden/integration/doteden_test.py | 2 +- eden/integration/edenclient_test.py | 2 +- eden/integration/fsck/basic_snapshot_tests.py | 2 +- eden/integration/fsck_test.py | 2 +- eden/integration/glob_test.py | 2 +- eden/integration/health_test.py | 2 +- eden/integration/help_test.py | 2 +- eden/integration/helpers/CMakeLists.txt | 2 +- eden/integration/helpers/TakeoverTool.cpp | 2 +- eden/integration/helpers/ZeroBlob.cpp | 2 +- eden/integration/helpers/fake_edenfs.cpp | 2 +- eden/integration/helpers/force_sd_booted.c | 2 +- eden/integration/helpers/fsattr.cpp | 2 +- eden/integration/hg/CMakeLists.txt | 2 +- eden/integration/hg/absorb_test.py | 2 +- eden/integration/hg/add_test.py | 2 +- eden/integration/hg/commit_test.py | 2 +- eden/integration/hg/copy_test.py | 2 +- .../hg/debug_clear_local_caches_test.py | 2 +- eden/integration/hg/debug_get_parents.py | 2 +- eden/integration/hg/debug_hg_dirstate_test.py | 2 +- eden/integration/hg/diff_test.py | 2 +- eden/integration/hg/doctor_test.py | 2 +- eden/integration/hg/files_test.py | 2 +- eden/integration/hg/fold_test.py | 2 +- eden/integration/hg/graft_test.py | 2 +- eden/integration/hg/grep_test.py | 2 +- eden/integration/hg/histedit_test.py | 2 +- eden/integration/hg/journal_test.py | 2 +- eden/integration/hg/lib/CMakeLists.txt | 2 +- .../hg/lib/hg_extension_test_base.py | 2 +- .../hg/lib/hg_extension_test_base_test.py | 2 +- eden/integration/hg/lib/histedit_command.py | 2 +- eden/integration/hg/merge_test.py | 2 +- eden/integration/hg/move_test.py | 2 +- eden/integration/hg/negative_caching_test.py | 2 +- .../integration/hg/non_eden_operation_test.py | 2 +- eden/integration/hg/post_clone_test.py | 2 +- eden/integration/hg/pull_test.py | 2 +- eden/integration/hg/rebase_test.py | 2 +- eden/integration/hg/revert_test.py | 2 +- eden/integration/hg/rm_test.py | 2 +- eden/integration/hg/rollback_test.py | 2 +- eden/integration/hg/sparse_test.py | 2 +- eden/integration/hg/split_test.py | 2 +- eden/integration/hg/status_deadlock_test.py | 2 +- eden/integration/hg/status_test.py | 2 +- eden/integration/hg/storage_engine_test.py | 2 +- eden/integration/hg/symlink_test.py | 2 +- eden/integration/hg/undo_test.py | 2 +- eden/integration/hg/update_test.py | 2 +- eden/integration/info_test.py | 2 +- eden/integration/lib/CMakeLists.txt | 2 +- eden/integration/lib/buck.py | 2 +- eden/integration/lib/eden_server_inspector.py | 2 +- eden/integration/lib/edenclient.py | 2 +- eden/integration/lib/error.py | 2 +- eden/integration/lib/fake_edenfs.py | 2 +- eden/integration/lib/find_executables.py | 2 +- eden/integration/lib/gitrepo.py | 2 +- eden/integration/lib/hgrepo.py | 2 +- eden/integration/lib/linux.py | 2 +- eden/integration/lib/overlay.py | 2 +- eden/integration/lib/pexpect.py | 2 +- eden/integration/lib/repobase.py | 2 +- eden/integration/lib/service_test_case.py | 2 +- eden/integration/lib/skip.py | 2 +- eden/integration/lib/start.py | 2 +- eden/integration/lib/systemd.py | 2 +- eden/integration/lib/temporary_directory.py | 2 +- eden/integration/lib/testcase.py | 2 +- eden/integration/lib/util.py | 2 +- eden/integration/linux_cgroup_test.py | 2 +- eden/integration/materialized_query_test.py | 2 +- eden/integration/mmap_test.py | 2 +- eden/integration/mount_test.py | 2 +- eden/integration/oexcl_test.py | 2 +- eden/integration/patch_test.py | 2 +- eden/integration/persistence_test.py | 2 +- eden/integration/rage_test.py | 2 +- eden/integration/rc_test.py | 2 +- eden/integration/redirect_test.py | 2 +- eden/integration/remount_test.py | 2 +- eden/integration/rename_test.py | 2 +- eden/integration/restart_test.py | 2 +- eden/integration/rocksdb_store_test.py | 2 +- eden/integration/sed_test.py | 2 +- eden/integration/service_log_test.py | 2 +- eden/integration/setattr_test.py | 2 +- eden/integration/snapshot/gen_snapshot.py | 2 +- eden/integration/snapshot/inode_metadata.py | 2 +- eden/integration/snapshot/snapshot.py | 2 +- eden/integration/snapshot/test_snapshots.py | 2 +- eden/integration/snapshot/types/basic.py | 2 +- eden/integration/snapshot/unpack_snapshot.py | 2 +- eden/integration/snapshot/verify.py | 2 +- eden/integration/stale_inode_test.py | 2 +- eden/integration/stale_test.py | 2 +- eden/integration/start_test.py | 2 +- eden/integration/stats_test.py | 2 +- eden/integration/stop_test.py | 2 +- eden/integration/systemd_test.py | 2 +- eden/integration/takeover_test.py | 2 +- eden/integration/thrift_test.py | 2 +- eden/integration/unicode_test.py | 2 +- eden/integration/unixsocket_test.py | 2 +- eden/integration/unlink_test.py | 2 +- eden/integration/userinfo_test.py | 2 +- eden/integration/windows_fsck_test.py | 2 +- eden/integration/xattr_test.py | 2 +- eden/test_support/CMakeLists.txt | 2 +- eden/test_support/environment_variable.py | 2 +- eden/test_support/temporary_directory.py | 2 +- eden/test_support/testcase.py | 2 +- make-client.py | 2 +- 872 files changed, 894 insertions(+), 894 deletions(-) diff --git a/CMake/EdenCompilerSettings.cmake b/CMake/EdenCompilerSettings.cmake index 4ed68a5b80..21650c81ae 100644 --- a/CMake/EdenCompilerSettings.cmake +++ b/CMake/EdenCompilerSettings.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/CMake/EdenConfigChecks.cmake b/CMake/EdenConfigChecks.cmake index 48e60909c1..8f9161f79c 100644 --- a/CMake/EdenConfigChecks.cmake +++ b/CMake/EdenConfigChecks.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/CMake/FindLZ4.cmake b/CMake/FindLZ4.cmake index c49768debc..850ba2b2ee 100644 --- a/CMake/FindLZ4.cmake +++ b/CMake/FindLZ4.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/CMake/FindLibGit2.cmake b/CMake/FindLibGit2.cmake index 2ff9b3f2b3..9264aff15f 100644 --- a/CMake/FindLibGit2.cmake +++ b/CMake/FindLibGit2.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/CMake/FindPrjfs.cmake b/CMake/FindPrjfs.cmake index f9c3fc5b64..9298dabed7 100644 --- a/CMake/FindPrjfs.cmake +++ b/CMake/FindPrjfs.cmake @@ -1,27 +1,27 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. -# Find PrjFS -# -# This package sets: -# Prjfs_FOUND - Whether PrjFS was found -# PRJFS_INCLUDE_DIR - The include directory for Prjfs -# PRJFS_LIBRARY - The Prjfs library - -include(FindPackageHandleStandardArgs) - -find_path(PRJFS_INCLUDE_DIR NAMES ProjectedFSLib.h PATHS "facebook/third-party/prjfs" "D:/edenwin64/prjfs") -find_library(PRJFS_LIBRARY NAMES ProjectedFSLib.lib PATHS "facebook/third-party/prjfs" "D:/edenwin64/prjfs") -find_package_handle_standard_args( - Prjfs - PRJFS_INCLUDE_DIR - PRJFS_LIBRARY -) - -if(Prjfs_FOUND) - add_library(ProjectedFS INTERFACE) - target_include_directories(ProjectedFS INTERFACE "${PRJFS_INCLUDE_DIR}") - target_link_libraries(ProjectedFS INTERFACE "${PRJFS_LIBRARY}") -endif() +# Find PrjFS +# +# This package sets: +# Prjfs_FOUND - Whether PrjFS was found +# PRJFS_INCLUDE_DIR - The include directory for Prjfs +# PRJFS_LIBRARY - The Prjfs library + +include(FindPackageHandleStandardArgs) + +find_path(PRJFS_INCLUDE_DIR NAMES ProjectedFSLib.h PATHS "facebook/third-party/prjfs" "D:/edenwin64/prjfs") +find_library(PRJFS_LIBRARY NAMES ProjectedFSLib.lib PATHS "facebook/third-party/prjfs" "D:/edenwin64/prjfs") +find_package_handle_standard_args( + Prjfs + PRJFS_INCLUDE_DIR + PRJFS_LIBRARY +) + +if(Prjfs_FOUND) + add_library(ProjectedFS INTERFACE) + target_include_directories(ProjectedFS INTERFACE "${PRJFS_INCLUDE_DIR}") + target_link_libraries(ProjectedFS INTERFACE "${PRJFS_LIBRARY}") +endif() diff --git a/CMake/FindSELinux.cmake b/CMake/FindSELinux.cmake index 0c9ae4d018..f67eb7fe0b 100644 --- a/CMake/FindSELinux.cmake +++ b/CMake/FindSELinux.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/CMake/FindSqlite3.cmake b/CMake/FindSqlite3.cmake index 7a536b773d..eb5efb1d23 100644 --- a/CMake/FindSqlite3.cmake +++ b/CMake/FindSqlite3.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/CMake/RustStaticLibrary.cmake b/CMake/RustStaticLibrary.cmake index b9534310ff..c5c6abd3ac 100644 --- a/CMake/RustStaticLibrary.cmake +++ b/CMake/RustStaticLibrary.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a5abbcb43..1492f3ac54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/build.bat b/build.bat index 034de66a28..ddae22bb34 100644 --- a/build.bat +++ b/build.bat @@ -1,4 +1,4 @@ -@REM Copyright (c) Facebook, Inc. and its affiliates. +@REM Copyright (c) Meta Platforms, Inc. and affiliates. @REM @REM This software may be used and distributed according to the terms of the @REM GNU General Public License version 2. diff --git a/build.sh b/build.sh index f56f721e25..6b409c7955 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/CMakeLists.txt b/eden/fs/CMakeLists.txt index 7279a82f16..484674f8ef 100644 --- a/eden/fs/CMakeLists.txt +++ b/eden/fs/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/benchharness/Bench.cpp b/eden/fs/benchharness/Bench.cpp index e96b6f48d3..d2f8917cb6 100644 --- a/eden/fs/benchharness/Bench.cpp +++ b/eden/fs/benchharness/Bench.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/benchharness/Bench.h b/eden/fs/benchharness/Bench.h index cfe20ba1e8..e56c780682 100644 --- a/eden/fs/benchharness/Bench.h +++ b/eden/fs/benchharness/Bench.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/benchmarks/future.cpp b/eden/fs/benchmarks/future.cpp index dcc9d6c682..277d830383 100644 --- a/eden/fs/benchmarks/future.cpp +++ b/eden/fs/benchmarks/future.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/benchmarks/get_sha1.cpp b/eden/fs/benchmarks/get_sha1.cpp index ac37874f3b..7f01f4047e 100644 --- a/eden/fs/benchmarks/get_sha1.cpp +++ b/eden/fs/benchmarks/get_sha1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/benchmarks/glob.cpp b/eden/fs/benchmarks/glob.cpp index f988bf0129..c376641406 100644 --- a/eden/fs/benchmarks/glob.cpp +++ b/eden/fs/benchmarks/glob.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/benchmarks/hg_import_request_queue.cpp b/eden/fs/benchmarks/hg_import_request_queue.cpp index 342802cc74..e70d1a8904 100644 --- a/eden/fs/benchmarks/hg_import_request_queue.cpp +++ b/eden/fs/benchmarks/hg_import_request_queue.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/benchmarks/open_close_parallel.cpp b/eden/fs/benchmarks/open_close_parallel.cpp index 0ba30ea563..fbdbb6a449 100644 --- a/eden/fs/benchmarks/open_close_parallel.cpp +++ b/eden/fs/benchmarks/open_close_parallel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/benchmarks/random_writes.cpp b/eden/fs/benchmarks/random_writes.cpp index ea39df2372..7e97ef3114 100644 --- a/eden/fs/benchmarks/random_writes.cpp +++ b/eden/fs/benchmarks/random_writes.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/benchmarks/stat.cpp b/eden/fs/benchmarks/stat.cpp index b2ae72de54..f55fc1c6e1 100644 --- a/eden/fs/benchmarks/stat.cpp +++ b/eden/fs/benchmarks/stat.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli/CMakeLists.txt b/eden/fs/cli/CMakeLists.txt index 079b5ef4a1..0bff776b9c 100644 --- a/eden/fs/cli/CMakeLists.txt +++ b/eden/fs/cli/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/buck.py b/eden/fs/cli/buck.py index 47fabc7234..1f0fdea8f3 100644 --- a/eden/fs/cli/buck.py +++ b/eden/fs/cli/buck.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/cmd_util.py b/eden/fs/cli/cmd_util.py index 36dc4f1a5c..04e7748598 100644 --- a/eden/fs/cli/cmd_util.py +++ b/eden/fs/cli/cmd_util.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/config.py b/eden/fs/cli/config.py index 4935b08419..7058634afd 100644 --- a/eden/fs/cli/config.py +++ b/eden/fs/cli/config.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/configinterpolator.py b/eden/fs/cli/configinterpolator.py index 1837df63a4..f1a2b23dd6 100644 --- a/eden/fs/cli/configinterpolator.py +++ b/eden/fs/cli/configinterpolator.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/configutil.py b/eden/fs/cli/configutil.py index d205b6b960..ccefb7697f 100644 --- a/eden/fs/cli/configutil.py +++ b/eden/fs/cli/configutil.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/daemon_util.py b/eden/fs/cli/daemon_util.py index ea44f95280..8ac033a99d 100644 --- a/eden/fs/cli/daemon_util.py +++ b/eden/fs/cli/daemon_util.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/debug.py b/eden/fs/cli/debug.py index 392af0ef02..ff46042a24 100644 --- a/eden/fs/cli/debug.py +++ b/eden/fs/cli/debug.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/debug_posix.py b/eden/fs/cli/debug_posix.py index 7008ad780b..88248b4ca8 100644 --- a/eden/fs/cli/debug_posix.py +++ b/eden/fs/cli/debug_posix.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/debug_windows.py b/eden/fs/cli/debug_windows.py index 0cb285f66d..6d46ca3662 100644 --- a/eden/fs/cli/debug_windows.py +++ b/eden/fs/cli/debug_windows.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/__init__.py b/eden/fs/cli/doctor/__init__.py index e207ea3a78..9d3737d1d3 100644 --- a/eden/fs/cli/doctor/__init__.py +++ b/eden/fs/cli/doctor/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/check_filesystems.py b/eden/fs/cli/doctor/check_filesystems.py index 9d7a93ad02..c18ea4b408 100644 --- a/eden/fs/cli/doctor/check_filesystems.py +++ b/eden/fs/cli/doctor/check_filesystems.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/check_hg.py b/eden/fs/cli/doctor/check_hg.py index bb4fa12593..80f05dab1d 100644 --- a/eden/fs/cli/doctor/check_hg.py +++ b/eden/fs/cli/doctor/check_hg.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/check_kerberos.py b/eden/fs/cli/doctor/check_kerberos.py index a7271683b6..f3b95b41c2 100644 --- a/eden/fs/cli/doctor/check_kerberos.py +++ b/eden/fs/cli/doctor/check_kerberos.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/check_os.py b/eden/fs/cli/doctor/check_os.py index 54e69754d5..2af264ed6e 100644 --- a/eden/fs/cli/doctor/check_os.py +++ b/eden/fs/cli/doctor/check_os.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/check_redirections.py b/eden/fs/cli/doctor/check_redirections.py index c8c5306ace..75d2d91665 100644 --- a/eden/fs/cli/doctor/check_redirections.py +++ b/eden/fs/cli/doctor/check_redirections.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/check_rogue_edenfs.py b/eden/fs/cli/doctor/check_rogue_edenfs.py index fcb6b73628..0490078994 100644 --- a/eden/fs/cli/doctor/check_rogue_edenfs.py +++ b/eden/fs/cli/doctor/check_rogue_edenfs.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/check_stale_mounts.py b/eden/fs/cli/doctor/check_stale_mounts.py index a8a39d4112..83fc42bd35 100644 --- a/eden/fs/cli/doctor/check_stale_mounts.py +++ b/eden/fs/cli/doctor/check_stale_mounts.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/check_watchman.py b/eden/fs/cli/doctor/check_watchman.py index 989f05879f..851f4dada0 100644 --- a/eden/fs/cli/doctor/check_watchman.py +++ b/eden/fs/cli/doctor/check_watchman.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/problem.py b/eden/fs/cli/doctor/problem.py index 1495880b2f..018a3850c9 100644 --- a/eden/fs/cli/doctor/problem.py +++ b/eden/fs/cli/doctor/problem.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/test/corrupt_hg_test.py b/eden/fs/cli/doctor/test/corrupt_hg_test.py index 22b01fb38d..d5c257927e 100644 --- a/eden/fs/cli/doctor/test/corrupt_hg_test.py +++ b/eden/fs/cli/doctor/test/corrupt_hg_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/test/disk_usage_test.py b/eden/fs/cli/doctor/test/disk_usage_test.py index 5d091e2444..09319fc51a 100644 --- a/eden/fs/cli/doctor/test/disk_usage_test.py +++ b/eden/fs/cli/doctor/test/disk_usage_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/test/doctor_test.py b/eden/fs/cli/doctor/test/doctor_test.py index 7becca6173..5f1b083d5c 100644 --- a/eden/fs/cli/doctor/test/doctor_test.py +++ b/eden/fs/cli/doctor/test/doctor_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/test/lib/fake_client.py b/eden/fs/cli/doctor/test/lib/fake_client.py index f2cb8580e8..78c370fd40 100644 --- a/eden/fs/cli/doctor/test/lib/fake_client.py +++ b/eden/fs/cli/doctor/test/lib/fake_client.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/test/lib/fake_eden_instance.py b/eden/fs/cli/doctor/test/lib/fake_eden_instance.py index b097c3374e..d076827024 100644 --- a/eden/fs/cli/doctor/test/lib/fake_eden_instance.py +++ b/eden/fs/cli/doctor/test/lib/fake_eden_instance.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/test/lib/fake_fs_util.py b/eden/fs/cli/doctor/test/lib/fake_fs_util.py index efb6b0762b..59faac159f 100644 --- a/eden/fs/cli/doctor/test/lib/fake_fs_util.py +++ b/eden/fs/cli/doctor/test/lib/fake_fs_util.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/test/lib/fake_hg_repo.py b/eden/fs/cli/doctor/test/lib/fake_hg_repo.py index d54072b905..ad18e95288 100644 --- a/eden/fs/cli/doctor/test/lib/fake_hg_repo.py +++ b/eden/fs/cli/doctor/test/lib/fake_hg_repo.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/test/lib/fake_kerberos_checker.py b/eden/fs/cli/doctor/test/lib/fake_kerberos_checker.py index bbc9f9b836..cb6349a596 100644 --- a/eden/fs/cli/doctor/test/lib/fake_kerberos_checker.py +++ b/eden/fs/cli/doctor/test/lib/fake_kerberos_checker.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/test/lib/fake_mount_table.py b/eden/fs/cli/doctor/test/lib/fake_mount_table.py index 960e025af4..32df0a8549 100644 --- a/eden/fs/cli/doctor/test/lib/fake_mount_table.py +++ b/eden/fs/cli/doctor/test/lib/fake_mount_table.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/test/lib/testcase.py b/eden/fs/cli/doctor/test/lib/testcase.py index fe3ed501c7..35dd391935 100644 --- a/eden/fs/cli/doctor/test/lib/testcase.py +++ b/eden/fs/cli/doctor/test/lib/testcase.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/test/multiple_edenfs_test.py b/eden/fs/cli/doctor/test/multiple_edenfs_test.py index 1745b4fd38..8d9d7a5522 100644 --- a/eden/fs/cli/doctor/test/multiple_edenfs_test.py +++ b/eden/fs/cli/doctor/test/multiple_edenfs_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/test/nfs_test.py b/eden/fs/cli/doctor/test/nfs_test.py index 7e5d9c71e1..99c124750a 100644 --- a/eden/fs/cli/doctor/test/nfs_test.py +++ b/eden/fs/cli/doctor/test/nfs_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/test/os_test.py b/eden/fs/cli/doctor/test/os_test.py index 4c24eeac7a..e8d4250b3f 100644 --- a/eden/fs/cli/doctor/test/os_test.py +++ b/eden/fs/cli/doctor/test/os_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/test/stale_mount_test.py b/eden/fs/cli/doctor/test/stale_mount_test.py index 0831dc8c9b..1e2ea2411d 100644 --- a/eden/fs/cli/doctor/test/stale_mount_test.py +++ b/eden/fs/cli/doctor/test/stale_mount_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/doctor/util.py b/eden/fs/cli/doctor/util.py index 74265ecd93..f595f3c1ec 100644 --- a/eden/fs/cli/doctor/util.py +++ b/eden/fs/cli/doctor/util.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/filesystem.py b/eden/fs/cli/filesystem.py index 1b24e04406..269a632ec4 100644 --- a/eden/fs/cli/filesystem.py +++ b/eden/fs/cli/filesystem.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/fsck.py b/eden/fs/cli/fsck.py index db20dc87f0..64e8db08c1 100644 --- a/eden/fs/cli/fsck.py +++ b/eden/fs/cli/fsck.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/hg_util.py b/eden/fs/cli/hg_util.py index 07a81a8361..317f3645c8 100644 --- a/eden/fs/cli/hg_util.py +++ b/eden/fs/cli/hg_util.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/logfile.py b/eden/fs/cli/logfile.py index 55856729b5..544b4f2252 100644 --- a/eden/fs/cli/logfile.py +++ b/eden/fs/cli/logfile.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/main.py b/eden/fs/cli/main.py index 7acf42118d..24e9808e5e 100644 --- a/eden/fs/cli/main.py +++ b/eden/fs/cli/main.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/mtab.py b/eden/fs/cli/mtab.py index ab1ec04b41..31ec4ee3ca 100644 --- a/eden/fs/cli/mtab.py +++ b/eden/fs/cli/mtab.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/overlay.py b/eden/fs/cli/overlay.py index 84693655a9..02abc1aa25 100644 --- a/eden/fs/cli/overlay.py +++ b/eden/fs/cli/overlay.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/prefetch.py b/eden/fs/cli/prefetch.py index 9ee8ebf755..992b6fbc98 100644 --- a/eden/fs/cli/prefetch.py +++ b/eden/fs/cli/prefetch.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/prefetch_profile.py b/eden/fs/cli/prefetch_profile.py index eb374717df..711887fe4a 100644 --- a/eden/fs/cli/prefetch_profile.py +++ b/eden/fs/cli/prefetch_profile.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/prjfs.py b/eden/fs/cli/prjfs.py index 13e32bfddd..5397d7f7af 100644 --- a/eden/fs/cli/prjfs.py +++ b/eden/fs/cli/prjfs.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/proc_utils.py b/eden/fs/cli/proc_utils.py index 13d7fa888c..f677cab850 100644 --- a/eden/fs/cli/proc_utils.py +++ b/eden/fs/cli/proc_utils.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/proc_utils_win.py b/eden/fs/cli/proc_utils_win.py index 9308ecb6ad..3dbb032492 100644 --- a/eden/fs/cli/proc_utils_win.py +++ b/eden/fs/cli/proc_utils_win.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/rage.py b/eden/fs/cli/rage.py index 2a75ec14ba..db129ed16e 100644 --- a/eden/fs/cli/rage.py +++ b/eden/fs/cli/rage.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/redirect.py b/eden/fs/cli/redirect.py index 1281821ad7..c8e88b1997 100644 --- a/eden/fs/cli/redirect.py +++ b/eden/fs/cli/redirect.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/stats.py b/eden/fs/cli/stats.py index a75610810f..fb7a6144de 100644 --- a/eden/fs/cli/stats.py +++ b/eden/fs/cli/stats.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/stats_print.py b/eden/fs/cli/stats_print.py index eb7cce9994..37009728c3 100644 --- a/eden/fs/cli/stats_print.py +++ b/eden/fs/cli/stats_print.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/subcmd.py b/eden/fs/cli/subcmd.py index e8930cd2c6..05150f041b 100644 --- a/eden/fs/cli/subcmd.py +++ b/eden/fs/cli/subcmd.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/systemd.py b/eden/fs/cli/systemd.py index f0aab888ca..2d65cf031d 100644 --- a/eden/fs/cli/systemd.py +++ b/eden/fs/cli/systemd.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/systemd_service.py b/eden/fs/cli/systemd_service.py index 82efcdbdc7..a300325ef2 100644 --- a/eden/fs/cli/systemd_service.py +++ b/eden/fs/cli/systemd_service.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/tabulate.py b/eden/fs/cli/tabulate.py index 51b73a5009..1ca14778af 100644 --- a/eden/fs/cli/tabulate.py +++ b/eden/fs/cli/tabulate.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/telemetry.py b/eden/fs/cli/telemetry.py index 11650d4ea8..ca556bbfa7 100644 --- a/eden/fs/cli/telemetry.py +++ b/eden/fs/cli/telemetry.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/cli_test.py b/eden/fs/cli/test/cli_test.py index 27d773a177..db328ee611 100644 --- a/eden/fs/cli/test/cli_test.py +++ b/eden/fs/cli/test/cli_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/config_test.py b/eden/fs/cli/test/config_test.py index 25c66f229d..c454f64fa2 100644 --- a/eden/fs/cli/test/config_test.py +++ b/eden/fs/cli/test/config_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/debug_test.py b/eden/fs/cli/test/debug_test.py index 29cb84243c..a819d9c61c 100644 --- a/eden/fs/cli/test/debug_test.py +++ b/eden/fs/cli/test/debug_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/find_eden_test.py b/eden/fs/cli/test/find_eden_test.py index ddfadb3f17..6ef208818e 100644 --- a/eden/fs/cli/test/find_eden_test.py +++ b/eden/fs/cli/test/find_eden_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/interp_test.py b/eden/fs/cli/test/interp_test.py index 2a39398f02..702be2a7d1 100644 --- a/eden/fs/cli/test/interp_test.py +++ b/eden/fs/cli/test/interp_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/lib/fake_proc_utils.py b/eden/fs/cli/test/lib/fake_proc_utils.py index 5704e5b09f..58deb2635f 100644 --- a/eden/fs/cli/test/lib/fake_proc_utils.py +++ b/eden/fs/cli/test/lib/fake_proc_utils.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/lib/output.py b/eden/fs/cli/test/lib/output.py index 5c6d3e8010..eb975b06e0 100644 --- a/eden/fs/cli/test/lib/output.py +++ b/eden/fs/cli/test/lib/output.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/logfile_test.py b/eden/fs/cli/test/logfile_test.py index 42b4cefd3f..ef0d351e70 100644 --- a/eden/fs/cli/test/logfile_test.py +++ b/eden/fs/cli/test/logfile_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/mtab_test.py b/eden/fs/cli/test/mtab_test.py index 2a8a694f6b..b6f0d3a4ff 100644 --- a/eden/fs/cli/test/mtab_test.py +++ b/eden/fs/cli/test/mtab_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/prefetch_profile_test.py b/eden/fs/cli/test/prefetch_profile_test.py index 3ee7172fc8..359d8c07bc 100644 --- a/eden/fs/cli/test/prefetch_profile_test.py +++ b/eden/fs/cli/test/prefetch_profile_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/process_finder_tests.py b/eden/fs/cli/test/process_finder_tests.py index acb1546d4d..e1ff476536 100644 --- a/eden/fs/cli/test/process_finder_tests.py +++ b/eden/fs/cli/test/process_finder_tests.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/redirect_test.py b/eden/fs/cli/test/redirect_test.py index 6d32dcaadd..662b779d33 100644 --- a/eden/fs/cli/test/redirect_test.py +++ b/eden/fs/cli/test/redirect_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/stats_test.py b/eden/fs/cli/test/stats_test.py index f214a0fd3a..a1960ea472 100644 --- a/eden/fs/cli/test/stats_test.py +++ b/eden/fs/cli/test/stats_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/systemd_test.py b/eden/fs/cli/test/systemd_test.py index 03fe1c1a7d..2c5a68c65c 100644 --- a/eden/fs/cli/test/systemd_test.py +++ b/eden/fs/cli/test/systemd_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/tabulate_test.py b/eden/fs/cli/test/tabulate_test.py index bd24870d14..e9a1b54632 100644 --- a/eden/fs/cli/test/tabulate_test.py +++ b/eden/fs/cli/test/tabulate_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/telemetry_test.py b/eden/fs/cli/test/telemetry_test.py index 2c1094dc00..4d4c9d035b 100644 --- a/eden/fs/cli/test/telemetry_test.py +++ b/eden/fs/cli/test/telemetry_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/top_test.py b/eden/fs/cli/test/top_test.py index a6dddd0764..dfb46f11d4 100644 --- a/eden/fs/cli/test/top_test.py +++ b/eden/fs/cli/test/top_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/util_test.py b/eden/fs/cli/test/util_test.py index 6f9f2ae4b8..599efe9638 100644 --- a/eden/fs/cli/test/util_test.py +++ b/eden/fs/cli/test/util_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/test/wait_for_shutdown_test.py b/eden/fs/cli/test/wait_for_shutdown_test.py index 69be19fca8..3ec3793ee6 100644 --- a/eden/fs/cli/test/wait_for_shutdown_test.py +++ b/eden/fs/cli/test/wait_for_shutdown_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/top.py b/eden/fs/cli/top.py index cf4617be6e..bfcaeddedc 100644 --- a/eden/fs/cli/top.py +++ b/eden/fs/cli/top.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/trace.py b/eden/fs/cli/trace.py index 1e035de799..3c75139605 100644 --- a/eden/fs/cli/trace.py +++ b/eden/fs/cli/trace.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/trace/trace_stream.cpp b/eden/fs/cli/trace/trace_stream.cpp index de6a384d44..b4b8019713 100644 --- a/eden/fs/cli/trace/trace_stream.cpp +++ b/eden/fs/cli/trace/trace_stream.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli/trace_cmd.py b/eden/fs/cli/trace_cmd.py index 5566cf688d..e3f6883916 100644 --- a/eden/fs/cli/trace_cmd.py +++ b/eden/fs/cli/trace_cmd.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/ui.py b/eden/fs/cli/ui.py index 4f579fd35d..3d8e12b4cd 100644 --- a/eden/fs/cli/ui.py +++ b/eden/fs/cli/ui.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/util.py b/eden/fs/cli/util.py index 81f82af871..edd56961d5 100644 --- a/eden/fs/cli/util.py +++ b/eden/fs/cli/util.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/version.py b/eden/fs/cli/version.py index 93e185182d..cfb0304c8b 100644 --- a/eden/fs/cli/version.py +++ b/eden/fs/cli/version.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli/win_ui.py b/eden/fs/cli/win_ui.py index efe27a2f99..fbf83cfe50 100644 --- a/eden/fs/cli/win_ui.py +++ b/eden/fs/cli/win_ui.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-client/src/checkout.rs b/eden/fs/cli_rs/edenfs-client/src/checkout.rs index a67c86c110..61835e5b3a 100644 --- a/eden/fs/cli_rs/edenfs-client/src/checkout.rs +++ b/eden/fs/cli_rs/edenfs-client/src/checkout.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-client/src/instance.rs b/eden/fs/cli_rs/edenfs-client/src/instance.rs index 6556e7b7e7..f3d785a210 100644 --- a/eden/fs/cli_rs/edenfs-client/src/instance.rs +++ b/eden/fs/cli_rs/edenfs-client/src/instance.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-client/src/lib.rs b/eden/fs/cli_rs/edenfs-client/src/lib.rs index b1778b8b73..4b3332362a 100644 --- a/eden/fs/cli_rs/edenfs-client/src/lib.rs +++ b/eden/fs/cli_rs/edenfs-client/src/lib.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-client/src/utils.rs b/eden/fs/cli_rs/edenfs-client/src/utils.rs index a5c95ceefe..7436afe122 100644 --- a/eden/fs/cli_rs/edenfs-client/src/utils.rs +++ b/eden/fs/cli_rs/edenfs-client/src/utils.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-commands/src/config.rs b/eden/fs/cli_rs/edenfs-commands/src/config.rs index e99c26526e..2d6e9a7b68 100644 --- a/eden/fs/cli_rs/edenfs-commands/src/config.rs +++ b/eden/fs/cli_rs/edenfs-commands/src/config.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-commands/src/debug.rs b/eden/fs/cli_rs/edenfs-commands/src/debug.rs index 0401d7df63..87c5ba0dff 100644 --- a/eden/fs/cli_rs/edenfs-commands/src/debug.rs +++ b/eden/fs/cli_rs/edenfs-commands/src/debug.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-commands/src/debug/clear_local_caches.rs b/eden/fs/cli_rs/edenfs-commands/src/debug/clear_local_caches.rs index da4a54a0b8..1b89ae74a5 100644 --- a/eden/fs/cli_rs/edenfs-commands/src/debug/clear_local_caches.rs +++ b/eden/fs/cli_rs/edenfs-commands/src/debug/clear_local_caches.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-commands/src/debug/compact_local_storage.rs b/eden/fs/cli_rs/edenfs-commands/src/debug/compact_local_storage.rs index cd37f4a09c..b628f433e8 100644 --- a/eden/fs/cli_rs/edenfs-commands/src/debug/compact_local_storage.rs +++ b/eden/fs/cli_rs/edenfs-commands/src/debug/compact_local_storage.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-commands/src/du.rs b/eden/fs/cli_rs/edenfs-commands/src/du.rs index 637a7dd829..36d2499b23 100644 --- a/eden/fs/cli_rs/edenfs-commands/src/du.rs +++ b/eden/fs/cli_rs/edenfs-commands/src/du.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-commands/src/gc.rs b/eden/fs/cli_rs/edenfs-commands/src/gc.rs index 61fe63a5f3..fd1f9fb8da 100644 --- a/eden/fs/cli_rs/edenfs-commands/src/gc.rs +++ b/eden/fs/cli_rs/edenfs-commands/src/gc.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-commands/src/lib.rs b/eden/fs/cli_rs/edenfs-commands/src/lib.rs index 02ae95c4c0..45cd5a1558 100644 --- a/eden/fs/cli_rs/edenfs-commands/src/lib.rs +++ b/eden/fs/cli_rs/edenfs-commands/src/lib.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-commands/src/list.rs b/eden/fs/cli_rs/edenfs-commands/src/list.rs index 8e08bdbcf2..7946e77dc9 100644 --- a/eden/fs/cli_rs/edenfs-commands/src/list.rs +++ b/eden/fs/cli_rs/edenfs-commands/src/list.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-commands/src/minitop.rs b/eden/fs/cli_rs/edenfs-commands/src/minitop.rs index b9822945b4..988fd00ec1 100644 --- a/eden/fs/cli_rs/edenfs-commands/src/minitop.rs +++ b/eden/fs/cli_rs/edenfs-commands/src/minitop.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-commands/src/pid.rs b/eden/fs/cli_rs/edenfs-commands/src/pid.rs index 853a254ced..f39dbf6403 100644 --- a/eden/fs/cli_rs/edenfs-commands/src/pid.rs +++ b/eden/fs/cli_rs/edenfs-commands/src/pid.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-commands/src/status.rs b/eden/fs/cli_rs/edenfs-commands/src/status.rs index 4246d8dbd8..fb57a08b96 100644 --- a/eden/fs/cli_rs/edenfs-commands/src/status.rs +++ b/eden/fs/cli_rs/edenfs-commands/src/status.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-commands/src/top.rs b/eden/fs/cli_rs/edenfs-commands/src/top.rs index c8a3403620..a9e2c5e2af 100644 --- a/eden/fs/cli_rs/edenfs-commands/src/top.rs +++ b/eden/fs/cli_rs/edenfs-commands/src/top.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-commands/src/uptime.rs b/eden/fs/cli_rs/edenfs-commands/src/uptime.rs index 3e3b5c6b84..b8e373dfcd 100644 --- a/eden/fs/cli_rs/edenfs-commands/src/uptime.rs +++ b/eden/fs/cli_rs/edenfs-commands/src/uptime.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-config/src/lib.rs b/eden/fs/cli_rs/edenfs-config/src/lib.rs index 616ee65171..2620bd062b 100644 --- a/eden/fs/cli_rs/edenfs-config/src/lib.rs +++ b/eden/fs/cli_rs/edenfs-config/src/lib.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-error/src/lib.rs b/eden/fs/cli_rs/edenfs-error/src/lib.rs index 15378eedfb..7f7a067bf0 100644 --- a/eden/fs/cli_rs/edenfs-error/src/lib.rs +++ b/eden/fs/cli_rs/edenfs-error/src/lib.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-utils/src/humantime.rs b/eden/fs/cli_rs/edenfs-utils/src/humantime.rs index bc280af338..994132dd1c 100644 --- a/eden/fs/cli_rs/edenfs-utils/src/humantime.rs +++ b/eden/fs/cli_rs/edenfs-utils/src/humantime.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfs-utils/src/lib.rs b/eden/fs/cli_rs/edenfs-utils/src/lib.rs index 7212c610a0..abc6fe55d8 100644 --- a/eden/fs/cli_rs/edenfs-utils/src/lib.rs +++ b/eden/fs/cli_rs/edenfs-utils/src/lib.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfsctl/CMakeLists.txt b/eden/fs/cli_rs/edenfsctl/CMakeLists.txt index defed581c2..586c0b180c 100644 --- a/eden/fs/cli_rs/edenfsctl/CMakeLists.txt +++ b/eden/fs/cli_rs/edenfsctl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/cli_rs/edenfsctl/src/main.rs b/eden/fs/cli_rs/edenfsctl/src/main.rs index 2c5809cf07..5c67f2c416 100644 --- a/eden/fs/cli_rs/edenfsctl/src/main.rs +++ b/eden/fs/cli_rs/edenfsctl/src/main.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/stack-config-derive/src/field.rs b/eden/fs/cli_rs/stack-config-derive/src/field.rs index 54abd22659..a956e21f5c 100644 --- a/eden/fs/cli_rs/stack-config-derive/src/field.rs +++ b/eden/fs/cli_rs/stack-config-derive/src/field.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/stack-config-derive/src/lib.rs b/eden/fs/cli_rs/stack-config-derive/src/lib.rs index 59cb302f35..cdcfcfa1a5 100644 --- a/eden/fs/cli_rs/stack-config-derive/src/lib.rs +++ b/eden/fs/cli_rs/stack-config-derive/src/lib.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/stack-config/src/lib.rs b/eden/fs/cli_rs/stack-config/src/lib.rs index 861bfd3d22..0fc7438674 100644 --- a/eden/fs/cli_rs/stack-config/src/lib.rs +++ b/eden/fs/cli_rs/stack-config/src/lib.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/cli_rs/stack-config/test/main.rs b/eden/fs/cli_rs/stack-config/test/main.rs index 20fb984e75..5380ed53f4 100644 --- a/eden/fs/cli_rs/stack-config/test/main.rs +++ b/eden/fs/cli_rs/stack-config/test/main.rs @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/CMakeLists.txt b/eden/fs/config/CMakeLists.txt index 9851f95b78..8c0bde3e6d 100644 --- a/eden/fs/config/CMakeLists.txt +++ b/eden/fs/config/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/config/CachedParsedFileMonitor.h b/eden/fs/config/CachedParsedFileMonitor.h index b386817424..c5cb578cec 100644 --- a/eden/fs/config/CachedParsedFileMonitor.h +++ b/eden/fs/config/CachedParsedFileMonitor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/CheckoutConfig.cpp b/eden/fs/config/CheckoutConfig.cpp index 80966a27c6..b209786460 100644 --- a/eden/fs/config/CheckoutConfig.cpp +++ b/eden/fs/config/CheckoutConfig.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/CheckoutConfig.h b/eden/fs/config/CheckoutConfig.h index a74bcc5931..82972e182c 100644 --- a/eden/fs/config/CheckoutConfig.h +++ b/eden/fs/config/CheckoutConfig.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/ConfigSetting.h b/eden/fs/config/ConfigSetting.h index a6adbe8685..70443d1c4d 100644 --- a/eden/fs/config/ConfigSetting.h +++ b/eden/fs/config/ConfigSetting.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/EdenConfig.cpp b/eden/fs/config/EdenConfig.cpp index c9e6552356..7a465c5808 100644 --- a/eden/fs/config/EdenConfig.cpp +++ b/eden/fs/config/EdenConfig.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/EdenConfig.h b/eden/fs/config/EdenConfig.h index d5d4889d9d..6df77a00aa 100644 --- a/eden/fs/config/EdenConfig.h +++ b/eden/fs/config/EdenConfig.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/FieldConverter.cpp b/eden/fs/config/FieldConverter.cpp index d51e9381b6..f2618fdd61 100644 --- a/eden/fs/config/FieldConverter.cpp +++ b/eden/fs/config/FieldConverter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/FieldConverter.h b/eden/fs/config/FieldConverter.h index 962cdda635..5de613a366 100644 --- a/eden/fs/config/FieldConverter.h +++ b/eden/fs/config/FieldConverter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/FileChangeMonitor.cpp b/eden/fs/config/FileChangeMonitor.cpp index adbb812f33..27da3ae615 100644 --- a/eden/fs/config/FileChangeMonitor.cpp +++ b/eden/fs/config/FileChangeMonitor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/FileChangeMonitor.h b/eden/fs/config/FileChangeMonitor.h index cd97f7228d..b048a7f8bb 100644 --- a/eden/fs/config/FileChangeMonitor.h +++ b/eden/fs/config/FileChangeMonitor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/MountProtocol.h b/eden/fs/config/MountProtocol.h index 5536c779a9..731f76320b 100644 --- a/eden/fs/config/MountProtocol.h +++ b/eden/fs/config/MountProtocol.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/ReloadableConfig.cpp b/eden/fs/config/ReloadableConfig.cpp index 510909379b..b0bd9f3286 100644 --- a/eden/fs/config/ReloadableConfig.cpp +++ b/eden/fs/config/ReloadableConfig.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/ReloadableConfig.h b/eden/fs/config/ReloadableConfig.h index f3000771f6..c290a9805f 100644 --- a/eden/fs/config/ReloadableConfig.h +++ b/eden/fs/config/ReloadableConfig.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/TomlConfig.h b/eden/fs/config/TomlConfig.h index 1f883b1cc8..4e97bcddbb 100644 --- a/eden/fs/config/TomlConfig.h +++ b/eden/fs/config/TomlConfig.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/eden_config.thrift b/eden/fs/config/eden_config.thrift index 01ebe832e1..e9d15eb47d 100644 --- a/eden/fs/config/eden_config.thrift +++ b/eden/fs/config/eden_config.thrift @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/test/CMakeLists.txt b/eden/fs/config/test/CMakeLists.txt index 2dae47ad3d..69f1276487 100644 --- a/eden/fs/config/test/CMakeLists.txt +++ b/eden/fs/config/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/config/test/CachedParsedFileMonitorTest.cpp b/eden/fs/config/test/CachedParsedFileMonitorTest.cpp index 0d7c460e15..03edabfc0f 100644 --- a/eden/fs/config/test/CachedParsedFileMonitorTest.cpp +++ b/eden/fs/config/test/CachedParsedFileMonitorTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/test/CheckoutConfigTest.cpp b/eden/fs/config/test/CheckoutConfigTest.cpp index cf134b8648..eb516fd998 100644 --- a/eden/fs/config/test/CheckoutConfigTest.cpp +++ b/eden/fs/config/test/CheckoutConfigTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/test/ConfigSettingTest.cpp b/eden/fs/config/test/ConfigSettingTest.cpp index 4dc6ab3302..293d207f92 100644 --- a/eden/fs/config/test/ConfigSettingTest.cpp +++ b/eden/fs/config/test/ConfigSettingTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/test/EdenConfigTest.cpp b/eden/fs/config/test/EdenConfigTest.cpp index c1337c88aa..cd37b695ff 100644 --- a/eden/fs/config/test/EdenConfigTest.cpp +++ b/eden/fs/config/test/EdenConfigTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/test/FileChangeMonitorTest.cpp b/eden/fs/config/test/FileChangeMonitorTest.cpp index 6adefd9e25..5bbeaac85c 100644 --- a/eden/fs/config/test/FileChangeMonitorTest.cpp +++ b/eden/fs/config/test/FileChangeMonitorTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/config/test/TomlConfigTest.cpp b/eden/fs/config/test/TomlConfigTest.cpp index c0f151e4c6..876dcef79b 100644 --- a/eden/fs/config/test/TomlConfigTest.cpp +++ b/eden/fs/config/test/TomlConfigTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/CMakeLists.txt b/eden/fs/fuse/CMakeLists.txt index 93f1aa75ce..5de48692ec 100644 --- a/eden/fs/fuse/CMakeLists.txt +++ b/eden/fs/fuse/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/fuse/DirList.cpp b/eden/fs/fuse/DirList.cpp index 0634afd2c0..c1dd98bb6c 100644 --- a/eden/fs/fuse/DirList.cpp +++ b/eden/fs/fuse/DirList.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/DirList.h b/eden/fs/fuse/DirList.h index 47768aed4a..814115a04e 100644 --- a/eden/fs/fuse/DirList.h +++ b/eden/fs/fuse/DirList.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/FuseChannel.cpp b/eden/fs/fuse/FuseChannel.cpp index 0586c189be..dc6d3072a1 100644 --- a/eden/fs/fuse/FuseChannel.cpp +++ b/eden/fs/fuse/FuseChannel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/FuseChannel.h b/eden/fs/fuse/FuseChannel.h index e05dbc34d3..5312cabe02 100644 --- a/eden/fs/fuse/FuseChannel.h +++ b/eden/fs/fuse/FuseChannel.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/FuseDispatcher.cpp b/eden/fs/fuse/FuseDispatcher.cpp index 106cab658c..ff2fb422c0 100644 --- a/eden/fs/fuse/FuseDispatcher.cpp +++ b/eden/fs/fuse/FuseDispatcher.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/FuseDispatcher.h b/eden/fs/fuse/FuseDispatcher.h index 4e80018e38..9a3f3e32c7 100644 --- a/eden/fs/fuse/FuseDispatcher.h +++ b/eden/fs/fuse/FuseDispatcher.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/FuseRequestContext.cpp b/eden/fs/fuse/FuseRequestContext.cpp index 128d21c4b7..3e96f7ae17 100644 --- a/eden/fs/fuse/FuseRequestContext.cpp +++ b/eden/fs/fuse/FuseRequestContext.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/FuseRequestContext.h b/eden/fs/fuse/FuseRequestContext.h index c876c173f0..0bd2e17591 100644 --- a/eden/fs/fuse/FuseRequestContext.h +++ b/eden/fs/fuse/FuseRequestContext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/Invalidation.h b/eden/fs/fuse/Invalidation.h index 230cb8dd1c..dfbbda0262 100644 --- a/eden/fs/fuse/Invalidation.h +++ b/eden/fs/fuse/Invalidation.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/PollHandle.cpp b/eden/fs/fuse/PollHandle.cpp index 27031ade42..6fa4e0ae84 100644 --- a/eden/fs/fuse/PollHandle.cpp +++ b/eden/fs/fuse/PollHandle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/PollHandle.h b/eden/fs/fuse/PollHandle.h index 37f25b06de..ab9a9e9b24 100644 --- a/eden/fs/fuse/PollHandle.h +++ b/eden/fs/fuse/PollHandle.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/fuse_tester/main.cpp b/eden/fs/fuse/fuse_tester/main.cpp index 4ef7b2a95e..9f1582ac2d 100644 --- a/eden/fs/fuse/fuse_tester/main.cpp +++ b/eden/fs/fuse/fuse_tester/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/privhelper/CMakeLists.txt b/eden/fs/fuse/privhelper/CMakeLists.txt index 1c08fc8e49..7363021ff6 100644 --- a/eden/fs/fuse/privhelper/CMakeLists.txt +++ b/eden/fs/fuse/privhelper/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/fuse/privhelper/NfsMountRpc.cpp b/eden/fs/fuse/privhelper/NfsMountRpc.cpp index cae023284c..666073e63b 100644 --- a/eden/fs/fuse/privhelper/NfsMountRpc.cpp +++ b/eden/fs/fuse/privhelper/NfsMountRpc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/privhelper/NfsMountRpc.h b/eden/fs/fuse/privhelper/NfsMountRpc.h index f52cfb2f72..a8944edd02 100644 --- a/eden/fs/fuse/privhelper/NfsMountRpc.h +++ b/eden/fs/fuse/privhelper/NfsMountRpc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/privhelper/PrivHelper.cpp b/eden/fs/fuse/privhelper/PrivHelper.cpp index 4b1820eaa2..c61300e9ac 100644 --- a/eden/fs/fuse/privhelper/PrivHelper.cpp +++ b/eden/fs/fuse/privhelper/PrivHelper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/privhelper/PrivHelper.h b/eden/fs/fuse/privhelper/PrivHelper.h index ca36da55a5..d56761364f 100644 --- a/eden/fs/fuse/privhelper/PrivHelper.h +++ b/eden/fs/fuse/privhelper/PrivHelper.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/privhelper/PrivHelperConn.cpp b/eden/fs/fuse/privhelper/PrivHelperConn.cpp index da90e5ecea..dc4101a4c5 100644 --- a/eden/fs/fuse/privhelper/PrivHelperConn.cpp +++ b/eden/fs/fuse/privhelper/PrivHelperConn.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/privhelper/PrivHelperConn.h b/eden/fs/fuse/privhelper/PrivHelperConn.h index c00d28a452..6213575df9 100644 --- a/eden/fs/fuse/privhelper/PrivHelperConn.h +++ b/eden/fs/fuse/privhelper/PrivHelperConn.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/privhelper/PrivHelperFlags.cpp b/eden/fs/fuse/privhelper/PrivHelperFlags.cpp index 348ee77188..620dbcc95c 100644 --- a/eden/fs/fuse/privhelper/PrivHelperFlags.cpp +++ b/eden/fs/fuse/privhelper/PrivHelperFlags.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/privhelper/PrivHelperFlags.h b/eden/fs/fuse/privhelper/PrivHelperFlags.h index df7abab8e7..ce80fef6b5 100644 --- a/eden/fs/fuse/privhelper/PrivHelperFlags.h +++ b/eden/fs/fuse/privhelper/PrivHelperFlags.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/privhelper/PrivHelperImpl.cpp b/eden/fs/fuse/privhelper/PrivHelperImpl.cpp index 5e17bd6bb4..626ee70682 100644 --- a/eden/fs/fuse/privhelper/PrivHelperImpl.cpp +++ b/eden/fs/fuse/privhelper/PrivHelperImpl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/privhelper/PrivHelperImpl.h b/eden/fs/fuse/privhelper/PrivHelperImpl.h index f7596113f2..debac27fb5 100644 --- a/eden/fs/fuse/privhelper/PrivHelperImpl.h +++ b/eden/fs/fuse/privhelper/PrivHelperImpl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/privhelper/PrivHelperServer.cpp b/eden/fs/fuse/privhelper/PrivHelperServer.cpp index 35aceb9b3b..c40b19baa7 100644 --- a/eden/fs/fuse/privhelper/PrivHelperServer.cpp +++ b/eden/fs/fuse/privhelper/PrivHelperServer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/privhelper/PrivHelperServer.h b/eden/fs/fuse/privhelper/PrivHelperServer.h index 901bf8ac60..02f766f7a2 100644 --- a/eden/fs/fuse/privhelper/PrivHelperServer.h +++ b/eden/fs/fuse/privhelper/PrivHelperServer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/privhelper/test/CMakeLists.txt b/eden/fs/fuse/privhelper/test/CMakeLists.txt index 4a748a0373..fe6b9812e7 100644 --- a/eden/fs/fuse/privhelper/test/CMakeLists.txt +++ b/eden/fs/fuse/privhelper/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/fuse/privhelper/test/DropPrivs.cpp b/eden/fs/fuse/privhelper/test/DropPrivs.cpp index 4e1db9904e..603f4599c2 100644 --- a/eden/fs/fuse/privhelper/test/DropPrivs.cpp +++ b/eden/fs/fuse/privhelper/test/DropPrivs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/privhelper/test/PrivHelperTest.cpp b/eden/fs/fuse/privhelper/test/PrivHelperTest.cpp index 49a2b62a1b..214930a43a 100644 --- a/eden/fs/fuse/privhelper/test/PrivHelperTest.cpp +++ b/eden/fs/fuse/privhelper/test/PrivHelperTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/privhelper/test/PrivHelperTestServer.cpp b/eden/fs/fuse/privhelper/test/PrivHelperTestServer.cpp index f9d37d450d..98ca2ef8c8 100644 --- a/eden/fs/fuse/privhelper/test/PrivHelperTestServer.cpp +++ b/eden/fs/fuse/privhelper/test/PrivHelperTestServer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/privhelper/test/PrivHelperTestServer.h b/eden/fs/fuse/privhelper/test/PrivHelperTestServer.h index 815494a334..11c57db80a 100644 --- a/eden/fs/fuse/privhelper/test/PrivHelperTestServer.h +++ b/eden/fs/fuse/privhelper/test/PrivHelperTestServer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/fuse/test/FuseChannelTest.cpp b/eden/fs/fuse/test/FuseChannelTest.cpp index 1b0f95248e..d6cee1b576 100644 --- a/eden/fs/fuse/test/FuseChannelTest.cpp +++ b/eden/fs/fuse/test/FuseChannelTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/CMakeLists.txt b/eden/fs/inodes/CMakeLists.txt index 1236b49c4f..089045489e 100644 --- a/eden/fs/inodes/CMakeLists.txt +++ b/eden/fs/inodes/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/inodes/CacheHint.h b/eden/fs/inodes/CacheHint.h index 8962d0514f..b1d3d74967 100644 --- a/eden/fs/inodes/CacheHint.h +++ b/eden/fs/inodes/CacheHint.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/CheckoutAction.cpp b/eden/fs/inodes/CheckoutAction.cpp index 13967a1a55..965d372ea2 100644 --- a/eden/fs/inodes/CheckoutAction.cpp +++ b/eden/fs/inodes/CheckoutAction.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/CheckoutAction.h b/eden/fs/inodes/CheckoutAction.h index e35848f837..28c71a036b 100644 --- a/eden/fs/inodes/CheckoutAction.h +++ b/eden/fs/inodes/CheckoutAction.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/CheckoutContext.cpp b/eden/fs/inodes/CheckoutContext.cpp index 77f477dd8b..2f2cdf6019 100644 --- a/eden/fs/inodes/CheckoutContext.cpp +++ b/eden/fs/inodes/CheckoutContext.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/CheckoutContext.h b/eden/fs/inodes/CheckoutContext.h index cf096b08b2..fa3440319e 100644 --- a/eden/fs/inodes/CheckoutContext.h +++ b/eden/fs/inodes/CheckoutContext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/DeferredDiffEntry.cpp b/eden/fs/inodes/DeferredDiffEntry.cpp index 5c33e7e35f..30d2449ac9 100644 --- a/eden/fs/inodes/DeferredDiffEntry.cpp +++ b/eden/fs/inodes/DeferredDiffEntry.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/DeferredDiffEntry.h b/eden/fs/inodes/DeferredDiffEntry.h index 9a4f0f487d..e69fd697ef 100644 --- a/eden/fs/inodes/DeferredDiffEntry.h +++ b/eden/fs/inodes/DeferredDiffEntry.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/DirEntry.cpp b/eden/fs/inodes/DirEntry.cpp index 70539bbe74..a8d3eb20f6 100644 --- a/eden/fs/inodes/DirEntry.cpp +++ b/eden/fs/inodes/DirEntry.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/DirEntry.h b/eden/fs/inodes/DirEntry.h index 8207c3f7ac..430b4eb9f6 100644 --- a/eden/fs/inodes/DirEntry.h +++ b/eden/fs/inodes/DirEntry.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/EdenDispatcherFactory.cpp b/eden/fs/inodes/EdenDispatcherFactory.cpp index d26029c600..cd5e63216f 100644 --- a/eden/fs/inodes/EdenDispatcherFactory.cpp +++ b/eden/fs/inodes/EdenDispatcherFactory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/EdenDispatcherFactory.h b/eden/fs/inodes/EdenDispatcherFactory.h index 0f211b2714..bf60e926b5 100644 --- a/eden/fs/inodes/EdenDispatcherFactory.h +++ b/eden/fs/inodes/EdenDispatcherFactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/EdenMount.cpp b/eden/fs/inodes/EdenMount.cpp index 9f1bd36b79..170f754439 100644 --- a/eden/fs/inodes/EdenMount.cpp +++ b/eden/fs/inodes/EdenMount.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/EdenMount.h b/eden/fs/inodes/EdenMount.h index 8e2fcda94d..3a6976db4d 100644 --- a/eden/fs/inodes/EdenMount.h +++ b/eden/fs/inodes/EdenMount.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/EdenMountError.h b/eden/fs/inodes/EdenMountError.h index 1eec33a362..dd0ea023b7 100644 --- a/eden/fs/inodes/EdenMountError.h +++ b/eden/fs/inodes/EdenMountError.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/FileInode.cpp b/eden/fs/inodes/FileInode.cpp index 568f6bfac5..e1a55c6b36 100644 --- a/eden/fs/inodes/FileInode.cpp +++ b/eden/fs/inodes/FileInode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/FileInode.h b/eden/fs/inodes/FileInode.h index 500f8e863f..a4f79052f3 100644 --- a/eden/fs/inodes/FileInode.h +++ b/eden/fs/inodes/FileInode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/FuseDispatcherImpl.cpp b/eden/fs/inodes/FuseDispatcherImpl.cpp index d0900a0e4d..fd1787356d 100644 --- a/eden/fs/inodes/FuseDispatcherImpl.cpp +++ b/eden/fs/inodes/FuseDispatcherImpl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/FuseDispatcherImpl.h b/eden/fs/inodes/FuseDispatcherImpl.h index 649a5fd8f0..90506e92b8 100644 --- a/eden/fs/inodes/FuseDispatcherImpl.h +++ b/eden/fs/inodes/FuseDispatcherImpl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/GlobNode.cpp b/eden/fs/inodes/GlobNode.cpp index d24811e418..4ccfbd09da 100644 --- a/eden/fs/inodes/GlobNode.cpp +++ b/eden/fs/inodes/GlobNode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/GlobNode.h b/eden/fs/inodes/GlobNode.h index b86e87b89d..f3db6316c9 100644 --- a/eden/fs/inodes/GlobNode.h +++ b/eden/fs/inodes/GlobNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/IOverlay.h b/eden/fs/inodes/IOverlay.h index 7f3365e9e1..4a50bee84e 100644 --- a/eden/fs/inodes/IOverlay.h +++ b/eden/fs/inodes/IOverlay.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/InodeBase.cpp b/eden/fs/inodes/InodeBase.cpp index 5f4e33ef26..01dbef8581 100644 --- a/eden/fs/inodes/InodeBase.cpp +++ b/eden/fs/inodes/InodeBase.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/InodeBase.h b/eden/fs/inodes/InodeBase.h index 4a9756d467..f41db34886 100644 --- a/eden/fs/inodes/InodeBase.h +++ b/eden/fs/inodes/InodeBase.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/InodeError.cpp b/eden/fs/inodes/InodeError.cpp index 35d246e999..a550db6574 100644 --- a/eden/fs/inodes/InodeError.cpp +++ b/eden/fs/inodes/InodeError.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/InodeError.h b/eden/fs/inodes/InodeError.h index 4f7558313a..6920928503 100644 --- a/eden/fs/inodes/InodeError.h +++ b/eden/fs/inodes/InodeError.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/InodeLoader.h b/eden/fs/inodes/InodeLoader.h index 927d9d0cbe..5b30266814 100644 --- a/eden/fs/inodes/InodeLoader.h +++ b/eden/fs/inodes/InodeLoader.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/InodeMap.cpp b/eden/fs/inodes/InodeMap.cpp index 1d9501d566..c40b5c9203 100644 --- a/eden/fs/inodes/InodeMap.cpp +++ b/eden/fs/inodes/InodeMap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/InodeMap.h b/eden/fs/inodes/InodeMap.h index b725713f8f..9fd1967081 100644 --- a/eden/fs/inodes/InodeMap.h +++ b/eden/fs/inodes/InodeMap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/InodeMetadata.cpp b/eden/fs/inodes/InodeMetadata.cpp index 2e9154c59a..d6eb54c62c 100644 --- a/eden/fs/inodes/InodeMetadata.cpp +++ b/eden/fs/inodes/InodeMetadata.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/InodeMetadata.h b/eden/fs/inodes/InodeMetadata.h index f44df8862d..4b68c57986 100644 --- a/eden/fs/inodes/InodeMetadata.h +++ b/eden/fs/inodes/InodeMetadata.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/InodeNumber.cpp b/eden/fs/inodes/InodeNumber.cpp index 68eee67151..3bf259c732 100644 --- a/eden/fs/inodes/InodeNumber.cpp +++ b/eden/fs/inodes/InodeNumber.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/InodeNumber.h b/eden/fs/inodes/InodeNumber.h index d30790311d..e87d95516b 100644 --- a/eden/fs/inodes/InodeNumber.h +++ b/eden/fs/inodes/InodeNumber.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/InodePtr-defs.h b/eden/fs/inodes/InodePtr-defs.h index 701f393ade..69960a5a7b 100644 --- a/eden/fs/inodes/InodePtr-defs.h +++ b/eden/fs/inodes/InodePtr-defs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/InodePtr.cpp b/eden/fs/inodes/InodePtr.cpp index d900336ff3..0a2a3fd3a6 100644 --- a/eden/fs/inodes/InodePtr.cpp +++ b/eden/fs/inodes/InodePtr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/InodePtr.h b/eden/fs/inodes/InodePtr.h index b489eaea44..6d7d626dd6 100644 --- a/eden/fs/inodes/InodePtr.h +++ b/eden/fs/inodes/InodePtr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/InodePtrFwd.h b/eden/fs/inodes/InodePtrFwd.h index 37a25da9f1..fcb1563502 100644 --- a/eden/fs/inodes/InodePtrFwd.h +++ b/eden/fs/inodes/InodePtrFwd.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/InodeTable.h b/eden/fs/inodes/InodeTable.h index 0a779d9e69..006ac3498a 100644 --- a/eden/fs/inodes/InodeTable.h +++ b/eden/fs/inodes/InodeTable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/InodeTimestamps.cpp b/eden/fs/inodes/InodeTimestamps.cpp index 8241f9e515..cb3e752805 100644 --- a/eden/fs/inodes/InodeTimestamps.cpp +++ b/eden/fs/inodes/InodeTimestamps.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/InodeTimestamps.h b/eden/fs/inodes/InodeTimestamps.h index 431d4f7f7a..41381412e3 100644 --- a/eden/fs/inodes/InodeTimestamps.h +++ b/eden/fs/inodes/InodeTimestamps.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/NfsDispatcherImpl.cpp b/eden/fs/inodes/NfsDispatcherImpl.cpp index 39489656ac..f497a42bce 100644 --- a/eden/fs/inodes/NfsDispatcherImpl.cpp +++ b/eden/fs/inodes/NfsDispatcherImpl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/NfsDispatcherImpl.h b/eden/fs/inodes/NfsDispatcherImpl.h index 362c409ec6..cca460c316 100644 --- a/eden/fs/inodes/NfsDispatcherImpl.h +++ b/eden/fs/inodes/NfsDispatcherImpl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/Overlay.cpp b/eden/fs/inodes/Overlay.cpp index 8d90f8f721..6b76d8d103 100644 --- a/eden/fs/inodes/Overlay.cpp +++ b/eden/fs/inodes/Overlay.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/Overlay.h b/eden/fs/inodes/Overlay.h index 21a4e2cc17..cb6f96333a 100644 --- a/eden/fs/inodes/Overlay.h +++ b/eden/fs/inodes/Overlay.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/OverlayFile.cpp b/eden/fs/inodes/OverlayFile.cpp index 7f3f335b3f..c7a9bf1c75 100644 --- a/eden/fs/inodes/OverlayFile.cpp +++ b/eden/fs/inodes/OverlayFile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/OverlayFile.h b/eden/fs/inodes/OverlayFile.h index fe99e917c0..532bbbe456 100644 --- a/eden/fs/inodes/OverlayFile.h +++ b/eden/fs/inodes/OverlayFile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/OverlayFileAccess.cpp b/eden/fs/inodes/OverlayFileAccess.cpp index 1079f13180..ba160e87b0 100644 --- a/eden/fs/inodes/OverlayFileAccess.cpp +++ b/eden/fs/inodes/OverlayFileAccess.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/OverlayFileAccess.h b/eden/fs/inodes/OverlayFileAccess.h index 262bc20c09..4d64afb586 100644 --- a/eden/fs/inodes/OverlayFileAccess.h +++ b/eden/fs/inodes/OverlayFileAccess.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/ParentInodeInfo.h b/eden/fs/inodes/ParentInodeInfo.h index 6b0f1b894d..2cfb5eb58c 100644 --- a/eden/fs/inodes/ParentInodeInfo.h +++ b/eden/fs/inodes/ParentInodeInfo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/PrjfsDispatcherImpl.cpp b/eden/fs/inodes/PrjfsDispatcherImpl.cpp index 7223c3c7b5..12ba82d6cd 100644 --- a/eden/fs/inodes/PrjfsDispatcherImpl.cpp +++ b/eden/fs/inodes/PrjfsDispatcherImpl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/PrjfsDispatcherImpl.h b/eden/fs/inodes/PrjfsDispatcherImpl.h index 49aac7e317..46e0ba403e 100644 --- a/eden/fs/inodes/PrjfsDispatcherImpl.h +++ b/eden/fs/inodes/PrjfsDispatcherImpl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/RequestContext.cpp b/eden/fs/inodes/RequestContext.cpp index f949ccf95f..492058cdb1 100644 --- a/eden/fs/inodes/RequestContext.cpp +++ b/eden/fs/inodes/RequestContext.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/RequestContext.h b/eden/fs/inodes/RequestContext.h index 25f05d7d89..e13db0f41b 100644 --- a/eden/fs/inodes/RequestContext.h +++ b/eden/fs/inodes/RequestContext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/ServerState.cpp b/eden/fs/inodes/ServerState.cpp index 19ec1d7e21..376bae7e6e 100644 --- a/eden/fs/inodes/ServerState.cpp +++ b/eden/fs/inodes/ServerState.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/ServerState.h b/eden/fs/inodes/ServerState.h index db3a087282..172e982654 100644 --- a/eden/fs/inodes/ServerState.h +++ b/eden/fs/inodes/ServerState.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/Traverse.cpp b/eden/fs/inodes/Traverse.cpp index 4f2c6b210f..69c2bd797c 100644 --- a/eden/fs/inodes/Traverse.cpp +++ b/eden/fs/inodes/Traverse.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/Traverse.h b/eden/fs/inodes/Traverse.h index cd4fb7a744..23cd53c4ec 100644 --- a/eden/fs/inodes/Traverse.h +++ b/eden/fs/inodes/Traverse.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/TreeInode.cpp b/eden/fs/inodes/TreeInode.cpp index e4339bcfb9..f1b77b3e9f 100644 --- a/eden/fs/inodes/TreeInode.cpp +++ b/eden/fs/inodes/TreeInode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/TreeInode.h b/eden/fs/inodes/TreeInode.h index 0403430203..8785e189bf 100644 --- a/eden/fs/inodes/TreeInode.h +++ b/eden/fs/inodes/TreeInode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/TreePrefetchLease.cpp b/eden/fs/inodes/TreePrefetchLease.cpp index 213a1ef2f4..15f1a126e3 100644 --- a/eden/fs/inodes/TreePrefetchLease.cpp +++ b/eden/fs/inodes/TreePrefetchLease.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/TreePrefetchLease.h b/eden/fs/inodes/TreePrefetchLease.h index 07a2cf3b53..620ddc2db1 100644 --- a/eden/fs/inodes/TreePrefetchLease.h +++ b/eden/fs/inodes/TreePrefetchLease.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/overlay/CMakeLists.txt b/eden/fs/inodes/overlay/CMakeLists.txt index ec9ecf02ce..a2c9509399 100644 --- a/eden/fs/inodes/overlay/CMakeLists.txt +++ b/eden/fs/inodes/overlay/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/inodes/overlay/FsOverlay.cpp b/eden/fs/inodes/overlay/FsOverlay.cpp index d163c8d614..61e9537d31 100644 --- a/eden/fs/inodes/overlay/FsOverlay.cpp +++ b/eden/fs/inodes/overlay/FsOverlay.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/overlay/FsOverlay.h b/eden/fs/inodes/overlay/FsOverlay.h index 4f827a424b..6a2288621f 100644 --- a/eden/fs/inodes/overlay/FsOverlay.h +++ b/eden/fs/inodes/overlay/FsOverlay.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/overlay/OverlayChecker.cpp b/eden/fs/inodes/overlay/OverlayChecker.cpp index 83d9064ac5..95cd55954e 100644 --- a/eden/fs/inodes/overlay/OverlayChecker.cpp +++ b/eden/fs/inodes/overlay/OverlayChecker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/overlay/OverlayChecker.h b/eden/fs/inodes/overlay/OverlayChecker.h index 7744fea9a4..b9f3a23b4a 100644 --- a/eden/fs/inodes/overlay/OverlayChecker.h +++ b/eden/fs/inodes/overlay/OverlayChecker.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/overlay/eden_fsck.cpp b/eden/fs/inodes/overlay/eden_fsck.cpp index 2b31e1eb6c..f73acd5e22 100644 --- a/eden/fs/inodes/overlay/eden_fsck.cpp +++ b/eden/fs/inodes/overlay/eden_fsck.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/overlay/overlay.thrift b/eden/fs/inodes/overlay/overlay.thrift index c0042cbaf3..42d4c50897 100644 --- a/eden/fs/inodes/overlay/overlay.thrift +++ b/eden/fs/inodes/overlay/overlay.thrift @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/overlay/test/FsckTest.cpp b/eden/fs/inodes/overlay/test/FsckTest.cpp index e82c6d8512..ab9d9ac99e 100644 --- a/eden/fs/inodes/overlay/test/FsckTest.cpp +++ b/eden/fs/inodes/overlay/test/FsckTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/sqliteoverlay/SqliteOverlay.cpp b/eden/fs/inodes/sqliteoverlay/SqliteOverlay.cpp index 190c8d5859..813b8a780e 100644 --- a/eden/fs/inodes/sqliteoverlay/SqliteOverlay.cpp +++ b/eden/fs/inodes/sqliteoverlay/SqliteOverlay.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/sqliteoverlay/SqliteOverlay.h b/eden/fs/inodes/sqliteoverlay/SqliteOverlay.h index 85c7f0f366..5cec7fd22a 100644 --- a/eden/fs/inodes/sqliteoverlay/SqliteOverlay.h +++ b/eden/fs/inodes/sqliteoverlay/SqliteOverlay.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/CMakeLists.txt b/eden/fs/inodes/test/CMakeLists.txt index 8dfeea25b5..cbf3a97ba7 100644 --- a/eden/fs/inodes/test/CMakeLists.txt +++ b/eden/fs/inodes/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/inodes/test/CheckoutTest.cpp b/eden/fs/inodes/test/CheckoutTest.cpp index e9c68a3127..3395fd9a43 100644 --- a/eden/fs/inodes/test/CheckoutTest.cpp +++ b/eden/fs/inodes/test/CheckoutTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/DiffTest.cpp b/eden/fs/inodes/test/DiffTest.cpp index 65e287e224..6e3012720f 100644 --- a/eden/fs/inodes/test/DiffTest.cpp +++ b/eden/fs/inodes/test/DiffTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/EdenDispatcherTest.cpp b/eden/fs/inodes/test/EdenDispatcherTest.cpp index 78f67a4564..95e3e1ee8d 100644 --- a/eden/fs/inodes/test/EdenDispatcherTest.cpp +++ b/eden/fs/inodes/test/EdenDispatcherTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/EdenMountTest.cpp b/eden/fs/inodes/test/EdenMountTest.cpp index 41812f834a..a5fbb0782f 100644 --- a/eden/fs/inodes/test/EdenMountTest.cpp +++ b/eden/fs/inodes/test/EdenMountTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/FileInodeTest.cpp b/eden/fs/inodes/test/FileInodeTest.cpp index 28260235e6..4923b6aaf8 100644 --- a/eden/fs/inodes/test/FileInodeTest.cpp +++ b/eden/fs/inodes/test/FileInodeTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/FuseTest.cpp b/eden/fs/inodes/test/FuseTest.cpp index 20b95a213e..e0beb92056 100644 --- a/eden/fs/inodes/test/FuseTest.cpp +++ b/eden/fs/inodes/test/FuseTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/GlobNodeTest.cpp b/eden/fs/inodes/test/GlobNodeTest.cpp index 6e0a5efbe2..6fe2c326c1 100644 --- a/eden/fs/inodes/test/GlobNodeTest.cpp +++ b/eden/fs/inodes/test/GlobNodeTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/InodeBaseTest.cpp b/eden/fs/inodes/test/InodeBaseTest.cpp index e3bce2a4ac..544ca83ae9 100644 --- a/eden/fs/inodes/test/InodeBaseTest.cpp +++ b/eden/fs/inodes/test/InodeBaseTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/InodeLoaderTest.cpp b/eden/fs/inodes/test/InodeLoaderTest.cpp index f9bb7efce1..3a958d32ce 100644 --- a/eden/fs/inodes/test/InodeLoaderTest.cpp +++ b/eden/fs/inodes/test/InodeLoaderTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/InodeMapTest.cpp b/eden/fs/inodes/test/InodeMapTest.cpp index 440bb81993..49c72f5be6 100644 --- a/eden/fs/inodes/test/InodeMapTest.cpp +++ b/eden/fs/inodes/test/InodeMapTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/InodePtrTest.cpp b/eden/fs/inodes/test/InodePtrTest.cpp index d542d6076b..6a9aab366f 100644 --- a/eden/fs/inodes/test/InodePtrTest.cpp +++ b/eden/fs/inodes/test/InodePtrTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/InodeTableTest.cpp b/eden/fs/inodes/test/InodeTableTest.cpp index 2c5154d3b1..49c846988b 100644 --- a/eden/fs/inodes/test/InodeTableTest.cpp +++ b/eden/fs/inodes/test/InodeTableTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/InodeTimestampsTest.cpp b/eden/fs/inodes/test/InodeTimestampsTest.cpp index 7e84ff8875..c80060b533 100644 --- a/eden/fs/inodes/test/InodeTimestampsTest.cpp +++ b/eden/fs/inodes/test/InodeTimestampsTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/JournalUpdateTest.cpp b/eden/fs/inodes/test/JournalUpdateTest.cpp index 79bbc157a8..561d5c9a07 100644 --- a/eden/fs/inodes/test/JournalUpdateTest.cpp +++ b/eden/fs/inodes/test/JournalUpdateTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/OverlayBenchmark.cpp b/eden/fs/inodes/test/OverlayBenchmark.cpp index b03d353714..c28cd9425a 100644 --- a/eden/fs/inodes/test/OverlayBenchmark.cpp +++ b/eden/fs/inodes/test/OverlayBenchmark.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/OverlayTest.cpp b/eden/fs/inodes/test/OverlayTest.cpp index cb8f297bf7..86567be629 100644 --- a/eden/fs/inodes/test/OverlayTest.cpp +++ b/eden/fs/inodes/test/OverlayTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/RemoveTest.cpp b/eden/fs/inodes/test/RemoveTest.cpp index 4c5a0848fb..106fb27dae 100644 --- a/eden/fs/inodes/test/RemoveTest.cpp +++ b/eden/fs/inodes/test/RemoveTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/RenameTest.cpp b/eden/fs/inodes/test/RenameTest.cpp index 60420ea50a..13929478c9 100644 --- a/eden/fs/inodes/test/RenameTest.cpp +++ b/eden/fs/inodes/test/RenameTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/SymlinkTest.cpp b/eden/fs/inodes/test/SymlinkTest.cpp index 072d99cc39..44107540c9 100644 --- a/eden/fs/inodes/test/SymlinkTest.cpp +++ b/eden/fs/inodes/test/SymlinkTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/TraverseTest.cpp b/eden/fs/inodes/test/TraverseTest.cpp index a096890e0e..cc1555885a 100644 --- a/eden/fs/inodes/test/TraverseTest.cpp +++ b/eden/fs/inodes/test/TraverseTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/TreeInodeTest.cpp b/eden/fs/inodes/test/TreeInodeTest.cpp index 663bd79954..f05f61225c 100644 --- a/eden/fs/inodes/test/TreeInodeTest.cpp +++ b/eden/fs/inodes/test/TreeInodeTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/UnloadTest.cpp b/eden/fs/inodes/test/UnloadTest.cpp index 5a11fd0c00..c027413c9f 100644 --- a/eden/fs/inodes/test/UnloadTest.cpp +++ b/eden/fs/inodes/test/UnloadTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/test/make_gold_master_overlay.cpp b/eden/fs/inodes/test/make_gold_master_overlay.cpp index 0db2e225b4..fe2c3a4cf0 100644 --- a/eden/fs/inodes/test/make_gold_master_overlay.cpp +++ b/eden/fs/inodes/test/make_gold_master_overlay.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/treeoverlay/CMakeLists.txt b/eden/fs/inodes/treeoverlay/CMakeLists.txt index 8c4091d88e..93de624465 100644 --- a/eden/fs/inodes/treeoverlay/CMakeLists.txt +++ b/eden/fs/inodes/treeoverlay/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/inodes/treeoverlay/TreeOverlay.cpp b/eden/fs/inodes/treeoverlay/TreeOverlay.cpp index bab4e6d168..96b06293bc 100644 --- a/eden/fs/inodes/treeoverlay/TreeOverlay.cpp +++ b/eden/fs/inodes/treeoverlay/TreeOverlay.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/treeoverlay/TreeOverlay.h b/eden/fs/inodes/treeoverlay/TreeOverlay.h index 58399ace19..798403e949 100644 --- a/eden/fs/inodes/treeoverlay/TreeOverlay.h +++ b/eden/fs/inodes/treeoverlay/TreeOverlay.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/treeoverlay/TreeOverlayScanner.cpp b/eden/fs/inodes/treeoverlay/TreeOverlayScanner.cpp index e6c3ce8882..7a48782981 100644 --- a/eden/fs/inodes/treeoverlay/TreeOverlayScanner.cpp +++ b/eden/fs/inodes/treeoverlay/TreeOverlayScanner.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/treeoverlay/TreeOverlayStore.cpp b/eden/fs/inodes/treeoverlay/TreeOverlayStore.cpp index 6d10bc1fa4..8f73b323c7 100644 --- a/eden/fs/inodes/treeoverlay/TreeOverlayStore.cpp +++ b/eden/fs/inodes/treeoverlay/TreeOverlayStore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/treeoverlay/TreeOverlayStore.h b/eden/fs/inodes/treeoverlay/TreeOverlayStore.h index 3462168383..5d9abfc321 100644 --- a/eden/fs/inodes/treeoverlay/TreeOverlayStore.h +++ b/eden/fs/inodes/treeoverlay/TreeOverlayStore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/treeoverlay/TreeOverlayWindowsFsck.cpp b/eden/fs/inodes/treeoverlay/TreeOverlayWindowsFsck.cpp index 003fd20788..bf91c91335 100644 --- a/eden/fs/inodes/treeoverlay/TreeOverlayWindowsFsck.cpp +++ b/eden/fs/inodes/treeoverlay/TreeOverlayWindowsFsck.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/treeoverlay/TreeOverlayWindowsFsck.h b/eden/fs/inodes/treeoverlay/TreeOverlayWindowsFsck.h index 2cf4fa4df5..5499a0aa54 100644 --- a/eden/fs/inodes/treeoverlay/TreeOverlayWindowsFsck.h +++ b/eden/fs/inodes/treeoverlay/TreeOverlayWindowsFsck.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/inodes/treeoverlay/test/CMakeLists.txt b/eden/fs/inodes/treeoverlay/test/CMakeLists.txt index 3f4b4ba6cb..22668ac524 100644 --- a/eden/fs/inodes/treeoverlay/test/CMakeLists.txt +++ b/eden/fs/inodes/treeoverlay/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/inodes/treeoverlay/test/TreeOverlayStoreTest.cpp b/eden/fs/inodes/treeoverlay/test/TreeOverlayStoreTest.cpp index f414a52ffe..f1cc47bd7f 100644 --- a/eden/fs/inodes/treeoverlay/test/TreeOverlayStoreTest.cpp +++ b/eden/fs/inodes/treeoverlay/test/TreeOverlayStoreTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/journal/CMakeLists.txt b/eden/fs/journal/CMakeLists.txt index 84227be492..252ca25719 100644 --- a/eden/fs/journal/CMakeLists.txt +++ b/eden/fs/journal/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/journal/Journal.cpp b/eden/fs/journal/Journal.cpp index b1fceb791b..a27c3f2bd3 100644 --- a/eden/fs/journal/Journal.cpp +++ b/eden/fs/journal/Journal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/journal/Journal.h b/eden/fs/journal/Journal.h index 84e1a64883..040d98e2ed 100644 --- a/eden/fs/journal/Journal.h +++ b/eden/fs/journal/Journal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/journal/JournalDelta.cpp b/eden/fs/journal/JournalDelta.cpp index fc61e0184a..6be622067a 100644 --- a/eden/fs/journal/JournalDelta.cpp +++ b/eden/fs/journal/JournalDelta.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/journal/JournalDelta.h b/eden/fs/journal/JournalDelta.h index af588d21c0..e384e8e930 100644 --- a/eden/fs/journal/JournalDelta.h +++ b/eden/fs/journal/JournalDelta.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/journal/test/CMakeLists.txt b/eden/fs/journal/test/CMakeLists.txt index 8ac48351d2..57e9763e91 100644 --- a/eden/fs/journal/test/CMakeLists.txt +++ b/eden/fs/journal/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/journal/test/JournalTest.cpp b/eden/fs/journal/test/JournalTest.cpp index 46f3ead361..8038bb7801 100644 --- a/eden/fs/journal/test/JournalTest.cpp +++ b/eden/fs/journal/test/JournalTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/Blob.h b/eden/fs/model/Blob.h index 52e90f518e..58d8e40680 100644 --- a/eden/fs/model/Blob.h +++ b/eden/fs/model/Blob.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/BlobMetadata.h b/eden/fs/model/BlobMetadata.h index ba23e3e0fb..56919ba525 100644 --- a/eden/fs/model/BlobMetadata.h +++ b/eden/fs/model/BlobMetadata.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/CMakeLists.txt b/eden/fs/model/CMakeLists.txt index 35788bfbc4..5bee39dfb1 100644 --- a/eden/fs/model/CMakeLists.txt +++ b/eden/fs/model/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/model/Hash.cpp b/eden/fs/model/Hash.cpp index e329ba1507..8fb6846b09 100644 --- a/eden/fs/model/Hash.cpp +++ b/eden/fs/model/Hash.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/Hash.h b/eden/fs/model/Hash.h index 7b1df9251f..9bba02f908 100644 --- a/eden/fs/model/Hash.h +++ b/eden/fs/model/Hash.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/ObjectId.cpp b/eden/fs/model/ObjectId.cpp index 16df777fe4..47852b652e 100644 --- a/eden/fs/model/ObjectId.cpp +++ b/eden/fs/model/ObjectId.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/ObjectId.h b/eden/fs/model/ObjectId.h index 2c2167bd8a..981c61fc83 100644 --- a/eden/fs/model/ObjectId.h +++ b/eden/fs/model/ObjectId.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/RootId.cpp b/eden/fs/model/RootId.cpp index 680ad27cc2..661a0a04c9 100644 --- a/eden/fs/model/RootId.cpp +++ b/eden/fs/model/RootId.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/RootId.h b/eden/fs/model/RootId.h index f036f75cca..b3ab34ffdc 100644 --- a/eden/fs/model/RootId.h +++ b/eden/fs/model/RootId.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/Tree.cpp b/eden/fs/model/Tree.cpp index d005351a86..f9cbf96fa0 100644 --- a/eden/fs/model/Tree.cpp +++ b/eden/fs/model/Tree.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/Tree.h b/eden/fs/model/Tree.h index 8d36060329..d5322b6416 100644 --- a/eden/fs/model/Tree.h +++ b/eden/fs/model/Tree.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/TreeEntry.cpp b/eden/fs/model/TreeEntry.cpp index 1772090adc..88e2a07427 100644 --- a/eden/fs/model/TreeEntry.cpp +++ b/eden/fs/model/TreeEntry.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/TreeEntry.h b/eden/fs/model/TreeEntry.h index 1833f01ca3..8a5b34e9d5 100644 --- a/eden/fs/model/TreeEntry.h +++ b/eden/fs/model/TreeEntry.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/CMakeLists.txt b/eden/fs/model/git/CMakeLists.txt index 5144e6c292..1366a60182 100644 --- a/eden/fs/model/git/CMakeLists.txt +++ b/eden/fs/model/git/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/model/git/GitBlob.cpp b/eden/fs/model/git/GitBlob.cpp index 7d5ba8d415..8925dc4e77 100644 --- a/eden/fs/model/git/GitBlob.cpp +++ b/eden/fs/model/git/GitBlob.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/GitBlob.h b/eden/fs/model/git/GitBlob.h index fe986bf067..713ac3055c 100644 --- a/eden/fs/model/git/GitBlob.h +++ b/eden/fs/model/git/GitBlob.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/GitIgnore.cpp b/eden/fs/model/git/GitIgnore.cpp index 685423479c..421f97f9e6 100644 --- a/eden/fs/model/git/GitIgnore.cpp +++ b/eden/fs/model/git/GitIgnore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/GitIgnore.h b/eden/fs/model/git/GitIgnore.h index 395d919927..9c0a72f15c 100644 --- a/eden/fs/model/git/GitIgnore.h +++ b/eden/fs/model/git/GitIgnore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/GitIgnoreFileParser.cpp b/eden/fs/model/git/GitIgnoreFileParser.cpp index 4bb14bc87e..50d288be8e 100644 --- a/eden/fs/model/git/GitIgnoreFileParser.cpp +++ b/eden/fs/model/git/GitIgnoreFileParser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/GitIgnoreFileParser.h b/eden/fs/model/git/GitIgnoreFileParser.h index c026240ab8..0472ce4ad8 100644 --- a/eden/fs/model/git/GitIgnoreFileParser.h +++ b/eden/fs/model/git/GitIgnoreFileParser.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/GitIgnorePattern.cpp b/eden/fs/model/git/GitIgnorePattern.cpp index 9957c0c868..7d487b2e51 100644 --- a/eden/fs/model/git/GitIgnorePattern.cpp +++ b/eden/fs/model/git/GitIgnorePattern.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/GitIgnorePattern.h b/eden/fs/model/git/GitIgnorePattern.h index a83dbc4249..81407772ca 100644 --- a/eden/fs/model/git/GitIgnorePattern.h +++ b/eden/fs/model/git/GitIgnorePattern.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/GitIgnoreStack.cpp b/eden/fs/model/git/GitIgnoreStack.cpp index 7211cf11de..43f57369f0 100644 --- a/eden/fs/model/git/GitIgnoreStack.cpp +++ b/eden/fs/model/git/GitIgnoreStack.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/GitIgnoreStack.h b/eden/fs/model/git/GitIgnoreStack.h index 58f7f12353..538ef8200b 100644 --- a/eden/fs/model/git/GitIgnoreStack.h +++ b/eden/fs/model/git/GitIgnoreStack.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/GitTree.cpp b/eden/fs/model/git/GitTree.cpp index 72f3048b62..933999df02 100644 --- a/eden/fs/model/git/GitTree.cpp +++ b/eden/fs/model/git/GitTree.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/GitTree.h b/eden/fs/model/git/GitTree.h index feb153d698..f5934f6cab 100644 --- a/eden/fs/model/git/GitTree.h +++ b/eden/fs/model/git/GitTree.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/GlobMatcher.cpp b/eden/fs/model/git/GlobMatcher.cpp index ffa2418678..0fd19e3fad 100644 --- a/eden/fs/model/git/GlobMatcher.cpp +++ b/eden/fs/model/git/GlobMatcher.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/GlobMatcher.h b/eden/fs/model/git/GlobMatcher.h index 72a32f78a5..daeff79d27 100644 --- a/eden/fs/model/git/GlobMatcher.h +++ b/eden/fs/model/git/GlobMatcher.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/TopLevelIgnores.h b/eden/fs/model/git/TopLevelIgnores.h index 5e93f277dc..b2325b5407 100644 --- a/eden/fs/model/git/TopLevelIgnores.h +++ b/eden/fs/model/git/TopLevelIgnores.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/test/CMakeLists.txt b/eden/fs/model/git/test/CMakeLists.txt index c312137e9a..cca8f8a4d0 100644 --- a/eden/fs/model/git/test/CMakeLists.txt +++ b/eden/fs/model/git/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/model/git/test/GitBlobTest.cpp b/eden/fs/model/git/test/GitBlobTest.cpp index 89b6141824..348ab674b4 100644 --- a/eden/fs/model/git/test/GitBlobTest.cpp +++ b/eden/fs/model/git/test/GitBlobTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/test/GitIgnoreTest.cpp b/eden/fs/model/git/test/GitIgnoreTest.cpp index 18a51b5a09..3c25051e1c 100644 --- a/eden/fs/model/git/test/GitIgnoreTest.cpp +++ b/eden/fs/model/git/test/GitIgnoreTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/test/GitTreeTest.cpp b/eden/fs/model/git/test/GitTreeTest.cpp index c6c8b71440..71da600494 100644 --- a/eden/fs/model/git/test/GitTreeTest.cpp +++ b/eden/fs/model/git/test/GitTreeTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/test/GlobBenchmark.cpp b/eden/fs/model/git/test/GlobBenchmark.cpp index 9fb8b65d60..c696b0153b 100644 --- a/eden/fs/model/git/test/GlobBenchmark.cpp +++ b/eden/fs/model/git/test/GlobBenchmark.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/git/test/GlobMatcherTest.cpp b/eden/fs/model/git/test/GlobMatcherTest.cpp index 61ce6c17e1..1e174b8299 100644 --- a/eden/fs/model/git/test/GlobMatcherTest.cpp +++ b/eden/fs/model/git/test/GlobMatcherTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/test/CMakeLists.txt b/eden/fs/model/test/CMakeLists.txt index 55cfc806ba..03921f3c48 100644 --- a/eden/fs/model/test/CMakeLists.txt +++ b/eden/fs/model/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/model/test/HashTest.cpp b/eden/fs/model/test/HashTest.cpp index 47571ffe66..5547232daf 100644 --- a/eden/fs/model/test/HashTest.cpp +++ b/eden/fs/model/test/HashTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/test/TreeEntryTest.cpp b/eden/fs/model/test/TreeEntryTest.cpp index cf54138380..4ce190e21f 100644 --- a/eden/fs/model/test/TreeEntryTest.cpp +++ b/eden/fs/model/test/TreeEntryTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/model/test/TreeTest.cpp b/eden/fs/model/test/TreeTest.cpp index bf6b083351..db85c66f01 100644 --- a/eden/fs/model/test/TreeTest.cpp +++ b/eden/fs/model/test/TreeTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/monitor/EdenInstance.cpp b/eden/fs/monitor/EdenInstance.cpp index b4393003fc..d5277a9e8f 100644 --- a/eden/fs/monitor/EdenInstance.cpp +++ b/eden/fs/monitor/EdenInstance.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/monitor/EdenInstance.h b/eden/fs/monitor/EdenInstance.h index 19249999ce..54b25f2f82 100644 --- a/eden/fs/monitor/EdenInstance.h +++ b/eden/fs/monitor/EdenInstance.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/monitor/EdenMonitor.cpp b/eden/fs/monitor/EdenMonitor.cpp index 65bde29b2f..b2cc2209a2 100644 --- a/eden/fs/monitor/EdenMonitor.cpp +++ b/eden/fs/monitor/EdenMonitor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/monitor/EdenMonitor.h b/eden/fs/monitor/EdenMonitor.h index 806950d048..2d599c029e 100644 --- a/eden/fs/monitor/EdenMonitor.h +++ b/eden/fs/monitor/EdenMonitor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/monitor/LogFile.cpp b/eden/fs/monitor/LogFile.cpp index 853ce26d99..b93d0101db 100644 --- a/eden/fs/monitor/LogFile.cpp +++ b/eden/fs/monitor/LogFile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/monitor/LogFile.h b/eden/fs/monitor/LogFile.h index 5aa40b832d..816d046794 100644 --- a/eden/fs/monitor/LogFile.h +++ b/eden/fs/monitor/LogFile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/monitor/LogRotation.cpp b/eden/fs/monitor/LogRotation.cpp index 2016b45857..1737b2c4ba 100644 --- a/eden/fs/monitor/LogRotation.cpp +++ b/eden/fs/monitor/LogRotation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/monitor/LogRotation.h b/eden/fs/monitor/LogRotation.h index 99f9041e0d..9d241a11bb 100644 --- a/eden/fs/monitor/LogRotation.h +++ b/eden/fs/monitor/LogRotation.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/monitor/main.cpp b/eden/fs/monitor/main.cpp index 05b0a5afdb..bded5ed1dd 100644 --- a/eden/fs/monitor/main.cpp +++ b/eden/fs/monitor/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/monitor/test/LogFileTest.cpp b/eden/fs/monitor/test/LogFileTest.cpp index d60fa2625b..6a85e0f140 100644 --- a/eden/fs/monitor/test/LogFileTest.cpp +++ b/eden/fs/monitor/test/LogFileTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/CMakeLists.txt b/eden/fs/nfs/CMakeLists.txt index b8c00140cf..5159429852 100644 --- a/eden/fs/nfs/CMakeLists.txt +++ b/eden/fs/nfs/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/nfs/DirList.cpp b/eden/fs/nfs/DirList.cpp index 1fd6d34287..e2493a48c7 100644 --- a/eden/fs/nfs/DirList.cpp +++ b/eden/fs/nfs/DirList.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/DirList.h b/eden/fs/nfs/DirList.h index e1574322a8..546dc44771 100644 --- a/eden/fs/nfs/DirList.h +++ b/eden/fs/nfs/DirList.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/Mountd.cpp b/eden/fs/nfs/Mountd.cpp index 3ca88eba05..734e6f49da 100644 --- a/eden/fs/nfs/Mountd.cpp +++ b/eden/fs/nfs/Mountd.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/Mountd.h b/eden/fs/nfs/Mountd.h index d8401eb161..1a45afd3e7 100644 --- a/eden/fs/nfs/Mountd.h +++ b/eden/fs/nfs/Mountd.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/MountdRpc.cpp b/eden/fs/nfs/MountdRpc.cpp index 84b6ed877f..90f6d6448d 100644 --- a/eden/fs/nfs/MountdRpc.cpp +++ b/eden/fs/nfs/MountdRpc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/MountdRpc.h b/eden/fs/nfs/MountdRpc.h index 8bb5d023c9..a1063dbf86 100644 --- a/eden/fs/nfs/MountdRpc.h +++ b/eden/fs/nfs/MountdRpc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/NfsDispatcher.cpp b/eden/fs/nfs/NfsDispatcher.cpp index 32573c69e2..2338185552 100644 --- a/eden/fs/nfs/NfsDispatcher.cpp +++ b/eden/fs/nfs/NfsDispatcher.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/NfsDispatcher.h b/eden/fs/nfs/NfsDispatcher.h index f379bcf66d..7ea2d55b4b 100644 --- a/eden/fs/nfs/NfsDispatcher.h +++ b/eden/fs/nfs/NfsDispatcher.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/NfsRequestContext.cpp b/eden/fs/nfs/NfsRequestContext.cpp index 7eb3e29487..ea083fbe9c 100644 --- a/eden/fs/nfs/NfsRequestContext.cpp +++ b/eden/fs/nfs/NfsRequestContext.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/NfsRequestContext.h b/eden/fs/nfs/NfsRequestContext.h index 8d7720077e..e196a20d8b 100644 --- a/eden/fs/nfs/NfsRequestContext.h +++ b/eden/fs/nfs/NfsRequestContext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/NfsServer.cpp b/eden/fs/nfs/NfsServer.cpp index 4b308cf009..beffdbbbf4 100644 --- a/eden/fs/nfs/NfsServer.cpp +++ b/eden/fs/nfs/NfsServer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/NfsServer.h b/eden/fs/nfs/NfsServer.h index da59dfc27f..d7f7b69e77 100644 --- a/eden/fs/nfs/NfsServer.h +++ b/eden/fs/nfs/NfsServer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/NfsUtils.h b/eden/fs/nfs/NfsUtils.h index 199ec6aada..a2802fc51d 100644 --- a/eden/fs/nfs/NfsUtils.h +++ b/eden/fs/nfs/NfsUtils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/Nfsd3.cpp b/eden/fs/nfs/Nfsd3.cpp index acfa80df0f..43608c6b26 100644 --- a/eden/fs/nfs/Nfsd3.cpp +++ b/eden/fs/nfs/Nfsd3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/Nfsd3.h b/eden/fs/nfs/Nfsd3.h index 01e944b79d..4b12273028 100644 --- a/eden/fs/nfs/Nfsd3.h +++ b/eden/fs/nfs/Nfsd3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/NfsdRpc.cpp b/eden/fs/nfs/NfsdRpc.cpp index f32a81e133..59a7ebcedd 100644 --- a/eden/fs/nfs/NfsdRpc.cpp +++ b/eden/fs/nfs/NfsdRpc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/NfsdRpc.h b/eden/fs/nfs/NfsdRpc.h index 7b65be4fa0..0f9a3fe4d6 100644 --- a/eden/fs/nfs/NfsdRpc.h +++ b/eden/fs/nfs/NfsdRpc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/portmap/CMakeLists.txt b/eden/fs/nfs/portmap/CMakeLists.txt index b1c6119c09..951858e32e 100644 --- a/eden/fs/nfs/portmap/CMakeLists.txt +++ b/eden/fs/nfs/portmap/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/nfs/portmap/PortmapClient.cpp b/eden/fs/nfs/portmap/PortmapClient.cpp index 21b6ad2c69..62bc78450b 100644 --- a/eden/fs/nfs/portmap/PortmapClient.cpp +++ b/eden/fs/nfs/portmap/PortmapClient.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/portmap/PortmapClient.h b/eden/fs/nfs/portmap/PortmapClient.h index d8ac57be43..48d1a66f51 100644 --- a/eden/fs/nfs/portmap/PortmapClient.h +++ b/eden/fs/nfs/portmap/PortmapClient.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/portmap/PortmapUtil.cpp b/eden/fs/nfs/portmap/PortmapUtil.cpp index d669c850ac..e42c30b617 100644 --- a/eden/fs/nfs/portmap/PortmapUtil.cpp +++ b/eden/fs/nfs/portmap/PortmapUtil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/rpc/CMakeLists.txt b/eden/fs/nfs/rpc/CMakeLists.txt index 5d97230260..4befd6993b 100644 --- a/eden/fs/nfs/rpc/CMakeLists.txt +++ b/eden/fs/nfs/rpc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/nfs/rpc/Rpc.cpp b/eden/fs/nfs/rpc/Rpc.cpp index cca7156969..39bc6de96b 100644 --- a/eden/fs/nfs/rpc/Rpc.cpp +++ b/eden/fs/nfs/rpc/Rpc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/rpc/Rpc.h b/eden/fs/nfs/rpc/Rpc.h index 137a1b5706..3b351c0ccd 100644 --- a/eden/fs/nfs/rpc/Rpc.h +++ b/eden/fs/nfs/rpc/Rpc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/rpc/Server.cpp b/eden/fs/nfs/rpc/Server.cpp index 00615b4b97..2b9ca4e63d 100644 --- a/eden/fs/nfs/rpc/Server.cpp +++ b/eden/fs/nfs/rpc/Server.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/rpc/Server.h b/eden/fs/nfs/rpc/Server.h index 0325820a0a..0853af65e2 100644 --- a/eden/fs/nfs/rpc/Server.h +++ b/eden/fs/nfs/rpc/Server.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/rpc/StreamClient.cpp b/eden/fs/nfs/rpc/StreamClient.cpp index 650b4d3697..90c10a670d 100644 --- a/eden/fs/nfs/rpc/StreamClient.cpp +++ b/eden/fs/nfs/rpc/StreamClient.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/rpc/StreamClient.h b/eden/fs/nfs/rpc/StreamClient.h index 9dfb6c69f0..7ac1348e25 100644 --- a/eden/fs/nfs/rpc/StreamClient.h +++ b/eden/fs/nfs/rpc/StreamClient.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/rpc/test/CMakeLists.txt b/eden/fs/nfs/rpc/test/CMakeLists.txt index d31b719bdb..6f0b16455e 100644 --- a/eden/fs/nfs/rpc/test/CMakeLists.txt +++ b/eden/fs/nfs/rpc/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/nfs/rpc/test/RpcTest.cpp b/eden/fs/nfs/rpc/test/RpcTest.cpp index ade370f50c..60bab7f7a3 100644 --- a/eden/fs/nfs/rpc/test/RpcTest.cpp +++ b/eden/fs/nfs/rpc/test/RpcTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/test/CMakeLists.txt b/eden/fs/nfs/test/CMakeLists.txt index 0b00fdc880..f65caa3bbc 100644 --- a/eden/fs/nfs/test/CMakeLists.txt +++ b/eden/fs/nfs/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/nfs/test/DirListTest.cpp b/eden/fs/nfs/test/DirListTest.cpp index f1014e0679..a830b557a9 100644 --- a/eden/fs/nfs/test/DirListTest.cpp +++ b/eden/fs/nfs/test/DirListTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/test/NfsdRpcTest.cpp b/eden/fs/nfs/test/NfsdRpcTest.cpp index f60798d79f..a032758b42 100644 --- a/eden/fs/nfs/test/NfsdRpcTest.cpp +++ b/eden/fs/nfs/test/NfsdRpcTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/testharness/CMakeLists.txt b/eden/fs/nfs/testharness/CMakeLists.txt index 7667f60e41..7e042b5f47 100644 --- a/eden/fs/nfs/testharness/CMakeLists.txt +++ b/eden/fs/nfs/testharness/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/nfs/testharness/XdrTestUtils.cpp b/eden/fs/nfs/testharness/XdrTestUtils.cpp index c5379f3e7b..6e640182bd 100644 --- a/eden/fs/nfs/testharness/XdrTestUtils.cpp +++ b/eden/fs/nfs/testharness/XdrTestUtils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/testharness/XdrTestUtils.h b/eden/fs/nfs/testharness/XdrTestUtils.h index b7bcb1624d..44e27293a3 100644 --- a/eden/fs/nfs/testharness/XdrTestUtils.h +++ b/eden/fs/nfs/testharness/XdrTestUtils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/xdr/CMakeLists.txt b/eden/fs/nfs/xdr/CMakeLists.txt index 07c2d375ee..cf17fde54e 100644 --- a/eden/fs/nfs/xdr/CMakeLists.txt +++ b/eden/fs/nfs/xdr/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/nfs/xdr/Xdr.cpp b/eden/fs/nfs/xdr/Xdr.cpp index b12f82eb68..0c428bb437 100644 --- a/eden/fs/nfs/xdr/Xdr.cpp +++ b/eden/fs/nfs/xdr/Xdr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/xdr/Xdr.h b/eden/fs/nfs/xdr/Xdr.h index 49b459d454..3dcd8c8fb6 100644 --- a/eden/fs/nfs/xdr/Xdr.h +++ b/eden/fs/nfs/xdr/Xdr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/nfs/xdr/test/CMakeLists.txt b/eden/fs/nfs/xdr/test/CMakeLists.txt index 956190564f..8693b94653 100644 --- a/eden/fs/nfs/xdr/test/CMakeLists.txt +++ b/eden/fs/nfs/xdr/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/nfs/xdr/test/XdrTest.cpp b/eden/fs/nfs/xdr/test/XdrTest.cpp index b95905c949..46ca71ca4f 100644 --- a/eden/fs/nfs/xdr/test/XdrTest.cpp +++ b/eden/fs/nfs/xdr/test/XdrTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/notifications/CMakeLists.txt b/eden/fs/notifications/CMakeLists.txt index 7174f08b11..0c67a1c107 100644 --- a/eden/fs/notifications/CMakeLists.txt +++ b/eden/fs/notifications/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/notifications/Notifications.cpp b/eden/fs/notifications/Notifications.cpp index 9f57e686bd..5beab3397e 100644 --- a/eden/fs/notifications/Notifications.cpp +++ b/eden/fs/notifications/Notifications.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/notifications/Notifications.h b/eden/fs/notifications/Notifications.h index 5e9aa025ec..436b4843e6 100644 --- a/eden/fs/notifications/Notifications.h +++ b/eden/fs/notifications/Notifications.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/prjfs/CMakeLists.txt b/eden/fs/prjfs/CMakeLists.txt index 9b38c35f58..72d0422d29 100644 --- a/eden/fs/prjfs/CMakeLists.txt +++ b/eden/fs/prjfs/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/prjfs/Enumerator.cpp b/eden/fs/prjfs/Enumerator.cpp index fdb528e2d0..0afb6d0b6b 100644 --- a/eden/fs/prjfs/Enumerator.cpp +++ b/eden/fs/prjfs/Enumerator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/prjfs/Enumerator.h b/eden/fs/prjfs/Enumerator.h index ca4cf14103..0c4a54e743 100644 --- a/eden/fs/prjfs/Enumerator.h +++ b/eden/fs/prjfs/Enumerator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/prjfs/PrjfsChannel.cpp b/eden/fs/prjfs/PrjfsChannel.cpp index 2e2be98980..68a80f02d3 100644 --- a/eden/fs/prjfs/PrjfsChannel.cpp +++ b/eden/fs/prjfs/PrjfsChannel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/prjfs/PrjfsChannel.h b/eden/fs/prjfs/PrjfsChannel.h index 3f1409a6d0..9246770661 100644 --- a/eden/fs/prjfs/PrjfsChannel.h +++ b/eden/fs/prjfs/PrjfsChannel.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/prjfs/PrjfsDispatcher.cpp b/eden/fs/prjfs/PrjfsDispatcher.cpp index 19b8fddf99..904f2d5a2a 100644 --- a/eden/fs/prjfs/PrjfsDispatcher.cpp +++ b/eden/fs/prjfs/PrjfsDispatcher.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/prjfs/PrjfsDispatcher.h b/eden/fs/prjfs/PrjfsDispatcher.h index fcd5f73310..fa4eaa0371 100644 --- a/eden/fs/prjfs/PrjfsDispatcher.h +++ b/eden/fs/prjfs/PrjfsDispatcher.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/prjfs/PrjfsRequestContext.h b/eden/fs/prjfs/PrjfsRequestContext.h index 0b9cbdc2ea..2dfc22c302 100644 --- a/eden/fs/prjfs/PrjfsRequestContext.h +++ b/eden/fs/prjfs/PrjfsRequestContext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/py/CMakeLists.txt b/eden/fs/py/CMakeLists.txt index d226d6cec7..7b9a1c45af 100644 --- a/eden/fs/py/CMakeLists.txt +++ b/eden/fs/py/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/py/eden/dirstate.py b/eden/fs/py/eden/dirstate.py index c415c3e0e2..56d3ee647d 100644 --- a/eden/fs/py/eden/dirstate.py +++ b/eden/fs/py/eden/dirstate.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/py/eden/thrift/client.py b/eden/fs/py/eden/thrift/client.py index bf679e8eef..9ca6825f21 100644 --- a/eden/fs/py/eden/thrift/client.py +++ b/eden/fs/py/eden/thrift/client.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/py/eden/thrift/legacy.py b/eden/fs/py/eden/thrift/legacy.py index cd84f3db4f..ec8ab302fc 100644 --- a/eden/fs/py/eden/thrift/legacy.py +++ b/eden/fs/py/eden/thrift/legacy.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/py/eden/thrift/test/client_test.py b/eden/fs/py/eden/thrift/test/client_test.py index 35212b3714..9671bcbd2c 100644 --- a/eden/fs/py/eden/thrift/test/client_test.py +++ b/eden/fs/py/eden/thrift/test/client_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/py/eden/thrift/windows_thrift.py b/eden/fs/py/eden/thrift/windows_thrift.py index 9b7ca05873..5caddfb21d 100644 --- a/eden/fs/py/eden/thrift/windows_thrift.py +++ b/eden/fs/py/eden/thrift/windows_thrift.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/py/test/dirstate_test.py b/eden/fs/py/test/dirstate_test.py index e72263faa9..acc27b6548 100644 --- a/eden/fs/py/test/dirstate_test.py +++ b/eden/fs/py/test/dirstate_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/rocksdb/CMakeLists.txt b/eden/fs/rocksdb/CMakeLists.txt index 962930e353..d8face8a5a 100644 --- a/eden/fs/rocksdb/CMakeLists.txt +++ b/eden/fs/rocksdb/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/rocksdb/RocksException.cpp b/eden/fs/rocksdb/RocksException.cpp index 20a2703147..64ae0c0fd0 100644 --- a/eden/fs/rocksdb/RocksException.cpp +++ b/eden/fs/rocksdb/RocksException.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/rocksdb/RocksException.h b/eden/fs/rocksdb/RocksException.h index fe83cc0084..8c0e1b67e2 100644 --- a/eden/fs/rocksdb/RocksException.h +++ b/eden/fs/rocksdb/RocksException.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/rocksdb/RocksHandles.cpp b/eden/fs/rocksdb/RocksHandles.cpp index 3404799d3c..bf6af737d3 100644 --- a/eden/fs/rocksdb/RocksHandles.cpp +++ b/eden/fs/rocksdb/RocksHandles.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/rocksdb/RocksHandles.h b/eden/fs/rocksdb/RocksHandles.h index d88d215b70..7f16d886d2 100644 --- a/eden/fs/rocksdb/RocksHandles.h +++ b/eden/fs/rocksdb/RocksHandles.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/scripts/force-unmount-all.sh b/eden/fs/scripts/force-unmount-all.sh index 9d9b7be642..c2c93d5a41 100755 --- a/eden/fs/scripts/force-unmount-all.sh +++ b/eden/fs/scripts/force-unmount-all.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/service/CMakeLists.txt b/eden/fs/service/CMakeLists.txt index 9cf11f3ca8..964ccb95cd 100644 --- a/eden/fs/service/CMakeLists.txt +++ b/eden/fs/service/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/service/EdenCPUThreadPool.cpp b/eden/fs/service/EdenCPUThreadPool.cpp index 6efe5802b7..e8ee997747 100644 --- a/eden/fs/service/EdenCPUThreadPool.cpp +++ b/eden/fs/service/EdenCPUThreadPool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/EdenCPUThreadPool.h b/eden/fs/service/EdenCPUThreadPool.h index 3a5ea1cc42..c9c9c89a28 100644 --- a/eden/fs/service/EdenCPUThreadPool.h +++ b/eden/fs/service/EdenCPUThreadPool.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/EdenInit.cpp b/eden/fs/service/EdenInit.cpp index d8aa5c52ed..94175ffc3a 100644 --- a/eden/fs/service/EdenInit.cpp +++ b/eden/fs/service/EdenInit.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/EdenInit.h b/eden/fs/service/EdenInit.h index 8ba722a3e5..1445c28463 100644 --- a/eden/fs/service/EdenInit.h +++ b/eden/fs/service/EdenInit.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/EdenMain.cpp b/eden/fs/service/EdenMain.cpp index 59c8bcf2f6..729d542254 100644 --- a/eden/fs/service/EdenMain.cpp +++ b/eden/fs/service/EdenMain.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/EdenMain.h b/eden/fs/service/EdenMain.h index a74a7d8428..68a10e858e 100644 --- a/eden/fs/service/EdenMain.h +++ b/eden/fs/service/EdenMain.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/EdenServer.cpp b/eden/fs/service/EdenServer.cpp index df0d7f24a9..be58f6814a 100644 --- a/eden/fs/service/EdenServer.cpp +++ b/eden/fs/service/EdenServer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/EdenServer.h b/eden/fs/service/EdenServer.h index 3d66cf3923..970cc9450d 100644 --- a/eden/fs/service/EdenServer.h +++ b/eden/fs/service/EdenServer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/EdenServiceHandler.cpp b/eden/fs/service/EdenServiceHandler.cpp index 613a1e51cb..78457b8ec1 100644 --- a/eden/fs/service/EdenServiceHandler.cpp +++ b/eden/fs/service/EdenServiceHandler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/EdenServiceHandler.h b/eden/fs/service/EdenServiceHandler.h index 92fda055ff..e57e741a2d 100644 --- a/eden/fs/service/EdenServiceHandler.h +++ b/eden/fs/service/EdenServiceHandler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/EdenStateDir.cpp b/eden/fs/service/EdenStateDir.cpp index c6c56994b5..7f44eebeb7 100644 --- a/eden/fs/service/EdenStateDir.cpp +++ b/eden/fs/service/EdenStateDir.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/EdenStateDir.h b/eden/fs/service/EdenStateDir.h index f3c6876a0b..018ea7b69a 100644 --- a/eden/fs/service/EdenStateDir.h +++ b/eden/fs/service/EdenStateDir.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/PeriodicTask.cpp b/eden/fs/service/PeriodicTask.cpp index 358089b51d..7ccdbd7284 100644 --- a/eden/fs/service/PeriodicTask.cpp +++ b/eden/fs/service/PeriodicTask.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/PeriodicTask.h b/eden/fs/service/PeriodicTask.h index 94c6522a20..e09e05ce74 100644 --- a/eden/fs/service/PeriodicTask.h +++ b/eden/fs/service/PeriodicTask.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/PrettyPrinters.cpp b/eden/fs/service/PrettyPrinters.cpp index 6fa9af4df3..0593858152 100644 --- a/eden/fs/service/PrettyPrinters.cpp +++ b/eden/fs/service/PrettyPrinters.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/PrettyPrinters.h b/eden/fs/service/PrettyPrinters.h index 0d1a4552c5..cc80131082 100644 --- a/eden/fs/service/PrettyPrinters.h +++ b/eden/fs/service/PrettyPrinters.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/PrivHelperMain.cpp b/eden/fs/service/PrivHelperMain.cpp index e1e1185931..4458be167e 100644 --- a/eden/fs/service/PrivHelperMain.cpp +++ b/eden/fs/service/PrivHelperMain.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/StartupLogger.cpp b/eden/fs/service/StartupLogger.cpp index a8b14b2acb..dc749e5d88 100644 --- a/eden/fs/service/StartupLogger.cpp +++ b/eden/fs/service/StartupLogger.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/StartupLogger.h b/eden/fs/service/StartupLogger.h index 7e61bb112e..8977aaaee4 100644 --- a/eden/fs/service/StartupLogger.h +++ b/eden/fs/service/StartupLogger.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/Systemd.cpp b/eden/fs/service/Systemd.cpp index 56cdef623b..837dd6d675 100644 --- a/eden/fs/service/Systemd.cpp +++ b/eden/fs/service/Systemd.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/Systemd.h b/eden/fs/service/Systemd.h index 6541a937bf..8813afaca9 100644 --- a/eden/fs/service/Systemd.h +++ b/eden/fs/service/Systemd.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/ThriftPermissionChecker.cpp b/eden/fs/service/ThriftPermissionChecker.cpp index e48d205dc0..67e782941a 100644 --- a/eden/fs/service/ThriftPermissionChecker.cpp +++ b/eden/fs/service/ThriftPermissionChecker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/ThriftPermissionChecker.h b/eden/fs/service/ThriftPermissionChecker.h index 95422bda4c..40accf89d3 100644 --- a/eden/fs/service/ThriftPermissionChecker.h +++ b/eden/fs/service/ThriftPermissionChecker.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/ThriftUtil.h b/eden/fs/service/ThriftUtil.h index ebe4e6c99d..c95d4e16e7 100644 --- a/eden/fs/service/ThriftUtil.h +++ b/eden/fs/service/ThriftUtil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/eden.thrift b/eden/fs/service/eden.thrift index ce6670cf86..e78812ef7a 100644 --- a/eden/fs/service/eden.thrift +++ b/eden/fs/service/eden.thrift @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/fb-edenfs@.service b/eden/fs/service/fb-edenfs@.service index 93256f594a..c9f369d50b 100644 --- a/eden/fs/service/fb-edenfs@.service +++ b/eden/fs/service/fb-edenfs@.service @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and its affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/service/oss/main.cpp b/eden/fs/service/oss/main.cpp index 5f90dc07d1..5ba1e1821b 100644 --- a/eden/fs/service/oss/main.cpp +++ b/eden/fs/service/oss/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/streamingeden.thrift b/eden/fs/service/streamingeden.thrift index eb631976ef..9cf179c4f5 100644 --- a/eden/fs/service/streamingeden.thrift +++ b/eden/fs/service/streamingeden.thrift @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/test/PeriodicTaskTest.cpp b/eden/fs/service/test/PeriodicTaskTest.cpp index 8c993a1357..0b94da6fb2 100644 --- a/eden/fs/service/test/PeriodicTaskTest.cpp +++ b/eden/fs/service/test/PeriodicTaskTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/service/test/StartupLoggerTest.cpp b/eden/fs/service/test/StartupLoggerTest.cpp index cd06a4f061..83e970036e 100644 --- a/eden/fs/service/test/StartupLoggerTest.cpp +++ b/eden/fs/service/test/StartupLoggerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/sqlite/CMakeLists.txt b/eden/fs/sqlite/CMakeLists.txt index 4f211797d3..ace953c8b8 100644 --- a/eden/fs/sqlite/CMakeLists.txt +++ b/eden/fs/sqlite/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/sqlite/PersistentSqliteStatement.h b/eden/fs/sqlite/PersistentSqliteStatement.h index e41b854674..49dc6348aa 100644 --- a/eden/fs/sqlite/PersistentSqliteStatement.h +++ b/eden/fs/sqlite/PersistentSqliteStatement.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/sqlite/SqliteDatabase.cpp b/eden/fs/sqlite/SqliteDatabase.cpp index 28346893c6..b4c032c4e2 100644 --- a/eden/fs/sqlite/SqliteDatabase.cpp +++ b/eden/fs/sqlite/SqliteDatabase.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/sqlite/SqliteDatabase.h b/eden/fs/sqlite/SqliteDatabase.h index b7df8f63d8..c8bfa09889 100644 --- a/eden/fs/sqlite/SqliteDatabase.h +++ b/eden/fs/sqlite/SqliteDatabase.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/sqlite/SqliteStatement.cpp b/eden/fs/sqlite/SqliteStatement.cpp index c941328207..1d2c3ea561 100644 --- a/eden/fs/sqlite/SqliteStatement.cpp +++ b/eden/fs/sqlite/SqliteStatement.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/sqlite/SqliteStatement.h b/eden/fs/sqlite/SqliteStatement.h index 3dd5023a4c..9977d6e31e 100644 --- a/eden/fs/sqlite/SqliteStatement.h +++ b/eden/fs/sqlite/SqliteStatement.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/BackingStore.h b/eden/fs/store/BackingStore.h index bacdd0c958..a608e6e305 100644 --- a/eden/fs/store/BackingStore.h +++ b/eden/fs/store/BackingStore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/BackingStoreLogger.cpp b/eden/fs/store/BackingStoreLogger.cpp index 24a67aa861..aeab1aba45 100644 --- a/eden/fs/store/BackingStoreLogger.cpp +++ b/eden/fs/store/BackingStoreLogger.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/BackingStoreLogger.h b/eden/fs/store/BackingStoreLogger.h index ede389487f..d9ed8ee09e 100644 --- a/eden/fs/store/BackingStoreLogger.h +++ b/eden/fs/store/BackingStoreLogger.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/BlobAccess.cpp b/eden/fs/store/BlobAccess.cpp index b9755c52e3..bbb4770292 100644 --- a/eden/fs/store/BlobAccess.cpp +++ b/eden/fs/store/BlobAccess.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/BlobAccess.h b/eden/fs/store/BlobAccess.h index 9461cb1e88..88e57d8baa 100644 --- a/eden/fs/store/BlobAccess.h +++ b/eden/fs/store/BlobAccess.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/BlobCache.h b/eden/fs/store/BlobCache.h index 4b5886f99c..9863f0f952 100644 --- a/eden/fs/store/BlobCache.h +++ b/eden/fs/store/BlobCache.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/CMakeLists.txt b/eden/fs/store/CMakeLists.txt index 0a1b92f0fb..5e9f5083e7 100644 --- a/eden/fs/store/CMakeLists.txt +++ b/eden/fs/store/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/store/Diff.cpp b/eden/fs/store/Diff.cpp index b044b97b4d..5ad0544561 100644 --- a/eden/fs/store/Diff.cpp +++ b/eden/fs/store/Diff.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/Diff.h b/eden/fs/store/Diff.h index 87d8675e6c..da77b3293e 100644 --- a/eden/fs/store/Diff.h +++ b/eden/fs/store/Diff.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/DiffCallback.h b/eden/fs/store/DiffCallback.h index aefef275ec..b17f97bd47 100644 --- a/eden/fs/store/DiffCallback.h +++ b/eden/fs/store/DiffCallback.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/DiffContext.cpp b/eden/fs/store/DiffContext.cpp index 1628e4fa87..a461367d28 100644 --- a/eden/fs/store/DiffContext.cpp +++ b/eden/fs/store/DiffContext.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/DiffContext.h b/eden/fs/store/DiffContext.h index 33871fad8b..4e3767980b 100644 --- a/eden/fs/store/DiffContext.h +++ b/eden/fs/store/DiffContext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/EmptyBackingStore.cpp b/eden/fs/store/EmptyBackingStore.cpp index b00a0a0e32..8460c12118 100644 --- a/eden/fs/store/EmptyBackingStore.cpp +++ b/eden/fs/store/EmptyBackingStore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/EmptyBackingStore.h b/eden/fs/store/EmptyBackingStore.h index 00997ec6c5..0da4395890 100644 --- a/eden/fs/store/EmptyBackingStore.h +++ b/eden/fs/store/EmptyBackingStore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/IObjectStore.h b/eden/fs/store/IObjectStore.h index 106f1f3ebb..b01e2ade3b 100644 --- a/eden/fs/store/IObjectStore.h +++ b/eden/fs/store/IObjectStore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/ImportPriority.h b/eden/fs/store/ImportPriority.h index 1fd6f32b9a..0b321d2783 100644 --- a/eden/fs/store/ImportPriority.h +++ b/eden/fs/store/ImportPriority.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/KeySpace.cpp b/eden/fs/store/KeySpace.cpp index c95d7967e7..16a9fea465 100644 --- a/eden/fs/store/KeySpace.cpp +++ b/eden/fs/store/KeySpace.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/KeySpace.h b/eden/fs/store/KeySpace.h index 1f0b094a5f..e4ef7e7031 100644 --- a/eden/fs/store/KeySpace.h +++ b/eden/fs/store/KeySpace.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/LocalStore.cpp b/eden/fs/store/LocalStore.cpp index 821ebab80b..2e5254bbea 100644 --- a/eden/fs/store/LocalStore.cpp +++ b/eden/fs/store/LocalStore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/LocalStore.h b/eden/fs/store/LocalStore.h index aee64486d1..e3eaada980 100644 --- a/eden/fs/store/LocalStore.h +++ b/eden/fs/store/LocalStore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/LocalStoreCachedBackingStore.cpp b/eden/fs/store/LocalStoreCachedBackingStore.cpp index 3dd01c151d..51ae113df1 100644 --- a/eden/fs/store/LocalStoreCachedBackingStore.cpp +++ b/eden/fs/store/LocalStoreCachedBackingStore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/LocalStoreCachedBackingStore.h b/eden/fs/store/LocalStoreCachedBackingStore.h index 5a9a0433d4..91a4f00915 100644 --- a/eden/fs/store/LocalStoreCachedBackingStore.h +++ b/eden/fs/store/LocalStoreCachedBackingStore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/MemoryLocalStore.cpp b/eden/fs/store/MemoryLocalStore.cpp index 737a0b84aa..8b5089da62 100644 --- a/eden/fs/store/MemoryLocalStore.cpp +++ b/eden/fs/store/MemoryLocalStore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/MemoryLocalStore.h b/eden/fs/store/MemoryLocalStore.h index 35f6a69062..c067c47f06 100644 --- a/eden/fs/store/MemoryLocalStore.h +++ b/eden/fs/store/MemoryLocalStore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/ObjectCache-inl.h b/eden/fs/store/ObjectCache-inl.h index 564149ae13..a63ad84794 100644 --- a/eden/fs/store/ObjectCache-inl.h +++ b/eden/fs/store/ObjectCache-inl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/ObjectCache.h b/eden/fs/store/ObjectCache.h index ce14b78d94..1f4267ed88 100644 --- a/eden/fs/store/ObjectCache.h +++ b/eden/fs/store/ObjectCache.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/ObjectFetchContext.cpp b/eden/fs/store/ObjectFetchContext.cpp index 3cacb4b6e8..c6489a494b 100644 --- a/eden/fs/store/ObjectFetchContext.cpp +++ b/eden/fs/store/ObjectFetchContext.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/ObjectFetchContext.h b/eden/fs/store/ObjectFetchContext.h index f7f572129e..c8de10f732 100644 --- a/eden/fs/store/ObjectFetchContext.h +++ b/eden/fs/store/ObjectFetchContext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/ObjectStore.cpp b/eden/fs/store/ObjectStore.cpp index e52e4d7ef9..4f63cda75c 100644 --- a/eden/fs/store/ObjectStore.cpp +++ b/eden/fs/store/ObjectStore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/ObjectStore.h b/eden/fs/store/ObjectStore.h index 26d49c3c15..2623079b3e 100644 --- a/eden/fs/store/ObjectStore.h +++ b/eden/fs/store/ObjectStore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/PathLoader.cpp b/eden/fs/store/PathLoader.cpp index 8b0312ce50..ed9becb37c 100644 --- a/eden/fs/store/PathLoader.cpp +++ b/eden/fs/store/PathLoader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/PathLoader.h b/eden/fs/store/PathLoader.h index 0ff63faab0..6393907506 100644 --- a/eden/fs/store/PathLoader.h +++ b/eden/fs/store/PathLoader.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/RocksDbLocalStore.cpp b/eden/fs/store/RocksDbLocalStore.cpp index 9d899d50a2..e94336891b 100644 --- a/eden/fs/store/RocksDbLocalStore.cpp +++ b/eden/fs/store/RocksDbLocalStore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/RocksDbLocalStore.h b/eden/fs/store/RocksDbLocalStore.h index 032461ee2c..f31b3d39b0 100644 --- a/eden/fs/store/RocksDbLocalStore.h +++ b/eden/fs/store/RocksDbLocalStore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/ScmStatusDiffCallback.cpp b/eden/fs/store/ScmStatusDiffCallback.cpp index 12ec2c19bd..9233bc1914 100644 --- a/eden/fs/store/ScmStatusDiffCallback.cpp +++ b/eden/fs/store/ScmStatusDiffCallback.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/ScmStatusDiffCallback.h b/eden/fs/store/ScmStatusDiffCallback.h index d0c9019b81..56c91b5c4f 100644 --- a/eden/fs/store/ScmStatusDiffCallback.h +++ b/eden/fs/store/ScmStatusDiffCallback.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/SerializedBlobMetadata.cpp b/eden/fs/store/SerializedBlobMetadata.cpp index ce9ed78729..30f5e2a973 100644 --- a/eden/fs/store/SerializedBlobMetadata.cpp +++ b/eden/fs/store/SerializedBlobMetadata.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/SerializedBlobMetadata.h b/eden/fs/store/SerializedBlobMetadata.h index 1f40b8573a..13be3625e2 100644 --- a/eden/fs/store/SerializedBlobMetadata.h +++ b/eden/fs/store/SerializedBlobMetadata.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/SqliteLocalStore.cpp b/eden/fs/store/SqliteLocalStore.cpp index 14f3e49943..65db7eb8c2 100644 --- a/eden/fs/store/SqliteLocalStore.cpp +++ b/eden/fs/store/SqliteLocalStore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/SqliteLocalStore.h b/eden/fs/store/SqliteLocalStore.h index 81c6d11a2a..2d3fd57455 100644 --- a/eden/fs/store/SqliteLocalStore.h +++ b/eden/fs/store/SqliteLocalStore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/StatsFetchContext.cpp b/eden/fs/store/StatsFetchContext.cpp index b9485d3d81..a8f969de5a 100644 --- a/eden/fs/store/StatsFetchContext.cpp +++ b/eden/fs/store/StatsFetchContext.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/StatsFetchContext.h b/eden/fs/store/StatsFetchContext.h index 4c09548bcc..da54d45e1f 100644 --- a/eden/fs/store/StatsFetchContext.h +++ b/eden/fs/store/StatsFetchContext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/StoreResult.cpp b/eden/fs/store/StoreResult.cpp index da498b1535..74d9cf725f 100644 --- a/eden/fs/store/StoreResult.cpp +++ b/eden/fs/store/StoreResult.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/StoreResult.h b/eden/fs/store/StoreResult.h index 93c16a2713..090152d31d 100644 --- a/eden/fs/store/StoreResult.h +++ b/eden/fs/store/StoreResult.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/TreeCache.cpp b/eden/fs/store/TreeCache.cpp index 80d4b85237..be1897c44f 100644 --- a/eden/fs/store/TreeCache.cpp +++ b/eden/fs/store/TreeCache.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/TreeCache.h b/eden/fs/store/TreeCache.h index 3e44e68c36..37f70bf399 100644 --- a/eden/fs/store/TreeCache.h +++ b/eden/fs/store/TreeCache.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/TreeMetadata.cpp b/eden/fs/store/TreeMetadata.cpp index ced16c2cec..77c9023790 100644 --- a/eden/fs/store/TreeMetadata.cpp +++ b/eden/fs/store/TreeMetadata.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/TreeMetadata.h b/eden/fs/store/TreeMetadata.h index ac6c7930ba..54dfe09710 100644 --- a/eden/fs/store/TreeMetadata.h +++ b/eden/fs/store/TreeMetadata.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/eden_store_util.cpp b/eden/fs/store/eden_store_util.cpp index eb46e2d03f..25eaf5987c 100644 --- a/eden/fs/store/eden_store_util.cpp +++ b/eden/fs/store/eden_store_util.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/git/CMakeLists.txt b/eden/fs/store/git/CMakeLists.txt index eadbc970cb..c7e445c9ca 100644 --- a/eden/fs/store/git/CMakeLists.txt +++ b/eden/fs/store/git/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/store/git/GitBackingStore.cpp b/eden/fs/store/git/GitBackingStore.cpp index 68a787457a..d607036142 100644 --- a/eden/fs/store/git/GitBackingStore.cpp +++ b/eden/fs/store/git/GitBackingStore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/git/GitBackingStore.h b/eden/fs/store/git/GitBackingStore.h index 4cbbe8d77d..8c56739efe 100644 --- a/eden/fs/store/git/GitBackingStore.h +++ b/eden/fs/store/git/GitBackingStore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/CMakeLists.txt b/eden/fs/store/hg/CMakeLists.txt index 04745c8cee..ca148d1e8d 100644 --- a/eden/fs/store/hg/CMakeLists.txt +++ b/eden/fs/store/hg/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/store/hg/HgBackingStore.cpp b/eden/fs/store/hg/HgBackingStore.cpp index f3c51f2973..cf6963cc49 100644 --- a/eden/fs/store/hg/HgBackingStore.cpp +++ b/eden/fs/store/hg/HgBackingStore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/HgBackingStore.h b/eden/fs/store/hg/HgBackingStore.h index 163c6498c8..bb36a536a7 100644 --- a/eden/fs/store/hg/HgBackingStore.h +++ b/eden/fs/store/hg/HgBackingStore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/HgDatapackStore.cpp b/eden/fs/store/hg/HgDatapackStore.cpp index 38dcb82342..1dc0d1241e 100644 --- a/eden/fs/store/hg/HgDatapackStore.cpp +++ b/eden/fs/store/hg/HgDatapackStore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/HgDatapackStore.h b/eden/fs/store/hg/HgDatapackStore.h index bbbfa80a05..650acbb2d1 100644 --- a/eden/fs/store/hg/HgDatapackStore.h +++ b/eden/fs/store/hg/HgDatapackStore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/HgImportPyError.cpp b/eden/fs/store/hg/HgImportPyError.cpp index 96c6ca558b..a232bf0347 100644 --- a/eden/fs/store/hg/HgImportPyError.cpp +++ b/eden/fs/store/hg/HgImportPyError.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/HgImportPyError.h b/eden/fs/store/hg/HgImportPyError.h index 149481dc01..d58dd3cc3c 100644 --- a/eden/fs/store/hg/HgImportPyError.h +++ b/eden/fs/store/hg/HgImportPyError.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/HgImportRequest.cpp b/eden/fs/store/hg/HgImportRequest.cpp index 4313fc5b70..13449a7fd1 100644 --- a/eden/fs/store/hg/HgImportRequest.cpp +++ b/eden/fs/store/hg/HgImportRequest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/HgImportRequest.h b/eden/fs/store/hg/HgImportRequest.h index c64d169ea0..4392c576e1 100644 --- a/eden/fs/store/hg/HgImportRequest.h +++ b/eden/fs/store/hg/HgImportRequest.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/HgImportRequestQueue.cpp b/eden/fs/store/hg/HgImportRequestQueue.cpp index b119dddf9d..a404dc6e9b 100644 --- a/eden/fs/store/hg/HgImportRequestQueue.cpp +++ b/eden/fs/store/hg/HgImportRequestQueue.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/HgImportRequestQueue.h b/eden/fs/store/hg/HgImportRequestQueue.h index f6232a7ec1..344d2c96a7 100644 --- a/eden/fs/store/hg/HgImportRequestQueue.h +++ b/eden/fs/store/hg/HgImportRequestQueue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/HgImporter.cpp b/eden/fs/store/hg/HgImporter.cpp index d00248e298..609e7133be 100644 --- a/eden/fs/store/hg/HgImporter.cpp +++ b/eden/fs/store/hg/HgImporter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/HgImporter.h b/eden/fs/store/hg/HgImporter.h index 9f6a8e860d..a6e3680cee 100644 --- a/eden/fs/store/hg/HgImporter.h +++ b/eden/fs/store/hg/HgImporter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/HgProxyHash.cpp b/eden/fs/store/hg/HgProxyHash.cpp index b494f71de3..39aae43aab 100644 --- a/eden/fs/store/hg/HgProxyHash.cpp +++ b/eden/fs/store/hg/HgProxyHash.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/HgProxyHash.h b/eden/fs/store/hg/HgProxyHash.h index c0ed8b2dfb..39a425127a 100644 --- a/eden/fs/store/hg/HgProxyHash.h +++ b/eden/fs/store/hg/HgProxyHash.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/HgQueuedBackingStore.cpp b/eden/fs/store/hg/HgQueuedBackingStore.cpp index fbf70b192d..bf2efda979 100644 --- a/eden/fs/store/hg/HgQueuedBackingStore.cpp +++ b/eden/fs/store/hg/HgQueuedBackingStore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/HgQueuedBackingStore.h b/eden/fs/store/hg/HgQueuedBackingStore.h index 9ae057e5ca..ebab9666bc 100644 --- a/eden/fs/store/hg/HgQueuedBackingStore.h +++ b/eden/fs/store/hg/HgQueuedBackingStore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/MetadataImporter.cpp b/eden/fs/store/hg/MetadataImporter.cpp index d9158c412d..cbeb3206ec 100644 --- a/eden/fs/store/hg/MetadataImporter.cpp +++ b/eden/fs/store/hg/MetadataImporter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/MetadataImporter.h b/eden/fs/store/hg/MetadataImporter.h index 257313c125..05671c7795 100644 --- a/eden/fs/store/hg/MetadataImporter.h +++ b/eden/fs/store/hg/MetadataImporter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/test/CMakeLists.txt b/eden/fs/store/hg/test/CMakeLists.txt index 555ac88d26..921d05dd28 100644 --- a/eden/fs/store/hg/test/CMakeLists.txt +++ b/eden/fs/store/hg/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/store/hg/test/HgBackingStoreTest.cpp b/eden/fs/store/hg/test/HgBackingStoreTest.cpp index 2a1e7403e6..32289f2aa6 100644 --- a/eden/fs/store/hg/test/HgBackingStoreTest.cpp +++ b/eden/fs/store/hg/test/HgBackingStoreTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/test/HgImportRequestQueueTest.cpp b/eden/fs/store/hg/test/HgImportRequestQueueTest.cpp index c793f90786..67ebe68366 100644 --- a/eden/fs/store/hg/test/HgImportRequestQueueTest.cpp +++ b/eden/fs/store/hg/test/HgImportRequestQueueTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/test/HgImportTest.cpp b/eden/fs/store/hg/test/HgImportTest.cpp index 834c59dc98..179bf96673 100644 --- a/eden/fs/store/hg/test/HgImportTest.cpp +++ b/eden/fs/store/hg/test/HgImportTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/test/HgProxyHashTest.cpp b/eden/fs/store/hg/test/HgProxyHashTest.cpp index d682ff33f1..3037887057 100644 --- a/eden/fs/store/hg/test/HgProxyHashTest.cpp +++ b/eden/fs/store/hg/test/HgProxyHashTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/hg/test/HgQueuedBackingStoreTest.cpp b/eden/fs/store/hg/test/HgQueuedBackingStoreTest.cpp index b2bead45c3..cfd47a97be 100644 --- a/eden/fs/store/hg/test/HgQueuedBackingStoreTest.cpp +++ b/eden/fs/store/hg/test/HgQueuedBackingStoreTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/test/BlobAccessTest.cpp b/eden/fs/store/test/BlobAccessTest.cpp index 88bcdf2c9b..4a4bace56e 100644 --- a/eden/fs/store/test/BlobAccessTest.cpp +++ b/eden/fs/store/test/BlobAccessTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/test/BlobCacheTest.cpp b/eden/fs/store/test/BlobCacheTest.cpp index 3976a6b4b6..d5a5c42732 100644 --- a/eden/fs/store/test/BlobCacheTest.cpp +++ b/eden/fs/store/test/BlobCacheTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/test/CMakeLists.txt b/eden/fs/store/test/CMakeLists.txt index d8b06226d2..86eaf65706 100644 --- a/eden/fs/store/test/CMakeLists.txt +++ b/eden/fs/store/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/store/test/DiffTest.cpp b/eden/fs/store/test/DiffTest.cpp index 9edc287beb..dd4cfc59a6 100644 --- a/eden/fs/store/test/DiffTest.cpp +++ b/eden/fs/store/test/DiffTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/test/ImportPriorityTest.cpp b/eden/fs/store/test/ImportPriorityTest.cpp index 4c209c3310..0663755627 100644 --- a/eden/fs/store/test/ImportPriorityTest.cpp +++ b/eden/fs/store/test/ImportPriorityTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/test/LocalStoreTest.cpp b/eden/fs/store/test/LocalStoreTest.cpp index 6a9bfd9ecc..b8d64293b2 100644 --- a/eden/fs/store/test/LocalStoreTest.cpp +++ b/eden/fs/store/test/LocalStoreTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/test/LocalStoreTest.h b/eden/fs/store/test/LocalStoreTest.h index f306ea6d80..c530af9a0a 100644 --- a/eden/fs/store/test/LocalStoreTest.h +++ b/eden/fs/store/test/LocalStoreTest.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/test/ObjectCacheTest.cpp b/eden/fs/store/test/ObjectCacheTest.cpp index 780b43ae3c..1dccf002b4 100644 --- a/eden/fs/store/test/ObjectCacheTest.cpp +++ b/eden/fs/store/test/ObjectCacheTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/test/ObjectStoreTest.cpp b/eden/fs/store/test/ObjectStoreTest.cpp index d780321178..8b2d243e9c 100644 --- a/eden/fs/store/test/ObjectStoreTest.cpp +++ b/eden/fs/store/test/ObjectStoreTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/test/RocksDbLocalStoreTest.cpp b/eden/fs/store/test/RocksDbLocalStoreTest.cpp index cbba8b4aa2..f37a6eba58 100644 --- a/eden/fs/store/test/RocksDbLocalStoreTest.cpp +++ b/eden/fs/store/test/RocksDbLocalStoreTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/test/TreeCacheTest.cpp b/eden/fs/store/test/TreeCacheTest.cpp index 286690f5d0..ea15fb5f24 100644 --- a/eden/fs/store/test/TreeCacheTest.cpp +++ b/eden/fs/store/test/TreeCacheTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/test/TreeMetadataTest.cpp b/eden/fs/store/test/TreeMetadataTest.cpp index bf1fcb1be4..97a334e217 100644 --- a/eden/fs/store/test/TreeMetadataTest.cpp +++ b/eden/fs/store/test/TreeMetadataTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/store/test/TreeTest.cpp b/eden/fs/store/test/TreeTest.cpp index aed9af4cec..5dbd2e960c 100644 --- a/eden/fs/store/test/TreeTest.cpp +++ b/eden/fs/store/test/TreeTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/takeover/CMakeLists.txt b/eden/fs/takeover/CMakeLists.txt index d13638771d..592fe1edd6 100644 --- a/eden/fs/takeover/CMakeLists.txt +++ b/eden/fs/takeover/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/takeover/TakeoverClient.cpp b/eden/fs/takeover/TakeoverClient.cpp index a42b241bf9..eb6a6b64d0 100644 --- a/eden/fs/takeover/TakeoverClient.cpp +++ b/eden/fs/takeover/TakeoverClient.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/takeover/TakeoverClient.h b/eden/fs/takeover/TakeoverClient.h index 3917c3812d..bf96c592a7 100644 --- a/eden/fs/takeover/TakeoverClient.h +++ b/eden/fs/takeover/TakeoverClient.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/takeover/TakeoverData.cpp b/eden/fs/takeover/TakeoverData.cpp index bb05ec94d8..6a80748eee 100644 --- a/eden/fs/takeover/TakeoverData.cpp +++ b/eden/fs/takeover/TakeoverData.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/takeover/TakeoverData.h b/eden/fs/takeover/TakeoverData.h index 873f342017..544925b3d8 100644 --- a/eden/fs/takeover/TakeoverData.h +++ b/eden/fs/takeover/TakeoverData.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/takeover/TakeoverHandler.h b/eden/fs/takeover/TakeoverHandler.h index 20101b0497..0bc95dd8c4 100644 --- a/eden/fs/takeover/TakeoverHandler.h +++ b/eden/fs/takeover/TakeoverHandler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/takeover/TakeoverServer.cpp b/eden/fs/takeover/TakeoverServer.cpp index 59b6aed3da..796de88241 100644 --- a/eden/fs/takeover/TakeoverServer.cpp +++ b/eden/fs/takeover/TakeoverServer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/takeover/TakeoverServer.h b/eden/fs/takeover/TakeoverServer.h index 80a21bd72a..f7f64c8d7f 100644 --- a/eden/fs/takeover/TakeoverServer.h +++ b/eden/fs/takeover/TakeoverServer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/takeover/takeover.thrift b/eden/fs/takeover/takeover.thrift index 9cc5f3fd72..2804c02bb7 100644 --- a/eden/fs/takeover/takeover.thrift +++ b/eden/fs/takeover/takeover.thrift @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/takeover/test/TakeoverTest.cpp b/eden/fs/takeover/test/TakeoverTest.cpp index a8ab219f19..c268126319 100644 --- a/eden/fs/takeover/test/TakeoverTest.cpp +++ b/eden/fs/takeover/test/TakeoverTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/CMakeLists.txt b/eden/fs/telemetry/CMakeLists.txt index ee4ffa0720..586be318ea 100644 --- a/eden/fs/telemetry/CMakeLists.txt +++ b/eden/fs/telemetry/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/telemetry/EdenStats.cpp b/eden/fs/telemetry/EdenStats.cpp index 78a5512650..7eba17ac8d 100644 --- a/eden/fs/telemetry/EdenStats.cpp +++ b/eden/fs/telemetry/EdenStats.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/EdenStats.h b/eden/fs/telemetry/EdenStats.h index 8543eaa9bf..96d80b6919 100644 --- a/eden/fs/telemetry/EdenStats.h +++ b/eden/fs/telemetry/EdenStats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/FsEventLogger.cpp b/eden/fs/telemetry/FsEventLogger.cpp index bfe2fd4bab..ec87759c29 100644 --- a/eden/fs/telemetry/FsEventLogger.cpp +++ b/eden/fs/telemetry/FsEventLogger.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/FsEventLogger.h b/eden/fs/telemetry/FsEventLogger.h index b59bf5c996..aa41196402 100644 --- a/eden/fs/telemetry/FsEventLogger.h +++ b/eden/fs/telemetry/FsEventLogger.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/IActivityRecorder.h b/eden/fs/telemetry/IActivityRecorder.h index bfa6a0b5a1..5a787c867c 100644 --- a/eden/fs/telemetry/IActivityRecorder.h +++ b/eden/fs/telemetry/IActivityRecorder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/IHiveLogger.h b/eden/fs/telemetry/IHiveLogger.h index 02ad0c4309..a23b1cc87c 100644 --- a/eden/fs/telemetry/IHiveLogger.h +++ b/eden/fs/telemetry/IHiveLogger.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/LogEvent.cpp b/eden/fs/telemetry/LogEvent.cpp index 802e781a2c..b0405ab58e 100644 --- a/eden/fs/telemetry/LogEvent.cpp +++ b/eden/fs/telemetry/LogEvent.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/LogEvent.h b/eden/fs/telemetry/LogEvent.h index b0534e995f..b746418754 100644 --- a/eden/fs/telemetry/LogEvent.h +++ b/eden/fs/telemetry/LogEvent.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/NullStructuredLogger.h b/eden/fs/telemetry/NullStructuredLogger.h index 22f968783f..d5f474a0fc 100644 --- a/eden/fs/telemetry/NullStructuredLogger.h +++ b/eden/fs/telemetry/NullStructuredLogger.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/RequestMetricsScope.cpp b/eden/fs/telemetry/RequestMetricsScope.cpp index 616c7f03bc..3aeb7bc0c1 100644 --- a/eden/fs/telemetry/RequestMetricsScope.cpp +++ b/eden/fs/telemetry/RequestMetricsScope.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/RequestMetricsScope.h b/eden/fs/telemetry/RequestMetricsScope.h index 806687f2e2..22fd662ad7 100644 --- a/eden/fs/telemetry/RequestMetricsScope.h +++ b/eden/fs/telemetry/RequestMetricsScope.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/ScribeLogger.h b/eden/fs/telemetry/ScribeLogger.h index 6e385d79e0..a69f388dce 100644 --- a/eden/fs/telemetry/ScribeLogger.h +++ b/eden/fs/telemetry/ScribeLogger.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/ScubaStructuredLogger.cpp b/eden/fs/telemetry/ScubaStructuredLogger.cpp index a8649cbb5b..51be1558c6 100644 --- a/eden/fs/telemetry/ScubaStructuredLogger.cpp +++ b/eden/fs/telemetry/ScubaStructuredLogger.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/ScubaStructuredLogger.h b/eden/fs/telemetry/ScubaStructuredLogger.h index aff5e85feb..a487b90d83 100644 --- a/eden/fs/telemetry/ScubaStructuredLogger.h +++ b/eden/fs/telemetry/ScubaStructuredLogger.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/SessionId.cpp b/eden/fs/telemetry/SessionId.cpp index bdacf3bf2c..6cf78f5d19 100644 --- a/eden/fs/telemetry/SessionId.cpp +++ b/eden/fs/telemetry/SessionId.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/SessionId.h b/eden/fs/telemetry/SessionId.h index 002c13d37d..7324454413 100644 --- a/eden/fs/telemetry/SessionId.h +++ b/eden/fs/telemetry/SessionId.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/SessionInfo.cpp b/eden/fs/telemetry/SessionInfo.cpp index 8a441f9bf9..93fa1d6e23 100644 --- a/eden/fs/telemetry/SessionInfo.cpp +++ b/eden/fs/telemetry/SessionInfo.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/SessionInfo.h b/eden/fs/telemetry/SessionInfo.h index 283e38ec4d..cdbf2c6cde 100644 --- a/eden/fs/telemetry/SessionInfo.h +++ b/eden/fs/telemetry/SessionInfo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/StructuredLogger.cpp b/eden/fs/telemetry/StructuredLogger.cpp index 25fdcdd892..9383c49470 100644 --- a/eden/fs/telemetry/StructuredLogger.cpp +++ b/eden/fs/telemetry/StructuredLogger.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/StructuredLogger.h b/eden/fs/telemetry/StructuredLogger.h index e77221f6e0..f6ac2c9781 100644 --- a/eden/fs/telemetry/StructuredLogger.h +++ b/eden/fs/telemetry/StructuredLogger.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/StructuredLoggerFactory.cpp b/eden/fs/telemetry/StructuredLoggerFactory.cpp index 32427e76f7..c72214541b 100644 --- a/eden/fs/telemetry/StructuredLoggerFactory.cpp +++ b/eden/fs/telemetry/StructuredLoggerFactory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/StructuredLoggerFactory.h b/eden/fs/telemetry/StructuredLoggerFactory.h index 1719f52b56..9b5c7ec717 100644 --- a/eden/fs/telemetry/StructuredLoggerFactory.h +++ b/eden/fs/telemetry/StructuredLoggerFactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/SubprocessScribeLogger.cpp b/eden/fs/telemetry/SubprocessScribeLogger.cpp index 4a3c956a6a..aa1f08949a 100644 --- a/eden/fs/telemetry/SubprocessScribeLogger.cpp +++ b/eden/fs/telemetry/SubprocessScribeLogger.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/SubprocessScribeLogger.h b/eden/fs/telemetry/SubprocessScribeLogger.h index 0acfcf6fcb..baf81a0210 100644 --- a/eden/fs/telemetry/SubprocessScribeLogger.h +++ b/eden/fs/telemetry/SubprocessScribeLogger.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/TraceBus-inl.h b/eden/fs/telemetry/TraceBus-inl.h index 3ca7c7ba24..dd799e7050 100644 --- a/eden/fs/telemetry/TraceBus-inl.h +++ b/eden/fs/telemetry/TraceBus-inl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/TraceBus.h b/eden/fs/telemetry/TraceBus.h index 1b08f14a11..6b16680ef6 100644 --- a/eden/fs/telemetry/TraceBus.h +++ b/eden/fs/telemetry/TraceBus.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/Tracing.cpp b/eden/fs/telemetry/Tracing.cpp index 27f0b99380..abe2ca7368 100644 --- a/eden/fs/telemetry/Tracing.cpp +++ b/eden/fs/telemetry/Tracing.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/Tracing.h b/eden/fs/telemetry/Tracing.h index fdecd74fa4..1bc3ebe6da 100644 --- a/eden/fs/telemetry/Tracing.h +++ b/eden/fs/telemetry/Tracing.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/test/ScubaStructuredLoggerTest.cpp b/eden/fs/telemetry/test/ScubaStructuredLoggerTest.cpp index 166be9f575..0bb2cb877c 100644 --- a/eden/fs/telemetry/test/ScubaStructuredLoggerTest.cpp +++ b/eden/fs/telemetry/test/ScubaStructuredLoggerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/test/SubprocessScribeLoggerTest.cpp b/eden/fs/telemetry/test/SubprocessScribeLoggerTest.cpp index 628a57ca84..88fa26ccfb 100644 --- a/eden/fs/telemetry/test/SubprocessScribeLoggerTest.cpp +++ b/eden/fs/telemetry/test/SubprocessScribeLoggerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/test/TraceBusTest.cpp b/eden/fs/telemetry/test/TraceBusTest.cpp index e816c34c6c..5babcecc9b 100644 --- a/eden/fs/telemetry/test/TraceBusTest.cpp +++ b/eden/fs/telemetry/test/TraceBusTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/test/TracingBenchmark.cpp b/eden/fs/telemetry/test/TracingBenchmark.cpp index 52f1a81c92..3fadc4949e 100644 --- a/eden/fs/telemetry/test/TracingBenchmark.cpp +++ b/eden/fs/telemetry/test/TracingBenchmark.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/telemetry/test/TracingTest.cpp b/eden/fs/telemetry/test/TracingTest.cpp index bdd37becc3..bd3b33eaee 100644 --- a/eden/fs/telemetry/test/TracingTest.cpp +++ b/eden/fs/telemetry/test/TracingTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/CMakeLists.txt b/eden/fs/testharness/CMakeLists.txt index ca8bba2a5f..98890d021e 100644 --- a/eden/fs/testharness/CMakeLists.txt +++ b/eden/fs/testharness/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/testharness/FakeBackingStore.cpp b/eden/fs/testharness/FakeBackingStore.cpp index f59cf22cc4..47f6be8d61 100644 --- a/eden/fs/testharness/FakeBackingStore.cpp +++ b/eden/fs/testharness/FakeBackingStore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/FakeBackingStore.h b/eden/fs/testharness/FakeBackingStore.h index 6bc7cab789..2cb86b05cd 100644 --- a/eden/fs/testharness/FakeBackingStore.h +++ b/eden/fs/testharness/FakeBackingStore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/FakeClock.h b/eden/fs/testharness/FakeClock.h index 4b2f578c25..74087d7f25 100644 --- a/eden/fs/testharness/FakeClock.h +++ b/eden/fs/testharness/FakeClock.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/FakeFuse.cpp b/eden/fs/testharness/FakeFuse.cpp index 3cabd5121e..4aa638834e 100644 --- a/eden/fs/testharness/FakeFuse.cpp +++ b/eden/fs/testharness/FakeFuse.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/FakeFuse.h b/eden/fs/testharness/FakeFuse.h index c2fc896017..59029b7d30 100644 --- a/eden/fs/testharness/FakeFuse.h +++ b/eden/fs/testharness/FakeFuse.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/FakeObjectStore.cpp b/eden/fs/testharness/FakeObjectStore.cpp index 69648f0c81..a8fb4e562f 100644 --- a/eden/fs/testharness/FakeObjectStore.cpp +++ b/eden/fs/testharness/FakeObjectStore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/FakeObjectStore.h b/eden/fs/testharness/FakeObjectStore.h index da84c87dbe..a58dc4a238 100644 --- a/eden/fs/testharness/FakeObjectStore.h +++ b/eden/fs/testharness/FakeObjectStore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/FakePrivHelper.cpp b/eden/fs/testharness/FakePrivHelper.cpp index e3a141622a..fde57ce448 100644 --- a/eden/fs/testharness/FakePrivHelper.cpp +++ b/eden/fs/testharness/FakePrivHelper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/FakePrivHelper.h b/eden/fs/testharness/FakePrivHelper.h index ff2109acb8..d4dc2bcb9b 100644 --- a/eden/fs/testharness/FakePrivHelper.h +++ b/eden/fs/testharness/FakePrivHelper.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/FakeTreeBuilder.cpp b/eden/fs/testharness/FakeTreeBuilder.cpp index 463e1cc7d9..907eb77c03 100644 --- a/eden/fs/testharness/FakeTreeBuilder.cpp +++ b/eden/fs/testharness/FakeTreeBuilder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/FakeTreeBuilder.h b/eden/fs/testharness/FakeTreeBuilder.h index 69b6558b8c..f62aaab62f 100644 --- a/eden/fs/testharness/FakeTreeBuilder.h +++ b/eden/fs/testharness/FakeTreeBuilder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/HgBinary.cpp b/eden/fs/testharness/HgBinary.cpp index 1f5b629917..81ec0db503 100644 --- a/eden/fs/testharness/HgBinary.cpp +++ b/eden/fs/testharness/HgBinary.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/HgBinary.h b/eden/fs/testharness/HgBinary.h index 38f38f8c33..c283165ff5 100644 --- a/eden/fs/testharness/HgBinary.h +++ b/eden/fs/testharness/HgBinary.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/HgRepo.cpp b/eden/fs/testharness/HgRepo.cpp index 52afda0184..be60da8075 100644 --- a/eden/fs/testharness/HgRepo.cpp +++ b/eden/fs/testharness/HgRepo.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/HgRepo.h b/eden/fs/testharness/HgRepo.h index 30a173f63c..b6b6e367e5 100644 --- a/eden/fs/testharness/HgRepo.h +++ b/eden/fs/testharness/HgRepo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/InodeUnloader.h b/eden/fs/testharness/InodeUnloader.h index c684d328b3..63b6b325ab 100644 --- a/eden/fs/testharness/InodeUnloader.h +++ b/eden/fs/testharness/InodeUnloader.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/LoggingFetchContext.h b/eden/fs/testharness/LoggingFetchContext.h index 998c3158ce..a24d2b09ad 100644 --- a/eden/fs/testharness/LoggingFetchContext.h +++ b/eden/fs/testharness/LoggingFetchContext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/StoredObject.h b/eden/fs/testharness/StoredObject.h index 63723205a7..e729443efd 100644 --- a/eden/fs/testharness/StoredObject.h +++ b/eden/fs/testharness/StoredObject.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/TempFile.cpp b/eden/fs/testharness/TempFile.cpp index 2fd25a3245..dc9d991a8c 100644 --- a/eden/fs/testharness/TempFile.cpp +++ b/eden/fs/testharness/TempFile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/TempFile.h b/eden/fs/testharness/TempFile.h index d64a836717..381d107443 100644 --- a/eden/fs/testharness/TempFile.h +++ b/eden/fs/testharness/TempFile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/TestChecks.h b/eden/fs/testharness/TestChecks.h index bd72bf2c6c..12d8f0d684 100644 --- a/eden/fs/testharness/TestChecks.h +++ b/eden/fs/testharness/TestChecks.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/TestDispatcher.cpp b/eden/fs/testharness/TestDispatcher.cpp index a569536d8b..4baa6bf49a 100644 --- a/eden/fs/testharness/TestDispatcher.cpp +++ b/eden/fs/testharness/TestDispatcher.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/TestDispatcher.h b/eden/fs/testharness/TestDispatcher.h index 158770939b..15c151cd73 100644 --- a/eden/fs/testharness/TestDispatcher.h +++ b/eden/fs/testharness/TestDispatcher.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/TestMain.cpp b/eden/fs/testharness/TestMain.cpp index 2667859cf7..274df60ac9 100644 --- a/eden/fs/testharness/TestMain.cpp +++ b/eden/fs/testharness/TestMain.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/TestMount.cpp b/eden/fs/testharness/TestMount.cpp index 20cb3c3e77..204b08f3f5 100644 --- a/eden/fs/testharness/TestMount.cpp +++ b/eden/fs/testharness/TestMount.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/TestMount.h b/eden/fs/testharness/TestMount.h index aabca527d6..826ebf851b 100644 --- a/eden/fs/testharness/TestMount.h +++ b/eden/fs/testharness/TestMount.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/TestServer.cpp b/eden/fs/testharness/TestServer.cpp index 6cbe664408..581ecef7d1 100644 --- a/eden/fs/testharness/TestServer.cpp +++ b/eden/fs/testharness/TestServer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/TestServer.h b/eden/fs/testharness/TestServer.h index c119f6c1a2..629ef67399 100644 --- a/eden/fs/testharness/TestServer.h +++ b/eden/fs/testharness/TestServer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/TestUtil.cpp b/eden/fs/testharness/TestUtil.cpp index b0e0c826f0..1001158f24 100644 --- a/eden/fs/testharness/TestUtil.cpp +++ b/eden/fs/testharness/TestUtil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/TestUtil.h b/eden/fs/testharness/TestUtil.h index e6e276c93d..9b8266510c 100644 --- a/eden/fs/testharness/TestUtil.h +++ b/eden/fs/testharness/TestUtil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/test/FakeBackingStoreTest.cpp b/eden/fs/testharness/test/FakeBackingStoreTest.cpp index f808e539be..a5a71f2fdb 100644 --- a/eden/fs/testharness/test/FakeBackingStoreTest.cpp +++ b/eden/fs/testharness/test/FakeBackingStoreTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/test/FakeObjectStoreTest.cpp b/eden/fs/testharness/test/FakeObjectStoreTest.cpp index 38e4c4d833..ee5ef55059 100644 --- a/eden/fs/testharness/test/FakeObjectStoreTest.cpp +++ b/eden/fs/testharness/test/FakeObjectStoreTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/test/TempFileTest.cpp b/eden/fs/testharness/test/TempFileTest.cpp index 57911ee562..e4d44d6732 100644 --- a/eden/fs/testharness/test/TempFileTest.cpp +++ b/eden/fs/testharness/test/TempFileTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/test/TestMountTest.cpp b/eden/fs/testharness/test/TestMountTest.cpp index 511e6eb686..fa27972a0f 100644 --- a/eden/fs/testharness/test/TestMountTest.cpp +++ b/eden/fs/testharness/test/TestMountTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/test/TestServerTest.cpp b/eden/fs/testharness/test/TestServerTest.cpp index 45f9413af3..62d82be378 100644 --- a/eden/fs/testharness/test/TestServerTest.cpp +++ b/eden/fs/testharness/test/TestServerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/testharness/test/TestUtilTest.cpp b/eden/fs/testharness/test/TestUtilTest.cpp index e14fb75e18..518b07796e 100644 --- a/eden/fs/testharness/test/TestUtilTest.cpp +++ b/eden/fs/testharness/test/TestUtilTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/BucketedLog.h b/eden/fs/utils/BucketedLog.h index a2f3788afa..e8ea9f367a 100644 --- a/eden/fs/utils/BucketedLog.h +++ b/eden/fs/utils/BucketedLog.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/BufVec.h b/eden/fs/utils/BufVec.h index 2e5926a547..d05f163224 100644 --- a/eden/fs/utils/BufVec.h +++ b/eden/fs/utils/BufVec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/Bug.cpp b/eden/fs/utils/Bug.cpp index 52e592a7d2..6469439bf7 100644 --- a/eden/fs/utils/Bug.cpp +++ b/eden/fs/utils/Bug.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/Bug.h b/eden/fs/utils/Bug.h index 10029bf69f..7511ca5098 100644 --- a/eden/fs/utils/Bug.h +++ b/eden/fs/utils/Bug.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/CMakeLists.txt b/eden/fs/utils/CMakeLists.txt index d9ecd48e16..b1ee7ba455 100644 --- a/eden/fs/utils/CMakeLists.txt +++ b/eden/fs/utils/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/utils/CaseSensitivity.h b/eden/fs/utils/CaseSensitivity.h index 046c4edc3f..03c9e1f95c 100644 --- a/eden/fs/utils/CaseSensitivity.h +++ b/eden/fs/utils/CaseSensitivity.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/ChronoParse.cpp b/eden/fs/utils/ChronoParse.cpp index 4e3794bf40..b74efe4180 100644 --- a/eden/fs/utils/ChronoParse.cpp +++ b/eden/fs/utils/ChronoParse.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/ChronoParse.h b/eden/fs/utils/ChronoParse.h index 120354a540..02d8d6d0e0 100644 --- a/eden/fs/utils/ChronoParse.h +++ b/eden/fs/utils/ChronoParse.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/ChronoUnit.cpp b/eden/fs/utils/ChronoUnit.cpp index feba2e1350..2153d5de8e 100644 --- a/eden/fs/utils/ChronoUnit.cpp +++ b/eden/fs/utils/ChronoUnit.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/ChronoUnit.gperf b/eden/fs/utils/ChronoUnit.gperf index 34dd7092a7..b329fb29d9 100644 --- a/eden/fs/utils/ChronoUnit.gperf +++ b/eden/fs/utils/ChronoUnit.gperf @@ -7,7 +7,7 @@ struct ChronoUnit; %omit-struct-type %{ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and its affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/ChronoUnit.h b/eden/fs/utils/ChronoUnit.h index 35e2f00c57..d8dd88209f 100644 --- a/eden/fs/utils/ChronoUnit.h +++ b/eden/fs/utils/ChronoUnit.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/Clock.cpp b/eden/fs/utils/Clock.cpp index e4052ee2ab..604b25a1f6 100644 --- a/eden/fs/utils/Clock.cpp +++ b/eden/fs/utils/Clock.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/Clock.h b/eden/fs/utils/Clock.h index 539d91cbdd..bb61761b2a 100644 --- a/eden/fs/utils/Clock.h +++ b/eden/fs/utils/Clock.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/CoverageSet.cpp b/eden/fs/utils/CoverageSet.cpp index c6645c786c..ed3fd91097 100644 --- a/eden/fs/utils/CoverageSet.cpp +++ b/eden/fs/utils/CoverageSet.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/CoverageSet.h b/eden/fs/utils/CoverageSet.h index a7500cd41c..753c8aa888 100644 --- a/eden/fs/utils/CoverageSet.h +++ b/eden/fs/utils/CoverageSet.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/DirType.cpp b/eden/fs/utils/DirType.cpp index b563b1c6c1..ccdc4212b0 100644 --- a/eden/fs/utils/DirType.cpp +++ b/eden/fs/utils/DirType.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/DirType.h b/eden/fs/utils/DirType.h index a4135e3d65..120f09e621 100644 --- a/eden/fs/utils/DirType.h +++ b/eden/fs/utils/DirType.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/EdenError.cpp b/eden/fs/utils/EdenError.cpp index 9a5bfef069..c3db910e25 100644 --- a/eden/fs/utils/EdenError.cpp +++ b/eden/fs/utils/EdenError.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/EdenError.h b/eden/fs/utils/EdenError.h index e9a66dc822..fa99a487ab 100644 --- a/eden/fs/utils/EdenError.h +++ b/eden/fs/utils/EdenError.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/EdenTaskQueue.cpp b/eden/fs/utils/EdenTaskQueue.cpp index 65e3e95f25..4fce2148cf 100644 --- a/eden/fs/utils/EdenTaskQueue.cpp +++ b/eden/fs/utils/EdenTaskQueue.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/EdenTaskQueue.h b/eden/fs/utils/EdenTaskQueue.h index 11bf79303f..4dbcf24d45 100644 --- a/eden/fs/utils/EdenTaskQueue.h +++ b/eden/fs/utils/EdenTaskQueue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/EnumValue.h b/eden/fs/utils/EnumValue.h index 1dbc686988..991e40a697 100644 --- a/eden/fs/utils/EnumValue.h +++ b/eden/fs/utils/EnumValue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/FaultInjector.cpp b/eden/fs/utils/FaultInjector.cpp index 7790d74ba5..2e2a44838e 100644 --- a/eden/fs/utils/FaultInjector.cpp +++ b/eden/fs/utils/FaultInjector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/FaultInjector.h b/eden/fs/utils/FaultInjector.h index 50ffa6864c..4c0341bfaa 100644 --- a/eden/fs/utils/FaultInjector.h +++ b/eden/fs/utils/FaultInjector.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/FileDescriptor.cpp b/eden/fs/utils/FileDescriptor.cpp index 5f59a23ccd..968834db6d 100644 --- a/eden/fs/utils/FileDescriptor.cpp +++ b/eden/fs/utils/FileDescriptor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/FileDescriptor.h b/eden/fs/utils/FileDescriptor.h index d0129d1568..95764973e4 100644 --- a/eden/fs/utils/FileDescriptor.h +++ b/eden/fs/utils/FileDescriptor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/FileHash.cpp b/eden/fs/utils/FileHash.cpp index 0077a0cf0e..7dc24ba911 100644 --- a/eden/fs/utils/FileHash.cpp +++ b/eden/fs/utils/FileHash.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/FileHash.h b/eden/fs/utils/FileHash.h index b848c4a8b4..1d2015b65e 100644 --- a/eden/fs/utils/FileHash.h +++ b/eden/fs/utils/FileHash.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/FileUtils.cpp b/eden/fs/utils/FileUtils.cpp index dca421a70e..9ce3747fd7 100644 --- a/eden/fs/utils/FileUtils.cpp +++ b/eden/fs/utils/FileUtils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/FileUtils.h b/eden/fs/utils/FileUtils.h index ec1e529b2c..484fcf1aa8 100644 --- a/eden/fs/utils/FileUtils.h +++ b/eden/fs/utils/FileUtils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/FsChannelTypes.h b/eden/fs/utils/FsChannelTypes.h index 79de2f099e..8f769370ac 100644 --- a/eden/fs/utils/FsChannelTypes.h +++ b/eden/fs/utils/FsChannelTypes.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/Future.h b/eden/fs/utils/Future.h index 7805f703ed..6e18bf1411 100644 --- a/eden/fs/utils/Future.h +++ b/eden/fs/utils/Future.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/FutureUnixSocket.cpp b/eden/fs/utils/FutureUnixSocket.cpp index a75dc09077..8452e06219 100644 --- a/eden/fs/utils/FutureUnixSocket.cpp +++ b/eden/fs/utils/FutureUnixSocket.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/FutureUnixSocket.h b/eden/fs/utils/FutureUnixSocket.h index 34e84af60d..3235f673b6 100644 --- a/eden/fs/utils/FutureUnixSocket.h +++ b/eden/fs/utils/FutureUnixSocket.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/Guid.h b/eden/fs/utils/Guid.h index 88377cac50..a3ee12e455 100644 --- a/eden/fs/utils/Guid.h +++ b/eden/fs/utils/Guid.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/Handle.h b/eden/fs/utils/Handle.h index 0b778f6cfd..17decbd19d 100644 --- a/eden/fs/utils/Handle.h +++ b/eden/fs/utils/Handle.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/IDGen.cpp b/eden/fs/utils/IDGen.cpp index 7d808a2697..98cc4aeff2 100644 --- a/eden/fs/utils/IDGen.cpp +++ b/eden/fs/utils/IDGen.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/IDGen.h b/eden/fs/utils/IDGen.h index e9df7f17d3..b780468baa 100644 --- a/eden/fs/utils/IDGen.h +++ b/eden/fs/utils/IDGen.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/ImmediateFuture-inl.h b/eden/fs/utils/ImmediateFuture-inl.h index 25a2eba744..d71f56e614 100644 --- a/eden/fs/utils/ImmediateFuture-inl.h +++ b/eden/fs/utils/ImmediateFuture-inl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/ImmediateFuture-pre.h b/eden/fs/utils/ImmediateFuture-pre.h index f28f650626..a58afdbdc6 100644 --- a/eden/fs/utils/ImmediateFuture-pre.h +++ b/eden/fs/utils/ImmediateFuture-pre.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/ImmediateFuture.h b/eden/fs/utils/ImmediateFuture.h index 7d0deee07e..1f4e85d9e5 100644 --- a/eden/fs/utils/ImmediateFuture.h +++ b/eden/fs/utils/ImmediateFuture.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/IoFuture.cpp b/eden/fs/utils/IoFuture.cpp index d0d4e5969b..aa05794c4d 100644 --- a/eden/fs/utils/IoFuture.cpp +++ b/eden/fs/utils/IoFuture.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/IoFuture.h b/eden/fs/utils/IoFuture.h index 8ce0b7ed6d..64b03c9a30 100644 --- a/eden/fs/utils/IoFuture.h +++ b/eden/fs/utils/IoFuture.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/LazyInitialize.h b/eden/fs/utils/LazyInitialize.h index e35d5e2c5d..1c3bdbbb94 100644 --- a/eden/fs/utils/LazyInitialize.h +++ b/eden/fs/utils/LazyInitialize.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/LeaseCache.h b/eden/fs/utils/LeaseCache.h index 22e2b3323b..f67910dd2f 100644 --- a/eden/fs/utils/LeaseCache.h +++ b/eden/fs/utils/LeaseCache.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/MappedDiskVector.h b/eden/fs/utils/MappedDiskVector.h index 4376de743d..464001c95e 100644 --- a/eden/fs/utils/MappedDiskVector.h +++ b/eden/fs/utils/MappedDiskVector.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/Memory.cpp b/eden/fs/utils/Memory.cpp index 81d6d30872..f55c3370fc 100644 --- a/eden/fs/utils/Memory.cpp +++ b/eden/fs/utils/Memory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/Memory.h b/eden/fs/utils/Memory.h index 21334eb04f..a97f22e90f 100644 --- a/eden/fs/utils/Memory.h +++ b/eden/fs/utils/Memory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/NfsSocket.cpp b/eden/fs/utils/NfsSocket.cpp index 4fe32c5c89..dc4b6219dd 100644 --- a/eden/fs/utils/NfsSocket.cpp +++ b/eden/fs/utils/NfsSocket.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/NfsSocket.h b/eden/fs/utils/NfsSocket.h index d61028e63d..0b5908037e 100644 --- a/eden/fs/utils/NfsSocket.h +++ b/eden/fs/utils/NfsSocket.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/NotImplemented.h b/eden/fs/utils/NotImplemented.h index a878ba9e37..7290c31ff2 100644 --- a/eden/fs/utils/NotImplemented.h +++ b/eden/fs/utils/NotImplemented.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/PathFuncs.cpp b/eden/fs/utils/PathFuncs.cpp index d8348edd74..70fca32e8a 100644 --- a/eden/fs/utils/PathFuncs.cpp +++ b/eden/fs/utils/PathFuncs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/PathFuncs.h b/eden/fs/utils/PathFuncs.h index dea82fbc94..37cdd58d63 100644 --- a/eden/fs/utils/PathFuncs.h +++ b/eden/fs/utils/PathFuncs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/PathMap.h b/eden/fs/utils/PathMap.h index 4f79304d32..bb8348f418 100644 --- a/eden/fs/utils/PathMap.h +++ b/eden/fs/utils/PathMap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/Pipe.cpp b/eden/fs/utils/Pipe.cpp index e8d51bd8c2..6b41a58567 100644 --- a/eden/fs/utils/Pipe.cpp +++ b/eden/fs/utils/Pipe.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/Pipe.h b/eden/fs/utils/Pipe.h index 1c0794e4b2..602eb11a9b 100644 --- a/eden/fs/utils/Pipe.h +++ b/eden/fs/utils/Pipe.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/ProcUtil.cpp b/eden/fs/utils/ProcUtil.cpp index 8534d39132..ea52c47c3f 100644 --- a/eden/fs/utils/ProcUtil.cpp +++ b/eden/fs/utils/ProcUtil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/ProcUtil.h b/eden/fs/utils/ProcUtil.h index 15e123cc12..55852150f9 100644 --- a/eden/fs/utils/ProcUtil.h +++ b/eden/fs/utils/ProcUtil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/ProcessAccessLog.cpp b/eden/fs/utils/ProcessAccessLog.cpp index a92028d172..53f6036846 100644 --- a/eden/fs/utils/ProcessAccessLog.cpp +++ b/eden/fs/utils/ProcessAccessLog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/ProcessAccessLog.h b/eden/fs/utils/ProcessAccessLog.h index 24adc040ac..2b32fdac89 100644 --- a/eden/fs/utils/ProcessAccessLog.h +++ b/eden/fs/utils/ProcessAccessLog.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/ProcessNameCache.cpp b/eden/fs/utils/ProcessNameCache.cpp index eedb59eb74..3929bdfbbb 100644 --- a/eden/fs/utils/ProcessNameCache.cpp +++ b/eden/fs/utils/ProcessNameCache.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/ProcessNameCache.h b/eden/fs/utils/ProcessNameCache.h index 714ad98088..ced40a2362 100644 --- a/eden/fs/utils/ProcessNameCache.h +++ b/eden/fs/utils/ProcessNameCache.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/Rcu.h b/eden/fs/utils/Rcu.h index dc5dc1dad4..ad73ea5103 100644 --- a/eden/fs/utils/Rcu.h +++ b/eden/fs/utils/Rcu.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/SSLContext.cpp b/eden/fs/utils/SSLContext.cpp index 189531eaa2..df33455f6a 100644 --- a/eden/fs/utils/SSLContext.cpp +++ b/eden/fs/utils/SSLContext.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/SSLContext.h b/eden/fs/utils/SSLContext.h index d6fcde9bfc..6cb2e73cf6 100644 --- a/eden/fs/utils/SSLContext.h +++ b/eden/fs/utils/SSLContext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/SortedInsert.h b/eden/fs/utils/SortedInsert.h index 6fbd843b0c..d56bd1fe06 100644 --- a/eden/fs/utils/SortedInsert.h +++ b/eden/fs/utils/SortedInsert.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/SpawnedProcess.cpp b/eden/fs/utils/SpawnedProcess.cpp index 32ac971f7f..59dc86391e 100644 --- a/eden/fs/utils/SpawnedProcess.cpp +++ b/eden/fs/utils/SpawnedProcess.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/SpawnedProcess.h b/eden/fs/utils/SpawnedProcess.h index 8780864294..d1d9450eb1 100644 --- a/eden/fs/utils/SpawnedProcess.h +++ b/eden/fs/utils/SpawnedProcess.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/StatTimes.h b/eden/fs/utils/StatTimes.h index 947f3fc3fe..887a531011 100644 --- a/eden/fs/utils/StatTimes.h +++ b/eden/fs/utils/StatTimes.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/StaticAssert.h b/eden/fs/utils/StaticAssert.h index fdebe6d574..981a54fe10 100644 --- a/eden/fs/utils/StaticAssert.h +++ b/eden/fs/utils/StaticAssert.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/StringConv.cpp b/eden/fs/utils/StringConv.cpp index 62804fd816..7bd098f36c 100644 --- a/eden/fs/utils/StringConv.cpp +++ b/eden/fs/utils/StringConv.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/StringConv.h b/eden/fs/utils/StringConv.h index 5233e83545..78e51bc254 100644 --- a/eden/fs/utils/StringConv.h +++ b/eden/fs/utils/StringConv.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/Synchronized.h b/eden/fs/utils/Synchronized.h index d2c146f9a0..d137208ffe 100644 --- a/eden/fs/utils/Synchronized.h +++ b/eden/fs/utils/Synchronized.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/SystemError.h b/eden/fs/utils/SystemError.h index ab8c781825..ede8eac4cb 100644 --- a/eden/fs/utils/SystemError.h +++ b/eden/fs/utils/SystemError.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/Thread.cpp b/eden/fs/utils/Thread.cpp index 5aa7bc8b58..bac928d233 100644 --- a/eden/fs/utils/Thread.cpp +++ b/eden/fs/utils/Thread.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/Thread.h b/eden/fs/utils/Thread.h index 68e36b1a2c..a06f5c022e 100644 --- a/eden/fs/utils/Thread.h +++ b/eden/fs/utils/Thread.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/TimeUtil.cpp b/eden/fs/utils/TimeUtil.cpp index 7a7374940a..1c3c661867 100644 --- a/eden/fs/utils/TimeUtil.cpp +++ b/eden/fs/utils/TimeUtil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/TimeUtil.h b/eden/fs/utils/TimeUtil.h index 3d853818e9..2d03d86220 100644 --- a/eden/fs/utils/TimeUtil.h +++ b/eden/fs/utils/TimeUtil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/UnboundedQueueExecutor.cpp b/eden/fs/utils/UnboundedQueueExecutor.cpp index 2976ccd267..7fc7c2eef4 100644 --- a/eden/fs/utils/UnboundedQueueExecutor.cpp +++ b/eden/fs/utils/UnboundedQueueExecutor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/UnboundedQueueExecutor.h b/eden/fs/utils/UnboundedQueueExecutor.h index 6abefa54bb..cb77a4b2db 100644 --- a/eden/fs/utils/UnboundedQueueExecutor.h +++ b/eden/fs/utils/UnboundedQueueExecutor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/UnixSocket.cpp b/eden/fs/utils/UnixSocket.cpp index e4756b711f..79cd51fac7 100644 --- a/eden/fs/utils/UnixSocket.cpp +++ b/eden/fs/utils/UnixSocket.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/UnixSocket.h b/eden/fs/utils/UnixSocket.h index 87104d4558..df14cd979a 100644 --- a/eden/fs/utils/UnixSocket.h +++ b/eden/fs/utils/UnixSocket.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/UserInfo.cpp b/eden/fs/utils/UserInfo.cpp index 6473193620..a4cef593f5 100644 --- a/eden/fs/utils/UserInfo.cpp +++ b/eden/fs/utils/UserInfo.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/UserInfo.h b/eden/fs/utils/UserInfo.h index 56475bc195..8730df29e1 100644 --- a/eden/fs/utils/UserInfo.h +++ b/eden/fs/utils/UserInfo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/Utf8.cpp b/eden/fs/utils/Utf8.cpp index ca42819549..0ae26e994b 100644 --- a/eden/fs/utils/Utf8.cpp +++ b/eden/fs/utils/Utf8.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/Utf8.h b/eden/fs/utils/Utf8.h index ef230d1137..5cd4e521d4 100644 --- a/eden/fs/utils/Utf8.h +++ b/eden/fs/utils/Utf8.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/WinError.cpp b/eden/fs/utils/WinError.cpp index 089f57a7d4..767c622fa9 100644 --- a/eden/fs/utils/WinError.cpp +++ b/eden/fs/utils/WinError.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/WinError.h b/eden/fs/utils/WinError.h index 1f57cbbefc..d07d2b64db 100644 --- a/eden/fs/utils/WinError.h +++ b/eden/fs/utils/WinError.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/WinStackTrace.cpp b/eden/fs/utils/WinStackTrace.cpp index da04c8a3c3..99cdf0e1a0 100644 --- a/eden/fs/utils/WinStackTrace.cpp +++ b/eden/fs/utils/WinStackTrace.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/WinStackTrace.h b/eden/fs/utils/WinStackTrace.h index f8ee312dc4..44558ef5a3 100644 --- a/eden/fs/utils/WinStackTrace.h +++ b/eden/fs/utils/WinStackTrace.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/XAttr.cpp b/eden/fs/utils/XAttr.cpp index 60424da32b..806383affb 100644 --- a/eden/fs/utils/XAttr.cpp +++ b/eden/fs/utils/XAttr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/XAttr.h b/eden/fs/utils/XAttr.h index 6bc43e772c..aae055b99c 100644 --- a/eden/fs/utils/XAttr.h +++ b/eden/fs/utils/XAttr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/BenchmarkMain.cpp b/eden/fs/utils/test/BenchmarkMain.cpp index 7f4b361b49..aa907a65d1 100644 --- a/eden/fs/utils/test/BenchmarkMain.cpp +++ b/eden/fs/utils/test/BenchmarkMain.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/BucketedLogTest.cpp b/eden/fs/utils/test/BucketedLogTest.cpp index abcd16b8d2..1f4608c332 100644 --- a/eden/fs/utils/test/BucketedLogTest.cpp +++ b/eden/fs/utils/test/BucketedLogTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/BugTest.cpp b/eden/fs/utils/test/BugTest.cpp index 7df8768df4..4cf8e02b9a 100644 --- a/eden/fs/utils/test/BugTest.cpp +++ b/eden/fs/utils/test/BugTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/CMakeLists.txt b/eden/fs/utils/test/CMakeLists.txt index f920f7b4b2..f6009507ac 100644 --- a/eden/fs/utils/test/CMakeLists.txt +++ b/eden/fs/utils/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/fs/utils/test/ChronoTest.cpp b/eden/fs/utils/test/ChronoTest.cpp index 0d8edf483b..c445e28d70 100644 --- a/eden/fs/utils/test/ChronoTest.cpp +++ b/eden/fs/utils/test/ChronoTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/ChronoUnitTest.cpp b/eden/fs/utils/test/ChronoUnitTest.cpp index 1062028c50..1f7cbcacef 100644 --- a/eden/fs/utils/test/ChronoUnitTest.cpp +++ b/eden/fs/utils/test/ChronoUnitTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/CoverageSetTest.cpp b/eden/fs/utils/test/CoverageSetTest.cpp index 4f36e0c8a6..b1006fd657 100644 --- a/eden/fs/utils/test/CoverageSetTest.cpp +++ b/eden/fs/utils/test/CoverageSetTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/FaultInjectorTest.cpp b/eden/fs/utils/test/FaultInjectorTest.cpp index 1f0a053b08..40cb98d533 100644 --- a/eden/fs/utils/test/FaultInjectorTest.cpp +++ b/eden/fs/utils/test/FaultInjectorTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/FileDescriptorTest.cpp b/eden/fs/utils/test/FileDescriptorTest.cpp index 4b7f4fb179..d4d1579f11 100644 --- a/eden/fs/utils/test/FileDescriptorTest.cpp +++ b/eden/fs/utils/test/FileDescriptorTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/FileUtilsTest.cpp b/eden/fs/utils/test/FileUtilsTest.cpp index 5939d18507..8be2785c4a 100644 --- a/eden/fs/utils/test/FileUtilsTest.cpp +++ b/eden/fs/utils/test/FileUtilsTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/FutureTest.cpp b/eden/fs/utils/test/FutureTest.cpp index 8d1058197f..1812c3ddb4 100644 --- a/eden/fs/utils/test/FutureTest.cpp +++ b/eden/fs/utils/test/FutureTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/GuidTest.cpp b/eden/fs/utils/test/GuidTest.cpp index 51988026f5..d39d04e228 100644 --- a/eden/fs/utils/test/GuidTest.cpp +++ b/eden/fs/utils/test/GuidTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/IDGenBenchmark.cpp b/eden/fs/utils/test/IDGenBenchmark.cpp index b7b7697f7c..4f4e1b4a95 100644 --- a/eden/fs/utils/test/IDGenBenchmark.cpp +++ b/eden/fs/utils/test/IDGenBenchmark.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/IDGenTest.cpp b/eden/fs/utils/test/IDGenTest.cpp index 467bc960af..ca0ea1774b 100644 --- a/eden/fs/utils/test/IDGenTest.cpp +++ b/eden/fs/utils/test/IDGenTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/ImmediateFutureTest.cpp b/eden/fs/utils/test/ImmediateFutureTest.cpp index 1705aad869..423b1acc7b 100644 --- a/eden/fs/utils/test/ImmediateFutureTest.cpp +++ b/eden/fs/utils/test/ImmediateFutureTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/IoFutureTest.cpp b/eden/fs/utils/test/IoFutureTest.cpp index 7d82d91f4e..a5a485039d 100644 --- a/eden/fs/utils/test/IoFutureTest.cpp +++ b/eden/fs/utils/test/IoFutureTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/LazyInitializeTest.cpp b/eden/fs/utils/test/LazyInitializeTest.cpp index 2dab206fb3..33e557accc 100644 --- a/eden/fs/utils/test/LazyInitializeTest.cpp +++ b/eden/fs/utils/test/LazyInitializeTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/MappedDiskVectorTest.cpp b/eden/fs/utils/test/MappedDiskVectorTest.cpp index ab8de38758..4d98215e74 100644 --- a/eden/fs/utils/test/MappedDiskVectorTest.cpp +++ b/eden/fs/utils/test/MappedDiskVectorTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/MemoryTest.cpp b/eden/fs/utils/test/MemoryTest.cpp index 70ec2d95fa..a4d2ffa599 100644 --- a/eden/fs/utils/test/MemoryTest.cpp +++ b/eden/fs/utils/test/MemoryTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/PathFuncsTest.cpp b/eden/fs/utils/test/PathFuncsTest.cpp index 2fe6ff4c65..048bc001ea 100644 --- a/eden/fs/utils/test/PathFuncsTest.cpp +++ b/eden/fs/utils/test/PathFuncsTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/PathMapTest.cpp b/eden/fs/utils/test/PathMapTest.cpp index aa85d96b56..574ece72fc 100644 --- a/eden/fs/utils/test/PathMapTest.cpp +++ b/eden/fs/utils/test/PathMapTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/ProcUtilTest.cpp b/eden/fs/utils/test/ProcUtilTest.cpp index 37fcfeaa8e..823676bd1f 100644 --- a/eden/fs/utils/test/ProcUtilTest.cpp +++ b/eden/fs/utils/test/ProcUtilTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/ProcessAccessLogBenchmark.cpp b/eden/fs/utils/test/ProcessAccessLogBenchmark.cpp index bf8e96b01e..c2ea981844 100644 --- a/eden/fs/utils/test/ProcessAccessLogBenchmark.cpp +++ b/eden/fs/utils/test/ProcessAccessLogBenchmark.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/ProcessAccessLogTest.cpp b/eden/fs/utils/test/ProcessAccessLogTest.cpp index 91f1dd6678..d0740b9130 100644 --- a/eden/fs/utils/test/ProcessAccessLogTest.cpp +++ b/eden/fs/utils/test/ProcessAccessLogTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/ProcessNameCacheBenchmark.cpp b/eden/fs/utils/test/ProcessNameCacheBenchmark.cpp index 8dbbefbeda..0a54d00ee3 100644 --- a/eden/fs/utils/test/ProcessNameCacheBenchmark.cpp +++ b/eden/fs/utils/test/ProcessNameCacheBenchmark.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/ProcessNameCacheTest.cpp b/eden/fs/utils/test/ProcessNameCacheTest.cpp index 5fe16deff2..3108f81be4 100644 --- a/eden/fs/utils/test/ProcessNameCacheTest.cpp +++ b/eden/fs/utils/test/ProcessNameCacheTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/RcuTest.cpp b/eden/fs/utils/test/RcuTest.cpp index 9e496f18bc..371f4594d7 100644 --- a/eden/fs/utils/test/RcuTest.cpp +++ b/eden/fs/utils/test/RcuTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/ScopedEnvVar.cpp b/eden/fs/utils/test/ScopedEnvVar.cpp index 34349108a3..e31cfa3d99 100644 --- a/eden/fs/utils/test/ScopedEnvVar.cpp +++ b/eden/fs/utils/test/ScopedEnvVar.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/ScopedEnvVar.h b/eden/fs/utils/test/ScopedEnvVar.h index 707760ae5d..0eaf52df86 100644 --- a/eden/fs/utils/test/ScopedEnvVar.h +++ b/eden/fs/utils/test/ScopedEnvVar.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/SpawnedProcessTest.cpp b/eden/fs/utils/test/SpawnedProcessTest.cpp index 5149a2cf9b..ef4f9bcfeb 100644 --- a/eden/fs/utils/test/SpawnedProcessTest.cpp +++ b/eden/fs/utils/test/SpawnedProcessTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/StringConvTest.cpp b/eden/fs/utils/test/StringConvTest.cpp index fa843abeb5..5125771a5c 100644 --- a/eden/fs/utils/test/StringConvTest.cpp +++ b/eden/fs/utils/test/StringConvTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/SystemErrorTest.cpp b/eden/fs/utils/test/SystemErrorTest.cpp index aba464021f..5413ae268d 100644 --- a/eden/fs/utils/test/SystemErrorTest.cpp +++ b/eden/fs/utils/test/SystemErrorTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/UnixSocketTest.cpp b/eden/fs/utils/test/UnixSocketTest.cpp index a368b5bbed..09e3703d39 100644 --- a/eden/fs/utils/test/UnixSocketTest.cpp +++ b/eden/fs/utils/test/UnixSocketTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/UserInfoTest.cpp b/eden/fs/utils/test/UserInfoTest.cpp index 1282060126..65490e5553 100644 --- a/eden/fs/utils/test/UserInfoTest.cpp +++ b/eden/fs/utils/test/UserInfoTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/fs/utils/test/Utf8Test.cpp b/eden/fs/utils/test/Utf8Test.cpp index 6bb4e042c3..27a0f7b38b 100644 --- a/eden/fs/utils/test/Utf8Test.cpp +++ b/eden/fs/utils/test/Utf8Test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/integration/CMakeLists.txt b/eden/integration/CMakeLists.txt index 06a2b39393..d988fb1f6f 100644 --- a/eden/integration/CMakeLists.txt +++ b/eden/integration/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/basic_test.py b/eden/integration/basic_test.py index fed69141bd..88bb52e5d2 100644 --- a/eden/integration/basic_test.py +++ b/eden/integration/basic_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/casing_test.py b/eden/integration/casing_test.py index 23988e39ec..1a978179a9 100644 --- a/eden/integration/casing_test.py +++ b/eden/integration/casing_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/chown_test.py b/eden/integration/chown_test.py index 968a4a6af6..79a52dfab0 100644 --- a/eden/integration/chown_test.py +++ b/eden/integration/chown_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/clone_test.py b/eden/integration/clone_test.py index 3a5cb2a96b..a3f0890b7d 100644 --- a/eden/integration/clone_test.py +++ b/eden/integration/clone_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/config_test.py b/eden/integration/config_test.py index b715de786b..a789d4b9a0 100644 --- a/eden/integration/config_test.py +++ b/eden/integration/config_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/corrupt_overlay_test.py b/eden/integration/corrupt_overlay_test.py index 839a6e69cb..50de5e3083 100644 --- a/eden/integration/corrupt_overlay_test.py +++ b/eden/integration/corrupt_overlay_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/debug_getpath_test.py b/eden/integration/debug_getpath_test.py index 03be780e50..821bcac884 100644 --- a/eden/integration/debug_getpath_test.py +++ b/eden/integration/debug_getpath_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/debug_test.py b/eden/integration/debug_test.py index c833727adb..3236fbd0ec 100644 --- a/eden/integration/debug_test.py +++ b/eden/integration/debug_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/doteden_test.py b/eden/integration/doteden_test.py index fadc517a2a..37078ce822 100644 --- a/eden/integration/doteden_test.py +++ b/eden/integration/doteden_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/edenclient_test.py b/eden/integration/edenclient_test.py index a787252e8a..28f5fbe1ca 100644 --- a/eden/integration/edenclient_test.py +++ b/eden/integration/edenclient_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/fsck/basic_snapshot_tests.py b/eden/integration/fsck/basic_snapshot_tests.py index 0a33e1b519..f515e8605f 100644 --- a/eden/integration/fsck/basic_snapshot_tests.py +++ b/eden/integration/fsck/basic_snapshot_tests.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/fsck_test.py b/eden/integration/fsck_test.py index bc15fa23bf..1d34e4f2fb 100644 --- a/eden/integration/fsck_test.py +++ b/eden/integration/fsck_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/glob_test.py b/eden/integration/glob_test.py index 8182a4bf4c..fab193efad 100644 --- a/eden/integration/glob_test.py +++ b/eden/integration/glob_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/health_test.py b/eden/integration/health_test.py index 1499e61628..5aa5641802 100644 --- a/eden/integration/health_test.py +++ b/eden/integration/health_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/help_test.py b/eden/integration/help_test.py index 4da1aab831..8950ae58a9 100644 --- a/eden/integration/help_test.py +++ b/eden/integration/help_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/helpers/CMakeLists.txt b/eden/integration/helpers/CMakeLists.txt index 2ed3c438fc..62f2b217b4 100644 --- a/eden/integration/helpers/CMakeLists.txt +++ b/eden/integration/helpers/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/helpers/TakeoverTool.cpp b/eden/integration/helpers/TakeoverTool.cpp index fe40762460..10113d110c 100644 --- a/eden/integration/helpers/TakeoverTool.cpp +++ b/eden/integration/helpers/TakeoverTool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/integration/helpers/ZeroBlob.cpp b/eden/integration/helpers/ZeroBlob.cpp index 3c8e115319..84c4f08ee5 100644 --- a/eden/integration/helpers/ZeroBlob.cpp +++ b/eden/integration/helpers/ZeroBlob.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/integration/helpers/fake_edenfs.cpp b/eden/integration/helpers/fake_edenfs.cpp index f6e404fd47..0b234d1a3d 100644 --- a/eden/integration/helpers/fake_edenfs.cpp +++ b/eden/integration/helpers/fake_edenfs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/integration/helpers/force_sd_booted.c b/eden/integration/helpers/force_sd_booted.c index 294fb59ec4..81eb2a69ac 100644 --- a/eden/integration/helpers/force_sd_booted.c +++ b/eden/integration/helpers/force_sd_booted.c @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/integration/helpers/fsattr.cpp b/eden/integration/helpers/fsattr.cpp index 121a03245e..84345cc647 100644 --- a/eden/integration/helpers/fsattr.cpp +++ b/eden/integration/helpers/fsattr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This software may be used and distributed according to the terms of the * GNU General Public License version 2. diff --git a/eden/integration/hg/CMakeLists.txt b/eden/integration/hg/CMakeLists.txt index fee81a0e98..e105eac702 100644 --- a/eden/integration/hg/CMakeLists.txt +++ b/eden/integration/hg/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/absorb_test.py b/eden/integration/hg/absorb_test.py index 7d0ba7f3d3..adb125c5b2 100644 --- a/eden/integration/hg/absorb_test.py +++ b/eden/integration/hg/absorb_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/add_test.py b/eden/integration/hg/add_test.py index 4f9e442d49..c094d34b80 100644 --- a/eden/integration/hg/add_test.py +++ b/eden/integration/hg/add_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/commit_test.py b/eden/integration/hg/commit_test.py index 0128114a23..ff34158340 100644 --- a/eden/integration/hg/commit_test.py +++ b/eden/integration/hg/commit_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/copy_test.py b/eden/integration/hg/copy_test.py index cdcb96fc4e..e40a391941 100644 --- a/eden/integration/hg/copy_test.py +++ b/eden/integration/hg/copy_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/debug_clear_local_caches_test.py b/eden/integration/hg/debug_clear_local_caches_test.py index 667d622536..c6dba9e013 100644 --- a/eden/integration/hg/debug_clear_local_caches_test.py +++ b/eden/integration/hg/debug_clear_local_caches_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/debug_get_parents.py b/eden/integration/hg/debug_get_parents.py index 4290dc8f4d..9ef2c915ba 100644 --- a/eden/integration/hg/debug_get_parents.py +++ b/eden/integration/hg/debug_get_parents.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/debug_hg_dirstate_test.py b/eden/integration/hg/debug_hg_dirstate_test.py index 3cd0554a70..294eeb1400 100644 --- a/eden/integration/hg/debug_hg_dirstate_test.py +++ b/eden/integration/hg/debug_hg_dirstate_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/diff_test.py b/eden/integration/hg/diff_test.py index cf4353a4ca..b7a2e53104 100644 --- a/eden/integration/hg/diff_test.py +++ b/eden/integration/hg/diff_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/doctor_test.py b/eden/integration/hg/doctor_test.py index a55c9e31d1..6c7dae9a9e 100644 --- a/eden/integration/hg/doctor_test.py +++ b/eden/integration/hg/doctor_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/files_test.py b/eden/integration/hg/files_test.py index d8a18d1c22..fa108299d1 100644 --- a/eden/integration/hg/files_test.py +++ b/eden/integration/hg/files_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/fold_test.py b/eden/integration/hg/fold_test.py index da75da6c43..119aeaaf2d 100644 --- a/eden/integration/hg/fold_test.py +++ b/eden/integration/hg/fold_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/graft_test.py b/eden/integration/hg/graft_test.py index 7bd0ffb59c..0f0788baef 100644 --- a/eden/integration/hg/graft_test.py +++ b/eden/integration/hg/graft_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/grep_test.py b/eden/integration/hg/grep_test.py index e60ff7a624..862d9253b5 100644 --- a/eden/integration/hg/grep_test.py +++ b/eden/integration/hg/grep_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/histedit_test.py b/eden/integration/hg/histedit_test.py index 044867d27e..bde116f47d 100644 --- a/eden/integration/hg/histedit_test.py +++ b/eden/integration/hg/histedit_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/journal_test.py b/eden/integration/hg/journal_test.py index 8bece75a75..6be69bc52e 100644 --- a/eden/integration/hg/journal_test.py +++ b/eden/integration/hg/journal_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/lib/CMakeLists.txt b/eden/integration/hg/lib/CMakeLists.txt index 2c8ebb3baf..2d89edc2c5 100644 --- a/eden/integration/hg/lib/CMakeLists.txt +++ b/eden/integration/hg/lib/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/lib/hg_extension_test_base.py b/eden/integration/hg/lib/hg_extension_test_base.py index 0bd818714f..be735d014e 100644 --- a/eden/integration/hg/lib/hg_extension_test_base.py +++ b/eden/integration/hg/lib/hg_extension_test_base.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/lib/hg_extension_test_base_test.py b/eden/integration/hg/lib/hg_extension_test_base_test.py index c8ccbeb3a1..f457b3e41e 100644 --- a/eden/integration/hg/lib/hg_extension_test_base_test.py +++ b/eden/integration/hg/lib/hg_extension_test_base_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/lib/histedit_command.py b/eden/integration/hg/lib/histedit_command.py index f9beb1d4b7..3e5d72af62 100644 --- a/eden/integration/hg/lib/histedit_command.py +++ b/eden/integration/hg/lib/histedit_command.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/merge_test.py b/eden/integration/hg/merge_test.py index 8b7ad3694b..93e6e20276 100644 --- a/eden/integration/hg/merge_test.py +++ b/eden/integration/hg/merge_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/move_test.py b/eden/integration/hg/move_test.py index b3d591bda4..dd89526eb5 100644 --- a/eden/integration/hg/move_test.py +++ b/eden/integration/hg/move_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/negative_caching_test.py b/eden/integration/hg/negative_caching_test.py index 073ee3f83c..6882715615 100644 --- a/eden/integration/hg/negative_caching_test.py +++ b/eden/integration/hg/negative_caching_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/non_eden_operation_test.py b/eden/integration/hg/non_eden_operation_test.py index e1e2659b21..74402f9431 100644 --- a/eden/integration/hg/non_eden_operation_test.py +++ b/eden/integration/hg/non_eden_operation_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/post_clone_test.py b/eden/integration/hg/post_clone_test.py index ff7b27ce63..72ade2ab9c 100644 --- a/eden/integration/hg/post_clone_test.py +++ b/eden/integration/hg/post_clone_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/pull_test.py b/eden/integration/hg/pull_test.py index 22fa6dd3d9..7bcb88d94c 100644 --- a/eden/integration/hg/pull_test.py +++ b/eden/integration/hg/pull_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/rebase_test.py b/eden/integration/hg/rebase_test.py index 8ed16b513a..fbc9281451 100644 --- a/eden/integration/hg/rebase_test.py +++ b/eden/integration/hg/rebase_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/revert_test.py b/eden/integration/hg/revert_test.py index 0a60c355a4..0a5e452617 100644 --- a/eden/integration/hg/revert_test.py +++ b/eden/integration/hg/revert_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/rm_test.py b/eden/integration/hg/rm_test.py index 14b355e460..a94480f44a 100644 --- a/eden/integration/hg/rm_test.py +++ b/eden/integration/hg/rm_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/rollback_test.py b/eden/integration/hg/rollback_test.py index 6155dff025..af5a625eda 100644 --- a/eden/integration/hg/rollback_test.py +++ b/eden/integration/hg/rollback_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/sparse_test.py b/eden/integration/hg/sparse_test.py index bfc08c67b6..a396d2722a 100644 --- a/eden/integration/hg/sparse_test.py +++ b/eden/integration/hg/sparse_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/split_test.py b/eden/integration/hg/split_test.py index d0288f8282..77a67c9d95 100644 --- a/eden/integration/hg/split_test.py +++ b/eden/integration/hg/split_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/status_deadlock_test.py b/eden/integration/hg/status_deadlock_test.py index bf5f51cb0c..df5fe14d8d 100644 --- a/eden/integration/hg/status_deadlock_test.py +++ b/eden/integration/hg/status_deadlock_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/status_test.py b/eden/integration/hg/status_test.py index e2c0e49c69..beca82d3d9 100644 --- a/eden/integration/hg/status_test.py +++ b/eden/integration/hg/status_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/storage_engine_test.py b/eden/integration/hg/storage_engine_test.py index 9ae20d1ad4..33a291f4df 100644 --- a/eden/integration/hg/storage_engine_test.py +++ b/eden/integration/hg/storage_engine_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/symlink_test.py b/eden/integration/hg/symlink_test.py index 8e1400a1de..2e9003e6f3 100644 --- a/eden/integration/hg/symlink_test.py +++ b/eden/integration/hg/symlink_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/undo_test.py b/eden/integration/hg/undo_test.py index b1251f17d0..4b050f4cd1 100644 --- a/eden/integration/hg/undo_test.py +++ b/eden/integration/hg/undo_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/hg/update_test.py b/eden/integration/hg/update_test.py index e0b7d340c2..279809f438 100644 --- a/eden/integration/hg/update_test.py +++ b/eden/integration/hg/update_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/info_test.py b/eden/integration/info_test.py index ef37db2c46..aaf0d94f86 100644 --- a/eden/integration/info_test.py +++ b/eden/integration/info_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/CMakeLists.txt b/eden/integration/lib/CMakeLists.txt index 03d2982506..2f0c830f1e 100644 --- a/eden/integration/lib/CMakeLists.txt +++ b/eden/integration/lib/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/buck.py b/eden/integration/lib/buck.py index 16e0fa98ee..364d3c20e4 100644 --- a/eden/integration/lib/buck.py +++ b/eden/integration/lib/buck.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/eden_server_inspector.py b/eden/integration/lib/eden_server_inspector.py index 7e575a2355..d143e9dfdb 100644 --- a/eden/integration/lib/eden_server_inspector.py +++ b/eden/integration/lib/eden_server_inspector.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/edenclient.py b/eden/integration/lib/edenclient.py index 6c980183af..0809932dd1 100644 --- a/eden/integration/lib/edenclient.py +++ b/eden/integration/lib/edenclient.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/error.py b/eden/integration/lib/error.py index d810db1021..f34e2ece62 100644 --- a/eden/integration/lib/error.py +++ b/eden/integration/lib/error.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/fake_edenfs.py b/eden/integration/lib/fake_edenfs.py index 5bc40709e0..9ad30a6803 100644 --- a/eden/integration/lib/fake_edenfs.py +++ b/eden/integration/lib/fake_edenfs.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/find_executables.py b/eden/integration/lib/find_executables.py index 5c8984bde8..fffb1f2641 100644 --- a/eden/integration/lib/find_executables.py +++ b/eden/integration/lib/find_executables.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/gitrepo.py b/eden/integration/lib/gitrepo.py index 8e7fce1b62..8a5b0a7bc6 100644 --- a/eden/integration/lib/gitrepo.py +++ b/eden/integration/lib/gitrepo.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/hgrepo.py b/eden/integration/lib/hgrepo.py index 415f5cdbff..21c477703a 100644 --- a/eden/integration/lib/hgrepo.py +++ b/eden/integration/lib/hgrepo.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/linux.py b/eden/integration/lib/linux.py index 8401bfa610..e671c1aa60 100644 --- a/eden/integration/lib/linux.py +++ b/eden/integration/lib/linux.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/overlay.py b/eden/integration/lib/overlay.py index daba5eff64..81ca7ee60d 100644 --- a/eden/integration/lib/overlay.py +++ b/eden/integration/lib/overlay.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/pexpect.py b/eden/integration/lib/pexpect.py index 3245227ada..bf955cefe6 100644 --- a/eden/integration/lib/pexpect.py +++ b/eden/integration/lib/pexpect.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/repobase.py b/eden/integration/lib/repobase.py index dba36cddd8..423dde2314 100644 --- a/eden/integration/lib/repobase.py +++ b/eden/integration/lib/repobase.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/service_test_case.py b/eden/integration/lib/service_test_case.py index 54bbf34d6f..9f17eae692 100644 --- a/eden/integration/lib/service_test_case.py +++ b/eden/integration/lib/service_test_case.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/skip.py b/eden/integration/lib/skip.py index 8880ccdd48..d1416cb23e 100644 --- a/eden/integration/lib/skip.py +++ b/eden/integration/lib/skip.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/start.py b/eden/integration/lib/start.py index 8e696790ff..0efc6b1e4e 100644 --- a/eden/integration/lib/start.py +++ b/eden/integration/lib/start.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/systemd.py b/eden/integration/lib/systemd.py index 3bfeb35595..16607c3b39 100644 --- a/eden/integration/lib/systemd.py +++ b/eden/integration/lib/systemd.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/temporary_directory.py b/eden/integration/lib/temporary_directory.py index 3bb4e4b30f..21d396e886 100644 --- a/eden/integration/lib/temporary_directory.py +++ b/eden/integration/lib/temporary_directory.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/testcase.py b/eden/integration/lib/testcase.py index 937ff2eb92..6d3cb1232c 100644 --- a/eden/integration/lib/testcase.py +++ b/eden/integration/lib/testcase.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/lib/util.py b/eden/integration/lib/util.py index 85adc4f1cb..b401460f0d 100644 --- a/eden/integration/lib/util.py +++ b/eden/integration/lib/util.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/linux_cgroup_test.py b/eden/integration/linux_cgroup_test.py index 28755e5bda..a25acefd2f 100644 --- a/eden/integration/linux_cgroup_test.py +++ b/eden/integration/linux_cgroup_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/materialized_query_test.py b/eden/integration/materialized_query_test.py index b1ffa15473..a2a0a7f06b 100644 --- a/eden/integration/materialized_query_test.py +++ b/eden/integration/materialized_query_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/mmap_test.py b/eden/integration/mmap_test.py index afd23072bc..284d5ae36e 100644 --- a/eden/integration/mmap_test.py +++ b/eden/integration/mmap_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/mount_test.py b/eden/integration/mount_test.py index a80f72a32e..4add05346d 100644 --- a/eden/integration/mount_test.py +++ b/eden/integration/mount_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/oexcl_test.py b/eden/integration/oexcl_test.py index d8d46b4d1a..4483d86785 100644 --- a/eden/integration/oexcl_test.py +++ b/eden/integration/oexcl_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/patch_test.py b/eden/integration/patch_test.py index 6bae19e5c3..b88abda0cb 100644 --- a/eden/integration/patch_test.py +++ b/eden/integration/patch_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/persistence_test.py b/eden/integration/persistence_test.py index f1ba224481..c80a9342ce 100644 --- a/eden/integration/persistence_test.py +++ b/eden/integration/persistence_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/rage_test.py b/eden/integration/rage_test.py index 73136209ad..52063973ba 100644 --- a/eden/integration/rage_test.py +++ b/eden/integration/rage_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/rc_test.py b/eden/integration/rc_test.py index bc7c80187c..ef87cb41ec 100644 --- a/eden/integration/rc_test.py +++ b/eden/integration/rc_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/redirect_test.py b/eden/integration/redirect_test.py index 92e73914ee..6d364cd5e0 100644 --- a/eden/integration/redirect_test.py +++ b/eden/integration/redirect_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/remount_test.py b/eden/integration/remount_test.py index 1e9e3165a7..8aa579621b 100644 --- a/eden/integration/remount_test.py +++ b/eden/integration/remount_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/rename_test.py b/eden/integration/rename_test.py index 8758212309..d7d9f235fe 100644 --- a/eden/integration/rename_test.py +++ b/eden/integration/rename_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/restart_test.py b/eden/integration/restart_test.py index 5181ecdef1..9afcee01ef 100644 --- a/eden/integration/restart_test.py +++ b/eden/integration/restart_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/rocksdb_store_test.py b/eden/integration/rocksdb_store_test.py index 492ccccd1c..44167c83dc 100644 --- a/eden/integration/rocksdb_store_test.py +++ b/eden/integration/rocksdb_store_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/sed_test.py b/eden/integration/sed_test.py index 5a75487daa..9f60fdbc34 100644 --- a/eden/integration/sed_test.py +++ b/eden/integration/sed_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/service_log_test.py b/eden/integration/service_log_test.py index e31bc229fa..bbbe190b11 100644 --- a/eden/integration/service_log_test.py +++ b/eden/integration/service_log_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/setattr_test.py b/eden/integration/setattr_test.py index 444b837441..a3bf72edcf 100644 --- a/eden/integration/setattr_test.py +++ b/eden/integration/setattr_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/snapshot/gen_snapshot.py b/eden/integration/snapshot/gen_snapshot.py index 30e65ea3a7..f9b2360431 100644 --- a/eden/integration/snapshot/gen_snapshot.py +++ b/eden/integration/snapshot/gen_snapshot.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/snapshot/inode_metadata.py b/eden/integration/snapshot/inode_metadata.py index e481b048a2..fb04ea2b76 100644 --- a/eden/integration/snapshot/inode_metadata.py +++ b/eden/integration/snapshot/inode_metadata.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/snapshot/snapshot.py b/eden/integration/snapshot/snapshot.py index 8504d6e3c3..27b2a9ba5d 100644 --- a/eden/integration/snapshot/snapshot.py +++ b/eden/integration/snapshot/snapshot.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/snapshot/test_snapshots.py b/eden/integration/snapshot/test_snapshots.py index 6bf58004cd..7de1f8a0b3 100644 --- a/eden/integration/snapshot/test_snapshots.py +++ b/eden/integration/snapshot/test_snapshots.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/snapshot/types/basic.py b/eden/integration/snapshot/types/basic.py index 0f9da240bf..cf5c1191c7 100644 --- a/eden/integration/snapshot/types/basic.py +++ b/eden/integration/snapshot/types/basic.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/snapshot/unpack_snapshot.py b/eden/integration/snapshot/unpack_snapshot.py index 8d770d7c38..4c90889276 100644 --- a/eden/integration/snapshot/unpack_snapshot.py +++ b/eden/integration/snapshot/unpack_snapshot.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/snapshot/verify.py b/eden/integration/snapshot/verify.py index 42a08c05f6..644686009e 100644 --- a/eden/integration/snapshot/verify.py +++ b/eden/integration/snapshot/verify.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/stale_inode_test.py b/eden/integration/stale_inode_test.py index d6ddfe617d..fa2efdadb6 100644 --- a/eden/integration/stale_inode_test.py +++ b/eden/integration/stale_inode_test.py @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/stale_test.py b/eden/integration/stale_test.py index 8128d12a04..7d062a249d 100644 --- a/eden/integration/stale_test.py +++ b/eden/integration/stale_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/start_test.py b/eden/integration/start_test.py index 03d3e22fa6..929eec46b1 100644 --- a/eden/integration/start_test.py +++ b/eden/integration/start_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/stats_test.py b/eden/integration/stats_test.py index 7a2755ffdd..19004bd6f1 100644 --- a/eden/integration/stats_test.py +++ b/eden/integration/stats_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/stop_test.py b/eden/integration/stop_test.py index a87d94ee7c..b16c9d6fa6 100644 --- a/eden/integration/stop_test.py +++ b/eden/integration/stop_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/systemd_test.py b/eden/integration/systemd_test.py index 31d80e9be4..9ea5c79b75 100644 --- a/eden/integration/systemd_test.py +++ b/eden/integration/systemd_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/takeover_test.py b/eden/integration/takeover_test.py index 2112feac07..bf2ceac166 100644 --- a/eden/integration/takeover_test.py +++ b/eden/integration/takeover_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/thrift_test.py b/eden/integration/thrift_test.py index 4d416c12af..6658a40f7d 100644 --- a/eden/integration/thrift_test.py +++ b/eden/integration/thrift_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/unicode_test.py b/eden/integration/unicode_test.py index d3a14b1fa0..f10105b2ae 100644 --- a/eden/integration/unicode_test.py +++ b/eden/integration/unicode_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/unixsocket_test.py b/eden/integration/unixsocket_test.py index 9c8da4538b..d11fd11a34 100644 --- a/eden/integration/unixsocket_test.py +++ b/eden/integration/unixsocket_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/unlink_test.py b/eden/integration/unlink_test.py index e209a66510..29f127d6da 100644 --- a/eden/integration/unlink_test.py +++ b/eden/integration/unlink_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/userinfo_test.py b/eden/integration/userinfo_test.py index 6ad1c86411..e27a7bc504 100644 --- a/eden/integration/userinfo_test.py +++ b/eden/integration/userinfo_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/windows_fsck_test.py b/eden/integration/windows_fsck_test.py index 014b10f4b5..a608ce36eb 100644 --- a/eden/integration/windows_fsck_test.py +++ b/eden/integration/windows_fsck_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/integration/xattr_test.py b/eden/integration/xattr_test.py index b053668bc4..ca19b9fcb6 100644 --- a/eden/integration/xattr_test.py +++ b/eden/integration/xattr_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/test_support/CMakeLists.txt b/eden/test_support/CMakeLists.txt index e91edbe869..ec38aead13 100644 --- a/eden/test_support/CMakeLists.txt +++ b/eden/test_support/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/test_support/environment_variable.py b/eden/test_support/environment_variable.py index 00c023bc24..e90414c4f7 100644 --- a/eden/test_support/environment_variable.py +++ b/eden/test_support/environment_variable.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/test_support/temporary_directory.py b/eden/test_support/temporary_directory.py index b22454acf7..7af0b608e5 100644 --- a/eden/test_support/temporary_directory.py +++ b/eden/test_support/temporary_directory.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/eden/test_support/testcase.py b/eden/test_support/testcase.py index 45736d68e6..633128c51e 100644 --- a/eden/test_support/testcase.py +++ b/eden/test_support/testcase.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. diff --git a/make-client.py b/make-client.py index fae1899aec..da4ed6d668 100755 --- a/make-client.py +++ b/make-client.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2.